first commit
This commit is contained in:
Vendored
+1581
File diff suppressed because it is too large
Load Diff
Vendored
+566
@@ -0,0 +1,566 @@
|
||||
/* ----------------------------------------------------------------
|
||||
Bootstrap - RTL
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
body {
|
||||
direction: rtl;
|
||||
text-align:right
|
||||
}
|
||||
|
||||
dd { margin-right: 0; }
|
||||
|
||||
caption { text-align: right; }
|
||||
|
||||
th { text-align: right; }
|
||||
|
||||
.list-unstyled { padding-right: 0; }
|
||||
|
||||
.list-inline { padding-right: 0; }
|
||||
|
||||
.list-inline-item:not(:last-child) {
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.offset-sm-0 {
|
||||
margin-right: 0;
|
||||
}
|
||||
.offset-sm-1 {
|
||||
margin-right: 8.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-2 {
|
||||
margin-right: 16.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-3 {
|
||||
margin-right: 25%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-4 {
|
||||
margin-right: 33.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-5 {
|
||||
margin-right: 41.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-6 {
|
||||
margin-right: 50%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-7 {
|
||||
margin-right: 58.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-8 {
|
||||
margin-right: 66.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-9 {
|
||||
margin-right: 75%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-10 {
|
||||
margin-right: 83.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-sm-11 {
|
||||
margin-right: 91.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.offset-md-0 {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-1 {
|
||||
margin-right: 8.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-2 {
|
||||
margin-right: 16.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-3 {
|
||||
margin-right: 25%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-4 {
|
||||
margin-right: 33.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-5 {
|
||||
margin-right: 41.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-6 {
|
||||
margin-right: 50%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-7 {
|
||||
margin-right: 58.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-8 {
|
||||
margin-right: 66.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-9 {
|
||||
margin-right: 75%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-10 {
|
||||
margin-right: 83.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-md-11 {
|
||||
margin-right: 91.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.offset-lg-0 {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-1 {
|
||||
margin-right: 8.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-2 {
|
||||
margin-right: 16.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-3 {
|
||||
margin-right: 25%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-4 {
|
||||
margin-right: 33.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-5 {
|
||||
margin-right: 41.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-6 {
|
||||
margin-right: 50%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-7 {
|
||||
margin-right: 58.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-8 {
|
||||
margin-right: 66.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-9 {
|
||||
margin-right: 75%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-10 {
|
||||
margin-right: 83.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-lg-11 {
|
||||
margin-right: 91.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.offset-xl-0 {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-1 {
|
||||
margin-right: 8.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-2 {
|
||||
margin-right: 16.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-3 {
|
||||
margin-right: 25%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-4 {
|
||||
margin-right: 33.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-5 {
|
||||
margin-right: 41.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-6 {
|
||||
margin-right: 50%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-7 {
|
||||
margin-right: 58.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-8 {
|
||||
margin-right: 66.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-9 {
|
||||
margin-right: 75%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-10 {
|
||||
margin-right: 83.333333%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.offset-xl-11 {
|
||||
margin-right: 91.666667%;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.form-check-label {
|
||||
padding-right: 1.25rem;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.form-check-input {
|
||||
margin-right: -1.25rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.form-check-inline {
|
||||
margin-right: 0;
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.form-inline .form-check-label {
|
||||
padding-right: 0;
|
||||
}
|
||||
.form-inline .form-check-input {
|
||||
margin-left: 0.25rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
.form-inline .custom-control-indicator {
|
||||
margin-left: 0.25rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-toggle::after {
|
||||
margin-right: 0.255em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.dropdown-toggle:empty::after { margin-right: 0; }
|
||||
|
||||
.dropdown-menu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.dropup .dropdown-toggle::after {
|
||||
margin-right: 0.255em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.dropup .dropdown-toggle:empty::after { margin-right: 0; }
|
||||
|
||||
.dropdown-item { text-align: right; }
|
||||
|
||||
.btn-group .btn + .btn,
|
||||
.btn-group .btn + .btn-group,
|
||||
.btn-group .btn-group + .btn,
|
||||
.btn-group .btn-group + .btn-group,
|
||||
.btn-group-vertical .btn + .btn,
|
||||
.btn-group-vertical .btn + .btn-group,
|
||||
.btn-group-vertical .btn-group + .btn,
|
||||
.btn-group-vertical .btn-group + .btn-group {
|
||||
margin-right: -1px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
.btn-group > .btn:first-child { margin-right: 0; }
|
||||
|
||||
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn:last-child:not(:first-child),
|
||||
.btn-group > .dropdown-toggle:not(:first-child) {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn-group { float: right; }
|
||||
|
||||
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
||||
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.btn + .dropdown-toggle-split::after { margin-right: 0; }
|
||||
|
||||
|
||||
.btn-group-vertical > .btn + .btn,
|
||||
.btn-group-vertical > .btn + .btn-group,
|
||||
.btn-group-vertical > .btn-group + .btn,
|
||||
.btn-group-vertical > .btn-group + .btn-group { margin-right: 0; }
|
||||
|
||||
.input-group .form-control:not(:last-child),
|
||||
.input-group-addon:not(:last-child),
|
||||
.input-group-btn:not(:last-child) > .btn,
|
||||
.input-group-btn:not(:last-child) > .btn-group > .btn,
|
||||
.input-group-btn:not(:last-child) > .dropdown-toggle,
|
||||
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
|
||||
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.input-group-addon:not(:last-child) { border-left: 0; }
|
||||
|
||||
.input-group .form-control:not(:first-child),
|
||||
.input-group-addon:not(:first-child),
|
||||
.input-group-btn:not(:first-child) > .btn,
|
||||
.input-group-btn:not(:first-child) > .btn-group > .btn,
|
||||
.input-group-btn:not(:first-child) > .dropdown-toggle,
|
||||
.input-group-btn:not(:last-child) > .btn:not(:first-child),
|
||||
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.form-control + .input-group-addon:not(:first-child) { border-right: 0; }
|
||||
|
||||
.input-group-btn > .btn + .btn { margin-right: -1px; }
|
||||
|
||||
.input-group-btn:first-child > .btn + .btn { margin-right: 0; }
|
||||
|
||||
.input-group-btn:not(:last-child) > .btn,
|
||||
.input-group-btn:not(:last-child) > .btn-group {
|
||||
margin-right: -1px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.input-group-btn:not(:first-child) > .btn,
|
||||
.input-group-btn:not(:first-child) > .btn-group { margin-right: 0; }
|
||||
|
||||
.input-group-btn:not(:first-child) > .btn:first-child,
|
||||
.input-group-btn:not(:first-child) > .btn-group:first-child {
|
||||
margin-right: -1px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.custom-control {
|
||||
padding-right: 1.5rem;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.custom-control-indicator {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.custom-controls-stacked .custom-control + .custom-control { margin-right: 0; }
|
||||
|
||||
.custom-select { padding: 0.375rem 0.75rem 0.375rem 1.75rem; }
|
||||
|
||||
.navbar-brand {
|
||||
margin-left: 1rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.navbar-nav { padding-right: 0; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.navbar-expand-sm .navbar-nav .dropdown-menu-right {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.navbar-expand-md .navbar-nav .dropdown-menu-right {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.navbar-expand-xl .navbar-nav .dropdown-menu-right {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-expand .navbar-nav .dropdown-menu-right {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.card-link + .card-link {
|
||||
margin-right: 1.25rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.card-group .card + .card {
|
||||
margin-right: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
.card-group .card:first-child {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.card-group .card:first-child .card-img-top {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
.card-group .card:first-child .card-img-bottom {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.card-group .card:last-child {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.card-group .card:last-child .card-img-top {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.card-group .card:last-child .card-img-bottom {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.card-group .card:only-child {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
.card-group .card:only-child .card-img-top {
|
||||
border-top-right-radius: 0.25rem;
|
||||
border-top-left-radius: 0.25rem;
|
||||
}
|
||||
.card-group .card:only-child .card-img-bottom {
|
||||
border-bottom-left-radius: 0.25rem;
|
||||
border-bottom-right-radius: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.page-item:first-child .page-link {
|
||||
margin-right: 0;
|
||||
border-top-right-radius: 0.25rem;
|
||||
border-bottom-right-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.page-item:last-child .page-link {
|
||||
border-top-left-radius: 0.25rem;
|
||||
border-bottom-left-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.page-link {
|
||||
margin-right: -1px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.pagination-lg .page-item:first-child .page-link {
|
||||
border-top-right-radius: 0.3rem;
|
||||
border-bottom-right-radius: 0.3rem;
|
||||
}
|
||||
|
||||
.pagination-lg .page-item:last-child .page-link {
|
||||
border-top-left-radius: 0.3rem;
|
||||
border-bottom-left-radius: 0.3rem;
|
||||
}
|
||||
|
||||
.pagination-sm .page-link {
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.pagination-sm .page-item:first-child .page-link {
|
||||
border-top-right-radius: 0.2rem;
|
||||
border-bottom-right-radius: 0.2rem;
|
||||
}
|
||||
|
||||
.pagination-sm .page-item:last-child .page-link {
|
||||
border-top-left-radius: 0.2rem;
|
||||
border-bottom-left-radius: 0.2rem;
|
||||
}
|
||||
|
||||
.alert-dismissible .close {
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.list-group { padding-right: 0; }
|
||||
|
||||
.list-group-item-action { text-align: right; }
|
||||
|
||||
.close { float: left; }
|
||||
|
||||
.modal-header .close { margin: -15px auto -15px -15px; }
|
||||
|
||||
.modal-footer > :not(:first-child) {
|
||||
margin-right: .25rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.modal-footer > :not(:last-child) {
|
||||
margin-left: .25rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.tooltip { text-align: right; }
|
||||
|
||||
.carousel-control-prev {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.carousel-control-next {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.carousel-indicators li::before {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.carousel-indicators li::after {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.embed-responsive .embed-responsive-item,
|
||||
.embed-responsive iframe,
|
||||
.embed-responsive embed,
|
||||
.embed-responsive object,
|
||||
.embed-responsive video {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=bootstrap.css.map */
|
||||
Vendored
+8974
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,512 @@
|
||||
.fc-calendar-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.fc-calendar {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-head {
|
||||
background: #ccc;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-body {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: -moz-calc(100% - 30px);
|
||||
height: -webkit-calc(100% - 30px);
|
||||
height: calc(100% - 30px);
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row {
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.fc-four-rows .fc-row {
|
||||
height: 25%;
|
||||
}
|
||||
|
||||
.fc-five-rows .fc-row {
|
||||
height: 20%;
|
||||
}
|
||||
|
||||
.fc-six-rows .fc-row {
|
||||
height: 16.66%;
|
||||
height: -moz-calc(100%/6);
|
||||
height: -webkit-calc(100%/6);
|
||||
height: calc(100%/6);
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div,
|
||||
.fc-calendar .fc-head > div {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
width: 14.28%; /* 100% / 7 */
|
||||
width: -moz-calc(100%/7);
|
||||
width: -webkit-calc(100%/7);
|
||||
width: calc(100%/7);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* IE 9 is rounding up the calc it seems */
|
||||
.ie9 .fc-calendar .fc-row > div,
|
||||
.ie9 .fc-calendar .fc-head > div {
|
||||
width: 14.2%;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div {
|
||||
border-right: 1px solid #ddd;
|
||||
padding: 4px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-head > div {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > span.fc-date {
|
||||
width: 30px;
|
||||
height: 20px;
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
font-weight: 700;
|
||||
color: #ddd;
|
||||
text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > span.fc-weekday {
|
||||
padding-left: 5px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div.fc-today {
|
||||
background: #fff4c3;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div.fc-out {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div:last-child,
|
||||
.fc-calendar .fc-head > div:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Custom Events Calendar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.events-calendar {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.fc-calendar-container {
|
||||
height: auto;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.events-calendar-header {
|
||||
height: 50px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.events-calendar-header h2,
|
||||
.events-calendar-header h3 {
|
||||
float: left;
|
||||
text-shadow: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.events-calendar-header h2 {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.events-calendar-header h2 a,
|
||||
.events-calendar-header h2 span {
|
||||
font-size: 18px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.events-calendar-header h3 {
|
||||
width: 40%;
|
||||
color: #666;
|
||||
font-size: 20px;
|
||||
text-align: right;
|
||||
padding-top: 7px;
|
||||
padding-right: 130px;
|
||||
}
|
||||
|
||||
.events-calendar-header h3 span { color: #666; }
|
||||
|
||||
.events-calendar-header nav {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 5px;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.events-calendar-header nav span {
|
||||
float: left;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
position: relative;
|
||||
color: transparent;
|
||||
cursor: pointer;
|
||||
background: #444;
|
||||
margin: 0 1px;
|
||||
font-size: 14px;
|
||||
border-radius: 0 3px 3px 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.events-calendar-header nav span:first-child {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
||||
.events-calendar-header nav span:hover {
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.events-calendar-header span i {
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.events-calendar-header nav span:last-child {
|
||||
margin-left: 20px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.fc-calendar {
|
||||
background: #F5F5F5;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-top: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-head {
|
||||
background: #444;
|
||||
color: rgba(255,255,255,0.9);
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
|
||||
border-radius: 5px 5px 0 0;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-head > div {
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2px;
|
||||
text-shadow: 0 1px 1px rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > span.fc-date {
|
||||
position: absolute;
|
||||
color: #333;
|
||||
text-shadow: none;
|
||||
font-size: 28px;
|
||||
font-weight: 300;
|
||||
bottom: auto;
|
||||
right: auto;
|
||||
top: 10px;
|
||||
left: 8px;
|
||||
text-align: left;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-body {
|
||||
border: none;
|
||||
height: 568px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row {
|
||||
box-shadow: inset 0 -1px 0 #E5E5E5;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row:last-child {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row:first-child > div:first-child {
|
||||
border-radius: 5px 0 0 0;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row:first-child > div:last-child {
|
||||
border-radius: 0 5px 0 0;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row:last-child > div:first-child {
|
||||
border-radius: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row:last-child > div:last-child {
|
||||
border-radius: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div {
|
||||
box-shadow: -1px 0 0 #E5E5E5;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div:first-child{
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div.fc-today {
|
||||
background: #1E73BE;
|
||||
box-shadow: inset 0 0 100px rgba(255,255,255,0.2);
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div.fc-today > span.fc-date {
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div.fc-today:after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.2;
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
|
||||
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
|
||||
background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
|
||||
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
|
||||
background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > div {
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > div a,
|
||||
.fc-calendar .fc-row > div > div span {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
padding: 3px 5px;
|
||||
border-radius: 2px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100%;
|
||||
margin-bottom: 1px;
|
||||
background: #1E73BE;
|
||||
-webkit-transition: background-color .3s ease-in-out;
|
||||
-moz-transition: background-color .3s ease-in-out;
|
||||
-ms-transition: background-color .3s ease-in-out;
|
||||
-o-transition: background-color .3s ease-in-out;
|
||||
transition: background-color .3s ease-in-out;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > div a:hover { background: #444 !important; }
|
||||
|
||||
.fc-calendar .fc-row > div.fc-today > div a,
|
||||
.fc-calendar .fc-row > div.fc-today > div span {
|
||||
color: #FFF;
|
||||
background: rgba(255,255,255,0.2);
|
||||
}
|
||||
|
||||
.dark .events-calendar-header h2,
|
||||
.dark .events-calendar-header h3 {
|
||||
text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.dark .events-calendar-header h2 { color: #FFF; }
|
||||
|
||||
.dark .events-calendar-header h2 a,
|
||||
.dark .events-calendar-header h2 span { color: rgba(255,255,255,0.3); }
|
||||
|
||||
.dark .events-calendar-header h2 a { color: rgba(255,255,255,0.5); }
|
||||
|
||||
.dark .events-calendar-header h2 a:hover { color: rgba(255,255,255,0.9); }
|
||||
|
||||
.dark .events-calendar-header h3 {
|
||||
color: #CCC;
|
||||
color: rgba(255,255,255,0.6);
|
||||
}
|
||||
|
||||
.dark .events-calendar-header h3 span { color: #CCC; }
|
||||
|
||||
.dark .events-calendar-header nav span {
|
||||
background: rgba(255,255,255,0.3);
|
||||
box-shadow: inset 0 1px rgba(255,255,255,0.2);
|
||||
}
|
||||
|
||||
.dark .events-calendar-header nav span:hover { background: rgba(255,255,255,0.5); }
|
||||
|
||||
.dark .events-calendar-header span i { color: #FFF; }
|
||||
|
||||
.dark .fc-calendar { background: rgba(255,255,255,0.1); }
|
||||
|
||||
.dark .fc-calendar .fc-head {
|
||||
background: rgba(255,255,255,0.2);
|
||||
color: rgba(255,255,255,0.9);
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
|
||||
}
|
||||
|
||||
.dark .fc-calendar .fc-head > div { text-shadow: 0 1px 1px rgba(0,0,0,0.4); }
|
||||
|
||||
.dark .fc-calendar .fc-row > div > span.fc-date {
|
||||
color: rgba(255,255,255,0.9);
|
||||
text-shadow: 0 1px 1px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.dark .fc-calendar .fc-row { box-shadow: inset 0 -1px 0 rgba(255,255,255,0.10); }
|
||||
|
||||
.dark .fc-calendar .fc-row > div { box-shadow: -1px 0 0 rgba(255, 255, 255, 0.10); }
|
||||
|
||||
.dark .fc-calendar .fc-row > div.fc-today {
|
||||
background: transparent;
|
||||
box-shadow: inset 0 0 100px rgba(255,255,255,0.2);
|
||||
}
|
||||
|
||||
.dark .fc-calendar .fc-row > div > div a,
|
||||
.dark .fc-calendar .fc-row > div > div span {
|
||||
color: rgba(255,255,255,0.7);
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
|
||||
background: rgba(255,255,255,0.1);
|
||||
}
|
||||
|
||||
.dark .fc-calendar .fc-row > div > div a:hover { background: rgba(255,255,255,0.3) !important; }
|
||||
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
|
||||
.events-calendar-header,
|
||||
.events-calendar-header nav,
|
||||
.events-calendar,
|
||||
.fc-calendar-container,
|
||||
.fc-calendar,
|
||||
.fc-calendar .fc-head,
|
||||
.fc-calendar .fc-row > div > span.fc-date {
|
||||
position: relative;
|
||||
top: auto;
|
||||
left: auto;
|
||||
bottom: auto;
|
||||
right: auto;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-body { height: auto; }
|
||||
|
||||
.fc-calendar { margin: 20px 0; }
|
||||
|
||||
.events-calendar-header h2,
|
||||
.events-calendar-header h3 {
|
||||
float: none;
|
||||
width: auto;
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row,
|
||||
.ie9 .fc-calendar .fc-row > div,
|
||||
.fc-calendar .fc-row > div {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div {
|
||||
float: none;
|
||||
min-height: 50px;
|
||||
box-shadow: inset 0 -1px #E5E5E5 !important;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div:first-child { box-shadow: inset 0 -1px #E5E5E5 !important; }
|
||||
|
||||
.fc-calendar .fc-row > div:empty{
|
||||
min-height: 0;
|
||||
height: 0;
|
||||
box-shadow: none !important;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-head {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > div {
|
||||
margin-top: 0px;
|
||||
padding-left: 10px;
|
||||
max-width: 68%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div.fc-today {
|
||||
background: #1E73BE;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div.fc-today:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > span.fc-date {
|
||||
width: 30px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.fc-calendar .fc-row > div > span.fc-weekday {
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
color: #999;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
.dark .fc-calendar .fc-row > div { box-shadow: inset 0 -1px rgba(255,255,255,0.2) !important; }
|
||||
|
||||
.dark .fc-calendar .fc-row > div.fc-today { background: rgba(255, 255, 255, 0.2); }
|
||||
|
||||
.dark .fc-calendar .fc-row > div > span.fc-weekday,
|
||||
.fc-calendar .fc-row > div.fc-today > span.fc-weekday {
|
||||
color: #fff;
|
||||
color: rgba(255,255,255,0.7);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/* ----------------------------------------------------------------
|
||||
Colors
|
||||
|
||||
Replace the HEX Code with your Desired Color HEX
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-menu.dots-menu nav li div:after,
|
||||
.title-block {
|
||||
border-right-color: #1ABC9C;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.title-block-right {
|
||||
border-left-color: #1ABC9C;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.fbox-effect.fbox-dark .fbox-icon i:after,
|
||||
.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 2px 0 0 #1ABC9C; }
|
||||
|
||||
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 1px 0 0 #1ABC9C; }
|
||||
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
header ("Content-Type:text/css");
|
||||
|
||||
/** ===============================================================
|
||||
*
|
||||
* Edit your Color Configurations below:
|
||||
* You should only enter 6-Digits HEX Colors.
|
||||
*
|
||||
================================================================== */
|
||||
|
||||
$color = "#1ABC9C"; // Change your Color Here
|
||||
|
||||
/** ===============================================================
|
||||
*
|
||||
* Do not Edit anything below this line if you do not know
|
||||
* what you are trying to do..!
|
||||
*
|
||||
================================================================== */
|
||||
|
||||
function checkhexcolor($color) {
|
||||
|
||||
return preg_match('/^#[a-f0-9]{6}$/i', $color);
|
||||
|
||||
}
|
||||
|
||||
/** ===============================================================
|
||||
*
|
||||
* Primary Color Scheme
|
||||
*
|
||||
================================================================== */
|
||||
|
||||
if( isset( $_GET[ 'color' ] ) AND $_GET[ 'color' ] != '' ) {
|
||||
$color = "#" . $_GET[ 'color' ];
|
||||
}
|
||||
|
||||
if( !$color OR !checkhexcolor( $color ) ) {
|
||||
$color = "#1ABC9C";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Colors
|
||||
|
||||
Replace the HEX Code with your Desired Color HEX
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-menu.dots-menu nav li div:after,
|
||||
.title-block {
|
||||
border-right-color: <?php echo $color; ?>;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.title-block-right {
|
||||
border-left-color: <?php echo $color; ?>;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.fbox-effect.fbox-dark .fbox-icon i:after,
|
||||
.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 2px 0 0 <?php echo $color; ?>; }
|
||||
|
||||
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 0 <?php echo $color; ?>; }
|
||||
|
||||
@@ -0,0 +1,234 @@
|
||||
/* ----------------------------------------------------------------
|
||||
Colors
|
||||
|
||||
Replace the HEX Code with your Desired Color HEX
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
::selection { background: #2e8ece; }
|
||||
|
||||
::-moz-selection { background: #2e8ece; }
|
||||
|
||||
::-webkit-selection { background: #2e8ece; }
|
||||
|
||||
|
||||
a,
|
||||
h1 > span:not(.nocolor):not(.badge),
|
||||
h2 > span:not(.nocolor):not(.badge),
|
||||
h3 > span:not(.nocolor):not(.badge),
|
||||
h4 > span:not(.nocolor):not(.badge),
|
||||
h5 > span:not(.nocolor):not(.badge),
|
||||
h6 > span:not(.nocolor):not(.badge),
|
||||
.header-extras li .he-text span,
|
||||
#primary-menu ul li:hover > a,
|
||||
#primary-menu ul li.current > a,
|
||||
#primary-menu div ul li:hover > a,
|
||||
#primary-menu div ul li.current > a,
|
||||
#primary-menu ul ul li:hover > a,
|
||||
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover,
|
||||
#top-cart > a:hover,
|
||||
.top-cart-action span.top-checkout-price,
|
||||
.breadcrumb a:hover,
|
||||
.portfolio-filter li a:hover,
|
||||
.portfolio-desc h3 a:hover,
|
||||
.portfolio-overlay a:hover,
|
||||
#portfolio-navigation a:hover,
|
||||
.entry-title h2 a:hover,
|
||||
.entry-meta li a:hover,
|
||||
.post-timeline .entry:hover .entry-timeline,
|
||||
.post-timeline .entry:hover .timeline-divider,
|
||||
.ipost .entry-title h3 a:hover,
|
||||
.ipost .entry-title h4 a:hover,
|
||||
.spost .entry-title h4 a:hover,
|
||||
.mpost .entry-title h4 a:hover,
|
||||
.comment-content .comment-author a:hover,
|
||||
.product-title h3 a:hover,
|
||||
.single-product .product-title h2 a:hover,
|
||||
.product-price ins,
|
||||
.single-product .product-price,
|
||||
.feature-box.fbox-border .fbox-icon i,
|
||||
.feature-box.fbox-border .fbox-icon img,
|
||||
.feature-box.fbox-plain .fbox-icon i,
|
||||
.feature-box.fbox-plain .fbox-icon img,
|
||||
.process-steps li.active h5,
|
||||
.process-steps li.ui-tabs-active h5,
|
||||
.team-title span,
|
||||
.pricing-box.best-price .pricing-price,
|
||||
.btn-link,
|
||||
.page-link,
|
||||
.page-link:hover,
|
||||
.page-link:focus,
|
||||
.dark .post-timeline .entry:hover .entry-timeline,
|
||||
.dark .post-timeline .entry:hover .timeline-divider,
|
||||
.clear-rating-active:hover { color: #2e8ece; }
|
||||
|
||||
.color,
|
||||
.top-cart-item-desc a:hover,
|
||||
.portfolio-filter.style-3 li.activeFilter a,
|
||||
.faqlist li a:hover,
|
||||
.tagcloud a:hover,
|
||||
.dark .top-cart-item-desc a:hover,
|
||||
.iconlist-color li i,
|
||||
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
|
||||
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
|
||||
.overlay-menu #primary-menu.dark > ul > li:hover > a,
|
||||
.overlay-menu #primary-menu.dark > ul > li.current > a,
|
||||
.nav-tree li:hover > a,
|
||||
.nav-tree li.current > a,
|
||||
.nav-tree li.active > a { color: #2e8ece !important; }
|
||||
|
||||
#primary-menu.style-3 > ul > li.current > a,
|
||||
#primary-menu.sub-title > ul > li:hover > a,
|
||||
#primary-menu.sub-title > ul > li.current > a,
|
||||
#primary-menu.sub-title > div > ul > li:hover > a,
|
||||
#primary-menu.sub-title > div > ul > li.current > a,
|
||||
#top-cart > a > span,
|
||||
#page-menu-wrap,
|
||||
#page-menu ul ul,
|
||||
#page-menu.dots-menu nav li.current a,
|
||||
#page-menu.dots-menu nav li div,
|
||||
.portfolio-filter li.activeFilter a,
|
||||
.portfolio-filter.style-4 li.activeFilter a:after,
|
||||
.portfolio-shuffle:hover,
|
||||
.entry-link:hover,
|
||||
.sale-flash,
|
||||
.button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime),
|
||||
.button.button-dark:hover,
|
||||
.promo.promo-flat,
|
||||
.feature-box .fbox-icon i,
|
||||
.feature-box .fbox-icon img,
|
||||
.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.fbox-effect.fbox-dark:hover .fbox-icon i,
|
||||
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
|
||||
.i-rounded:hover,
|
||||
.i-circled:hover,
|
||||
ul.tab-nav.tab-nav2 li.ui-state-active a,
|
||||
.testimonial .flex-control-nav li a,
|
||||
.skills li .progress,
|
||||
.owl-carousel .owl-dots .owl-dot,
|
||||
#gotoTop:hover,
|
||||
.dark .button-dark:hover,
|
||||
.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.dark .fbox-effect.fbox-dark:hover .fbox-icon i,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
|
||||
.dark .i-rounded:hover,
|
||||
.dark .i-circled:hover,
|
||||
.dark ul.tab-nav.tab-nav2 li.ui-state-active a,
|
||||
.dark .tagcloud a:hover,
|
||||
.ei-slider-thumbs li.ei-slider-element,
|
||||
.nav-pills .nav-link.active,
|
||||
.nav-pills .nav-link.active:hover,
|
||||
.nav-pills .nav-link.active:focus,
|
||||
.nav-pills .show > .nav-link,
|
||||
.checkbox-style:checked + .checkbox-style-1-label:before,
|
||||
.checkbox-style:checked + .checkbox-style-2-label:before,
|
||||
.checkbox-style:checked + .checkbox-style-3-label:before,
|
||||
.radio-style:checked + .radio-style-3-label:before,
|
||||
.irs-bar,
|
||||
.irs-from,
|
||||
.irs-to,
|
||||
.irs-single,
|
||||
input.switch-toggle-flat:checked + label,
|
||||
input.switch-toggle-flat:checked + label:after,
|
||||
input.switch-toggle-round:checked + label:before,
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor,
|
||||
.entry:after { background-color: #2e8ece; }
|
||||
|
||||
.bgcolor,
|
||||
.button.button-3d:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):hover,
|
||||
.process-steps li.active a,
|
||||
.process-steps li.ui-tabs-active a,
|
||||
.sidenav > .ui-tabs-active > a,
|
||||
.sidenav > .ui-tabs-active > a:hover,
|
||||
.owl-carousel .owl-nav [class*=owl-]:hover,
|
||||
.page-link,
|
||||
.page-link:hover,
|
||||
.page-link:focus { background-color: #2e8ece !important; }
|
||||
|
||||
#primary-menu.style-4 > ul > li:hover > a,
|
||||
#primary-menu.style-4 > ul > li.current > a,
|
||||
.top-cart-item-image:hover,
|
||||
.portfolio-filter.style-3 li.activeFilter a,
|
||||
.post-timeline .entry:hover .entry-timeline,
|
||||
.post-timeline .entry:hover .timeline-divider,
|
||||
.cart-product-thumbnail img:hover,
|
||||
.feature-box.fbox-outline .fbox-icon,
|
||||
.feature-box.fbox-border .fbox-icon,
|
||||
.dark .top-cart-item-image:hover,
|
||||
.dark .post-timeline .entry:hover .entry-timeline,
|
||||
.dark .post-timeline .entry:hover .timeline-divider,
|
||||
.dark .cart-product-thumbnail img:hover,
|
||||
.heading-block.border-color:after { border-color: #2e8ece; }
|
||||
|
||||
.top-links ul ul,
|
||||
.top-links ul div.top-link-section,
|
||||
#primary-menu ul ul:not(.mega-menu-column),
|
||||
#primary-menu ul li .mega-menu-content,
|
||||
#primary-menu.style-6 > ul > li > a:after,
|
||||
#primary-menu.style-6 > ul > li.current > a:after,
|
||||
#top-cart .top-cart-content,
|
||||
.fancy-title.title-border-color:before,
|
||||
.dark #primary-menu:not(.not-dark) ul ul,
|
||||
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
|
||||
#primary-menu.dark ul ul,
|
||||
#primary-menu.dark ul li .mega-menu-content,
|
||||
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2,
|
||||
#primary-menu.dark ul li .mega-menu-content.style-2,
|
||||
.dark #top-cart .top-cart-content,
|
||||
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a,
|
||||
.irs-from:after,
|
||||
.irs-single:after,
|
||||
.irs-to:after { border-top-color: #2e8ece; }
|
||||
|
||||
#page-menu.dots-menu nav li div:after,
|
||||
.title-block { border-left-color: #2e8ece; }
|
||||
|
||||
.title-block-right { border-right-color: #2e8ece; }
|
||||
|
||||
.fancy-title.title-bottom-border h1,
|
||||
.fancy-title.title-bottom-border h2,
|
||||
.fancy-title.title-bottom-border h3,
|
||||
.fancy-title.title-bottom-border h4,
|
||||
.fancy-title.title-bottom-border h5,
|
||||
.fancy-title.title-bottom-border h6,
|
||||
.more-link,
|
||||
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { border-bottom-color: #2e8ece; }
|
||||
|
||||
.border-color,
|
||||
.process-steps li.active a,
|
||||
.process-steps li.ui-tabs-active a,
|
||||
.tagcloud a:hover,
|
||||
.page-link,
|
||||
.page-link:hover,
|
||||
.page-link:focus { border-color: #2e8ece !important; }
|
||||
|
||||
.fbox-effect.fbox-dark .fbox-icon i:after,
|
||||
.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #2e8ece; }
|
||||
|
||||
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #2e8ece; }
|
||||
|
||||
|
||||
@media only screen and (max-width: 991px) {
|
||||
|
||||
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
|
||||
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
|
||||
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
|
||||
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a,
|
||||
#primary-menu ul ul li:hover > a,
|
||||
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a,
|
||||
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: #2e8ece !important; }
|
||||
|
||||
#page-menu nav { background-color: #2e8ece; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
|
||||
.portfolio-filter li a:hover { color: #2e8ece; }
|
||||
|
||||
}
|
||||
@@ -0,0 +1,276 @@
|
||||
<?php
|
||||
|
||||
header ("Content-Type:text/css");
|
||||
|
||||
/** ===============================================================
|
||||
*
|
||||
* Edit your Color Configurations below:
|
||||
* You should only enter 6-Digits HEX Colors.
|
||||
*
|
||||
================================================================== */
|
||||
|
||||
$color = "#1ABC9C"; // Change your Color Here
|
||||
|
||||
/** ===============================================================
|
||||
*
|
||||
* Do not Edit anything below this line if you do not know
|
||||
* what you are trying to do..!
|
||||
*
|
||||
================================================================== */
|
||||
|
||||
function checkhexcolor($color) {
|
||||
|
||||
return preg_match('/^#[a-f0-9]{6}$/i', $color);
|
||||
|
||||
}
|
||||
|
||||
/** ===============================================================
|
||||
*
|
||||
* Primary Color Scheme
|
||||
*
|
||||
================================================================== */
|
||||
|
||||
if( isset( $_GET[ 'color' ] ) AND $_GET[ 'color' ] != '' ) {
|
||||
$color = "#" . $_GET[ 'color' ];
|
||||
}
|
||||
|
||||
if( !$color OR !checkhexcolor( $color ) ) {
|
||||
$color = "#1ABC9C";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Colors
|
||||
|
||||
Replace the HEX Code with your Desired Color HEX
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
::selection { background: <?php echo $color; ?>; }
|
||||
|
||||
::-moz-selection { background: <?php echo $color; ?>; }
|
||||
|
||||
::-webkit-selection { background: <?php echo $color; ?>; }
|
||||
|
||||
|
||||
a,
|
||||
h1 > span:not(.nocolor):not(.badge),
|
||||
h2 > span:not(.nocolor):not(.badge),
|
||||
h3 > span:not(.nocolor):not(.badge),
|
||||
h4 > span:not(.nocolor):not(.badge),
|
||||
h5 > span:not(.nocolor):not(.badge),
|
||||
h6 > span:not(.nocolor):not(.badge),
|
||||
.header-extras li .he-text span,
|
||||
#primary-menu ul li:hover > a,
|
||||
#primary-menu ul li.current > a,
|
||||
#primary-menu div ul li:hover > a,
|
||||
#primary-menu div ul li.current > a,
|
||||
#primary-menu ul ul li:hover > a,
|
||||
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover,
|
||||
#top-cart > a:hover,
|
||||
.top-cart-action span.top-checkout-price,
|
||||
.breadcrumb a:hover,
|
||||
.portfolio-filter li a:hover,
|
||||
.portfolio-desc h3 a:hover,
|
||||
.portfolio-overlay a:hover,
|
||||
#portfolio-navigation a:hover,
|
||||
.entry-title h2 a:hover,
|
||||
.entry-meta li a:hover,
|
||||
.post-timeline .entry:hover .entry-timeline,
|
||||
.post-timeline .entry:hover .timeline-divider,
|
||||
.ipost .entry-title h3 a:hover,
|
||||
.ipost .entry-title h4 a:hover,
|
||||
.spost .entry-title h4 a:hover,
|
||||
.mpost .entry-title h4 a:hover,
|
||||
.comment-content .comment-author a:hover,
|
||||
.product-title h3 a:hover,
|
||||
.single-product .product-title h2 a:hover,
|
||||
.product-price ins,
|
||||
.single-product .product-price,
|
||||
.feature-box.fbox-border .fbox-icon i,
|
||||
.feature-box.fbox-border .fbox-icon img,
|
||||
.feature-box.fbox-plain .fbox-icon i,
|
||||
.feature-box.fbox-plain .fbox-icon img,
|
||||
.process-steps li.active h5,
|
||||
.process-steps li.ui-tabs-active h5,
|
||||
.team-title span,
|
||||
.pricing-box.best-price .pricing-price,
|
||||
.btn-link,
|
||||
.page-link,
|
||||
.page-link:hover,
|
||||
.page-link:focus,
|
||||
.dark .post-timeline .entry:hover .entry-timeline,
|
||||
.dark .post-timeline .entry:hover .timeline-divider,
|
||||
.clear-rating-active:hover { color: <?php echo $color; ?>; }
|
||||
|
||||
.color,
|
||||
.top-cart-item-desc a:hover,
|
||||
.portfolio-filter.style-3 li.activeFilter a,
|
||||
.faqlist li a:hover,
|
||||
.tagcloud a:hover,
|
||||
.dark .top-cart-item-desc a:hover,
|
||||
.iconlist-color li i,
|
||||
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
|
||||
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
|
||||
.overlay-menu #primary-menu.dark > ul > li:hover > a,
|
||||
.overlay-menu #primary-menu.dark > ul > li.current > a,
|
||||
.nav-tree li:hover > a,
|
||||
.nav-tree li.current > a,
|
||||
.nav-tree li.active > a { color: <?php echo $color; ?> !important; }
|
||||
|
||||
#primary-menu.style-3 > ul > li.current > a,
|
||||
#primary-menu.sub-title > ul > li:hover > a,
|
||||
#primary-menu.sub-title > ul > li.current > a,
|
||||
#primary-menu.sub-title > div > ul > li:hover > a,
|
||||
#primary-menu.sub-title > div > ul > li.current > a,
|
||||
#top-cart > a > span,
|
||||
#page-menu-wrap,
|
||||
#page-menu ul ul,
|
||||
#page-menu.dots-menu nav li.current a,
|
||||
#page-menu.dots-menu nav li div,
|
||||
.portfolio-filter li.activeFilter a,
|
||||
.portfolio-filter.style-4 li.activeFilter a:after,
|
||||
.portfolio-shuffle:hover,
|
||||
.entry-link:hover,
|
||||
.sale-flash,
|
||||
.button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime),
|
||||
.button.button-dark:hover,
|
||||
.promo.promo-flat,
|
||||
.feature-box .fbox-icon i,
|
||||
.feature-box .fbox-icon img,
|
||||
.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.fbox-effect.fbox-dark:hover .fbox-icon i,
|
||||
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
|
||||
.i-rounded:hover,
|
||||
.i-circled:hover,
|
||||
ul.tab-nav.tab-nav2 li.ui-state-active a,
|
||||
.testimonial .flex-control-nav li a,
|
||||
.skills li .progress,
|
||||
.owl-carousel .owl-dots .owl-dot,
|
||||
#gotoTop:hover,
|
||||
.dark .button-dark:hover,
|
||||
.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.dark .fbox-effect.fbox-dark:hover .fbox-icon i,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
|
||||
.dark .i-rounded:hover,
|
||||
.dark .i-circled:hover,
|
||||
.dark ul.tab-nav.tab-nav2 li.ui-state-active a,
|
||||
.dark .tagcloud a:hover,
|
||||
.ei-slider-thumbs li.ei-slider-element,
|
||||
.nav-pills .nav-link.active,
|
||||
.nav-pills .nav-link.active:hover,
|
||||
.nav-pills .nav-link.active:focus,
|
||||
.nav-pills .show > .nav-link,
|
||||
.checkbox-style:checked + .checkbox-style-1-label:before,
|
||||
.checkbox-style:checked + .checkbox-style-2-label:before,
|
||||
.checkbox-style:checked + .checkbox-style-3-label:before,
|
||||
.radio-style:checked + .radio-style-3-label:before,
|
||||
.irs-bar,
|
||||
.irs-from,
|
||||
.irs-to,
|
||||
.irs-single,
|
||||
input.switch-toggle-flat:checked + label,
|
||||
input.switch-toggle-flat:checked + label:after,
|
||||
input.switch-toggle-round:checked + label:before,
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor,
|
||||
.entry:after { background-color: <?php echo $color; ?>; }
|
||||
|
||||
.bgcolor,
|
||||
.button.button-3d:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):hover,
|
||||
.process-steps li.active a,
|
||||
.process-steps li.ui-tabs-active a,
|
||||
.sidenav > .ui-tabs-active > a,
|
||||
.sidenav > .ui-tabs-active > a:hover,
|
||||
.owl-carousel .owl-nav [class*=owl-]:hover,
|
||||
.page-link,
|
||||
.page-link:hover,
|
||||
.page-link:focus { background-color: <?php echo $color; ?> !important; }
|
||||
|
||||
#primary-menu.style-4 > ul > li:hover > a,
|
||||
#primary-menu.style-4 > ul > li.current > a,
|
||||
.top-cart-item-image:hover,
|
||||
.portfolio-filter.style-3 li.activeFilter a,
|
||||
.post-timeline .entry:hover .entry-timeline,
|
||||
.post-timeline .entry:hover .timeline-divider,
|
||||
.cart-product-thumbnail img:hover,
|
||||
.feature-box.fbox-outline .fbox-icon,
|
||||
.feature-box.fbox-border .fbox-icon,
|
||||
.dark .top-cart-item-image:hover,
|
||||
.dark .post-timeline .entry:hover .entry-timeline,
|
||||
.dark .post-timeline .entry:hover .timeline-divider,
|
||||
.dark .cart-product-thumbnail img:hover,
|
||||
.heading-block.border-color:after { border-color: <?php echo $color; ?>; }
|
||||
|
||||
.top-links ul ul,
|
||||
.top-links ul div.top-link-section,
|
||||
#primary-menu ul ul:not(.mega-menu-column),
|
||||
#primary-menu ul li .mega-menu-content,
|
||||
#primary-menu.style-6 > ul > li > a:after,
|
||||
#primary-menu.style-6 > ul > li.current > a:after,
|
||||
#top-cart .top-cart-content,
|
||||
.fancy-title.title-border-color:before,
|
||||
.dark #primary-menu:not(.not-dark) ul ul,
|
||||
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
|
||||
#primary-menu.dark ul ul,
|
||||
#primary-menu.dark ul li .mega-menu-content,
|
||||
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2,
|
||||
#primary-menu.dark ul li .mega-menu-content.style-2,
|
||||
.dark #top-cart .top-cart-content,
|
||||
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a,
|
||||
.irs-from:after,
|
||||
.irs-single:after,
|
||||
.irs-to:after { border-top-color: <?php echo $color; ?>; }
|
||||
|
||||
#page-menu.dots-menu nav li div:after,
|
||||
.title-block { border-left-color: <?php echo $color; ?>; }
|
||||
|
||||
.title-block-right { border-right-color: <?php echo $color; ?>; }
|
||||
|
||||
.fancy-title.title-bottom-border h1,
|
||||
.fancy-title.title-bottom-border h2,
|
||||
.fancy-title.title-bottom-border h3,
|
||||
.fancy-title.title-bottom-border h4,
|
||||
.fancy-title.title-bottom-border h5,
|
||||
.fancy-title.title-bottom-border h6,
|
||||
.more-link,
|
||||
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { border-bottom-color: <?php echo $color; ?>; }
|
||||
|
||||
.border-color,
|
||||
.process-steps li.active a,
|
||||
.process-steps li.ui-tabs-active a,
|
||||
.tagcloud a:hover,
|
||||
.page-link,
|
||||
.page-link:hover,
|
||||
.page-link:focus { border-color: <?php echo $color; ?> !important; }
|
||||
|
||||
.fbox-effect.fbox-dark .fbox-icon i:after,
|
||||
.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px <?php echo $color; ?>; }
|
||||
|
||||
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px <?php echo $color; ?>; }
|
||||
|
||||
|
||||
@media only screen and (max-width: 991px) {
|
||||
|
||||
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
|
||||
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
|
||||
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
|
||||
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a,
|
||||
#primary-menu ul ul li:hover > a,
|
||||
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a,
|
||||
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: <?php echo $color; ?> !important; }
|
||||
|
||||
#page-menu nav { background-color: <?php echo $color; ?>; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
|
||||
.portfolio-filter li a:hover { color: <?php echo $color; ?>; }
|
||||
.}
|
||||
@@ -0,0 +1,202 @@
|
||||
table.dataTable {
|
||||
clear: both;
|
||||
margin-top: 6px !important;
|
||||
margin-bottom: 6px !important;
|
||||
max-width: none !important;
|
||||
border-collapse: separate !important;
|
||||
}
|
||||
table.dataTable td,
|
||||
table.dataTable th {
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
table.dataTable td.dataTables_empty,
|
||||
table.dataTable th.dataTables_empty {
|
||||
text-align: center;
|
||||
}
|
||||
table.dataTable.nowrap th,
|
||||
table.dataTable.nowrap td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.dataTables_wrapper div.dataTables_length label {
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_length select {
|
||||
width: 75px;
|
||||
display: inline-block;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_filter {
|
||||
text-align: right;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_filter label {
|
||||
font-weight: normal;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_filter input {
|
||||
margin-left: 0.5em;
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_info {
|
||||
padding-top: 0.85em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_paginate {
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
||||
margin: 2px 0;
|
||||
white-space: nowrap;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_processing {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 200px;
|
||||
margin-left: -100px;
|
||||
margin-top: -26px;
|
||||
text-align: center;
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
|
||||
table.dataTable thead > tr > td.sorting_asc,
|
||||
table.dataTable thead > tr > td.sorting_desc,
|
||||
table.dataTable thead > tr > td.sorting {
|
||||
padding-right: 30px;
|
||||
}
|
||||
table.dataTable thead > tr > th:active,
|
||||
table.dataTable thead > tr > td:active {
|
||||
outline: none;
|
||||
}
|
||||
table.dataTable thead .sorting,
|
||||
table.dataTable thead .sorting_asc,
|
||||
table.dataTable thead .sorting_desc,
|
||||
table.dataTable thead .sorting_asc_disabled,
|
||||
table.dataTable thead .sorting_desc_disabled {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
|
||||
table.dataTable thead .sorting_asc:before,
|
||||
table.dataTable thead .sorting_asc:after,
|
||||
table.dataTable thead .sorting_desc:before,
|
||||
table.dataTable thead .sorting_desc:after,
|
||||
table.dataTable thead .sorting_asc_disabled:before,
|
||||
table.dataTable thead .sorting_asc_disabled:after,
|
||||
table.dataTable thead .sorting_desc_disabled:before,
|
||||
table.dataTable thead .sorting_desc_disabled:after {
|
||||
position: absolute;
|
||||
bottom: 0.9em;
|
||||
display: block;
|
||||
opacity: 0.3;
|
||||
}
|
||||
table.dataTable thead .sorting:before,
|
||||
table.dataTable thead .sorting_asc:before,
|
||||
table.dataTable thead .sorting_desc:before,
|
||||
table.dataTable thead .sorting_asc_disabled:before,
|
||||
table.dataTable thead .sorting_desc_disabled:before {
|
||||
right: 1em;
|
||||
content: "\2191";
|
||||
}
|
||||
table.dataTable thead .sorting:after,
|
||||
table.dataTable thead .sorting_asc:after,
|
||||
table.dataTable thead .sorting_desc:after,
|
||||
table.dataTable thead .sorting_asc_disabled:after,
|
||||
table.dataTable thead .sorting_desc_disabled:after {
|
||||
right: 0.5em;
|
||||
content: "\2193";
|
||||
}
|
||||
table.dataTable thead .sorting_asc:before,
|
||||
table.dataTable thead .sorting_desc:after {
|
||||
opacity: 1;
|
||||
}
|
||||
table.dataTable thead .sorting_asc_disabled:before,
|
||||
table.dataTable thead .sorting_desc_disabled:after {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
div.dataTables_scrollHead table.dataTable {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
div.dataTables_scrollBody table {
|
||||
border-top: none;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
div.dataTables_scrollBody table thead .sorting:after,
|
||||
div.dataTables_scrollBody table thead .sorting_asc:after,
|
||||
div.dataTables_scrollBody table thead .sorting_desc:after {
|
||||
display: none;
|
||||
}
|
||||
div.dataTables_scrollBody table tbody tr:first-child th,
|
||||
div.dataTables_scrollBody table tbody tr:first-child td {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
|
||||
margin-top: 0 !important;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
div.dataTables_wrapper div.dataTables_length,
|
||||
div.dataTables_wrapper div.dataTables_filter,
|
||||
div.dataTables_wrapper div.dataTables_info,
|
||||
div.dataTables_wrapper div.dataTables_paginate {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
table.dataTable.table-sm > thead > tr > th {
|
||||
padding-right: 20px;
|
||||
}
|
||||
table.dataTable.table-sm .sorting:before,
|
||||
table.dataTable.table-sm .sorting_asc:before,
|
||||
table.dataTable.table-sm .sorting_desc:before {
|
||||
top: 5px;
|
||||
right: 0.85em;
|
||||
}
|
||||
table.dataTable.table-sm .sorting:after,
|
||||
table.dataTable.table-sm .sorting_asc:after,
|
||||
table.dataTable.table-sm .sorting_desc:after {
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
table.table-bordered.dataTable th,
|
||||
table.table-bordered.dataTable td {
|
||||
border-left-width: 0;
|
||||
}
|
||||
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
|
||||
table.table-bordered.dataTable td:last-child,
|
||||
table.table-bordered.dataTable td:last-child {
|
||||
border-right-width: 0;
|
||||
}
|
||||
table.table-bordered.dataTable tbody th,
|
||||
table.table-bordered.dataTable tbody td {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
div.dataTables_scrollHead table.table-bordered {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
div.table-responsive > div.dataTables_wrapper > div.row {
|
||||
margin: 0;
|
||||
}
|
||||
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,207 @@
|
||||
/*!
|
||||
* bootstrap-star-rating v4.0.3
|
||||
* http://plugins.krajee.com/star-rating
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2013 - 2017, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD 3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
|
||||
*/
|
||||
.rating-loading {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
font-size: 0;
|
||||
color: #fff;
|
||||
background: transparent url('../img/loading.gif') top left no-repeat;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Stars & Input
|
||||
*/
|
||||
.rating-container .rating-stars {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.rating-container .rating-input {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
font-size: 1px;
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.rating-disabled .rating-input, .rating-disabled .rating-stars {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.rating-container .star {
|
||||
display: inline-block;
|
||||
margin: 0 3px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.rating-container .empty-stars {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.rating-container .filled-stars {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin: auto;
|
||||
color: #fde16d;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
-webkit-text-stroke: 1px #777;
|
||||
text-shadow: 1px 1px #999;
|
||||
}
|
||||
|
||||
.rating-rtl {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rating-animate .filled-stars {
|
||||
transition: width 0.25s ease;
|
||||
-o-transition: width 0.25s ease;
|
||||
-moz-transition: width 0.25s ease;
|
||||
-webkit-transition: width 0.25s ease;
|
||||
}
|
||||
|
||||
.rating-rtl .filled-stars {
|
||||
left: auto;
|
||||
right: 0;
|
||||
-moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
|
||||
-webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
|
||||
-o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
|
||||
transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.rating-rtl.is-star .filled-stars {
|
||||
right: 0.06em;
|
||||
}
|
||||
|
||||
.rating-rtl.is-heart .empty-stars {
|
||||
margin-right: 0.07em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sizes
|
||||
*/
|
||||
.rating-xl {
|
||||
font-size: 4.89em;
|
||||
}
|
||||
|
||||
.rating-lg {
|
||||
font-size: 3.91em;
|
||||
}
|
||||
|
||||
.rating-md {
|
||||
font-size: 3.13em;
|
||||
}
|
||||
|
||||
.rating-sm {
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
.rating-xs {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.rating-xl {
|
||||
font-size: 4.89em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Clear
|
||||
*/
|
||||
.rating-container .clear-rating {
|
||||
color: #aaa;
|
||||
cursor: not-allowed;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font-size: 60%;
|
||||
}
|
||||
|
||||
.clear-rating-active {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.clear-rating-active:hover {
|
||||
color: #843534;
|
||||
}
|
||||
|
||||
.rating-container .clear-rating {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Caption
|
||||
*/
|
||||
|
||||
/* extend support to BS4 */
|
||||
.rating-container .caption .label {
|
||||
display: inline-block;
|
||||
padding: .25em .4em;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
vertical-align: baseline;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.rating-container .caption {
|
||||
color: #999;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font-size: 60%;
|
||||
margin-top: -0.6em;
|
||||
}
|
||||
|
||||
.rating-container .caption {
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.rating-rtl .caption {
|
||||
margin-right: 5px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Print
|
||||
*/
|
||||
@media print {
|
||||
.rating-container .clear-rating {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
* Krajee SVG Theme styling for bootstrap-star-rating.
|
||||
* This file must be loaded after 'star-rating.css'.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
.theme-krajee-svg .krajee-icon{display:inline-block;width:48px;height:48px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.theme-krajee-svg.rating-xl .krajee-icon{width:80px;height:80px}.theme-krajee-svg.rating-lg .krajee-icon{width:64px;height:64px}.theme-krajee-svg.rating-sm .krajee-icon{width:40px;height:40px}.theme-krajee-svg.rating-xs .krajee-icon{width:30px;height:30px}.theme-krajee-svg .filled-stars .krajee-icon-star{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')}.theme-krajee-svg .empty-stars .krajee-icon-star{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')}.theme-krajee-svg .filled-stars .krajee-icon-heart{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')}.theme-krajee-svg .empty-stars .krajee-icon-heart{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')}.theme-krajee-svg .krajee-icon-heart{margin:0 -.08em}.theme-krajee-svg.is-heart .caption{margin-top:-.8em}.theme-krajee-svg.is-heart .clear-rating{margin-top:-.4em}.theme-krajee-svg.rating-rtl.is-heart .filled-stars{right:.02em}.theme-krajee-svg.rating-rtl.is-heart .empty-stars{margin-right:.01em}
|
||||
|
||||
|
||||
/*!
|
||||
* Krajee Font Awesome Theme styling for bootstrap-star-rating.
|
||||
* This file must be loaded after 'star-rating.css'.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/.theme-krajee-fa .star{font-size:1.1em}.theme-krajee-fa .caption{margin-top:-.2em}
|
||||
@@ -0,0 +1,363 @@
|
||||
/* line 27, bootstrap-select.scss */
|
||||
select.bs-select-hidden,
|
||||
select.selectpicker {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* line 32, bootstrap-select.scss */
|
||||
.bootstrap-select {
|
||||
width: 220px \0;
|
||||
/*IE9 and below*/
|
||||
}
|
||||
/* line 37, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group > .dropdown-toggle {
|
||||
height: 100%;
|
||||
}
|
||||
/* line 43, bootstrap-select.scss */
|
||||
.bootstrap-select > .dropdown-toggle {
|
||||
width: 100%;
|
||||
padding-right: 25px;
|
||||
z-index: 1;
|
||||
}
|
||||
/* line 48, bootstrap-select.scss */
|
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
|
||||
color: #999;
|
||||
}
|
||||
/* line 56, bootstrap-select.scss */
|
||||
.bootstrap-select > select {
|
||||
position: absolute !important;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
display: block !important;
|
||||
width: 0.5px !important;
|
||||
height: 100% !important;
|
||||
padding: 0 !important;
|
||||
opacity: 0 !important;
|
||||
border: none;
|
||||
}
|
||||
/* line 67, bootstrap-select.scss */
|
||||
.bootstrap-select > select.mobile-device {
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
z-index: 2;
|
||||
}
|
||||
/* line 77, bootstrap-select.scss */
|
||||
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
|
||||
border-color: #b94a48;
|
||||
}
|
||||
/* line 82, bootstrap-select.scss */
|
||||
.bootstrap-select.fit-width {
|
||||
width: auto !important;
|
||||
}
|
||||
/* line 86, bootstrap-select.scss */
|
||||
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
||||
width: 220px;
|
||||
}
|
||||
/* line 90, bootstrap-select.scss */
|
||||
.bootstrap-select .dropdown-toggle:focus {
|
||||
outline: thin dotted #333333 !important;
|
||||
outline: 5px auto -webkit-focus-ring-color !important;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
/* line 97, bootstrap-select.scss */
|
||||
.bootstrap-select.form-control {
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
/* line 102, bootstrap-select.scss */
|
||||
.bootstrap-select.form-control:not([class*="col-"]) {
|
||||
width: 100%;
|
||||
}
|
||||
/* line 106, bootstrap-select.scss */
|
||||
.bootstrap-select.form-control.input-group-btn {
|
||||
z-index: auto;
|
||||
}
|
||||
/* line 110, bootstrap-select.scss */
|
||||
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* line 119, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* line 130, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
|
||||
float: right;
|
||||
}
|
||||
/* line 135, bootstrap-select.scss */
|
||||
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* line 141, bootstrap-select.scss */
|
||||
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
|
||||
padding: 0;
|
||||
}
|
||||
/* line 145, bootstrap-select.scss */
|
||||
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
|
||||
height: 100%;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
border-radius: inherit;
|
||||
}
|
||||
/* line 155, bootstrap-select.scss */
|
||||
.form-inline .bootstrap-select.btn-group .form-control {
|
||||
width: 100%;
|
||||
}
|
||||
/* line 159, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.disabled,
|
||||
.bootstrap-select.btn-group > .disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
/* line 163, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.disabled:focus,
|
||||
.bootstrap-select.btn-group > .disabled:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
/* line 168, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.bs-container {
|
||||
position: absolute;
|
||||
height: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
/* line 173, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.bs-container .dropdown-menu {
|
||||
z-index: 1060;
|
||||
}
|
||||
/* line 180, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
/* line 187, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-toggle .caret {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 12px;
|
||||
margin-top: -2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
/* line 196, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
|
||||
width: 100%;
|
||||
}
|
||||
/* line 201, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu {
|
||||
min-width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/* line 205, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu.inner {
|
||||
display: block;
|
||||
position: static;
|
||||
float: none;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
/* line 216, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
/* line 221, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
|
||||
color: #fff;
|
||||
}
|
||||
/* line 225, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
/* line 229, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
|
||||
display: none;
|
||||
}
|
||||
/* line 233, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
|
||||
display: block;
|
||||
}
|
||||
/* line 236, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
|
||||
position: relative;
|
||||
padding-left: 2.25em;
|
||||
}
|
||||
/* line 241, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
|
||||
display: none;
|
||||
}
|
||||
/* line 245, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 250, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
/* line 257, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
|
||||
display: none;
|
||||
}
|
||||
/* line 261, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 266, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .dropdown-menu .notify {
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
width: 96%;
|
||||
margin: 0 2%;
|
||||
min-height: 26px;
|
||||
padding: 3px 5px;
|
||||
background: whitesmoke;
|
||||
border: 1px solid #e3e3e3;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
pointer-events: none;
|
||||
opacity: 0.9;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/* line 282, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group .no-results {
|
||||
padding: 3px;
|
||||
background: #f5f5f5;
|
||||
margin: 0 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* line 290, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
|
||||
position: static;
|
||||
}
|
||||
/* line 294, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
|
||||
position: static;
|
||||
top: auto;
|
||||
margin-top: -1px;
|
||||
}
|
||||
/* line 302, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
right: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
/* line 309, bootstrap-select.scss */
|
||||
.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
|
||||
margin-right: 34px;
|
||||
}
|
||||
|
||||
/* line 316, bootstrap-select.scss */
|
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
|
||||
z-index: 1061;
|
||||
}
|
||||
/* line 321, bootstrap-select.scss */
|
||||
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
|
||||
content: '';
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
|
||||
position: absolute;
|
||||
bottom: -4px;
|
||||
left: 9px;
|
||||
display: none;
|
||||
}
|
||||
/* line 332, bootstrap-select.scss */
|
||||
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
|
||||
content: '';
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid white;
|
||||
position: absolute;
|
||||
bottom: -4px;
|
||||
left: 10px;
|
||||
display: none;
|
||||
}
|
||||
/* line 345, bootstrap-select.scss */
|
||||
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
|
||||
bottom: auto;
|
||||
top: -3px;
|
||||
border-top: 7px solid rgba(204, 204, 204, 0.2);
|
||||
border-bottom: 0;
|
||||
}
|
||||
/* line 352, bootstrap-select.scss */
|
||||
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
|
||||
bottom: auto;
|
||||
top: -3px;
|
||||
border-top: 6px solid white;
|
||||
border-bottom: 0;
|
||||
}
|
||||
/* line 361, bootstrap-select.scss */
|
||||
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
|
||||
right: 12px;
|
||||
left: auto;
|
||||
}
|
||||
/* line 366, bootstrap-select.scss */
|
||||
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
|
||||
right: 13px;
|
||||
left: auto;
|
||||
}
|
||||
/* line 373, bootstrap-select.scss */
|
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* line 380, bootstrap-select.scss */
|
||||
.bs-searchbox,
|
||||
.bs-actionsbox,
|
||||
.bs-donebutton {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
/* line 386, bootstrap-select.scss */
|
||||
.bs-actionsbox {
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/* line 390, bootstrap-select.scss */
|
||||
.bs-actionsbox .btn-group button {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/* line 395, bootstrap-select.scss */
|
||||
.bs-donebutton {
|
||||
float: left;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/* line 400, bootstrap-select.scss */
|
||||
.bs-donebutton .btn-group button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* line 406, bootstrap-select.scss */
|
||||
.bs-searchbox + .bs-actionsbox {
|
||||
padding: 0 8px 4px;
|
||||
}
|
||||
/* line 410, bootstrap-select.scss */
|
||||
.bs-searchbox .form-control {
|
||||
margin-bottom: 0;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
/* line 417, bootstrap-select.scss */
|
||||
.input-group .bs-searchbox .form-control {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -0,0 +1,512 @@
|
||||
/* ========================================================================
|
||||
* bootstrap-switch - v3.3.2
|
||||
* ====================================================================== */
|
||||
|
||||
.bootstrap-switch {
|
||||
display: inline-block;
|
||||
direction: ltr;
|
||||
cursor: pointer;
|
||||
border-radius: 2px;
|
||||
border: 1px solid;
|
||||
border-color: #CCC;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
line-height: 8px;
|
||||
z-index: 0;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
vertical-align: middle;
|
||||
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-container {
|
||||
display: inline-block;
|
||||
top: 0;
|
||||
border-radius: 2px;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off,
|
||||
.bootstrap-switch .bootstrap-switch-label {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
display: inline-block !important;
|
||||
height: 100%;
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off {
|
||||
text-align: center;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.bootstrap-switch .bootstrap-switch-handle-on i,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off i {
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
left: -1px;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
|
||||
color: #fff;
|
||||
background: #337ab7;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
|
||||
color: #fff;
|
||||
background: #5bc0de;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
|
||||
color: #fff;
|
||||
background: #5cb85c;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
|
||||
background: #f0ad4e;
|
||||
color: #fff;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
|
||||
color: #fff;
|
||||
background: #d9534f;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
|
||||
color: #000;
|
||||
background: #eeeeee;
|
||||
}
|
||||
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor {
|
||||
color: #FFF;
|
||||
background: #1ABC9C;
|
||||
}
|
||||
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-black,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-black {
|
||||
color: #FFF;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-white,
|
||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-white {
|
||||
color: #000;
|
||||
background: #F5F5F5;
|
||||
}
|
||||
|
||||
.bootstrap-switch .bootstrap-switch-label {
|
||||
text-align: center;
|
||||
margin-top: -1px;
|
||||
margin-bottom: -1px;
|
||||
z-index: 100;
|
||||
color: #333333;
|
||||
background: #ffffff;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-on {
|
||||
border-bottom-left-radius: 1px;
|
||||
border-top-left-radius: 1px;
|
||||
}
|
||||
.bootstrap-switch .bootstrap-switch-handle-off {
|
||||
border-bottom-right-radius: 1px;
|
||||
border-top-right-radius: 1px;
|
||||
}
|
||||
.bootstrap-switch input[type='radio'],
|
||||
.bootstrap-switch input[type='checkbox'] {
|
||||
position: absolute !important;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
|
||||
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
|
||||
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
|
||||
padding: 1px 5px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
|
||||
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
|
||||
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
|
||||
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
|
||||
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
|
||||
padding: 6px 16px;
|
||||
font-size: 18px;
|
||||
line-height: 1.3333333;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-disabled,
|
||||
.bootstrap-switch.bootstrap-switch-readonly,
|
||||
.bootstrap-switch.bootstrap-switch-indeterminate { cursor: default !important; }
|
||||
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
|
||||
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
|
||||
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
|
||||
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
|
||||
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
|
||||
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
|
||||
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
|
||||
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
|
||||
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
cursor: default !important;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
|
||||
-webkit-transition: margin-left 0.2s ease;
|
||||
-o-transition: margin-left 0.2s ease;
|
||||
transition: margin-left 0.2s ease;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-right-radius: 1px;
|
||||
border-top-right-radius: 1px;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-left-radius: 1px;
|
||||
border-top-left-radius: 1px;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-focused {
|
||||
outline: 0;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
|
||||
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
|
||||
border-bottom-right-radius: 1px;
|
||||
border-top-right-radius: 1px;
|
||||
}
|
||||
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
|
||||
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
|
||||
border-bottom-left-radius: 1px;
|
||||
border-top-left-radius: 1px;
|
||||
}
|
||||
|
||||
.bootstrap-switch-label:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 10px;
|
||||
height: 3px;
|
||||
margin-top: -2px;
|
||||
margin-left: -5px;
|
||||
display: inline-block;
|
||||
border-top: 1px solid #DDD;
|
||||
border-bottom: 1px solid #DDD;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* --------------------------------------------------------------
|
||||
SWITCH
|
||||
-------------------------------------------------------------- */
|
||||
.switch-toggle {
|
||||
position: absolute;
|
||||
margin-left: -9999px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.switch-toggle + label {
|
||||
display: block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------
|
||||
SWITCH 1 - ROUND
|
||||
----------------------------------------------------------------- */
|
||||
input.switch-toggle-round + label {
|
||||
padding: 2px;
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
background-color: #DDD;
|
||||
-webkit-border-radius: 15px;
|
||||
-o-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
input.switch-toggle-round + label:before,
|
||||
input.switch-toggle-round + label:after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
bottom: 1px;
|
||||
content: "";
|
||||
}
|
||||
|
||||
input.switch-toggle-round + label:before {
|
||||
right: 1px;
|
||||
background-color: #F1F1F1;
|
||||
-webkit-border-radius: 15px;
|
||||
-o-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
-webkit-transition: background 0.4s;
|
||||
-moz-transition: background 0.4s;
|
||||
-o-transition: background 0.4s;
|
||||
transition: background 0.4s;
|
||||
}
|
||||
|
||||
input.switch-toggle-round + label:after {
|
||||
width: 28px;
|
||||
background-color: #FFF;
|
||||
-webkit-border-radius: 100%;
|
||||
-o-border-radius: 100%;
|
||||
border-radius: 100%;
|
||||
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
|
||||
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
|
||||
-webkit-transition: margin 0.4s;
|
||||
-moz-transition: margin 0.4s;
|
||||
-o-transition: margin 0.4s;
|
||||
transition: margin 0.4s;
|
||||
}
|
||||
|
||||
input.switch-toggle-round:checked + label:before { background-color: #1ABC9C; }
|
||||
input.switch-toggle-round:checked + label:after { margin-left: 30px; }
|
||||
|
||||
/* --------------------------------------------------------------
|
||||
SWITCH 1 - ROUND- MINI
|
||||
----------------------------------------------------------------- */
|
||||
input.switch-rounded-mini.switch-toggle-round + label {
|
||||
padding: 1px;
|
||||
width: 32px;
|
||||
height: 16px;
|
||||
-webkit-border-radius: 8px;
|
||||
-o-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
input.switch-rounded-mini.switch-toggle-round + label:before {
|
||||
-webkit-border-radius: 8px;
|
||||
-o-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
input.switch-rounded-mini.switch-toggle-round + label:after { width: 15px; }
|
||||
input.switch-rounded-mini.switch-toggle-round:checked + label:after { margin-left: 15px; }
|
||||
|
||||
/* --------------------------------------------------------------
|
||||
SWITCH 1 - ROUND- LARGE
|
||||
----------------------------------------------------------------- */
|
||||
input.switch-rounded-large.switch-toggle-round + label {
|
||||
width: 90px;
|
||||
height: 45px;
|
||||
-webkit-border-radius: 45px;
|
||||
-o-border-radius: 45px;
|
||||
border-radius: 45px;
|
||||
}
|
||||
|
||||
input.switch-rounded-large.switch-toggle-round + label:before {
|
||||
-webkit-border-radius: 45px;
|
||||
-o-border-radius: 45px;
|
||||
border-radius: 45px;
|
||||
}
|
||||
|
||||
input.switch-rounded-large.switch-toggle-round + label:after { width: 43px; }
|
||||
input.switch-rounded-large.switch-toggle-round:checked + label:after { margin-left: 45px; }
|
||||
|
||||
|
||||
/* --------------------------------------------------------------
|
||||
SWITCH 1 - ROUND- XLARGE
|
||||
----------------------------------------------------------------- */
|
||||
input.switch-rounded-xlarge.switch-toggle-round + label {
|
||||
width: 120px;
|
||||
height: 60px;
|
||||
-webkit-border-radius: 60px;
|
||||
-o-border-radius: 60px;
|
||||
border-radius: 60px;
|
||||
}
|
||||
|
||||
input.switch-rounded-xlarge.switch-toggle-round + label:before {
|
||||
-webkit-border-radius: 60px;
|
||||
-o-border-radius: 60px;
|
||||
border-radius: 60px;
|
||||
}
|
||||
|
||||
input.switch-rounded-xlarge.switch-toggle-round + label:after { width: 58px; }
|
||||
input.switch-rounded-xlarge.switch-toggle-round:checked + label:after { margin-left: 60px; }
|
||||
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
SWITCH 2 - ROUND FLAT
|
||||
-------------------------------------------------------------- */
|
||||
input.switch-toggle-flat + label {
|
||||
padding: 2px;
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
background-color: #DDD;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
-ms-border-radius: 30px;
|
||||
-o-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
-webkit-transition: background 0.4s;
|
||||
-moz-transition: background 0.4s;
|
||||
-o-transition: background 0.4s;
|
||||
transition: background 0.4s;
|
||||
}
|
||||
|
||||
input.switch-toggle-flat + label:before,
|
||||
input.switch-toggle-flat + label:after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
content: "";
|
||||
}
|
||||
|
||||
input.switch-toggle-flat + label:before {
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
bottom: 2px;
|
||||
right: 2px;
|
||||
background-color: #FFF;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
-ms-border-radius: 30px;
|
||||
-o-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
-webkit-transition: background 0.4s;
|
||||
-moz-transition: background 0.4s;
|
||||
-o-transition: background 0.4s;
|
||||
transition: background 0.4s;
|
||||
}
|
||||
|
||||
input.switch-toggle-flat + label:after {
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
bottom: 4px;
|
||||
width: 22px;
|
||||
background-color: #DDD;
|
||||
-webkit-border-radius: 22px;
|
||||
-moz-border-radius: 22px;
|
||||
-ms-border-radius: 22px;
|
||||
-o-border-radius: 22px;
|
||||
border-radius: 22px;
|
||||
-webkit-transition: margin 0.4s, background 0.4s;
|
||||
-moz-transition: margin 0.4s, background 0.4s;
|
||||
-o-transition: margin 0.4s, background 0.4s;
|
||||
transition: margin 0.4s, background 0.4s;
|
||||
}
|
||||
|
||||
input.switch-toggle-flat:checked + label { background-color: #1ABC9C; }
|
||||
|
||||
input.switch-toggle-flat:checked + label:after {
|
||||
margin-left: 30px;
|
||||
background-color: #1ABC9C;
|
||||
}
|
||||
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
SWITCH 2 - FLAT - MINI
|
||||
-------------------------------------------------------------- */
|
||||
input.switch-flat-mini.switch-toggle-flat + label {
|
||||
padding: 1px;
|
||||
width: 32px;
|
||||
height: 16px;
|
||||
-webkit-border-radius: 16px;
|
||||
-o-border-radius: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
input.switch-flat-mini.switch-toggle-flat + label:before {
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
bottom: 1px;
|
||||
right: 1px;
|
||||
-webkit-border-radius: 16px;
|
||||
-o-border-radius: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
input.switch-flat-mini.switch-toggle-flat + label:after {
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
bottom: 2px;
|
||||
width: 12px;
|
||||
-webkit-border-radius: 12px;
|
||||
-o-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
input.switch-flat-mini.switch-toggle-flat:checked + label:after { margin-left: 16px; }
|
||||
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
SWITCH 2 - FLAT - LARGE
|
||||
-------------------------------------------------------------- */
|
||||
input.switch-flat-large.switch-toggle-flat + label {
|
||||
width: 90px;
|
||||
height: 45px;
|
||||
-webkit-border-radius: 45px;
|
||||
-o-border-radius: 45px;
|
||||
border-radius: 45px;
|
||||
}
|
||||
|
||||
input.switch-flat-large.switch-toggle-flat + label:before {
|
||||
-webkit-border-radius: 45px;
|
||||
-o-border-radius: 45px;
|
||||
border-radius: 45px;
|
||||
}
|
||||
|
||||
input.switch-flat-large.switch-toggle-flat + label:after {
|
||||
width: 37px;
|
||||
-webkit-border-radius: 37px;
|
||||
-o-border-radius: 37px;
|
||||
border-radius: 37px;
|
||||
}
|
||||
|
||||
input.switch-flat-large.switch-toggle-flat:checked + label:after { margin-left: 45px; }
|
||||
|
||||
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
SWITCH 2 - FLAT - XLARGE
|
||||
-------------------------------------------------------------- */
|
||||
input.switch-flat-xlarge.switch-toggle-flat + label {
|
||||
padding: 2px;
|
||||
width: 120px;
|
||||
height: 60px;
|
||||
-webkit-border-radius: 60px;
|
||||
-o-border-radius: 60px;
|
||||
border-radius: 60px;
|
||||
}
|
||||
|
||||
input.switch-flat-xlarge.switch-toggle-flat + label:before {
|
||||
-webkit-border-radius: 60px;
|
||||
-o-border-radius: 60px;
|
||||
border-radius: 60px;
|
||||
}
|
||||
input.switch-flat-xlarge.switch-toggle-flat + label:after {
|
||||
width: 52px;
|
||||
-webkit-border-radius: 52px;
|
||||
-o-border-radius: 52px;
|
||||
border-radius: 52px;
|
||||
}
|
||||
|
||||
input.switch-flat-xlarge.switch-toggle-flat:checked + label:after { margin-left: 60px; }
|
||||
|
||||
@@ -0,0 +1,341 @@
|
||||
|
||||
/* ========================================================================
|
||||
Dark - timepicker.css
|
||||
======================================================================== */
|
||||
.dark .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-bottom: 7px solid #444; }
|
||||
.dark .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-bottom-color: #222; }
|
||||
.dark .bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-top-color: #DDD; }
|
||||
.dark .bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-top-color: #222; }
|
||||
.dark .bootstrap-datetimepicker-widget table th.disabled,
|
||||
.dark .bootstrap-datetimepicker-widget table th.disabled:hover { color: #AAA; }
|
||||
.dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background: #444; }
|
||||
.dark .bootstrap-datetimepicker-widget table td.cw { color: #AAA; }
|
||||
.dark .bootstrap-datetimepicker-widget table td.day:hover,
|
||||
.dark .bootstrap-datetimepicker-widget table td.hour:hover,
|
||||
.dark .bootstrap-datetimepicker-widget table td.minute:hover,
|
||||
.dark .bootstrap-datetimepicker-widget table td.second:hover { background: #444; }
|
||||
.dark .bootstrap-datetimepicker-widget table td.old,
|
||||
.dark .bootstrap-datetimepicker-widget table td.new { color: #AAA; }
|
||||
.dark .bootstrap-datetimepicker-widget table td.active,
|
||||
.dark .bootstrap-datetimepicker-widget table td.active:hover { color: #222; }
|
||||
.dark .bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #222; }
|
||||
.dark .bootstrap-datetimepicker-widget table td.disabled,
|
||||
.dark .bootstrap-datetimepicker-widget table td.disabled:hover { color: #AAA; }
|
||||
.dark .bootstrap-datetimepicker-widget table td span:hover { background: #444; }
|
||||
.dark .bootstrap-datetimepicker-widget table td span.active { color: #222; }
|
||||
.dark .bootstrap-datetimepicker-widget table td span.old { color: #AAA; }
|
||||
.dark .bootstrap-datetimepicker-widget table td span.disabled,
|
||||
.dark .bootstrap-datetimepicker-widget table td span.disabled:hover { color: #AAA; }
|
||||
|
||||
|
||||
|
||||
|
||||
/* ========================================================================
|
||||
select-boxes.css
|
||||
======================================================================== */
|
||||
.dark .select2-dropdown {
|
||||
background-color: #333;
|
||||
border-color: #555;
|
||||
}
|
||||
.dark .select2-close-mask { background-color: #333; }
|
||||
|
||||
.dark .select2-container--default .select2-selection--single {
|
||||
background-color: #333;
|
||||
border-color: #555;
|
||||
}
|
||||
.dark .select2-container--default .select2-selection--single .select2-selection__rendered { color: #EEE; }
|
||||
.dark .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }
|
||||
|
||||
.dark .select2-container--default .select2-selection--multiple {
|
||||
background-color: #333;
|
||||
border-color: #555;
|
||||
}
|
||||
.dark .select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; }
|
||||
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #444;
|
||||
border-color: #555;
|
||||
}
|
||||
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; }
|
||||
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #EEE; }
|
||||
|
||||
.dark .select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #444; }
|
||||
|
||||
.dark .select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
border-color: #555;
|
||||
background-color: #555;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.dark .select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }
|
||||
|
||||
.dark .select2-container--default .select2-results__option[aria-selected=true] { background-color: #444; }
|
||||
|
||||
.dark .select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #5897fb;
|
||||
color: #EEE; }
|
||||
|
||||
.dark .select2-container--classic .select2-selection--single {
|
||||
background-color: #444;
|
||||
border-color: #555;
|
||||
background-image: -webkit-linear-gradient(top, white 50%, #444 100%);
|
||||
background-image: -o-linear-gradient(top, white 50%, #444 100%);
|
||||
background-image: linear-gradient(to bottom, white 50%, #444 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44444444', endColorstr='#44EEEEEE', GradientType=0);
|
||||
}
|
||||
.dark .select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }
|
||||
.dark .select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; }
|
||||
.dark .select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }
|
||||
.dark .select2-container--classic .select2-selection--single .select2-selection__arrow {
|
||||
background-color: #444;
|
||||
border-left-color: #555;
|
||||
background-image: -webkit-linear-gradient(top, #444 50%, #444 100%);
|
||||
background-image: -o-linear-gradient(top, #444 50%, #444 100%);
|
||||
background-image: linear-gradient(to bottom, #444 50%, #444 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44EEEEEE', endColorstr='#44CCCCCC', GradientType=0);
|
||||
}
|
||||
|
||||
.dark .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border-right-color: #555; }
|
||||
|
||||
.dark .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
|
||||
background-image: -webkit-linear-gradient(top, white 0%, #444 50%);
|
||||
background-image: -o-linear-gradient(top, white 0%, #444 50%);
|
||||
background-image: linear-gradient(to bottom, white 0%, #444 50%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44444444', endColorstr='#44EEEEEE', GradientType=0);
|
||||
}
|
||||
|
||||
.dark .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
|
||||
background-image: -webkit-linear-gradient(top, #444 50%, white 100%);
|
||||
background-image: -o-linear-gradient(top, #444 50%, white 100%);
|
||||
background-image: linear-gradient(to bottom, #444 50%, white 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44EEEEEE', endColorstr='#444', GradientType=0);
|
||||
}
|
||||
|
||||
.dark .select2-container--classic .select2-selection--multiple {
|
||||
background-color: #333;
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
.dark .select2-container--classic .select2-selection--multiple:focus { border-color: #5897fb; }
|
||||
.dark .select2-container--classic .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #444;
|
||||
border-color: #555;
|
||||
}
|
||||
.dark .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #EEE; }
|
||||
|
||||
.dark .select2-container--classic .select2-search--dropdown .select2-search__field { border-color: #555; }
|
||||
|
||||
.dark .select2-container--classic .select2-dropdown { background-color: #333;}
|
||||
|
||||
.dark .select2-container--classic .select2-results__option[aria-disabled=true] { color: #444; }
|
||||
|
||||
.dark .select2-container--classic .select2-results__option--highlighted[aria-selected] { color: #333; }
|
||||
|
||||
.dark .select2-container--default.select2-container--disabled .select2-selection--single { background-color: rgba(255,255,255,0.1); }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* ========================================================================
|
||||
radio-checkbox.css
|
||||
======================================================================== */
|
||||
|
||||
.dark .checkbox-style-1-label:before,
|
||||
.dark .radio-style-1-label:before,
|
||||
.dark .checkbox-style-2-label:before,
|
||||
.dark .radio-style-2-label:before,
|
||||
.dark .checkbox-style-3-label:before,
|
||||
.dark .radio-style-3-label:before {
|
||||
background: #333;
|
||||
border-color: #444;
|
||||
}
|
||||
|
||||
.dark .radio-style:checked + .radio-style-1-label:before { background: #CCC; }
|
||||
|
||||
/* Checkbox-small + Radio-small */
|
||||
.dark .checkbox-style-1-label.checkbox-small:before,
|
||||
.dark .radio-style-1-label.radio-small:before,
|
||||
.dark .checkbox-style-2-label.checkbox-small:before,
|
||||
.dark .radio-style-2-label.radio-small:before,
|
||||
.dark .checkbox-style-3-label.checkbox-small:before,
|
||||
.dark .radio-style-3-label.radio-small:before { border-color: #444; }
|
||||
|
||||
/* Style-2 */
|
||||
.dark .checkbox-style:checked + .checkbox-style-2-label:before { box-shadow: inset 0px 0px 0px 4px #000; }
|
||||
|
||||
.dark .radio-style:checked + .radio-style-2-label:before {
|
||||
background: #CCC;
|
||||
box-shadow: inset 0px 0px 0px 4px #333;
|
||||
}
|
||||
|
||||
.dark .checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before { box-shadow: inset 0px 0px 0px 2px #000; }
|
||||
.dark .radio-style:checked + .radio-style-2-label.radio-small:before { box-shadow: inset 0px 0px 0px 2px #000; }
|
||||
|
||||
/* style-3 */
|
||||
.dark .checkbox-style:checked + .checkbox-style-3-label:before,
|
||||
.dark .radio-style:checked + .radio-style-3-label:before { color: #222; }
|
||||
.dark .radio-style:checked + .radio-style-3-label:before {
|
||||
color: #CCC;
|
||||
border-color: #CCC;
|
||||
}
|
||||
|
||||
/* style-3 - Small */
|
||||
.dark .checkbox-style + .checkbox-style-3-label.checkbox-small:before,
|
||||
.dark .radio-style + .radio-style-3-label.radio-small:before { border-color: #555; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* ========================================================================
|
||||
ion.rangeslider.css
|
||||
======================================================================== */
|
||||
.dark .irs-bar-edge,
|
||||
.dark .irs-line-mid,
|
||||
.dark .irs-line-left,
|
||||
.dark .irs-line-right { background-color: #444; }
|
||||
|
||||
|
||||
|
||||
|
||||
/*========================================================================
|
||||
daterangepicker.css
|
||||
======================================================================== */
|
||||
.dark .daterangepicker { background: #222; }
|
||||
|
||||
.dark .daterangepicker.opensleft:before {
|
||||
border-bottom-color: #444;
|
||||
border-bottom-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.dark .daterangepicker.opensleft:after {
|
||||
border-bottom-color: #555;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .daterangepicker.openscenter:before {
|
||||
border-bottom-color: #444;
|
||||
border-left-color: transparent;
|
||||
border-bottom-color- rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.dark .daterangepicker.openscenter:after {
|
||||
border-bottom-color: #222;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .daterangepicker.opensright:before {
|
||||
border-bottom-color: #444;
|
||||
border-left-color: transparent;
|
||||
border-bottom-color- rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.dark .daterangepicker.opensright:after {
|
||||
border-bottom-color: #222;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .daterangepicker.dropup:before{ border-top-color: #444; }
|
||||
|
||||
.dark .daterangepicker.dropup:after{ border-top-color: #222; }
|
||||
|
||||
.dark .daterangepicker .calendar-table {
|
||||
border-color: #444;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.dark .daterangepicker td.off, .dark .daterangepicker td.off.in-range, .dark .daterangepicker td.off.start-date, .dark .daterangepicker td.off.end-date {
|
||||
color: #999;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.dark .daterangepicker td.disabled, .dark .daterangepicker option.disabled { color: #999; }
|
||||
|
||||
.dark .daterangepicker td.available:hover, .dark .daterangepicker th.available:hover { background: #555; }
|
||||
|
||||
.dark .daterangepicker td.in-range {
|
||||
background: #444;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.dark .daterangepicker td.active, .dark .daterangepicker td.active:hover {
|
||||
background-color: #357ebd;
|
||||
border-color: #3071a9;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.dark .daterangepicker td.week, .dark .daterangepicker th.week { color: #444; }
|
||||
|
||||
.dark .reportrange { border-color: #444 !important; }
|
||||
|
||||
/* Text Input Above Each Calendar */
|
||||
.dark .daterangepicker .input-mini {
|
||||
border-color: #444;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.dark .daterangepicker .input-mini.active { border-color: #357ebd; }
|
||||
|
||||
.dark .daterangepicker .calendar-time select.disabled { color: #444; }
|
||||
|
||||
.daterangepicker .daterangepicker_input i { color: #333; }
|
||||
|
||||
/* Predefined Ranges */
|
||||
.dark .daterangepicker .ranges li {
|
||||
background: #333;
|
||||
border-color: #333;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.dark .daterangepicker .ranges li.active, .dark .daterangepicker .ranges li:hover {
|
||||
background: #08c;
|
||||
border-color: #08c;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.dark .input-daterange .input-group-addon {
|
||||
background-color: #222;
|
||||
border-color: #111;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* ========================================================================
|
||||
* bs-switches.css
|
||||
* ====================================================================== */
|
||||
|
||||
.dark .bootstrap-switch { border-color: #444; }
|
||||
|
||||
.dark .bootstrap-switch .bootstrap-switch-label {
|
||||
color: #EEE;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.dark .bootstrap-switch-label:after {
|
||||
border-top-color: #444;
|
||||
border-bottom-color: #444;
|
||||
}
|
||||
|
||||
/* Switches
|
||||
-------------------------------------------------------------- */
|
||||
.dark input.switch-toggle-round + label { background-color: #444; }
|
||||
|
||||
.dark input.switch-toggle-round + label:before,
|
||||
.dark input.switch-toggle-flat + label:before { background-color: #222; }
|
||||
|
||||
.dark input.switch-toggle-flat + label,
|
||||
.dark input.switch-toggle-flat + label:after { background-color: #AAA; }
|
||||
|
||||
.dark input.switch-toggle-round + label:after {
|
||||
background-color: #AAA;
|
||||
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
|
||||
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,280 @@
|
||||
/**
|
||||
* A stylesheet for use with Bootstrap 3.x
|
||||
* @author: Dan Grossman http://www.dangrossman.info/
|
||||
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
|
||||
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
|
||||
* @website: https://www.improvely.com/
|
||||
*/
|
||||
|
||||
/* Container Appearance */
|
||||
|
||||
.daterangepicker {
|
||||
position: absolute;
|
||||
color: inherit;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
width: 278px;
|
||||
padding: 4px;
|
||||
margin-top: 1px;
|
||||
top: 100px;
|
||||
left: 20px;
|
||||
/* Calendars */ }
|
||||
.daterangepicker:before, .daterangepicker:after {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
content: ''; }
|
||||
.daterangepicker:before {
|
||||
top: -7px;
|
||||
border-right: 7px solid transparent;
|
||||
border-left: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc; }
|
||||
.daterangepicker:after {
|
||||
top: -6px;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #fff;
|
||||
border-left: 6px solid transparent; }
|
||||
.daterangepicker.opensleft:before {
|
||||
right: 9px; }
|
||||
.daterangepicker.opensleft:after {
|
||||
right: 10px; }
|
||||
.daterangepicker.openscenter:before {
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
.daterangepicker.openscenter:after {
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
.daterangepicker.opensright:before {
|
||||
left: 9px; }
|
||||
.daterangepicker.opensright:after {
|
||||
left: 10px; }
|
||||
.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.dropdown-menu {
|
||||
max-width: none;
|
||||
z-index: 3001; }
|
||||
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
|
||||
float: none; }
|
||||
.daterangepicker.show-calendar .calendar {
|
||||
display: block; }
|
||||
.daterangepicker .calendar {
|
||||
display: none;
|
||||
max-width: 270px;
|
||||
margin: 4px; }
|
||||
.daterangepicker .calendar.single .calendar-table {
|
||||
border: none; }
|
||||
.daterangepicker .calendar th, .daterangepicker .calendar td {
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
min-width: 32px; }
|
||||
.daterangepicker .calendar-table {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
background-color: #fff; }
|
||||
.daterangepicker table {
|
||||
width: 100%;
|
||||
margin: 0; }
|
||||
.daterangepicker td, .daterangepicker th {
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
white-space: nowrap;
|
||||
cursor: pointer; }
|
||||
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
|
||||
background-color: #eee;
|
||||
border-color: transparent;
|
||||
color: inherit; }
|
||||
.daterangepicker td.week, .daterangepicker th.week {
|
||||
font-size: 80%;
|
||||
color: #ccc; }
|
||||
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
|
||||
background-color: #fff;
|
||||
border-color: transparent;
|
||||
color: #999; }
|
||||
.daterangepicker td.in-range {
|
||||
background-color: #ebf4f8;
|
||||
border-color: transparent;
|
||||
color: #000;
|
||||
border-radius: 0; }
|
||||
.daterangepicker td.start-date {
|
||||
border-radius: 4px 0 0 4px; }
|
||||
.daterangepicker td.end-date {
|
||||
border-radius: 0 4px 4px 0; }
|
||||
.daterangepicker td.start-date.end-date {
|
||||
border-radius: 4px; }
|
||||
.daterangepicker td.active, .daterangepicker td.active:hover {
|
||||
background-color: #357ebd;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.daterangepicker th.month {
|
||||
width: auto; }
|
||||
.daterangepicker td.disabled, .daterangepicker option.disabled {
|
||||
color: #999;
|
||||
cursor: not-allowed;
|
||||
text-decoration: line-through; }
|
||||
.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 .input-mini {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
color: #555;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
display: block;
|
||||
vertical-align: middle;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 0 6px 0 28px;
|
||||
width: 100%; }
|
||||
.daterangepicker .input-mini.active {
|
||||
border: 1px solid #08c;
|
||||
border-radius: 4px; }
|
||||
.daterangepicker .daterangepicker_input {
|
||||
position: relative; }
|
||||
.daterangepicker .daterangepicker_input i {
|
||||
position: absolute;
|
||||
left: 8px;
|
||||
top: 8px; }
|
||||
.daterangepicker.rtl .input-mini {
|
||||
padding-right: 28px;
|
||||
padding-left: 6px; }
|
||||
.daterangepicker.rtl .daterangepicker_input i {
|
||||
left: auto;
|
||||
right: 8px; }
|
||||
.daterangepicker .calendar-time {
|
||||
text-align: center;
|
||||
margin: 5px auto;
|
||||
line-height: 30px;
|
||||
position: relative;
|
||||
padding-left: 28px; }
|
||||
.daterangepicker .calendar-time select.disabled {
|
||||
color: #ccc;
|
||||
cursor: not-allowed; }
|
||||
|
||||
.ranges {
|
||||
font-size: 11px;
|
||||
float: none;
|
||||
margin: 4px;
|
||||
text-align: left; }
|
||||
.ranges ul {
|
||||
list-style: none;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
width: 100%; }
|
||||
.ranges li {
|
||||
font-size: 13px;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #f5f5f5;
|
||||
border-radius: 4px;
|
||||
color: #08c;
|
||||
padding: 3px 12px;
|
||||
margin-bottom: 8px;
|
||||
cursor: pointer; }
|
||||
.ranges li:hover {
|
||||
background-color: #08c;
|
||||
border: 1px solid #08c;
|
||||
color: #fff; }
|
||||
.ranges li.active {
|
||||
background-color: #08c;
|
||||
border: 1px solid #08c;
|
||||
color: #fff; }
|
||||
|
||||
/* Larger Screen Styling */
|
||||
@media (min-width: 564px) {
|
||||
.daterangepicker {
|
||||
width: auto; }
|
||||
.daterangepicker .ranges ul {
|
||||
width: 160px; }
|
||||
.daterangepicker.single .ranges ul {
|
||||
width: 100%; }
|
||||
.daterangepicker.single .calendar.left {
|
||||
clear: none; }
|
||||
.daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
|
||||
float: left; }
|
||||
.daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
|
||||
float: right; }
|
||||
.daterangepicker.ltr {
|
||||
direction: ltr;
|
||||
text-align: left; }
|
||||
.daterangepicker.ltr .calendar.left {
|
||||
clear: left;
|
||||
margin-right: 0; }
|
||||
.daterangepicker.ltr .calendar.left .calendar-table {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
.daterangepicker.ltr .calendar.right {
|
||||
margin-left: 0; }
|
||||
.daterangepicker.ltr .calendar.right .calendar-table {
|
||||
border-left: none;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
.daterangepicker.ltr .left .daterangepicker_input {
|
||||
padding-right: 12px; }
|
||||
.daterangepicker.ltr .calendar.left .calendar-table {
|
||||
padding-right: 12px; }
|
||||
.daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
|
||||
float: left; }
|
||||
.daterangepicker.rtl {
|
||||
direction: rtl;
|
||||
text-align: right; }
|
||||
.daterangepicker.rtl .calendar.left {
|
||||
clear: right;
|
||||
margin-left: 0; }
|
||||
.daterangepicker.rtl .calendar.left .calendar-table {
|
||||
border-left: none;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
.daterangepicker.rtl .calendar.right {
|
||||
margin-right: 0; }
|
||||
.daterangepicker.rtl .calendar.right .calendar-table {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
.daterangepicker.rtl .left .daterangepicker_input {
|
||||
padding-left: 12px; }
|
||||
.daterangepicker.rtl .calendar.left .calendar-table {
|
||||
padding-left: 12px; }
|
||||
.daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
|
||||
text-align: right;
|
||||
float: right; } }
|
||||
@media (min-width: 730px) {
|
||||
.daterangepicker .ranges {
|
||||
width: auto; }
|
||||
.daterangepicker.ltr .ranges {
|
||||
float: left; }
|
||||
.daterangepicker.rtl .ranges {
|
||||
float: right; }
|
||||
.daterangepicker .calendar.left {
|
||||
clear: none !important; } }
|
||||
|
||||
@@ -0,0 +1,266 @@
|
||||
/* Ion.RangeSlider
|
||||
// css version 2.0.3
|
||||
// © 2013-2014 Denis Ineshin | IonDen.com
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// RangeSlider */
|
||||
|
||||
.irs {
|
||||
position: relative; display: block;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.irs-line {
|
||||
position: relative; display: block;
|
||||
overflow: hidden;
|
||||
outline: none !important;
|
||||
}
|
||||
.irs-line-left, .irs-line-mid, .irs-line-right {
|
||||
position: absolute; display: block;
|
||||
top: 0;
|
||||
}
|
||||
.irs-line-left {
|
||||
left: 0; width: 11%;
|
||||
}
|
||||
.irs-line-mid {
|
||||
left: 9%; width: 82%;
|
||||
}
|
||||
.irs-line-right {
|
||||
right: 0; width: 11%;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
position: absolute; display: block;
|
||||
left: 0; width: 0;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: 0;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
position: absolute; display: none;
|
||||
left: 0; width: 0;
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
position: absolute; display: block;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
}
|
||||
.irs-slider.single {
|
||||
|
||||
}
|
||||
.irs-slider.from {
|
||||
|
||||
}
|
||||
.irs-slider.to {
|
||||
|
||||
}
|
||||
.irs-slider.type_last {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.irs-min {
|
||||
position: absolute; display: block;
|
||||
left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
.irs-max {
|
||||
position: absolute; display: block;
|
||||
right: 0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: 0;
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.irs-grid {
|
||||
position: absolute; display: none;
|
||||
bottom: 0; left: 0;
|
||||
width: 100%; height: 20px;
|
||||
}
|
||||
.irs-with-grid .irs-grid {
|
||||
display: block;
|
||||
}
|
||||
.irs-grid-pol {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 1px; height: 8px;
|
||||
background: #000;
|
||||
}
|
||||
.irs-grid-pol.small {
|
||||
height: 4px;
|
||||
}
|
||||
.irs-grid-text {
|
||||
position: absolute;
|
||||
bottom: 0; left: 0;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
font-size: 9px; line-height: 9px;
|
||||
padding: 0 3px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.irs-disable-mask {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: -1%;
|
||||
width: 102%; height: 100%;
|
||||
cursor: default;
|
||||
background: rgba(0,0,0,0.0);
|
||||
z-index: 2;
|
||||
}
|
||||
.lt-ie9 .irs-disable-mask {
|
||||
background: #000;
|
||||
filter: alpha(opacity=0);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
|
||||
.irs-hidden-input {
|
||||
position: absolute !important;
|
||||
display: block !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
font-size: 0 !important;
|
||||
line-height: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
outline: none !important;
|
||||
z-index: -9999 !important;
|
||||
background: none !important;
|
||||
border-style: solid !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
/* Ion.RangeSlider, Nice Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-slider {
|
||||
background: url(rangeslider/sprite-skin-nice.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs-bar-edge,
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right {
|
||||
background-color: #EEE;
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 40px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 60px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 8px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 8px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 8px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 8px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 8px;
|
||||
top: 25px;
|
||||
background-color: #1ABC9C;
|
||||
border-radius: 100px
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 8px;
|
||||
width: 11px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 8px;
|
||||
top: 25px;
|
||||
background: rgba(0,0,0,0.9);
|
||||
opacity: 0.15;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=15);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 22px; height: 22px;
|
||||
top: 17px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #999;
|
||||
font-size: 11px;
|
||||
line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: -8px;
|
||||
padding: 3px;
|
||||
background: rgba(0,0,0,0.05);
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #FFF;
|
||||
top: -8px;
|
||||
font-size: 11px;
|
||||
line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 3px;
|
||||
background: #1ABC9C;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.irs-from:after, .irs-single:after, .irs-to:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: block;
|
||||
bottom: -6px;
|
||||
left: 50%;
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #1ABC9C;
|
||||
}
|
||||
|
||||
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single { background: #DDD; }
|
||||
|
||||
.irs-grid-pol { background: #AAA; }
|
||||
.irs-grid-text { color: #AAA }
|
||||
|
||||
.irs-disabled { }
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,94 @@
|
||||
/* Style-1 + Style-2 */
|
||||
.checkbox-style,
|
||||
.radio-style {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.checkbox-style, .radio-style,
|
||||
.checkbox-style-1-label, .radio-style-1-label,
|
||||
.checkbox-style-2-label, .radio-style-2-label,
|
||||
.checkbox-style-3-label, .radio-style-3-label {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.checkbox-style-1-label, .radio-style-1-label,
|
||||
.checkbox-style-2-label, .radio-style-2-label,
|
||||
.checkbox-style-3-label, .radio-style-3-label { position: relative; }
|
||||
|
||||
.checkbox-style-1-label:before, .radio-style-1-label:before,
|
||||
.checkbox-style-2-label:before, .radio-style-2-label:before,
|
||||
.checkbox-style-3-label:before, .radio-style-3-label:before {
|
||||
content: '';
|
||||
background: #FFF;
|
||||
border: 2px solid #DDD;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
padding: 4px;
|
||||
margin-right: 10px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.radio-style-1-label:before,
|
||||
.radio-style-2-label:before,
|
||||
.radio-style-3-label:before { border-radius: 50%; }
|
||||
|
||||
.checkbox-style:checked + .checkbox-style-1-label:before { background: #1ABC9C; }
|
||||
.radio-style:checked + .radio-style-1-label:before { background: #CCC; }
|
||||
|
||||
/* Checkbox-small + Radio-small */
|
||||
.checkbox-style-1-label.checkbox-small:before,
|
||||
.radio-style-1-label.radio-small:before,
|
||||
.checkbox-style-2-label.checkbox-small:before,
|
||||
.radio-style-2-label.radio-small:before,
|
||||
.checkbox-style-3-label.checkbox-small:before,
|
||||
.radio-style-3-label.radio-small:before {
|
||||
border: 2px solid #DDD;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0 8px 1px 0;
|
||||
}
|
||||
|
||||
/* Style-2 */
|
||||
.checkbox-style:checked + .checkbox-style-2-label:before {
|
||||
background: #1ABC9C;
|
||||
box-shadow: inset 0px 0px 0px 4px #fff;
|
||||
}
|
||||
|
||||
.radio-style:checked + .radio-style-2-label:before {
|
||||
background: #ccc;
|
||||
box-shadow: inset 0px 0px 0px 4px #fff;
|
||||
}
|
||||
|
||||
.checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }
|
||||
.radio-style:checked + .radio-style-2-label.radio-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }
|
||||
|
||||
/* style-3 */
|
||||
.checkbox-style:checked + .checkbox-style-3-label:before,
|
||||
.radio-style:checked + .radio-style-3-label:before {
|
||||
content: "\e116";
|
||||
font-family: 'lined-icons';
|
||||
background: #1ABC9C;
|
||||
color: #FFF;
|
||||
}
|
||||
.radio-style:checked + .radio-style-3-label:before {
|
||||
color: #BBB;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* style-3 - Small */
|
||||
.checkbox-style + .checkbox-style-3-label.checkbox-small:before,
|
||||
.radio-style + .radio-style-3-label.radio-small:before {
|
||||
border: 1px solid #BBB;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0 8px 1px 0;
|
||||
font-size: 7px;
|
||||
line-height: .8;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 694 B |
@@ -0,0 +1,484 @@
|
||||
.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 .select2-selection--single .select2-selection__clear {
|
||||
position: relative; }
|
||||
.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;
|
||||
padding: 0; }
|
||||
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
|
||||
-webkit-appearance: none; }
|
||||
|
||||
.select2-dropdown {
|
||||
background-color: white;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: -100000px;
|
||||
width: 100%;
|
||||
z-index: 1051; }
|
||||
|
||||
.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-hidden-accessible {
|
||||
border: 0 !important;
|
||||
clip: rect(0 0 0 0) !important;
|
||||
height: 1px !important;
|
||||
margin: -1px !important;
|
||||
overflow: hidden !important;
|
||||
padding: 0 !important;
|
||||
position: absolute !important;
|
||||
width: 1px !important; }
|
||||
|
||||
.select2-container--default .select2-selection--single {
|
||||
background-color: #fff;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px; }
|
||||
.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: 1px;
|
||||
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__rendered li {
|
||||
list-style: none; }
|
||||
.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, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
|
||||
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;
|
||||
box-shadow: none;
|
||||
-webkit-appearance: textfield; }
|
||||
|
||||
.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: #f7f7f7;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
outline: 0;
|
||||
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
|
||||
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
|
||||
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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='#FFEEEEEE', endColorstr='#FFCCCCCC', 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, white 0%, #eeeeee 50%);
|
||||
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
|
||||
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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%, white 100%);
|
||||
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
|
||||
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', 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;
|
||||
box-shadow: none; }
|
||||
|
||||
.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; }
|
||||
@@ -0,0 +1,204 @@
|
||||
/*@preserve
|
||||
* Tempus Dominus Bootstrap4 v5.0.0-alpha14 (https://tempusdominus.github.io/bootstrap-4/)
|
||||
* Copyright 2016-2017 Jonathan Peterson
|
||||
* Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0; }
|
||||
|
||||
.bootstrap-datetimepicker-widget {
|
||||
list-style: none; }
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||
display: block;
|
||||
margin: 2px 0;
|
||||
padding: 4px;
|
||||
width: 14rem; }
|
||||
@media (min-width: 576px) {
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||
width: 38em; } }
|
||||
@media (min-width: 768px) {
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||
width: 38em; } }
|
||||
@media (min-width: 992px) {
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||
width: 38em; } }
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
position: absolute; }
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
top: -7px;
|
||||
left: 7px; }
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid white;
|
||||
top: -6px;
|
||||
left: 8px; }
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-top: 7px solid #ccc;
|
||||
border-top-color: rgba(0, 0, 0, 0.2);
|
||||
bottom: -7px;
|
||||
left: 6px; }
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-top: 6px solid white;
|
||||
bottom: -6px;
|
||||
left: 7px; }
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
|
||||
left: auto;
|
||||
right: 6px; }
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
|
||||
left: auto;
|
||||
right: 7px; }
|
||||
.bootstrap-datetimepicker-widget .list-unstyled {
|
||||
margin: 0; }
|
||||
.bootstrap-datetimepicker-widget a[data-action] {
|
||||
padding: 6px 0; }
|
||||
.bootstrap-datetimepicker-widget a[data-action]:active {
|
||||
box-shadow: none; }
|
||||
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
|
||||
width: 54px;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
margin: 0; }
|
||||
.bootstrap-datetimepicker-widget button[data-action] {
|
||||
padding: 6px; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
|
||||
content: "Increment Hours"; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
|
||||
content: "Increment Minutes"; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
|
||||
content: "Decrement Hours"; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
|
||||
content: "Decrement Minutes"; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
|
||||
content: "Show Hours"; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
|
||||
content: "Show Minutes"; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
|
||||
content: "Toggle AM/PM"; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
|
||||
content: "Clear the picker"; }
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
|
||||
content: "Set the date to today"; }
|
||||
.bootstrap-datetimepicker-widget .picker-switch {
|
||||
text-align: center; }
|
||||
.bootstrap-datetimepicker-widget .picker-switch::after {
|
||||
content: "Toggle Date and Time Screens"; }
|
||||
.bootstrap-datetimepicker-widget .picker-switch td {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: auto;
|
||||
width: auto;
|
||||
line-height: inherit; }
|
||||
.bootstrap-datetimepicker-widget .picker-switch td span {
|
||||
line-height: 2.5;
|
||||
height: 2.5em;
|
||||
width: 100%; }
|
||||
.bootstrap-datetimepicker-widget table {
|
||||
width: 100%;
|
||||
margin: 0; }
|
||||
.bootstrap-datetimepicker-widget table td,
|
||||
.bootstrap-datetimepicker-widget table th {
|
||||
text-align: center;
|
||||
border-radius: 0.25rem; }
|
||||
.bootstrap-datetimepicker-widget table th {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
width: 20px; }
|
||||
.bootstrap-datetimepicker-widget table th.picker-switch {
|
||||
width: 145px; }
|
||||
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
|
||||
background: none;
|
||||
color: #868e96;
|
||||
cursor: not-allowed; }
|
||||
.bootstrap-datetimepicker-widget table th.prev::after {
|
||||
content: "Previous Month"; }
|
||||
.bootstrap-datetimepicker-widget table th.next::after {
|
||||
content: "Next Month"; }
|
||||
.bootstrap-datetimepicker-widget table thead tr:first-child th {
|
||||
cursor: pointer; }
|
||||
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
|
||||
background: #e9ecef; }
|
||||
.bootstrap-datetimepicker-widget table td {
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
width: 54px; }
|
||||
.bootstrap-datetimepicker-widget table td.cw {
|
||||
font-size: .8em;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
color: #868e96; }
|
||||
.bootstrap-datetimepicker-widget table td.day {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
width: 20px; }
|
||||
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
|
||||
background: #e9ecef;
|
||||
cursor: pointer; }
|
||||
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
|
||||
color: #868e96; }
|
||||
.bootstrap-datetimepicker-widget table td.today {
|
||||
position: relative; }
|
||||
.bootstrap-datetimepicker-widget table td.today:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border: solid transparent;
|
||||
border-width: 0 0 7px 7px;
|
||||
border-bottom-color: #007bff;
|
||||
border-top-color: rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
right: 4px; }
|
||||
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
|
||||
background-color: #007bff;
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
|
||||
.bootstrap-datetimepicker-widget table td.active.today:before {
|
||||
border-bottom-color: #fff; }
|
||||
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
|
||||
background: none;
|
||||
color: #868e96;
|
||||
cursor: not-allowed; }
|
||||
.bootstrap-datetimepicker-widget table td span {
|
||||
display: inline-block;
|
||||
width: 54px;
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
margin: 2px 1.5px;
|
||||
cursor: pointer;
|
||||
border-radius: 0.25rem; }
|
||||
.bootstrap-datetimepicker-widget table td span:hover {
|
||||
background: #e9ecef; }
|
||||
.bootstrap-datetimepicker-widget table td span.active {
|
||||
background-color: #007bff;
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
|
||||
.bootstrap-datetimepicker-widget table td span.old {
|
||||
color: #868e96; }
|
||||
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
|
||||
background: none;
|
||||
color: #868e96;
|
||||
cursor: not-allowed; }
|
||||
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
|
||||
height: 27px;
|
||||
line-height: 27px; }
|
||||
|
||||
.input-group.date .input-group-append {
|
||||
cursor: pointer; }
|
||||
@@ -0,0 +1,10 @@
|
||||
/* ----------------------------------------------------------------
|
||||
Custom CSS
|
||||
|
||||
Add all your Custom Styled CSS here for New Styles or
|
||||
Overwriting Default Theme Styles for Better Hanlding Updates
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,209 @@
|
||||
/* ----------------------------------------------------------------
|
||||
Dark Scheme
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.dark .top-links ul li {
|
||||
border-right-color: rgba(255,255,255,0.1);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .top-links ul ul li {
|
||||
border-right: 1px solid #444;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.dark .top-links ul ul li:first-child {
|
||||
border-right: 1px solid #444;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.dark #top-social li {
|
||||
border-right: 1px solid rgba(255,255,255,0.1);
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.dark #header.full-header #header-wrap:not(.not-dark) #logo,
|
||||
#header.full-header.dark #header-wrap:not(.not-dark) #logo {
|
||||
border-left-color: rgba(255,255,255,0.15);
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo,
|
||||
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo {
|
||||
border-left-color: rgba(255,255,255,0.2);
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark #header.full-header #header-wrap:not(.not-dark) #primary-menu > ul,
|
||||
#header.full-header.dark #header-wrap:not(.not-dark) #primary-menu > ul {
|
||||
border-left-color: rgba(255,255,255,0.15);
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul,
|
||||
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul {
|
||||
border-left-color: rgba(255,255,255,0.2);
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu > a,
|
||||
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu:hover > a,
|
||||
#primary-menu.dark ul ul > li.sub-menu > a,
|
||||
#primary-menu.dark ul ul > li.sub-menu:hover > a { background-image: url("../images/icons/submenu-dark-rtl.png"); }
|
||||
|
||||
.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child),
|
||||
#primary-menu.dark ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
|
||||
border-right-color: #3F3F3F;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark #primary-menu.style-5:not(.not-dark) > ul,
|
||||
#primary-menu.dark.style-5 > ul {
|
||||
border-left-color: rgba(255,255,255,0.1);
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark.side-header #header {
|
||||
border-left-color: #3F3F3F;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark.side-header.side-header-right #header {
|
||||
border-right-color: #3F3F3F;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark #portfolio-filter li a {
|
||||
border-right-color: rgba(255,255,255,0.08);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .entry-meta li {
|
||||
border-right-color: rgba(255,255,255,0.08);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .spost .entry-meta li,
|
||||
.dark .mpost .entry-meta li {
|
||||
border-right-color: #666;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .product-overlay a {
|
||||
border-left-color: rgba(255,255,255,0.15);
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark .product-overlay a:last-child {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.dark .countdown-section {
|
||||
border-right-color: rgba(255,255,255,0.2);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .fbox-effect .fbox-icon i:after { box-shadow: 0 2px 0 0 #494949; }
|
||||
|
||||
.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 2px 0 0 #1ABC9C; }
|
||||
|
||||
.dark .fbox-border.fbox-effect .fbox-icon i:hover,
|
||||
.dark .fbox-border.fbox-effect:hover .fbox-icon i { box-shadow: 0 1px 0 0 #494949; }
|
||||
|
||||
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 1px 0 0 #1ABC9C; }
|
||||
|
||||
.dark .style-msg2 {
|
||||
border-right: 4px solid rgba(0,0,0,0.3);
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.dark .style-msg .sb-msg,
|
||||
.dark .style-msg2 .msgtitle,
|
||||
.dark .style-msg2 .sb-msg {
|
||||
border-right-color: rgba(255,255,255,0.1);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark ul.tab-nav li:first-child {
|
||||
border-right-color: #494949;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .side-tabs ul.tab-nav {
|
||||
border-left-color: #494949;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark .side-tabs ul.tab-nav li:first-child {
|
||||
border-right-color: #494949;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
|
||||
border-left-color: #383838;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark .clients-grid li:before,
|
||||
.dark .testimonials-grid li:before {
|
||||
border-right-color: rgba(255,255,255,0.15);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .pricing-box.pricing-extended .pricing-action-area {
|
||||
border-right-color: rgba(255,255,255,0.15);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark blockquote {
|
||||
border-right-color: rgba(255,255,255,0.2);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .blockquote-reverse,
|
||||
.dark blockquote.pull-right {
|
||||
border-left-color: rgba(255,255,255,0.2);
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark .popover.right > .arrow {
|
||||
border-left-color: #494949;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark .popover.right > .arrow:after {
|
||||
border-left-color: #282828;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.dark .popover.left > .arrow {
|
||||
border-right-color: #494949;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .popover.left > .arrow:after {
|
||||
border-right-color: #282828;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.dark .widget_nav_menu li a,
|
||||
.dark .widget_links li a,
|
||||
.dark .widget_meta li a,
|
||||
.dark .widget_archive li a,
|
||||
.dark .widget_recent_comments li a,
|
||||
.dark .widget_recent_entries li a,
|
||||
.dark .widget_categories li a,
|
||||
.dark .widget_pages li a,
|
||||
.dark .widget_rss li a {
|
||||
background-image: url("../images/icons/widget-link-dark-rtl.png");
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
|
||||
.dark #primary-menu:not(.not-dark) > ul > li.sub-menu > a,
|
||||
.dark #primary-menu:not(.not-dark) > .container > ul > li.sub-menu > a { background-image: url("../images/icons/submenu-dark-rtl.png"); }
|
||||
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
.iconlist {
|
||||
padding-right: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 1.75em;
|
||||
}
|
||||
|
||||
.iconlist ul {
|
||||
margin: 5px 25px 5px 0;
|
||||
}
|
||||
|
||||
.iconlist li { text-align: right; }
|
||||
|
||||
.iconlist > li [class^="icon-"], .iconlist > li [class*=" icon-"] {
|
||||
right: -1.75em;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.icon.pull-left {
|
||||
margin-left: .3em;
|
||||
margin-right: 0;
|
||||
}
|
||||
.icon.pull-right {
|
||||
margin-right: .3em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.icon-stacked-1x,
|
||||
.icon-stacked-2x {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
@font-face {
|
||||
font-family: 'font-icons-snapchat';
|
||||
src:url('fonts/font-icons-snapchat.eot?lp15pn');
|
||||
src:url('fonts/font-icons-snapchat.eot?lp15pn#iefix') format('embedded-opentype'),
|
||||
url('fonts/font-icons-snapchat.ttf?lp15pn') format('truetype'),
|
||||
url('fonts/font-icons-snapchat.woff?lp15pn') format('woff'),
|
||||
url('fonts/font-icons-snapchat.svg?lp15pn#font-icons-snapchat') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="icon-snapchat-"], [class*=" icon-snapchat-"] { font-family: 'font-icons-snapchat' !important; }
|
||||
|
||||
.icon-snapchat:before {
|
||||
content: "\f2ab";
|
||||
}
|
||||
.icon-snapchat-ghost:before {
|
||||
content: "\f2ac";
|
||||
}
|
||||
.icon-snapchat-square:before {
|
||||
content: "\f2ad";
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,203 @@
|
||||
/* ----------------------------------------------------------------
|
||||
Fonts
|
||||
|
||||
Replace your Fonts as necessary
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
body,
|
||||
small,
|
||||
#primary-menu ul ul li > a,
|
||||
.wp-caption,
|
||||
.feature-box.fbox-center.fbox-italic p,
|
||||
.skills li .progress-percent .counter,
|
||||
.nav-tree ul ul a { font-family: 'Lato', sans-serif; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
#logo,
|
||||
#primary-menu ul li > a,
|
||||
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,
|
||||
#top-search form input,
|
||||
.entry-link,
|
||||
.entry.entry-date-section span,
|
||||
.button.button-desc,
|
||||
.counter,
|
||||
label,
|
||||
.nav-tree li a,
|
||||
.wedding-head .first-name,
|
||||
.wedding-head .last-name { font-family: 'Raleway', sans-serif; }
|
||||
|
||||
.entry-meta li,
|
||||
.entry-link span,
|
||||
.entry blockquote p,
|
||||
.more-link,
|
||||
.comment-content .comment-author span,
|
||||
.button.button-desc span,
|
||||
.testi-content p,
|
||||
.team-title span,
|
||||
.before-heading,
|
||||
.wedding-head .first-name span,
|
||||
.wedding-head .last-name span { font-family: 'Crete Round', serif; }
|
||||
|
||||
.font-body { font-family: 'Lato', sans-serif !important; }
|
||||
|
||||
.font-primary { font-family: 'Raleway', sans-serif !important; }
|
||||
|
||||
.font-secondary { font-family: 'Crete Round', serif !important; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
You can change your Font Specific Settings here
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
body { line-height: 1.5; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 600;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#logo {
|
||||
font-size: 36px;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
#primary-menu ul li > a {
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#primary-menu ul ul li > a {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase !important;
|
||||
line-height: 1.3 !important;
|
||||
}
|
||||
|
||||
#top-search form input {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.entry-meta li {
|
||||
font-size: 13px;
|
||||
line-height: 14px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.entry-link {
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.entry-link span {
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.entry blockquote p {
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.entry.entry-date-section span {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.more-link { font-style: italic; }
|
||||
|
||||
.comment-content .comment-author span {
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.wp-caption { font-style: italic; }
|
||||
|
||||
.button.button-desc {
|
||||
font-size: 22px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.button.button-desc span {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
font-style: italic;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center.fbox-italic p { font-style: italic; }
|
||||
|
||||
.testi-content p { font-style: italic; }
|
||||
|
||||
.team-title span {
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.counter {
|
||||
font-size: 42px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.skills li .progress-percent .counter { font-weight: 400; }
|
||||
|
||||
label {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.before-heading {
|
||||
font-size: 16px;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.wedding-head .first-name,
|
||||
.wedding-head .last-name {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.wedding-head .first-name span,
|
||||
.wedding-head .last-name span {
|
||||
font-size: 56px;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
text-transform: none;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 178 KiB |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 175 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="font-icons-snapchat" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="snapchat" horiz-adv-x="878" d="M730.857 294.857q0 12.571-12.571 15.429-38.286 8.571-67.429 33.714t-45.714 61.714q-4 10.857-4 14.286 0 8.571 11.143 14.857t24.571 9.714 24.571 11.714 11.143 20.857q0 10.857-10.571 18t-22 7.143q-6.857 0-18.286-4.571t-17.714-4.571q-2.286 0-6.857 1.143 2.857 54.286 2.857 65.143 0 45.143-9.714 65.143-20.571 44.571-58.857 69.429t-86.857 24.857q-113.714 0-157.143-94.286-9.714-20-9.714-65.143 0-10.857 2.857-65.143-2.286-1.143-8-1.143-6.857 0-18.286 4.286t-17.143 4.286q-12 0-22-6.857t-10-18.286q0-12 11.143-20.286t24.571-11.714 24.571-9.714 11.143-14.857q0-3.429-4-14.286-36.571-78.857-113.143-95.429-12.571-2.857-12.571-15.429 0-26.286 78.286-38.857 1.143-2.857 3.429-14.857t6.571-17.429 13.429-5.429q6.857 0 21.429 2.571t22.571 2.571q20 0 38.286-8.571t30.857-18.571 32.857-18.571 43.714-8.571q24.571 0 45.143 8.571t32.857 18.571 30.571 18.571 38.286 8.571q8 0 22.571-2.286t22-2.286q9.143 0 13.143 5.714t6.286 17.143 3.429 14.286q78.286 12.571 78.286 38.857zM877.714 438.857q0-119.429-58.857-220.286t-159.714-159.714-220.286-58.857-220.286 58.857-159.714 159.714-58.857 220.286 58.857 220.286 159.714 159.714 220.286 58.857 220.286-58.857 159.714-159.714 58.857-220.286z" />
|
||||
<glyph unicode="" glyph-name="snapchat-ghost" horiz-adv-x="951" d="M484.571 877.714q76.571 0.571 137.429-39.143t93.429-110q15.429-33.143 15.429-102.286 0-26.857-5.143-109.143 8-4 16-4 10.286 0 29.143 7.714t29.143 7.714q16.571 0 32-10.286t15.429-26.286q0-18.286-18-30.857t-39.429-18-39.429-16.571-18-27.143q0-8.571 6.857-24.571 21.143-46.857 58.571-85.714t82.571-57.714q16-6.857 45.714-13.143 16-3.429 16-20 0-40-125.143-58.857-4-6.286-6.286-22.286t-8-26.571-18.857-10.571q-11.429 0-35.429 3.714t-36.571 3.714q-21.143 0-35.429-2.857-18.286-2.857-36-12.857t-33.143-21.714-33.143-23.143-43.429-19.143-56.571-7.714q-29.714 0-55.143 7.714t-42.857 19.143-32.857 23.143-33.143 21.714-35.429 12.857q-14.857 2.857-36 2.857-13.714 0-37.429-4.286t-33.429-4.286q-14.286 0-20 10.571t-8 27.143-6.286 22.857q-125.143 18.857-125.143 58.857 0 16.571 16 20 29.714 6.286 45.714 13.143 44.571 18.286 82.571 57.714t58.571 85.714q6.857 16 6.857 24.571 0 16-18 27.143t-39.714 16.857-39.714 18-18 30q0 15.429 14.857 26t31.429 10.571q8.571 0 27.429-7.429t30.286-7.429q10.286 0 18.286 4-5.143 81.143-5.143 108.571 0 69.714 15.429 102.857 36.571 78.286 98.286 113.143t150.857 36z" />
|
||||
<glyph unicode="" glyph-name="snapchat-square" horiz-adv-x="878" d="M731.429 294.857q0 12.571-12.571 15.429-38.286 8-67.429 33.143t-45.714 62.286q-4 8-4 14.286 0 8.571 11.143 14.857t24.286 9.714 24.286 11.714 11.143 20.857q0 10.857-10.571 18t-22 7.143q-6.286 0-17.714-4.571t-18.286-4.571q-2.286 0-6.857 1.143 2.857 36 2.857 65.714 0 44.571-9.714 65.143-20.571 44.571-58.571 69.429t-87.143 24.857q-113.143 0-157.143-94.286-10.286-21.714-10.286-65.714 0-21.714 3.429-65.143-5.714-1.143-8.571-1.143-6.286 0-18 4.571t-17.429 4.571q-11.429 0-21.429-7.143t-10-18.571q0-12 11.143-20.286t24.286-11.714 24.286-9.714 11.143-14.857q0-6.286-4-14.286-36.571-78.857-113.143-95.429-12.571-2.857-12.571-15.429 0-26.857 78.857-39.429 1.143-2.857 3.429-14.857t6.286-17.429 13.143-5.429q7.429 0 22 2.857t22 2.857q20 0 38.571-8.571t31.143-18.571 32.857-18.571 43.714-8.571q24.571 0 45.143 8.571t32.857 18.571 30.857 18.571 38.571 8.571q7.429 0 22.286-2.571t22.286-2.571q8.571 0 12.857 5.429t6.571 17.714 2.857 14q78.857 12.571 78.857 39.429zM877.714 713.143v-548.571q0-68-48.286-116.286t-116.286-48.286h-548.571q-68 0-116.286 48.286t-48.286 116.286v548.571q0 68 48.286 116.286t116.286 48.286h548.571q68 0 116.286-48.286t48.286-116.286z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 544 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,140 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="lined-icons" horiz-adv-x="512">
|
||||
<font-face units-per-em="512" ascent="480" descent="-32" />
|
||||
<missing-glyph horiz-adv-x="512" />
|
||||
<glyph unicode=" " d="" horiz-adv-x="256" />
|
||||
<glyph unicode="" d="M256 405.333q34.834 0 67.75-10.584t57.75-27.5 46.75-37.416 36.834-41 25.834-37.417 16.084-27.416l5-10.667q-1.166-2.5-3.166-6.75t-9.416-17.334-15.834-25.834-22.166-30-28.416-32.166-34.75-30.084-41.166-25.75-47.416-17.334-53.666-6.75q-34.834 0-67.75 10.584t-57.75 27.416-46.75 37.166-36.834 40.75-25.834 37.25-16.084 27.5l-5 10.5q1.167 2.5 3.167 6.75t9.416 17.417 15.834 25.916 22.166 30.167 28.416 32.333 34.75 30.167 41.167 25.916 47.416 17.416 53.666 6.75zM256 362.667q-23.334 0-45.834-6.166t-40.584-15.916-35.334-23.584-29.834-27.25-24.416-28.833-18.834-26.417-13.166-22q6.166-10.834 13.166-21.75t18.834-26.166 24.416-28.5 29.834-26.916 35.334-23.334 40.584-15.75 45.834-6.084 45.834 6.166 40.584 15.834 35.334 23.416 29.834 27.084 24.416 28.666 18.834 26.334 13.166 21.834q-6.166 10.834-13.166 21.834t-18.834 26.334-24.416 28.666-29.834 27.084-35.334 23.416-40.584 15.834-45.834 6.166zM256 298.667q35.334 0 60.334-25t25-60.334-25-60.334-60.334-25-60.334 25-25 60.334 25 60.334 60.334 25zM256 256q-17.666 0-30.166-12.5t-12.5-30.167 12.5-30.166 30.166-12.5 30.166 12.5 12.5 30.166-12.5 30.167-30.166 12.5z" />
|
||||
<glyph unicode="" d="M337 469.333q20.834 0 40-7.833 20-8 35.334-23.334 15.5-15.666 23.334-35.167 7.666-18.833 7.666-40t-7.666-40q-7.834-19.5-23.334-35.166l-196.333-196.334q-9-9-21.333-14.166-12-4.666-24-4.666t-24 4.666q-12.334 5.166-21.334 14.166-9.334 9.334-14 21.166-4.666 11.334-4.666 24 0 12.834 4.666 24.166 4.666 11.666 14 21.166l181.167 181q6.334 6.334 15.166 6.334 8.666 0 15-6.334t6.334-15q0-8.833-6.334-15.166l-181.167-181q-6.167-6.166-6.167-15.166 0-8.834 6.167-15 6.667-6.334 15.167-6.334t15.166 6.334l196.334 196.334q18.5 18.5 18.5 45t-18.5 45q-19 18.666-45.166 18.666-26.334 0-45-18.666l-196.833-195.834q-15.334-15.334-23.334-35.334-7.834-19.166-7.834-40.166 0-20.666 7.834-40.166 8-19.834 23.334-35.166 15.834-15.666 35.333-23.5t40.166-7.834 40.166 7.834 35.334 23.5l196 196q6.334 6.334 15.166 6.334 8.666 0 15-6.334t6.334-15q0-8.834-6.334-15.166l-196-196q-21.5-21.5-49.5-32.834-26.666-11-56.166-11-29.334 0-56.166 11-28 11.334-49.5 32.834-21.334 21.334-32.666 49.334-11 27-11 56.166 0 29.334 11 56.166 11.166 27.666 32.666 49.5h0.166l196.667 195.833q15.334 15.334 35.166 23.334 19.5 7.833 40 7.833z" />
|
||||
<glyph unicode="" d="M85.334 405.333h341.334q26.5 0 45.25-18.75t18.75-45.25v-256q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v256q0 26.5 18.75 45.25t45.25 18.75zM448 85.333v233l-178.667-143q-5.666-4.666-13.334-4.666t-13.334 4.666l-178.667 143v-233q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084zM426.666 362.667h-341.334q-3.166 0-7-1.166l177.667-142.167 177.667 142.167q-3.834 1.166-7 1.166z" />
|
||||
<glyph unicode="" d="M170.667 384h170.667q34.666 0 66.25-13.5t54.5-36.416 36.416-54.5 13.5-66.25-13.5-66.25-36.416-54.5-54.5-36.416-66.25-13.5h-170.667q-34.667 0-66.25 13.5t-54.5 36.416-36.416 54.5-13.5 66.25 13.5 66.25 36.416 54.5 54.5 36.416 66.25 13.5zM170.667 298.667q35.333 0 60.333-25t25-60.334-25-60.334-60.334-25-60.334 25-25 60.334 25 60.334 60.334 25zM170.667 256q-17.667 0-30.167-12.5t-12.5-30.167 12.5-30.166 30.166-12.5 30.166 12.5 12.5 30.166-12.5 30.167-30.166 12.5zM341.334 341.333h-170.667q-34.833 0-64.25-17.167t-46.584-46.583-17.166-64.25 17.166-64.25 46.584-46.584 64.25-17.166h170.667q34.834 0 64.25 17.166t46.584 46.584 17.166 64.25-17.166 64.25-46.584 46.583-64.25 17.167z" />
|
||||
<glyph unicode="" d="M85.334 448h341.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM170.667 21.333v256h-106.666v-234.667q0-8.834 6.25-15.084t15.084-6.25h85.334zM448 42.667v234.667h-234.667v-256h213.333q8.834 0 15.084 6.25t6.25 15.084zM426.666 405.333h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-64h384v64q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M362.666 448q25.166 0 48.584-9.5t41.916-28 28-41.916 9.5-48.584q0-25-9.584-48.583t-27.916-41.917l-64-64q-1.834-1.834-5.5-5.166-17.834-15.834-39.834-24.084t-45.166-8.25q-29.166 0-55.166 12.5-19.5 9.166-35.334 25t-25 35.334q12.5 12.5 30.166 12.5 6.167 0 12.5-1.834 10.834-17.5 28.334-28.334 20.5-12.5 44.5-12.5 16.666 0 32.334 6.334t28 18.666l64 64q12.334 12.333 18.666 28t6.334 32.333-6.334 32.334-18.666 28-28 18.666-32.334 6.334-32.334-6.334-28-18.666l-44.834-44.834q-21.334 5.834-44.166 5.834-3.667 0-10.334-0.334 3.333 3.667 5.167 5.5l64 64q18.334 18.334 41.916 27.917t48.584 9.583zM213.333 298.667q29.167 0 55.167-12.5 19.5-9.167 35.334-25t25-35.333q-12.5-12.5-30.166-12.5-6.166 0-12.5 1.834-10.834 17.5-28.334 28.333-20.5 12.5-44.5 12.5-16.666 0-32.334-6.333t-28-18.667l-64-64q-12.334-12.334-18.666-28t-6.334-32.334 6.334-32.334 18.666-28 28-18.666 32.334-6.334 32.334 6.334 28 18.666l44.834 44.834q21.334-5.834 44.166-5.834 3.666 0 10.334 0.334-3.334-3.666-5.166-5.5l-64-64q-18.5-18.5-41.916-28t-48.584-9.5q-25 0-48.584 9.584t-41.916 27.916q-18.5 18.5-28 41.916t-9.5 48.584 9.5 48.584 28 41.916l64 64q1.834 1.833 5.5 5.166 17.834 15.834 39.834 24.084t45.166 8.25z" />
|
||||
<glyph unicode="" d="M256 448q27.5 0 52-8.917t43.5-24.584 34.166-37.25 25.25-46.666 15.75-53.25q16.834-84.5 35.75-133.584t49.584-79.75h-195.667q3.666-10.5 3.666-21.334 0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25q0 10.834 3.667 21.334h-195.667q30.666 30.666 49.584 79.75t35.75 133.584q5.666 28.167 15.75 53.25t25.25 46.666 34.166 37.25 43.5 24.584 52 8.916zM256 64q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.084 15.084-6.25 15.084 6.25 6.25 15.084-6.25 15.084-15.084 6.25zM256 405.333q-19.334 0-36.416-6t-29.25-15.334-22.584-22.416-16.916-25.417-11.75-26.333-7.75-23.084-4.166-17.75q-21.334-107.5-47-162.334h351.666q-25.666 54.834-47 162.334-1.666 8.667-4.166 17.75t-7.75 23.083-11.75 26.334-16.916 25.416-22.584 22.417-29.25 15.333-36.416 6z" />
|
||||
<glyph unicode="" d="M256 448q34.834 0 64.25-17.167t46.584-46.584 17.166-64.25v-85.333h42.666q26.5 0 45.25-18.75t18.75-45.25v-128q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v128q0 26.5 18.75 45.25t45.25 18.75h42.666v85.333q0 34.834 17.166 64.25t46.583 46.584 64.25 17.166zM426.666 192h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-128q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v128q0 8.834-6.25 15.084t-15.084 6.25zM256 405.333q-35.334 0-60.334-25t-25-60.334v-85.333h170.666v85.333q0 35.334-25 60.334t-60.334 25z" />
|
||||
<glyph unicode="" d="M256 448q34.834 0 64.25-17.167t46.584-46.584 17.166-64.25v-21.333q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v21.333q0 35.334-25 60.334t-60.334 25-60.334-25-25-60.334v-85.333h256q26.5 0 45.25-18.75t18.75-45.25v-128q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v128q0 26.5 18.75 45.25t45.25 18.75h42.666v85.333q0 34.834 17.166 64.25t46.583 46.584 64.25 17.166zM426.666 192h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-128q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v128q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M149.333 448h213.333q26.5 0 45.25-18.75t18.75-45.25v-405.334l-170.666 128-170.667-128v405.334q0 26.5 18.75 45.25t45.25 18.75zM362.666 405.333h-213.333q-8.833 0-15.083-6.25t-6.25-15.084v-320l128 96 128-96v320q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M85.334 448h341.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM448 97.833l-106.666 106.666-183.167-183.166h268.5q8.834 0 15.084 6.25t6.25 15.084v55.166zM426.666 405.333h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25h12.5l243.5 243.5 106.666-106.666v225.834q0 8.833-6.25 15.083t-15.084 6.25zM170.667 362.667q26.5 0 45.25-18.75t18.75-45.25-18.75-45.25-45.25-18.75-45.25 18.75-18.75 45.25 18.75 45.25 45.25 18.75zM170.667 320q-8.833 0-15.083-6.25t-6.25-15.084 6.25-15.083 15.084-6.25 15.084 6.25 6.25 15.083-6.25 15.084-15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 384q65.5 0 127.5-23t112.5-67.666q7.166-6.167 7.166-16 0-8.334-5.334-14.167l-1-1q-6.166-6.166-15-6.166-8.334 0-14.166 5.334-44.5 39.333-99.25 59.666t-112.416 20.334-112.416-20.334-99.25-59.666q-5.834-5.334-14.166-5.334-9.834 0-16 7.166-5.334 5.834-5.334 14.167 0 9.833 7.166 16 50.666 44.666 112.584 67.666t127.416 23zM256.166 128q29 0 53.834-14.666 5-3 7.834-7.916t2.834-10.584-3-10.666q-1.5-2.5-3.334-4.334-6.166-6.166-15.166-6.166-6 0-10.666 2.834-15.166 8.834-32.334 8.834-17.334 0-32.5-8.834-5.333-3-10.834-3-12.166 0-18.5 10.5-3 5-3 10.666 0 12.166 10.5 18.5 25.166 14.834 54.334 14.834zM256 255.833q40.334 0 78.5-13.334t70-39.5q7.834-6.334 7.834-16.5 0-7.666-4.834-13.5-1-1.334-1.334-1.666-6.166-6.166-15-6.166-7.834 0-13.666 4.834-26 21.334-57.334 32.334t-64.166 11-64.166-11-57.334-32.334q-5.833-4.834-13.5-4.834-10.166 0-16.5 7.834-4.834 5.834-4.834 13.5 0 10.166 7.834 16.5 31.666 26.167 70 39.5t78.5 13.334z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM256 405.333q-39 0-74.584-15.25t-61.25-40.917-40.916-61.25-15.25-74.584 15.25-74.584 40.916-61.25 61.25-40.916 74.584-15.25 74.584 15.25 61.25 40.916 40.916 61.25 15.25 74.584-15.25 74.584-40.916 61.25-61.25 40.917-74.584 15.25zM256 362.667q30.334 0 58-11.833t47.666-31.834 31.834-47.666 11.834-58-11.834-58-31.834-47.666-47.666-31.834-58-11.834-58 11.834-47.666 31.834-31.834 47.666-11.834 58 11.834 58 31.834 47.666 47.666 31.834 58 11.834zM256 320q-21.666 0-41.416-8.5t-34-22.75-22.75-34-8.5-41.417 8.5-41.416 22.75-34 34-22.75 41.416-8.5 41.416 8.5 34 22.75 22.75 34 8.5 41.416-8.5 41.417-22.75 34-34 22.75-41.416 8.5zM256 277.333q26.5 0 45.25-18.75t18.75-45.25-18.75-45.25-45.25-18.75-45.25 18.75-18.75 45.25 18.75 45.25 45.25 18.75zM256 234.667q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.084 15.084-6.25 15.084 6.25 6.25 15.084-6.25 15.084-15.084 6.25z" />
|
||||
<glyph unicode="" d="M213.333 448h85.333q20.666 0 37.166-11.917t23.166-30.75h25q26.5 0 45.25-18.75t18.75-45.25v-298.667q0-26.5-18.75-45.25t-45.25-18.75h-256q-26.5 0-45.25 18.75t-18.75 45.25v298.667q0 26.5 18.75 45.25t45.25 18.75h25q6.667 18.833 23.166 30.75t37.166 11.917zM384 362.667h-25q-6.666-18.833-23.166-30.75t-37.166-11.916h-85.334q-20.666 0-37.166 11.916t-23.166 30.75h-25q-8.834 0-15.084-6.25t-6.25-15.083v-298.667q0-8.834 6.25-15.084t15.084-6.25h256q8.834 0 15.084 6.25t6.25 15.084v298.667q0 8.833-6.25 15.083t-15.084 6.25zM298.666 405.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.083 15.084-6.25h85.334q8.834 0 15.084 6.25t6.25 15.083-6.25 15.084-15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM256 405.333q-39 0-74.584-15.25t-61.25-40.917-40.916-61.25-15.25-74.584 15.25-74.584 40.916-61.25 61.25-40.916 74.584-15.25 74.584 15.25 61.25 40.916 40.916 61.25 15.25 74.584-15.25 74.584-40.916 61.25-61.25 40.917-74.584 15.25zM256 362.667q8.834 0 15.084-6.25t6.25-15.083v-119.167l57.834-57.666q6.166-6.166 6.166-15.166t-6.166-15.166-15.166-6.166-15.166 6.166l-64 64q-6.167 6.166-6.167 15.166v128q0 8.834 6.25 15.084t15.083 6.25z" />
|
||||
<glyph unicode="" d="M192 469.333h128q26.5 0 45.25-18.75t18.75-45.25v-49q30-26.667 47-63.917t17-79.084-17-79-47-64v-49q0-26.5-18.75-45.25t-45.25-18.75h-128q-26.5 0-45.25 18.75t-18.75 45.25v49q-30 26.834-47 64t-17 79 17 79.084 47 63.917v49q0 26.5 18.75 45.25t45.25 18.75zM341.334 21.333v20q-40-20-85.334-20t-85.334 20v-20q0-8.834 6.25-15.084t15.084-6.25h128q8.834 0 15.084 6.25t6.25 15.084zM256 362.667q-30.334 0-58-11.833t-47.666-31.834-31.834-47.666-11.834-58 11.834-58 31.834-47.666 47.666-31.834 58-11.834 58 11.834 47.666 31.834 31.834 47.666 11.834 58-11.834 58-31.834 47.666-47.666 31.834-58 11.834zM256 320q8.834 0 15.084-6.25t6.25-15.084v-76.5l36.5-36.334q6.166-6.166 6.166-15.166t-6.166-15.166-15.166-6.166-15.166 6.166l-42.666 42.666q-6.167 6.166-6.167 15.166v85.334q0 8.834 6.25 15.084t15.083 6.25zM320 426.667h-128q-8.834 0-15.084-6.25t-6.25-15.083v-20q40 20 85.334 20t85.334-20v20q0 8.833-6.25 15.083t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M85.334 426.667h341.334q26.5 0 45.25-18.75t18.75-45.25v-213.334q0-26.5-18.75-45.25t-45.25-18.75h-53.334l-32 42.666h85.334q8.834 0 15.084 6.25t6.25 15.084v213.334q0 8.833-6.25 15.083t-15.084 6.25h-341.334q-8.834 0-15.084-6.25t-6.25-15.083v-213.334q0-8.834 6.25-15.084t15.084-6.25h85.334l-32-42.666h-53.334q-26.5 0-45.25 18.75t-18.75 45.25v213.334q0 26.5 18.75 45.25t45.25 18.75zM298.666 42.667l-42.666 56.834-42.666-56.834h85.334zM128-0l128 170.666 128-170.667h-256z" />
|
||||
<glyph unicode="" d="M170.667 426.667h170.667l42.666-64h64q26.5 0 45.25-19.083t18.75-45.584v-234.334q0-26.5-18.75-45.084t-45.25-18.584h-384q-26.5 0-45.25 18.75t-18.75 45.25v234.334q0 26.5 18.75 45.416t45.25 18.916h64zM256 298.667q21.666 0 41.416-8.5t34-22.75 22.75-34 8.5-41.417-8.5-41.416-22.75-34-34-22.75-41.416-8.5-41.416 8.5-34 22.75-22.75 34-8.5 41.416 8.5 41.417 22.75 34 34 22.75 41.416 8.5zM256 256q-26.5 0-45.25-18.75t-18.75-45.25 18.75-45.25 45.25-18.75 45.25 18.75 18.75 45.25-18.75 45.25-45.25 18.75zM361.166 320l-41.834 64h-125.834l-42.666-64h-86.834q-8.834 0-15.084-6.334t-6.25-15.333v-234.334q0-8.834 6.25-15.084t15.084-6.25h384q9 0 15.166 6.084t6.166 14.916v234.334q0 9-6.334 15.5t-15 6.5h-86.834z" />
|
||||
<glyph unicode="" d="M64 362.667h234.667q26.5 0 45.25-18.75t18.75-45.25v-38.833l149.333 81.5v-256l-149.333 81.5v-38.834q0-26.5-18.75-45.25t-45.25-18.75h-234.667q-26.5 0-45.25 18.75t-18.75 45.25v170.667q0 26.5 18.75 45.25t45.25 18.75zM298.666 320h-234.667q-8.834 0-15.084-6.25t-6.25-15.084v-170.666q0-8.834 6.25-15.084t15.084-6.25h234.667q8.834 0 15.084 6.25t6.25 15.084v170.667q0 8.834-6.25 15.084t-15.084 6.25zM469.334 157.167v112.334l-102.834-56.167z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM256 405.333q-39 0-74.584-15.25t-61.25-40.917-40.916-61.25-15.25-74.584 15.25-74.584 40.916-61.25 61.25-40.916 74.584-15.25 74.584 15.25 61.25 40.916 40.916 61.25 15.25 74.584-15.25 74.584-40.916 61.25-61.25 40.917-74.584 15.25zM256 298.667q35.334 0 60.334-25t25-60.334-25-60.334-60.334-25-60.334 25-25 60.334 25 60.334 60.334 25zM256 256q-17.666 0-30.166-12.5t-12.5-30.167 12.5-30.166 30.166-12.5 30.166 12.5 12.5 30.166-12.5 30.167-30.166 12.5z" />
|
||||
<glyph unicode="" d="M192 426.667h128q26.5 0 45.25-18.75t18.75-45.25v-106.666h42.666q26.5 0 45.25-18.75t18.75-45.25v-85.334q0-26.5-18.75-45.25t-45.25-18.75h-46.334q-6.666-18.834-23.166-30.75t-37.166-11.916h-128q-20.666 0-37.166 11.916t-23.166 30.75h-46.334q-26.5 0-45.25 18.75t-18.75 45.25v85.334q0 26.5 18.75 45.25t45.25 18.75h42.666v106.666q0 26.5 18.75 45.25t45.25 18.75zM320 85.333h-128q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.084 15.084-6.25h128q8.834 0 15.084 6.25t6.25 15.084-6.25 15.084-15.084 6.25zM426.666 213.333h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25h46.334q6.667 18.834 23.166 30.75t37.166 11.916h128q20.666 0 37.166-11.916t23.166-30.75h46.334q8.834 0 15.084 6.25t6.25 15.084v85.334q0 8.834-6.25 15.084t-15.084 6.25zM320 384h-128q-8.834 0-15.084-6.25t-6.25-15.083v-106.667h170.666v106.667q0 8.833-6.25 15.083t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M85.334 426.667h341.334q26.5 0 45.25-18.75t18.75-45.25v-213.334q0-26.5-18.75-45.25t-45.25-18.75h-149.333v-42.666h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667q-8.833 0-15.083 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h64v42.666h-149.333q-26.5 0-45.25 18.75t-18.75 45.25v213.334q0 26.5 18.75 45.25t45.25 18.75zM426.666 384h-341.334q-8.834 0-15.084-6.25t-6.25-15.083v-213.334q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v213.334q0 8.833-6.25 15.083t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 448q43.666 0 84.5-5.25t74.916-15.334 54.666-26.834 20.584-37.916v-298.666q0-21.166-20.584-37.916t-54.666-26.834-74.916-15.334-84.5-5.25-84.5 5.25-74.916 15.334-54.666 26.834-20.584 37.916v298.666q0 21.167 20.584 37.917t54.666 26.833 74.916 15.334 84.5 5.25zM448 64.333v97.166q-32.666-16.5-84.166-25t-107.834-8.5-107.834 8.5-84.166 25v-97.5q1-3.666 8.916-8.834t24.25-11.166 38-11 53.5-8.334 67.334-3.334 67.334 3.334 53.5 8.416 38 11.084 24.25 11.166 8.916 9zM448 213.667v97.167q-32.666-16.5-84.166-25t-107.834-8.5-107.834 8.5-84.166 25v-97.5q1-3.666 8.916-8.834t24.25-11.166 38-11 53.5-8.334 67.334-3.334 67.334 3.334 53.416 8.334 37.916 11 24.334 11.25 9 9.084zM256 405.333q-35.166 0-66.834-3.334t-53.166-8.25-37.916-10.833-24.584-11.167-9.5-9.083q1.334-3.834 9.5-9.084t24.584-11.166 37.916-10.833 53.166-8.25 66.834-3.334 66.834 3.334 53.166 8.25 37.916 10.833 24.584 11.167 9.5 9.083q-1.334 3.834-9.5 9.084t-24.584 11.166-37.916 10.834-53.166 8.25-66.834 3.334z" />
|
||||
<glyph unicode="" d="M256 469.333q26.5 0 45.25-18.75t18.75-45.25v-11q7.834-2.667 18.834-7.667l7.666 7.667q18.834 18.833 45.334 18.833 26.334 0 45.166-18.833t18.834-45.167q0-26.5-18.834-45.333l-7.666-7.667q5-11 7.666-18.833h11q26.5 0 45.25-18.75t18.75-45.25-18.75-45.25-45.25-18.75h-11q-2.666-7.834-7.666-18.834l7.666-7.666q18.834-18.834 18.834-45.334 0-26.334-18.834-45.166t-45.166-18.834q-26.5 0-45.334 18.834l-7.666 7.666q-11-5-18.834-7.666v-11q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v11q-7.833 2.666-18.834 7.666l-7.667-7.666q-18.833-18.834-45.166-18.834-26.5 0-45.25 18.834t-18.75 45.166q0 26.666 18.666 45.334l7.666 7.666q-5 11-7.666 18.834h-11q-26.5 0-45.25 18.75t-18.75 45.25 18.75 45.25 45.25 18.75h11q2.666 7.833 7.666 18.833l-7.666 7.667q-18.666 18.667-18.666 45.333 0 26.334 18.75 45.167t45.25 18.833q26.334 0 45.166-18.833l7.667-7.667q11 5 18.834 7.667v11q0 26.5 18.75 45.25t45.25 18.75zM256 426.667q-8.834 0-15.084-6.25t-6.25-15.083v-44.167q-37.334-5.333-68.166-28.166l-31.166 31.166q-6.333 6.334-15 6.334-8.834 0-15.084-6.25t-6.25-15.084q0-9 6.166-15.166l31.167-31.166q-22.834-30.834-28.166-68.167h-44.166q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.084 15.084-6.25h44.166q5.334-37.334 28.166-68.166l-31.166-31.166q-6.166-6.166-6.166-15.166 0-8.834 6.25-15.084t15.084-6.25q8.666 0 15 6.334l31.166 31.166q30.834-22.834 68.166-28.166v-44.166q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v44.166q37.334 5.334 68.166 28.166l31.166-31.166q6.334-6.334 15.166-6.334t15.084 6.25 6.25 15.084-6.334 15.166l-31.166 31.166q22.834 30.834 28.166 68.166h44.166q8.834 0 15.084 6.25t6.25 15.084-6.25 15.084-15.084 6.25h-44.166q-5.334 37.334-28.166 68.167l31.166 31.166q6.334 6.334 6.334 15.167t-6.25 15.083-15.084 6.25-15.166-6.333l-31.166-31.167q-30.834 22.834-68.166 28.167v44.166q0 8.834-6.25 15.084t-15.084 6.25zM256 298.667q35.334 0 60.334-25t25-60.334-25-60.334-60.334-25-60.334 25-25 60.334 25 60.334 60.334 25zM256 256q-17.666 0-30.166-12.5t-12.5-30.167 12.5-30.166 30.166-12.5 30.166 12.5 12.5 30.166-12.5 30.167-30.166 12.5z" />
|
||||
<glyph unicode="" d="M376.666 426.667q34.834 0 64.25-17.166t46.584-46.584 17.166-64.25q0-25-9.584-48.583t-27.916-41.917l-211.167-211.166-211.167 211.167q-18.334 18.334-27.916 41.917t-9.584 48.584q0 34.833 17.166 64.25t46.584 46.583 64.25 17.166q25.166 0 48.584-9.5t41.916-28l30.166-30.167 30.166 30.167q18.334 18.333 41.916 27.916t48.584 9.583zM376.666 384q-16.666 0-32.334-6.333t-28-18.667l-60.334-60.333-60.334 60.333q-12.334 12.334-28 18.667t-32.334 6.333q-23.334 0-42.916-11.416t-31-31-11.416-42.917q0-16.666 6.334-32.333t18.666-28l181-181 181 181q12.334 12.334 18.666 28t6.334 32.333q0 23.334-11.416 42.917t-31 31-42.916 11.416z" />
|
||||
<glyph unicode="" d="M213.333 448h192q8.834 0 15.084-6.25t6.25-15.084v-426.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v405.334h-42.666v-405.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v192h-85.334q-34.834 0-64.25 17.166t-46.584 46.584-17.166 64.25 17.166 64.25 46.584 46.583 64.25 17.166zM298.666 234.667v170.667h-85.334q-35.334 0-60.334-25t-25-60.334 25-60.333 60.334-25h85.334z" />
|
||||
<glyph unicode="" d="M64 362.667h384q8.834 0 15.084-6.25t6.25-15.083-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25zM64 106.667h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM64 192h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM64 277.333h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M64 362.667h384q8.834 0 15.084-6.25t6.25-15.083-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25zM64 106.667h298.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-298.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM64 192h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM64 277.333h298.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-298.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M64 362.667h384q8.834 0 15.084-6.25t6.25-15.083-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25zM106.666 106.667h298.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-298.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM64 192h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM106.666 277.333h298.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-298.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M64 362.667h384q8.834 0 15.084-6.25t6.25-15.083-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25zM149.333 106.667h298.667q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-298.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM64 192h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM149.333 277.333h298.667q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-298.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M106.666 448h341.334v-469.334h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM405.334 21.333v42.666h-298.666q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.084 15.084-6.25h298.666zM405.334 106.667v298.667h-298.666q-8.834 0-15.084-6.25t-6.25-15.084v-281q10.5 3.666 21.334 3.666h298.666z" />
|
||||
<glyph unicode="" d="M0 320l256 128 256-128-256-128zM256 58.5l208 104.166 48-24-256-128.167-256 128.167 48 24zM256 149.167l208 104 48-24-256-128-256 128 48 24zM416.666 320l-160.667 80.334-160.667-80.334 160.667-80.333z" />
|
||||
<glyph unicode="" d="M234.667 448h192q26.5 0 45.25-18.75t18.75-45.25v-192q0-26.5-18.75-45.25t-45.25-18.75h-85.334v-85.334q0-26.5-18.75-45.25t-45.25-18.75h-192q-26.5 0-45.25 18.75t-18.75 45.25v192q0 26.5 18.75 45.25t45.25 18.75h85.334v85.333q0 26.5 18.75 45.25t45.25 18.75zM170.667 192v64h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-192q0-8.834 6.25-15.084t15.084-6.25h192q8.834 0 15.084 6.25t6.25 15.084v85.334h-64q-26.5 0-45.25 18.75t-18.75 45.25zM426.666 405.333h-192q-8.834 0-15.084-6.25t-6.25-15.084v-192q0-8.834 6.25-15.084t15.084-6.25h192q8.834 0 15.084 6.25t6.25 15.084v192q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M192 426.667h213.333q26.5 0 45.25-18.75t18.75-45.25v-213.334q0-26.5-18.75-45.25t-45.25-18.75h-213.333q-26.5 0-45.25 18.75t-18.75 45.25v213.334q0 26.5 18.75 45.25t45.25 18.75zM85.334 337.667v-273.666q0-8.834 6.25-15.084t15.084-6.25h273.666q-6.666-18.834-23.166-30.75t-37.166-11.916h-213.333q-26.5 0-45.25 18.75t-18.75 45.25v213.334q0 20.667 11.916 37.167t30.75 23.166zM405.334 384h-213.333q-8.833 0-15.083-6.25t-6.25-15.083v-213.334q0-8.834 6.25-15.084t15.084-6.25h213.334q8.834 0 15.084 6.25t6.25 15.084v213.334q0 8.833-6.25 15.083t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M106.666 469.333h298.666q26.5 0 45.25-18.75t18.75-45.25v-384q0-26.5-18.75-45.25t-45.25-18.75h-298.666q-26.5 0-45.25 18.75t-18.75 45.25v384q0 26.5 18.75 45.25t45.25 18.75zM170.667 106.667h170.667q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667q-8.833 0-15.083 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM170.667 192h170.667q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667q-8.833 0-15.083 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM405.334 426.667h-298.666q-8.834 0-15.084-6.25t-6.25-15.083v-384q0-8.834 6.25-15.084t15.084-6.25h298.666q8.834 0 15.084 6.25t6.25 15.084v384q0 8.833-6.25 15.083t-15.084 6.25zM170.667 277.333h170.667q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667q-8.833 0-15.083 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM170.667 362.667h85.333q8.834 0 15.084-6.25t6.25-15.083-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25z" />
|
||||
<glyph unicode="" d="M192 469.333h213.333q26.5 0 45.25-18.75t18.75-45.25v-298.667q0-26.5-18.75-45.25t-45.25-18.75h-213.333q-26.5 0-45.25 18.75t-18.75 45.25v298.667q0 26.5 18.75 45.25t45.25 18.75zM85.334 380.333v-359q0-8.834 6.25-15.084t15.084-6.25h273.666q-6.666-18.834-23.166-30.75t-37.166-11.916h-213.333q-26.5 0-45.25 18.75t-18.75 45.25v298.666q0 20.667 11.916 37.167t30.75 23.166zM405.334 426.667h-213.333q-8.833 0-15.083-6.25t-6.25-15.083v-298.667q0-8.834 6.25-15.084t15.084-6.25h213.334q8.834 0 15.084 6.25t6.25 15.084v298.667q0 8.833-6.25 15.083t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M213.333 448q39 0 74.583-15.25t61.25-40.916 40.916-61.25 15.25-74.584q0-33.5-10.916-64.167t-31.084-55.666l121.166-121q6.166-6.166 6.166-15.166 0-9.166-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-121 121.166q-25-20.166-55.666-31.084t-64.166-10.916q-39 0-74.584 15.25t-61.25 40.916-40.916 61.25-15.25 74.584 15.25 74.584 40.916 61.25 61.25 40.916 74.584 15.25zM213.333 405.333q-30.333 0-58-11.834t-47.666-31.833-31.834-47.667-11.834-58 11.834-58 31.834-47.666 47.666-31.834 58-11.834 58 11.834 47.666 31.834 31.834 47.666 11.834 58-11.834 58-31.834 47.667-47.666 31.833-58 11.834z" />
|
||||
<glyph unicode="" d="M213.333 448q39 0 74.583-15.25t61.25-40.916 40.916-61.25 15.25-74.584q0-33.5-10.916-64.167t-31.084-55.666l121.166-121q6.166-6.166 6.166-15.166 0-9.166-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-121 121.166q-25-20.166-55.666-31.084t-64.166-10.916q-39 0-74.584 15.25t-61.25 40.916-40.916 61.25-15.25 74.584 15.25 74.584 40.916 61.25 61.25 40.916 74.584 15.25zM213.333 405.333q-30.333 0-58-11.834t-47.666-31.833-31.834-47.667-11.834-58 11.834-58 31.834-47.666 47.666-31.834 58-11.834 58 11.834 47.666 31.834 31.834 47.666 11.834 58-11.834 58-31.834 47.667-47.666 31.833-58 11.834zM213.333 341.333q8.833 0 15.083-6.25t6.25-15.084v-42.666h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666v-42.667q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.667h-42.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h42.666v42.666q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M213.333 448q39 0 74.583-15.25t61.25-40.916 40.916-61.25 15.25-74.584q0-33.5-10.916-64.167t-31.084-55.666l121.166-121q6.166-6.166 6.166-15.166 0-9.166-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-121 121.166q-25-20.166-55.666-31.084t-64.166-10.916q-39 0-74.584 15.25t-61.25 40.916-40.916 61.25-15.25 74.584 15.25 74.584 40.916 61.25 61.25 40.916 74.584 15.25zM213.333 405.333q-30.333 0-58-11.834t-47.666-31.833-31.834-47.667-11.834-58 11.834-58 31.834-47.666 47.666-31.834 58-11.834 58 11.834 47.666 31.834 31.834 47.666 11.834 58-11.834 58-31.834 47.667-47.666 31.833-58 11.834zM149.333 277.333h128q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-128q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M178.333 391.833q8.667 0 15-6.25t6.333-15.084-6.333-15.166l-99.334-99.334h204.666q39 0 74.584-15.166t61.25-40.917 40.916-61.25 15.25-74.666v-21.334q0-8.834-6.25-15.084t-15.084-6.25q-8.666 0-15 6.334t-6.334 15v21.334q0 30.334-11.834 58t-31.834 47.666-47.666 31.834-58 11.834h-204.667l99.333-99.5q6.333-6.334 6.333-15 0-8.834-6.25-15.166t-15.083-6.334-15.166 6.334l-135.667 135.834q-6.166 6.167-6.166 15.167 0 8.834 6.166 15l135.667 135.833q6.333 6.333 15.166 6.333z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM256 405.333q-39 0-74.584-15.25t-61.25-40.917-40.916-61.25-15.25-74.584 15.25-74.584 40.916-61.25 61.25-40.916 74.584-15.25 74.584 15.25 61.25 40.916 40.916 61.25 15.25 74.584-15.25 74.584-40.916 61.25-61.25 40.917-74.584 15.25zM256 320q8.834 0 15.084-6.25t6.25-15.084v-64h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-64v-64q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v64h-64q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h64v64q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM256 405.333q-39 0-74.584-15.25t-61.25-40.917-40.916-61.25-15.25-74.584 15.25-74.584 40.916-61.25 61.25-40.916 74.584-15.25 74.584 15.25 61.25 40.916 40.916 61.25 15.25 74.584-15.25 74.584-40.916 61.25-61.25 40.917-74.584 15.25zM170.667 234.667h170.667q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667q-8.833 0-15.083 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM256 405.333q-39 0-74.584-15.25t-61.25-40.917-40.916-61.25-15.25-74.584 15.25-74.584 40.916-61.25 61.25-40.916 74.584-15.25 74.584 15.25 61.25 40.916 40.916 61.25 15.25 74.584-15.25 74.584-40.916 61.25-61.25 40.917-74.584 15.25zM327.834 277.5q8.834 0 15.084-6.25t6.25-15.084-6.334-15.166l-90.5-90.5q-6.167-6.166-15-6.166-9 0-15.166 6.166l-45.334 45.166q-6.167 6.166-6.167 15.166 0 8.834 6.25 15.084t15.083 6.25 15.166-6.333l30.166-30.167 75.334 75.5q6.334 6.334 15.166 6.334z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM256 405.333q-39 0-74.584-15.25t-61.25-40.917-40.916-61.25-15.25-74.584 15.25-74.584 40.916-61.25 61.25-40.916 74.584-15.25 74.584 15.25 61.25 40.916 40.916 61.25 15.25 74.584-15.25 74.584-40.916 61.25-61.25 40.917-74.584 15.25zM316.334 295.167q8.834 0 15.166-6.25t6.334-15.083-6.334-15.167l-45.334-45.334 45.334-45.166q6.334-6.334 6.334-15 0-8.834-6.334-15.084t-15.166-6.25-15 6.166l-45.334 45.166-45.166-45.166q-6.167-6.166-15.166-6.166-8.834 0-15.084 6.166t-6.25 15q0 9 6.167 15.166l45.333 45.166-45.334 45.334q-6.167 6.166-6.167 15t6.25 15.166 15.083 6.334 15.166-6.334l45.166-45.333 45.334 45.333q6.334 6.334 15 6.334z" />
|
||||
<glyph unicode="" d="M85.334 448h341.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM426.666 405.333h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v341.334q0 8.834-6.25 15.084t-15.084 6.25zM256 320q8.834 0 15.084-6.25t6.25-15.084v-64h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-64v-64q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v64h-64q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h64v64q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M85.334 448h341.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM426.666 405.333h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v341.334q0 8.834-6.25 15.084t-15.084 6.25zM170.667 234.667h170.667q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667q-8.833 0-15.083 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M85.334 448h341.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM426.666 405.333h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v341.334q0 8.834-6.25 15.084t-15.084 6.25zM341.334 287.5q8.666 0 15-6.25t6.334-15.084-6.334-15.166l-105.5-105.5q-6.167-6.166-15-6.166-9 0-15.166 6.166l-60.334 60.334q-6.167 6.166-6.167 15.166 0 8.834 6.25 15.084t15.083 6.25q8.666 0 15-6.333l45.166-45.334 90.5 90.5q6.334 6.333 15.166 6.333z" />
|
||||
<glyph unicode="" d="M85.334 448h341.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM426.666 405.333h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v341.334q0 8.834-6.25 15.084t-15.084 6.25zM316.334 295.167q8.834 0 15.166-6.333t6.334-15.167-6.334-15.166l-45.334-45.167 45.334-45.166q6.334-6.334 6.334-15.166t-6.334-15.084-15.166-6.25-15 6.166l-45.334 45.334-45.334-45.334q-6-6.166-15-6.166-9.166 0-15.25 6.084t-6.083 15.25q0 9 6.167 15.166l45.334 45.166-45.334 45.167q-6.167 6.166-6.167 15.166 0 8.834 6.25 15.167t15.083 6.333q9 0 15-6.333l45.334-45.334 45.334 45.334q6.334 6.333 15 6.333z" />
|
||||
<glyph unicode="" d="M405.334 277.333q8.834 0 15.084-6.25t6.25-15.084v-42.667q0-32-11.584-61.584t-31.5-51.834-47.5-37.166-58.75-18.75v-44h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667q-8.833 0-15.083 6.25t-6.25 15.083 6.25 15.084 15.084 6.25h64v44q-31.166 3.834-58.75 18.75t-47.5 37.166-31.5 51.834-11.584 61.584v42.667q0 8.833 6.25 15.083t15.084 6.25 15.084-6.25 6.25-15.083v-42.667q0-34.834 17.166-64.25t46.584-46.584 64.25-17.166 64.25 17.166 46.584 46.584 17.166 64.25v42.667q0 8.833 6.25 15.083t15.084 6.25zM256 469.333q35.334 0 60.334-25t25-60.334v-170.666q0-35.334-25-60.334t-60.334-25-60.334 25-25 60.334v170.667q0 35.334 25 60.334t60.334 25zM256 426.667q-17.666 0-30.166-12.5t-12.5-30.166v-170.667q0-17.666 12.5-30.166t30.166-12.5 30.166 12.5 12.5 30.166v170.667q0 17.666-12.5 30.166t-30.166 12.5z" />
|
||||
<glyph unicode="" d="M256 405.333q39 0 74.584-15.25t61.25-40.917 40.916-61.25 15.25-74.584-15.25-74.584-40.916-61.25-61.25-40.916-74.584-15.25-74.584 15.25-61.25 40.916-40.916 61.25-15.25 74.584 15.25 74.584 40.916 61.25 61.25 40.917 74.584 15.25zM256 362.667q-30.334 0-58-11.833t-47.666-31.834-31.834-47.666-11.834-58 11.834-58 31.834-47.666 47.666-31.834 58-11.834 58 11.834 47.666 31.834 31.834 47.666 11.834 58-11.834 58-31.834 47.666-47.666 31.834-58 11.834z" />
|
||||
<glyph unicode="" d="M362.666 384q8.834 0 15.084-6.25t6.25-15.083q0-9-6.166-15.167l-134.333-134.166 134.333-134.333q6.166-6.166 6.166-15.166 0-8.834-6.25-15t-15.084-6.166q-9 0-15.166 6.166l-149.333 149.334q-6.167 6.5-6.167 15.166 0 8.5 6.167 15l149.333 149.333q6.334 6.334 15.166 6.334zM128 384q8.834 0 15.084-6.25t6.25-15.083v-298.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v298.666q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M384 384q8.834 0 15.084-6.25t6.25-15.083-6.334-15.167l-134.167-134.166 134.167-134.167q6.334-6.334 6.334-15.166t-6.25-15.084-15.084-6.25q-9 0-15.166 6.166l-149.333 149.334q-6.167 6.166-6.167 15.166t6.167 15.167l149.333 149.333q6.166 6.166 15.166 6.166zM256 384q8.834 0 15.084-6.25t6.25-15.083-6.334-15.167l-134.167-134.166 134.167-134.167q6.334-6.334 6.334-15.166t-6.25-15.084-15.084-6.25q-9 0-15.166 6.166l-149.333 149.334q-6.166 6.166-6.166 15.166t6.166 15.167l149.333 149.333q6.167 6.166 15.166 6.166z" />
|
||||
<glyph unicode="" d="M85.334 21.333v384l320-192zM322.334 213.333l-194.333 116.666v-233.334z" />
|
||||
<glyph unicode="" d="M341.334 405.333q26.5 0 45.25-18.75t18.75-45.25v-256q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v256q0 26.5 18.75 45.25t45.25 18.75zM170.667 405.333q26.5 0 45.25-18.75t18.75-45.25v-256q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v256q0 26.5 18.75 45.25t45.25 18.75zM170.667 362.667q-8.833 0-15.083-6.25t-6.25-15.083v-256q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v256q0 8.833-6.25 15.083t-15.084 6.25zM341.334 362.667q-8.834 0-15.084-6.25t-6.25-15.083v-256q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v256q0 8.833-6.25 15.083t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M128 405.333h256q26.5 0 45.25-18.75t18.75-45.25v-256q0-26.5-18.75-45.25t-45.25-18.75h-256q-26.5 0-45.25 18.75t-18.75 45.25v256q0 26.5 18.75 45.25t45.25 18.75zM384 362.667h-256q-8.834 0-15.084-6.25t-6.25-15.083v-256q0-8.834 6.25-15.084t15.084-6.25h256q8.834 0 15.084 6.25t6.25 15.084v256q0 8.833-6.25 15.083t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M234.667 384q8.833 0 15-6.166l149.333-149.334q6.334-6.334 6.334-15.167t-6.334-15.166l-149.333-149.334q-6.167-6.166-15-6.166t-15.083 6.25-6.25 15.084q0 9 6.167 15.166l134.167 134.167-134.167 134.167q-6.167 6.166-6.167 15.166 0 9.167 6.083 15.25t15.25 6.084zM106.666 384q8.834 0 15-6.166l149.334-149.334q6.334-6.334 6.334-15.167t-6.334-15.166l-149.333-149.334q-6.166-6.166-15-6.166t-15.084 6.25-6.25 15.084q0 9 6.166 15.166l134.167 134.167-134.167 134.167q-6.166 6.166-6.166 15.166 0 9.167 6.084 15.25t15.25 6.084z" />
|
||||
<glyph unicode="" d="M128 384q8.834 0 15.166-6.333l149.334-149.333q6.166-6.167 6.166-15 0-9-6.166-15.166l-149.333-149.334q-6.167-6.166-15.167-6.166-8.834 0-15.084 6.166t-6.25 15q0 8.666 6.166 15.166l134.333 134.334-134.333 134.167q-6.166 6.5-6.166 15.166 0 8.834 6.25 15.084t15.084 6.25zM362.666 384q8.834 0 15.084-6.25t6.25-15.083v-298.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v298.666q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M384 469.333q8.834 0 15.166-6.333l85.334-85.334q6.166-6.167 6.166-15 0-9-6.166-15.167l-85.334-85.333q-6.166-6.167-15.166-6.167-8.834 0-15.084 6.25t-6.25 15.084q0 8.5 6.166 15l49 49h-33.834q-30 0-56.334-13.084t-44.166-35.75q-27.5-35-27.5-79.166 0-44.5-21.334-82.666-11.334-20.5-27.5-36.834-23.666-24.166-55.166-37.666t-66.666-13.5h-42.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h42.666q30.166 0 56.416 13t44.084 35.666q27.5 35 27.5 79.334 0 44.5 21.334 82.667 11.5 20.666 27.5 36.666 23.666 24.167 55.166 37.75t66.666 13.584h33.834l-49 48.834q-6.166 6.5-6.166 15.166 0 8.834 6.25 15.084t15.084 6.25zM384 170.667q8.834 0 15.166-6.334l85.334-85.334q6.166-6.166 6.166-15.166 0-8.834-6.166-15l-85.334-85.334q-6.166-6.166-15.166-6.166-8.834 0-15.084 6.166t-6.25 15q0 8.666 6.166 15.166l49 49h-33.834q-35.166 0-66.666 13.5t-55.166 37.666q12.834 18.834 21.334 40.166 17.834-22.666 44.084-35.666t56.416-13h33.834l-49 48.834q-6.166 6.5-6.166 15.166 0 8.834 6.25 15.084t15.084 6.25zM42.666 384h42.666q35.166 0 66.667-13.583t55.166-37.75q-13-19.167-21.334-40.167-17.834 22.667-44.166 35.75t-56.334 13.084h-42.666q-8.834 0-15.084 6.25t-6.25 15.083 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M21.334 192h128q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-72l58-56.666q24.666-24.834 56.5-37.5 30.5-12.5 64.166-12.5t64.166 12.5q16.666 6.834 31.25 16.75t24.834 20.334 18.666 22.334 13.5 21.916 8.584 20q3 8.334 11 12.084t16.166 0.916q8.334-3 12.084-10.916t0.916-16.084q-7-21.334-20.334-42.334t-30-37.666q-30.666-30.666-70.5-46.834-38.666-15.666-80.334-15.666-41.5 0-80.334 15.666-39.834 16.166-70.5 46.834l-62.5 61.166v-81q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v128q0 8.834 6.25 15.084t15.084 6.25zM256 426.667q41.5 0 80.334-15.666 39.834-16.166 70.5-46.834l0.334-0.333 62.166-60.834v81q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084v-128q0-8.834-6.25-15.084t-15.084-6.25h-128q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h72l-58 56.666q-24.334 24.334-55.416 37.167t-65.25 12.833q-33.666 0-64.166-12.5-31.834-12.666-56.5-37.5-10-8.833-21.916-26.916t-18.416-36.917q-3-8.333-11-12.083t-16.166-0.917q-8.334 3-12.084 10.917t-0.916 16.083q7 21.334 20.334 42.334t30 37.666q30.666 30.667 70.5 46.834 38.834 15.666 80.334 15.666z" />
|
||||
<glyph unicode="" d="M85.334 426.667h106.666l42.666-64h192q26.5 0 45.25-18.75t18.75-45.25v-234.666q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v298.666q0 26.5 18.75 45.25t45.25 18.75zM211.833 320l-41.167 64h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-298.666q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v234.667q0 8.834-6.25 15.084t-15.084 6.25h-214.833z" />
|
||||
<glyph unicode="" d="M256 448q37.5 0 72.916-10.5t65-29.834 53.334-45.584 39.5-58.916 21.75-68.5q3.5-20.667 3.5-42.667h-234.667v-128q0-17.666 12.5-30.166t30.166-12.5 30.166 12.5 12.5 30.166q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084q0-35.334-25-60.334t-60.334-25-60.334 25-25 60.334v128h-234.667q0 22 3.5 42.667 6 35.833 21.75 68.5t39.5 58.916 53.334 45.584 65 29.833 72.916 10.5zM256 405.333q-50.666 0-95.166-22.334t-74.25-61.166-39.584-87.167h418q-9.834 48.334-39.584 87.167t-74.25 61.166-95.166 22.334z" />
|
||||
<glyph unicode="" d="M256 426.667q7.166 0 14.166-0.5-14.166-30.5-14.166-63.5 0-30.333 11.834-58t31.834-47.666 47.666-31.834 58-11.834q33 0 63.5 14.167 0.5-7 0.5-14.167 0-29-7.666-56.666t-21.416-51.084-33.416-43.084-43.084-33.416-51.084-21.416-56.666-7.666-56.666 7.666-51.084 21.416-43.084 33.416-33.416 43.084-21.416 51.084-7.666 56.666 7.666 56.666 21.416 51.084 33.416 43.083 43.084 33.417 51.084 21.416 56.666 7.666zM214 378.833q-27.5-7-51.25-22.667t-40.834-37.166-26.834-48.916-9.75-56.75q0-34.666 13.5-66.25t36.417-54.5 54.5-36.416 66.25-13.5q29.334 0 56.75 9.75t48.916 26.834 37.166 40.834 22.666 51.25q-7.166-0.666-16.166-0.666-39 0-74.5 15.25t-61.25 41-41 61.25-15.25 74.5q0 9 0.667 16.166z" />
|
||||
<glyph unicode="" d="M245.333 469.333q30.833 0 52.75-21.916t21.916-52.75v-229.5q19.834-16.5 31.25-40.084t11.416-50.416q0-23.834-9.25-45.584t-25-37.5-37.5-25-45.584-9.25-45.584 9.25-37.5 25-25 37.5-9.25 45.584q0 26.834 11.416 50.416t31.25 40.084v229.5q0 30.834 21.916 52.75t52.75 21.917zM245.333 426.667q-13.333 0-22.667-9.334t-9.334-22.666v-252.667q-19.166-9.166-30.916-27.25t-11.75-40.084q0-30.834 21.916-52.75t52.75-21.916 52.75 21.916 21.916 52.75q0 22-11.75 40.084t-30.916 27.25v252.667q0 13.333-9.334 22.666t-22.666 9.334z" />
|
||||
<glyph unicode="" d="M120.166 306.5l135.834 135.833 135.833-135.833q27.666-27.666 41.916-63t14.25-72.834q0-37.666-14.25-72.834t-41.916-62.834-63-42-72.834-14.334-72.834 14.334-63 42q-27.5 27.666-41.834 62.916t-14.334 72.75 14.334 72.834 41.834 63zM361.666 276.333l-105.666 105.666-105.666-105.666q-21.334-21.5-32.5-49t-11.166-56.667 11.084-56.584 32.583-48.916 49-32.666 56.666-11.166q29.334 0 56.75 11.166t48.916 32.666 32.584 48.834 11.084 56.666q0 29.166-11.084 56.667t-32.584 49z" />
|
||||
<glyph unicode="" d="M256 341.333q34.834 0 64.25-17.167t46.584-46.583 17.166-64.25-17.166-64.25-46.584-46.584-64.25-17.166-64.25 17.166-46.584 46.584-17.166 64.25 17.166 64.25 46.584 46.583 64.25 17.167zM120.334 99q8.834 0 15.084-6.334t6.25-15.166q0-8.666-6.333-15l-30.166-30.166q-6.334-6.334-15-6.334-8.834 0-15.084 6.25t-6.25 15.084q0 9 6.166 15.166l30.166 30.166q6.334 6.334 15.166 6.334zM256 42.667q8.834 0 15.084-6.25t6.25-15.084v-42.666q0-8.834-6.25-15.083t-15.084-6.25-15.084 6.25-6.25 15.083v42.666q0 8.834 6.25 15.084t15.084 6.25zM21.334 234.667h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM256 298.667q-35.334 0-60.334-25t-25-60.334 25-60.334 60.334-25 60.334 25 25 60.334-25 60.334-60.334 25zM391.834 99q8.666 0 15-6.334l30.166-30.166q6.334-6.334 6.334-15.166 0-8.666-6.334-15t-15-6.334q-8.834 0-15.166 6.334l-30.166 30.166q-6.166 6.166-6.166 15t6.25 15.166 15.084 6.334zM90.166 400.667q8.666 0 15-6.333l30.166-30.167q6.333-6.333 6.333-15 0-8.833-6.25-15.083t-15.084-6.25q-9 0-15.166 6.166l-30.166 30.166q-6.166 6.167-6.166 15.167 0 8.833 6.25 15.083t15.084 6.25zM256 469.333q8.834 0 15.084-6.25t6.25-15.083v-42.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.666q0 8.833 6.25 15.083t15.084 6.25zM448 234.667h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM422 400.667q8.666 0 15-6.333t6.334-15q0-8.834-6.334-15.167l-30.166-30.166q-6.166-6.166-15-6.166-9.166 0-15.25 6.083t-6.084 15.25q0 8.833 6.166 15l30.166 30.166q6.334 6.334 15.166 6.334z" />
|
||||
<glyph unicode="" d="M320 405.333q39 0 74.584-15.25t61.25-40.917 40.916-61.25 15.25-74.584-15.25-74.584-40.916-61.25-61.25-40.916-74.584-15.25h-192q-34.834 0-64.25 17.166t-46.584 46.584-17.166 64.25 17.166 64.25 46.584 46.584 64.25 17.167h11q13.166 37.166 39.666 66.083t63.416 45.417 77.916 16.5zM320 362.667q-27.666 0-53.25-9.916t-45-26.916-32.5-40.667-16.916-50.5h-44.334q-35.334 0-60.334-25t-25-60.334 25-60.334 60.334-25h192q30.334 0 58 11.834t47.666 31.834 31.834 47.666 11.834 58-11.834 58-31.834 47.666-47.666 31.834-58 11.834z" />
|
||||
<glyph unicode="" d="M320 426.667q39 0 74.584-15.25t61.25-40.916 40.916-61.25 15.25-74.583q0-36.334-13.25-69.834t-36-58.666-54.334-41.75-67.084-20.584v43q35.834 5.166 65.084 25.916t46.084 52.834 16.834 69.084q0 30.334-11.834 58t-31.834 47.667-47.666 31.833-58 11.834q-27.666 0-53.25-9.916t-45-26.917-32.5-40.666-16.916-50.5h-44.334q-35.334 0-60.334-25t-25-60.334q0-19.334 7.584-35.834t19.916-27.084 27.416-16.5 30.416-5.916h85.334v-42.666h-85.334q-34.834 0-64.25 17.166t-46.584 46.584-17.166 64.25 17.166 64.25 46.584 46.584 64.25 17.166h11q13.166 37.167 39.666 66.084t63.416 45.416 77.916 16.5zM277.334 256q8.834 0 15.166-6.333l64-64q6.166-6.166 6.166-15 0-9.166-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-27.5 27.666v-140.5q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v140.5l-27.5-27.666q-6.167-6.166-15.166-6.166-8.834 0-15.084 6.25t-6.25 15.084q0 8.5 6.167 15l64 64q6.334 6.333 15.166 6.333z" />
|
||||
<glyph unicode="" d="M320 426.667q39 0 74.584-15.25t61.25-40.916 40.916-61.25 15.25-74.583q0-42.5-17.5-80.334t-48.334-64.584-70-38.75l10.5 10.334q9 9.166 14 21.334 4.666 11.334 4.666 24.666 0 3.334-0.166 4.666 29.666 20.666 46.916 52.916t17.25 69.75q0 30.333-11.834 58t-31.834 47.666-47.666 31.834-58 11.834q-27.666 0-53.25-9.917t-45-26.916-32.5-40.667-16.916-50.5h-44.334q-35.334 0-60.334-25t-25-60.334q0-19.334 7.584-35.834t19.916-27.084 27.416-16.5 30.416-5.916h25q5.833-14.666 15-24l18.834-18.666h-58.834q-34.834 0-64.25 17.166t-46.584 46.584-17.166 64.25 17.166 64.25 46.584 46.583 64.25 17.167h11q13.166 37.166 39.666 66.083t63.416 45.417 77.916 16.5zM277.334 256q8.834 0 15.084-6.25t6.25-15.083v-140.5l27.5 27.666q6.166 6.166 15.166 6.166 9.166 0 15.25-6.084t6.084-15.25q0-9-6.166-15.166l-64-64q-6.166-6.166-15.166-6.166t-15.166 6.166l-64 64q-6.167 6.5-6.167 15.166 0 8.834 6.25 15.084t15.083 6.25q9 0 15.166-6.166l27.5-27.666v140.5q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M106.666 469.333h298.666q26.5 0 45.25-18.75t18.75-45.25v-298.667q0-26.5-18.75-45.25t-45.25-18.75h-85.334v42.666h85.334q8.834 0 15.084 6.25t6.25 15.084v298.667q0 8.833-6.25 15.083t-15.084 6.25h-298.666q-8.834 0-15.084-6.25t-6.25-15.083v-298.667q0-8.834 6.25-15.084t15.084-6.25h85.334v-42.666h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v298.667q0 26.5 18.75 45.25t45.25 18.75zM256 320q9 0 15.166-6.166l85.334-85.334q6.166-6.167 6.166-15.167 0-8.834-6.25-15.084t-15.084-6.25q-8.666 0-15.166 6.166l-48.834 49v-268.5q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.083v268.5l-48.834-49q-6.5-6.166-15.166-6.166-8.834 0-15.084 6.25t-6.25 15.084q0 8.666 6.167 15.167l85.333 85.333q6.167 6.167 15.166 6.167z" />
|
||||
<glyph unicode="" d="M320 384h85.334q26.5 0 45.25-18.75t18.75-45.25v-298.666q0-26.5-18.75-45.25t-45.25-18.75h-298.666q-26.5 0-45.25 18.75t-18.75 45.25v298.666q0 26.5 18.75 45.25t45.25 18.75h85.334v-42.666h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-298.666q0-8.834 6.25-15.084t15.084-6.25h298.666q8.834 0 15.084 6.25t6.25 15.084v298.666q0 8.834-6.25 15.084t-15.084 6.25h-85.334v42.666zM256 469.333q8.834 0 15.084-6.25t6.25-15.083v-268.5l48.834 49q6.166 6.167 15.166 6.167 9.166 0 15.25-6.083t6.084-15.25q0-9-6.166-15.166l-85.334-85.334q-6.166-6.166-15.166-6.166t-15.166 6.166l-85.334 85.334q-6.167 6.5-6.167 15.166 0 8.834 6.25 15.084t15.083 6.25q9 0 15.166-6.167l48.834-49v268.5q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M0 234.667l512 234.666-234.667-512-64 213.333zM285.666 78l139.666 304.667-304.666-139.667 127-38z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM277.334 404.167v-62.833q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v62.833q-33-3.666-62.584-18.166t-51.916-36.834-36.834-51.916-18.166-62.583h62.834q8.833 0 15.083-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-62.834q3.666-33 18.166-62.584t36.834-51.916 51.917-36.834 62.584-18.166v62.834q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084v-62.834q33 3.666 62.584 18.166t51.916 36.834 36.834 51.916 18.166 62.584h-62.834q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h62.834q-3.666 33-18.166 62.584t-36.834 51.916-51.916 36.834-62.584 18.166z" />
|
||||
<glyph unicode="" d="M341.334 362.667l170.666 106.666v-405.334l-170.667-106.666-170.667 106.666-170.667-106.666v405.333l170.667 106.667zM149.333 101v304.5l-106.666-66.666v-304.5zM320 325.667l-128 80.166v-304.834l128-80v304.667zM469.334 87.667v304.667l-106.666-66.667v-304.666z" />
|
||||
<glyph unicode="" d="M64 362.667h320q26.5 0 45.25-18.75t18.75-45.25q26.5 0 45.25-18.75t18.75-45.25v-42.667q0-26.5-18.75-45.25t-45.25-18.75q0-26.5-18.75-45.25t-45.25-18.75h-320q-26.5 0-45.25 18.75t-18.75 45.25v170.667q0 26.5 18.75 45.25t45.25 18.75zM384 320h-320q-8.834 0-15.084-6.25t-6.25-15.084v-170.666q0-8.834 6.25-15.084t15.084-6.25h320q8.834 0 15.084 6.25t6.25 15.084v170.667q0 8.834-6.25 15.084t-15.084 6.25zM448 256v-85.334q8.834 0 15.084 6.25t6.25 15.084v42.667q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 469.333q34.834 0 64.25-17.166t46.584-46.583 17.166-64.25v-64q0-26.667-10.334-50.5t-28.834-41.5q48.666-7.666 86.5-22.584t59.25-35.25 21.416-42.834v-42q0-26.5-18.75-45.25t-45.25-18.75h-384q-26.5 0-45.25 18.75t-18.75 45.25v42.166q0 22.5 21.416 42.834t59.166 35.25 86.417 22.416q-18.334 17.834-28.666 41.584t-10.334 50.416v64q0 34.834 17.166 64.25t46.583 46.584 64.25 17.166zM256 149.333q-46.334 0-89.416-7.416t-75.084-20.75q-12.834-5.334-22.916-11.334t-15.334-10.834-7.916-8.416-2.666-5.75v-42.166q0-8.834 6.25-15.084t15.084-6.25h384q8.834 0 15.084 6.25t6.25 15.084v42q0 2.166-2.666 5.75t-7.916 8.416-15.334 10.834-22.916 11.5q-32 13.334-75.084 20.75t-89.416 7.416zM256 426.667q-35.334 0-60.334-25t-25-60.333v-64q0-35.334 25-60.334t60.334-25 60.334 25 25 60.334v64q0 35.333-25 60.333t-60.334 25z" />
|
||||
<glyph unicode="" d="M213.333 426.667h85.333q26.5 0 45.25-18.75t18.75-45.25v-21.333h64q26.5 0 45.25-18.75t18.75-45.25v-213.334q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v213.334q0 26.5 18.75 45.25t45.25 18.75h64v21.333q0 26.5 18.75 45.25t45.25 18.75zM106.666 42.667v256h-21.334q-8.834 0-15.084-6.25t-6.25-15.083v-213.334q0-8.834 6.25-15.084t15.084-6.25h21.334zM362.666 42.667v256h-213.333v-256h213.333zM426.666 298.667h-21.334v-256h21.334q8.834 0 15.084 6.25t6.25 15.084v213.334q0 8.834-6.25 15.084t-15.084 6.25zM298.666 384h-85.334q-8.834 0-15.084-6.25t-6.25-15.083v-21.333h128v21.333q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M85.334 448h341.334q26.5 0 45.25-18.75t18.75-45.25v-234.666q0-26.5-18.75-45.25t-45.25-18.75h-170.667l-149.333-106.666v106.666h-21.334q-26.5 0-45.25 18.75t-18.75 45.25v234.667q0 26.5 18.75 45.25t45.25 18.75zM426.666 405.333h-341.334q-8.834 0-15.084-6.25t-6.25-15.084v-234.666q0-8.834 6.25-15.084t15.084-6.25h64v-66.5l93 66.5h184.333q8.834 0 15.084 6.25t6.25 15.084v234.667q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 448q35.334 0 60.334-25t25-60.334q0-29.5-18-52.417t-46-30.083v-257.667q35.5 4 67.084 20.584t54.334 41.75 36 58.666 13.25 69.834q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084q0-47.834-18.584-91.25t-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084q0-36.334 13.25-69.834t36-58.666 54.334-41.75 67.084-20.584v257.667q-28 7.166-46 30.083t-18 52.417q0 35.333 25 60.333t60.334 25zM256 405.333q-17.666 0-30.166-12.5t-12.5-30.167 12.5-30.166 30.166-12.5 30.166 12.5 12.5 30.166-12.5 30.167-30.166 12.5z" />
|
||||
<glyph unicode="" d="M256 448q6 0 9-0.167 31-1.166 60.25-10.25t54.084-24.416 45.584-36.916 35.166-46.916 22.5-55.084 8.084-60.916-8.084-60.916-22.5-55.084-35.166-46.916-45.584-36.916-54.084-24.416-60.25-10.25q-3-0.166-9-0.166t-9 0.166q-31 1.166-60.25 10.25t-54.084 24.416-45.584 36.916-35.166 46.916-22.5 55.084-8.084 60.916 8.084 60.916 22.5 55.084 35.166 46.916 45.584 36.917 54.084 24.416 60.25 10.25q3 0.166 9 0.166zM150.167 192h-85q6.666-59.5 45.834-104.5t96.334-60q-21.666 32.834-37.75 74.416t-19.416 90.084zM319.166 192h-126.334q1.667-21.334 6.917-42.666t11.75-37.75 15-32.416 15.333-26.334 14.166-19.834q7.334 9.5 14.166 19.916t15.334 26.416 15 32.416 11.75 37.666 6.916 42.584zM207.333 399.167q-57.167-15-96.334-60t-45.834-104.5h85q5.833 87 57.166 164.5zM446.834 192h-84.834q-6.166-87.166-57.334-164.5 57.166 15 96.334 60t45.834 104.5zM256 393.667q-7.333-9.5-14.084-19.916t-15.334-26.416-15.084-32.417-11.75-37.666-6.917-42.584h126.333q-1.666 21.334-6.916 42.667t-11.75 37.75-15 32.416-15.334 26.334-14.166 19.833zM304.666 399.167q51.166-77.333 57.334-164.5h84.834q-6.666 59.5-45.834 104.5t-96.334 60z" />
|
||||
<glyph unicode="" d="M21.334 362.667l234.666 106.666 234.667-106.666v-298.666l-234.667-106.666-234.667 106.666v298.666zM234.667 242.333l-170.667 77.5v-228.334l170.667-77.666v228.5zM448 91.5v228.334l-170.667-77.5v-228.5zM413.334 351l-157.334 71.5-157.333-71.5 157.333-71.5z" />
|
||||
<glyph unicode="" d="M234.667 426.667q41.5 0 80.333-15.666 39.834-16.166 70.5-46.834 0.166-0.166 62.5-61.166v81q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084v-128q0-8.833-6.25-15.083t-15.084-6.25h-128q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25h72q-46.334 45-58 56.667-24.834 24.833-56.5 37.5-30.5 12.5-64.166 12.5t-64.166-12.5q-31.834-12.667-56.5-37.5-24.666-24.667-37.5-56.5-12.5-30.5-12.5-64.167t12.5-64.166q12.834-31.834 37.5-56.5 24.666-24.834 56.5-37.5 30.5-12.5 64.166-12.5t64.166 12.5q31.666 12.666 56.5 37.5 27.666 27.666 40.334 63.834 2.834 8.334 10.834 12.084t16.334 0.916q8.334-3 12.166-11t0.834-16.334q-7.666-21.834-20.75-42.666t-29.584-37q-30.666-30.666-70.5-46.834-38.834-15.666-80.334-15.666t-80.334 15.666q-39.834 16.166-70.5 46.834t-46.834 70.5q-15.666 38.834-15.666 80.334t15.666 80.334q16.166 39.834 46.834 70.5t70.5 46.834q38.834 15.666 80.334 15.666z" />
|
||||
<glyph unicode="" d="M384 426.667q35.334 0 60.334-25t25-60.333-25-60.334-60.334-25q-18.834 0-35.584 7.75t-28.75 21.584l-108.166-54.167q1.833-8.834 1.833-17.834t-1.833-17.834l108.166-54.166q12 13.834 28.75 21.584t35.584 7.75q35.334 0 60.334-25t25-60.334-25-60.334-60.334-25-60.334 25-25 60.334q0 9 1.834 17.834l-108.166 54.166q-12-13.834-28.75-21.584t-35.584-7.75q-35.334 0-60.334 25t-25 60.334 25 60.334 60.334 25q18.834 0 35.584-7.75t28.75-21.583l108.166 54.166q-1.834 8.834-1.834 17.834 0 35.333 25 60.333t60.334 25zM128 256q-17.666 0-30.166-12.5t-12.5-30.167 12.5-30.166 30.166-12.5 30.166 12.5 12.5 30.166-12.5 30.167-30.166 12.5zM384 128q-17.666 0-30.166-12.5t-12.5-30.166 12.5-30.166 30.166-12.5 30.166 12.5 12.5 30.166-12.5 30.166-30.166 12.5zM384 384q-17.666 0-30.166-12.5t-12.5-30.166 12.5-30.167 30.166-12.5 30.166 12.5 12.5 30.167-12.5 30.166-30.166 12.5z" />
|
||||
<glyph unicode="" d="M384 448h42.666q26.5 0 45.25-18.75t18.75-45.25v-42.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.666q0 8.834-6.25 15.084t-15.084 6.25h-42.666q-8.834 0-15.084 6.25t-6.25 15.083 6.25 15.084 15.084 6.25zM42.666 106.667q8.834 0 15.084-6.25t6.25-15.084v-42.666q0-8.834 6.25-15.084t15.084-6.25h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666q-26.5 0-45.25 18.75t-18.75 45.25v42.666q0 8.834 6.25 15.084t15.084 6.25zM42.666 277.333q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25zM213.333 21.333h85.333q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM85.334 448h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666q-8.834 0-15.084-6.25t-6.25-15.084v-42.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.666q0 26.5 18.75 45.25t45.25 18.75zM469.334 106.667q8.834 0 15.084-6.25t6.25-15.084v-42.666q0-26.5-18.75-45.25t-45.25-18.75h-42.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h42.666q8.834 0 15.084 6.25t6.25 15.084v42.666q0 8.834 6.25 15.084t15.084 6.25zM469.334 277.333q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25zM213.333 448h85.333q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 320q8.834 0 15.084-6.25t6.25-15.084v-64h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-64v-64q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v64h-64q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h64v64q0 8.834 6.25 15.084t15.084 6.25zM42.666 106.667q8.834 0 15.084-6.25t6.25-15.084v-42.666q0-8.834 6.25-15.084t15.084-6.25h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666q-26.5 0-45.25 18.75t-18.75 45.25v42.666q0 8.834 6.25 15.084t15.084 6.25zM42.666 277.333q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25zM213.333 21.333h85.333q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM85.334 448h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666q-8.834 0-15.084-6.25t-6.25-15.084v-42.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.666q0 26.5 18.75 45.25t45.25 18.75zM469.334 106.667q8.834 0 15.084-6.25t6.25-15.084v-42.666q0-26.5-18.75-45.25t-45.25-18.75h-42.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h42.666q8.834 0 15.084 6.25t6.25 15.084v42.666q0 8.834 6.25 15.084t15.084 6.25zM469.334 277.333q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25zM213.333 448h85.333q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM384 448h42.666q26.5 0 45.25-18.75t18.75-45.25v-42.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.666q0 8.834-6.25 15.084t-15.084 6.25h-42.666q-8.834 0-15.084 6.25t-6.25 15.083 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M384 448h42.666q26.5 0 45.25-18.75t18.75-45.25v-42.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.666q0 8.834-6.25 15.084t-15.084 6.25h-42.666q-8.834 0-15.084 6.25t-6.25 15.083 6.25 15.084 15.084 6.25zM42.666 106.667q8.834 0 15.084-6.25t6.25-15.084v-42.666q0-8.834 6.25-15.084t15.084-6.25h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666q-26.5 0-45.25 18.75t-18.75 45.25v42.666q0 8.834 6.25 15.084t15.084 6.25zM42.666 277.333q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25zM213.333 21.333h85.333q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM85.334 448h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666q-8.834 0-15.084-6.25t-6.25-15.084v-42.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.666q0 26.5 18.75 45.25t45.25 18.75zM469.334 106.667q8.834 0 15.084-6.25t6.25-15.084v-42.666q0-26.5-18.75-45.25t-45.25-18.75h-42.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h42.666q8.834 0 15.084 6.25t6.25 15.084v42.666q0 8.834 6.25 15.084t15.084 6.25zM170.667 234.667h170.667q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667q-8.833 0-15.083 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM469.334 277.333q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25zM213.333 448h85.333q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M21.334 448h241.333l209.334-209.167q18.666-18.667 18.666-45.167 0-26.666-18.666-45.334l-151-151q-18.666-18.666-45.166-18.666-26.666 0-45.334 18.666l-209.167 209.333v241.334zM441.834 208.667l-196.833 196.667h-181v-181l196.667-196.834q6.334-6.166 15.166-6.166t15 6.166l151 151q6.166 6.166 6.166 15t-6.166 15.166zM181.333 341.333q22.167 0 37.75-15.584t15.583-37.75-15.584-37.75-37.75-15.584-37.75 15.584-15.584 37.75 15.584 37.75 37.75 15.584zM181.333 298.667q-4.333 0-7.5-3.167t-3.167-7.5 3.167-7.5 7.5-3.166 7.5 3.166 3.167 7.5-3.167 7.5-7.5 3.167z" />
|
||||
<glyph unicode="" d="M406.834 342.833q29.5-29.5 45.666-67.834 16.834-39.666 16.834-83t-16.834-83q-16.166-38.334-45.666-67.834t-67.834-45.666q-39.666-16.834-83-16.834t-83 16.834q-38.334 16.166-67.834 45.666t-45.666 67.834q-16.834 39.666-16.834 83t16.834 83q16.166 38.334 45.666 67.834 6.166 6.166 15 6.166t15.166-6.166 6.333-15-6.333-15.167q-23.5-23.5-36.666-54.166-13.334-32-13.334-66.5t13.334-66.5q13.166-30.666 36.666-54.166t54.167-36.666q32-13.334 66.5-13.334t66.5 13.334q30.666 13.166 54.166 36.666t36.666 54.166q13.334 32 13.334 66.5t-13.334 66.5q-13.166 30.666-36.666 54.166-6.334 6.334-6.334 15.167t6.334 15 15.166 6.166 15-6.166zM256 448q8.834 0 15.084-6.25t6.25-15.084v-213.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v213.334q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M384 426.667q35.334 0 60.334-25t25-60.333-25-60.334-60.334-25h-42.666v-85.334h42.666q35.334 0 60.334-25t25-60.334-25-60.334-60.334-25-60.334 25-25 60.334v42.666h-85.334v-42.666q0-35.334-25-60.334t-60.334-25-60.334 25-25 60.334 25 60.334 60.334 25h42.666v85.334h-42.666q-35.334 0-60.334 25t-25 60.334 25 60.333 60.334 25 60.334-25 25-60.333v-42.667h85.334v42.667q0 35.333 25 60.333t60.334 25zM170.667 85.333v42.666h-42.667q-17.666 0-30.166-12.5t-12.5-30.166 12.5-30.166 30.166-12.5 30.166 12.5 12.5 30.166zM128 384q-17.666 0-30.166-12.5t-12.5-30.166 12.5-30.167 30.166-12.5h42.666v42.667q0 17.666-12.5 30.166t-30.166 12.5zM298.666 170.667v85.334h-85.334v-85.334h85.334zM384 128h-42.666v-42.666q0-17.666 12.5-30.166t30.166-12.5 30.166 12.5 12.5 30.166-12.5 30.166-30.166 12.5zM384 384q-17.666 0-30.166-12.5t-12.5-30.166v-42.667h42.666q17.666 0 30.166 12.5t12.5 30.167-12.5 30.166-30.166 12.5z" />
|
||||
<glyph unicode="" d="M64 384h106.666q12.166 0 18.5-10.666l164.5-288h94.334q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-106.666q-12.166 0-18.5 10.666l-164.5 288h-94.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM298.666 384h106.666q8.834 0 15.084-6.25t6.25-15.083-6.25-15.084-15.084-6.25h-106.666q-8.834 0-15.084 6.25t-6.25 15.083 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M279.5 446.833q43.166-4.333 81.916-23.833t68.084-51.666q28.834-31.667 44.834-71.834 16.334-41.5 16.334-86.166 0-47.834-18.5-91.334-17.166-41.166-50.166-74.666-33.5-33-74.666-50.166-43.5-18.5-91.334-18.5-44.666 0-86.166 16.334-40.166 16-71.834 44.834-32.166 29.334-51.666 68.084t-23.834 81.916q-0.834 9.5 5.416 16.5t15.916 7q8.166 0 14.25-5.5t6.916-13.666q3.5-35.5 19.416-67.166t42.416-55.666q25.833-23.834 58.667-36.666 34-13.334 70.5-13.334 39.166 0 74.666 15 33.666 14.166 61.166 41.166 27 27.5 41.166 61.166 15 35.5 15 74.666 0 36.5-13.334 70.5-12.834 32.834-36.666 58.667-24 26.5-55.666 42.416t-67.166 19.416q-8.166 0.834-13.666 6.917t-5.5 14.25q0 6.334 2.416 10.834t6.416 6.666 7.584 3 7.084 0.834zM42.666 448h128q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-76.5l177-177q6.166-6 6.166-15 0-9.166-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-176.833 177v-76.5q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v128q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M426.666 448q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM85.334 192q26.5 0 45.25-18.75t18.75-45.25v-85.334q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v85.334q0 26.5 18.75 45.25t45.25 18.75zM85.334 149.333q-8.834 0-15.084-6.25t-6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v85.334q0 8.834-6.25 15.084t-15.084 6.25zM256 320q26.5 0 45.25-18.75t18.75-45.25v-213.334q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v213.334q0 26.5 18.75 45.25t45.25 18.75zM256 277.333q-8.834 0-15.084-6.25t-6.25-15.084v-213.334q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v213.334q0 8.833-6.25 15.083t-15.084 6.25zM426.666 405.333q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v341.334q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 448q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM85.334 192q26.5 0 45.25-18.75t18.75-45.25v-85.334q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v85.334q0 26.5 18.75 45.25t45.25 18.75zM85.334 149.333q-8.834 0-15.084-6.25t-6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v85.334q0 8.834-6.25 15.084t-15.084 6.25zM256 405.333q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v341.334q0 8.834-6.25 15.084t-15.084 6.25zM426.666 320q26.5 0 45.25-18.75t18.75-45.25v-213.334q0-26.5-18.75-45.25t-45.25-18.75-45.25 18.75-18.75 45.25v213.334q0 26.5 18.75 45.25t45.25 18.75zM426.666 277.333q-8.834 0-15.084-6.25t-6.25-15.084v-213.334q0-8.834 6.25-15.084t15.084-6.25 15.084 6.25 6.25 15.084v213.334q0 8.833-6.25 15.083t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM234.667 192v212.167q-35.5-4-67.083-20.584t-54.334-41.75-36-58.666-13.25-69.834q0-39 15.25-74.584t40.916-61.25 61.25-40.916 74.583-15.25q36.334 0 69.834 13.25t58.666 36 41.75 54.334 20.584 67.084h-212.167zM277.334 404.167v-169.5h169.5q-3.666 33-18.166 62.584t-36.834 51.916-51.916 36.834-62.584 18.166z" />
|
||||
<glyph unicode="" d="M198.333 277.333l57.667 177.5 57.666-177.5h186.666l-151-104.834 57.666-174.334-151 110.5-151-109.666 57.666 173.5-151 104.834h186.667zM282.666 234.667l-26.666 84.833-26.666-84.833h-82.834l66.666-44.167-26.166-78.834 69.166 50 68.834-50.5-26.166 78.834 66.5 44.667h-82.666z" />
|
||||
<glyph unicode="" d="M213.333 384q8.833 0 15.083-6.25t6.25-15.083q0-9-6.333-15.167l-112.834-112.833h332.5q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-332.5l112.834-112.834q6.333-6.166 6.333-15.166 0-8.834-6.25-15.084t-15.083-6.25q-9 0-15.166 6.166l-149.333 149.334q-6.166 6.5-6.166 15.166t6.166 15.167l149.333 149.333q6.333 6.166 15.166 6.166z" />
|
||||
<glyph unicode="" d="M298.666 384q9 0 15.166-6.166l149.333-149.334q6.166-6.167 6.166-15.167t-6.166-15.166l-149.333-149.334q-6.166-6.166-15.166-6.166-9.166 0-15.25 6.084t-6.084 15.25q0 9 6.166 15.166l113 112.834h-332.5q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h332.5l-113 112.833q-6.166 6.167-6.166 15.167 0 9.166 6.084 15.25t15.25 6.083z" />
|
||||
<glyph unicode="" d="M256 426.667q9 0 15.166-6.166l149.334-149.334q6.166-6.166 6.166-15.166 0-9.167-6.084-15.25t-15.25-6.083q-9 0-15.166 6.167l-112.834 113v-332.5q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v332.5l-112.834-113q-6.166-6.167-15.166-6.167-9.166 0-15.25 6.083t-6.084 15.25q0 9 6.166 15.166l149.333 149.334q6.167 6.166 15.166 6.166z" />
|
||||
<glyph unicode="" d="M256 426.667q8.834 0 15.084-6.25t6.25-15.083v-332.5l112.834 113q6.166 6.166 15.166 6.166 9.166 0 15.25-6.084t6.084-15.25q0-9-6.166-15.166l-149.334-149.334q-6.166-6.166-15.166-6.166t-15.166 6.166l-149.333 149.333q-6.166 6.166-6.166 15.166 0 9.166 6.084 15.25t15.25 6.084q9 0 15.166-6.166l112.834-113v332.5q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M106.666 298.667l106.666 106.666v-384l-106.666 106.666h-42.666q-26.5 0-45.25 18.75t-18.75 45.25v41.834q0 26.5 18.75 45.666t45.25 19.167h42.666zM170.667 124.333v178.834l-46.334-47.167h-60.334q-8.666 0-15-6.583t-6.334-15.583v-41.834q0-8.834 6.25-15.084t15.084-6.25h60.334zM310 284.5q6.166 0 11.584-3.5t8.084-9.5q11.666-28.167 11.666-58.167 0-30.5-11.666-57.834-2.5-6-7.916-9.584t-11.75-3.584q-7.834 0-14.584 5.916t-6.75 15.416q0 3.834 1.666 8.334 8.334 19.666 8.334 41.334 0 21.5-8.334 41.5-1.666 3.833-1.666 8.334 0 9.5 6.416 15.416t14.916 5.917zM375.166 344q12 0 18.334-10.5 16.5-27.5 24.5-56.833 8.666-31.334 8.666-63.334 0-31.834-8.666-63.5-8.166-29.666-24.5-56.834-6.166-10.334-18.334-10.334-8.334 0-14.834 6t-6.5 15.334q0 5.834 3.166 11 13 21.666 19.834 46.334 7.166 25 7.166 52 0 26.834-7.166 51.834-6.834 24.666-19.834 46.5-3.166 4.833-3.166 10.833 0 9 6.584 15.25t14.75 6.25zM439 402.5q11.5 0 17.666-9.333 27.166-39.834 41.25-85.667t14.084-94.166-14.084-94.166-41.25-85.666q-6-9.334-17.666-9.334-8.666 0-14.916 6t-6.25 15.334q0 6.666 3.666 12 47.834 70.166 47.834 155.834 0 42-12.166 81.667t-35.666 74.166q-3.666 5.334-3.666 12 0 9.334 6.25 15.334t14.916 6z" />
|
||||
<glyph unicode="" d="M128 298.667l106.666 106.666v-384l-106.666 106.666h-42.666q-26.5 0-45.25 18.75t-18.75 45.25v41.834q0 26.5 18.75 45.666t45.25 19.167h42.666zM192 124.333v178.834l-46.334-47.167h-60.334q-8.666 0-15-6.583t-6.334-15.583v-41.834q0-8.834 6.25-15.084t15.084-6.25h60.334zM448 298.667q9.166 0 15.25-6.083t6.084-15.25q0-9-6.166-15.167l-49-48.834 49-48.834q6.166-6.166 6.166-15.166 0-9.166-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-48.834 49-48.834-49q-6.166-6.166-15.166-6.166-9.166 0-15.25 6.084t-6.084 15.25q0 9 6.166 15.166l49 48.834-49 48.834q-6.166 6.167-6.166 15.167 0 9.166 6.084 15.25t15.25 6.083q9 0 15.166-6.167l48.834-49 48.834 49q6.166 6.167 15.166 6.167z" />
|
||||
<glyph unicode="" d="M341.334 448h85.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM85.334 192h85.334q26.5 0 45.25-18.75t18.75-45.25v-85.334q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v85.334q0 26.5 18.75 45.25t45.25 18.75zM170.667 149.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25h85.334q8.833 0 15.083 6.25t6.25 15.084v85.334q0 8.834-6.25 15.084t-15.084 6.25zM85.334 448h85.334q26.5 0 45.25-18.75t18.75-45.25v-85.333q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v85.333q0 26.5 18.75 45.25t45.25 18.75zM170.667 405.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.333q0-8.833 6.25-15.083t15.084-6.25h85.334q8.833 0 15.083 6.25t6.25 15.083v85.334q0 8.834-6.25 15.084t-15.084 6.25zM426.666 405.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25h85.334q8.834 0 15.084 6.25t6.25 15.084v341.334q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M85.334 448h85.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM170.667 405.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25h85.334q8.833 0 15.083 6.25t6.25 15.084v341.334q0 8.834-6.25 15.084t-15.084 6.25zM341.334 192h85.334q26.5 0 45.25-18.75t18.75-45.25v-85.334q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v85.334q0 26.5 18.75 45.25t45.25 18.75zM426.666 149.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25h85.334q8.834 0 15.084 6.25t6.25 15.084v85.334q0 8.834-6.25 15.084t-15.084 6.25zM341.334 448h85.334q26.5 0 45.25-18.75t18.75-45.25v-85.333q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v85.333q0 26.5 18.75 45.25t45.25 18.75zM426.666 405.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.333q0-8.833 6.25-15.083t15.084-6.25h85.334q8.834 0 15.084 6.25t6.25 15.083v85.334q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M341.334 448h85.334q26.5 0 45.25-18.75t18.75-45.25v-85.333q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v85.333q0 26.5 18.75 45.25t45.25 18.75zM85.334 192h85.334q26.5 0 45.25-18.75t18.75-45.25v-85.334q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v85.334q0 26.5 18.75 45.25t45.25 18.75zM170.667 149.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25h85.334q8.833 0 15.083 6.25t6.25 15.084v85.334q0 8.834-6.25 15.084t-15.084 6.25zM85.334 448h85.334q26.5 0 45.25-18.75t18.75-45.25v-85.333q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v85.333q0 26.5 18.75 45.25t45.25 18.75zM170.667 405.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.333q0-8.833 6.25-15.083t15.084-6.25h85.334q8.833 0 15.083 6.25t6.25 15.083v85.334q0 8.834-6.25 15.084t-15.084 6.25zM341.334 192h85.334q26.5 0 45.25-18.75t18.75-45.25v-85.334q0-26.5-18.75-45.25t-45.25-18.75h-85.334q-26.5 0-45.25 18.75t-18.75 45.25v85.334q0 26.5 18.75 45.25t45.25 18.75zM426.666 149.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25h85.334q8.834 0 15.084 6.25t6.25 15.084v85.334q0 8.834-6.25 15.084t-15.084 6.25zM426.666 405.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-85.333q0-8.833 6.25-15.083t15.084-6.25h85.334q8.834 0 15.084 6.25t6.25 15.083v85.334q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M85.334 448h341.334q26.5 0 45.25-18.75t18.75-45.25v-341.334q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM234.667 21.333v170.667h-170.667v-149.333q0-8.834 6.25-15.084t15.084-6.25h149.333zM234.667 234.667v170.667h-149.333q-8.834 0-15.084-6.25t-6.25-15.084v-149.333h170.667zM448 42.667v149.334h-170.667v-170.667h149.333q8.834 0 15.084 6.25t6.25 15.084zM426.666 405.333h-149.334v-170.667h170.667v149.333q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M64 405.333h384q26.5 0 45.25-18.75t18.75-45.25v-256q0-26.5-18.75-45.25t-45.25-18.75h-384q-26.5 0-45.25 18.75t-18.75 45.25v256q0 26.5 18.75 45.25t45.25 18.75zM149.333 64v298.667h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-256q0-8.834 6.25-15.084t15.084-6.25h85.334zM320 64v298.667h-128v-298.667h128zM448 362.667h-85.334v-298.666h85.334q8.834 0 15.084 6.25t6.25 15.084v256q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M346.666 144.167q8.666 0 15-6.334l60.334-60.334q6.334-6.334 6.334-15.166 0-8.666-6.334-15t-15-6.334q-8.834 0-15.166 6.334l-60.334 60.334q-6.166 6.166-6.166 15.166 0 8.834 6.25 15.084t15.084 6.25zM165.5 144.167q8.834 0 15.084-6.25t6.25-15.084-6.333-15.166l-60.334-60.334q-6.334-6.334-15-6.334-8.834 0-15.084 6.25t-6.25 15.084q0 9 6.166 15.166l60.334 60.334q6.333 6.334 15.166 6.334zM42.666 234.667h85.334q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM256 106.667q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25zM105.166 385.667q8.666 0 15-6.333l60.334-60.334q6.333-6.333 6.333-15 0-8.833-6.25-15.083t-15.083-6.25q-9 0-15.166 6.166l-60.334 60.334q-6.166 6.166-6.166 15.166 0 8.834 6.25 15.084t15.084 6.25zM384 234.667h85.334q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-85.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM256 448q8.834 0 15.084-6.25t6.25-15.084v-85.333q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v85.333q0 8.834 6.25 15.084t15.084 6.25zM407 385.667q8.666 0 15-6.333t6.334-15q0-8.834-6.334-15.167l-60.334-60.333q-6.166-6.167-15-6.167-9.166 0-15.25 6.083t-6.084 15.25q0 8.834 6.166 15l60.334 60.334q6.334 6.334 15.166 6.334z" />
|
||||
<glyph unicode="" d="M256 469.333q21.666 0 41.416-8.5t34-22.75 22.75-34 8.5-41.417v-21.333h85.334v-320q0-26.5-18.75-45.25t-45.25-18.75h-256q-26.5 0-45.25 18.75t-18.75 45.25v320h85.334v21.333q0 21.667 8.5 41.417t22.75 34 34 22.75 41.416 8.5zM405.334 21.333v277.334h-298.666v-277.334q0-8.834 6.25-15.084t15.084-6.25h256q8.834 0 15.084 6.25t6.25 15.084zM256 426.667q-26.5 0-45.25-18.75t-18.75-45.25v-21.333h128v21.333q0 26.5-18.75 45.25t-45.25 18.75z" />
|
||||
<glyph unicode="" d="M256 448q47.834 0 91.25-18.584t74.834-50 50-74.833 18.584-91.25-18.584-91.25-50-74.834-74.834-50-91.25-18.584-91.25 18.584-74.834 50-50 74.834-18.584 91.25 18.584 91.25 50 74.833 74.834 50 91.25 18.584zM375.834 63.333l-269.834 269.834q-20-25.166-31-55.833t-11-64q0-39 15.25-74.584t40.916-61.25 61.25-40.916 74.584-15.25q33.5 0 64.166 10.916t55.666 31.084zM256 405.333q-33.5 0-64.166-10.917t-55.666-31.083l269.834-269.834q20.166 25 31.084 55.666t10.916 64.166q0 39-15.25 74.584t-40.916 61.25-61.25 40.916-74.584 15.25z" />
|
||||
<glyph unicode="" d="M149.333 448q17.667 0 38-4.417t39.167-10.666l37.666-12.5t39.166-10.666 38-4.416q18 0 35.5 2.166t29.834 5.334 22.084 6.333 14.584 5.334l4.666 2.166v-298.666q-1.666-0.834-5-2.25t-14.084-5.166-22.416-6.5-29.416-5.084-35.75-2.334q-17.666 0-38 4.416t-39.166 10.666l-37.666 12.5t-39.166 10.666-38 4.416q-31.834 0-64-7.166v-142.167q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v426.666q1.666 0.834 5 2.25t14.084 5.167 22.416 6.5 29.416 5.083 35.75 2.334zM149.333 405.333q-32.666 0-64-8.5v-211.167q32 6.334 64 6.334 23.667 0 47.333-5.416t53.834-15.416q3.833-1.334 14.416-4.916t15.5-5.166 14.416-4.334 15.916-4 14.75-2.334 15.834-1.084q32.666 0 64 8.5v211.167q-32-6.334-64-6.334-23.666 0-47.334 5.417t-53.834 15.416q-3.833 1.334-14.416 4.917t-15.5 5.166-14.416 4.334-15.916 4-14.75 2.333-15.834 1.084z" />
|
||||
<glyph unicode="" d="M213.333 448h85.333q26.5 0 45.25-18.75t18.75-45.25v-21.333h85.334q8.834 0 15.084-6.25t6.25-15.083-6.25-15.084-15.084-6.25h-21.334v-256q0-26.5-18.75-45.25t-45.25-18.75h-213.333q-26.5 0-45.25 18.75t-18.75 45.25v256h-21.334q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25h85.334v21.334q0 26.5 18.75 45.25t45.25 18.75zM384 64v256h-256v-256q0-8.834 6.25-15.084t15.084-6.25h213.334q8.834 0 15.084 6.25t6.25 15.084zM298.666 405.333h-85.334q-8.834 0-15.084-6.25t-6.25-15.084v-21.333h128v21.333q0 8.834-6.25 15.084t-15.084 6.25z" />
|
||||
<glyph unicode="" d="M362.666 448h64q26.5 0 45.25-18.75t18.75-45.25v-64q0-8.833-6.25-15.083t-15.084-6.25-15.084 6.25-6.25 15.083v64q0 8.834-6.25 15.084t-15.084 6.25h-64q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM42.666 128q8.834 0 15.084-6.25t6.25-15.084v-64q0-8.834 6.25-15.084t15.084-6.25h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-64q-26.5 0-45.25 18.75t-18.75 45.25v64q0 8.834 6.25 15.084t15.084 6.25zM85.334 448h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-64q-8.834 0-15.084-6.25t-6.25-15.084v-64q0-8.833-6.25-15.083t-15.084-6.25-15.084 6.25-6.25 15.083v64q0 26.5 18.75 45.25t45.25 18.75zM469.334 128q8.834 0 15.084-6.25t6.25-15.084v-64q0-26.5-18.75-45.25t-45.25-18.75h-64q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h64q8.834 0 15.084 6.25t6.25 15.084v64q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M362.666 448q8.834 0 15.084-6.25t6.25-15.084v-64q0-8.834 6.25-15.084t15.084-6.25h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.083-15.084-6.25h-64q-26.5 0-45.25 18.75t-18.75 45.25v64q0 8.834 6.25 15.084t15.084 6.25zM42.666 128h64q26.5 0 45.25-18.75t18.75-45.25v-64q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v64q0 8.834-6.25 15.084t-15.084 6.25h-64q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM149.333 448q8.833 0 15.083-6.25t6.25-15.084v-64q0-26.5-18.75-45.25t-45.25-18.75h-64q-8.834 0-15.084 6.25t-6.25 15.083 6.25 15.084 15.084 6.25h64q8.834 0 15.084 6.25t6.25 15.083v64q0 8.834 6.25 15.084t15.084 6.25zM405.334 128h64q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-64q-8.834 0-15.084-6.25t-6.25-15.084v-64q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v64q0 26.5 18.75 45.25t45.25 18.75z" />
|
||||
<glyph unicode="" d="M298.666 192.167q8.834 0 15.166-6.334l134.167-134.167v97.834q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084v-149.334q0-8.834-6.334-15.166t-15.166-6.334h-149.333q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h97.834l-134.166 134.167q-6.166 6.5-6.166 15.166 0 8.834 6.25 15.166t15.084 6.334zM42.666 448h149.334q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-97.834l134.167-134q6.333-6.334 6.333-15.167t-6.333-15.083-15.166-6.25q-8.5 0-15.166 6.167l-134 134.166v-97.833q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v149.333q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M42.666 448q9 0 15.166-6.167l134.167-134.166v97.833q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084v-149.333q0-8.833-6.333-15.166t-15.167-6.333h-149.333q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25h97.833l-134.167 134.167q-6.166 6.166-6.166 15.166 0 9.166 6.084 15.25t15.25 6.084zM298.834 192h149.334q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-97.834l134-134.166q6.334-6.334 6.334-15.166t-6.25-15.084-15.084-6.25q-9 0-15.166 6.166l-134.167 134.166v-97.834q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v149.334q0 8.834 6.334 15.166t15.166 6.334z" />
|
||||
<glyph unicode="" d="M256 426.667q8.834 0 15.084-6.25t6.25-15.083v-170.667h170.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-170.667v-170.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v170.667h-170.667q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h170.667v170.667q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M64 234.667h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M448 362.667q9.166 0 15.25-6.083t6.084-15.25q0-9-6.166-15.167l-256-256q-6.167-6.166-15.166-6.166t-15.166 6.166l-128 128q-6.166 6.166-6.166 15.166 0 9.166 6.084 15.25t15.25 6.083q9 0 15.166-6.167l112.834-113 240.833 241q6.166 6.167 15.166 6.167z" />
|
||||
<glyph unicode="" d="M405.334 384q9.166 0 15.25-6.083t6.084-15.25q0-9-6.166-15.167l-134.334-134.166 134.333-134.167q6.166-6.166 6.166-15.166 0-9.166-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-134.166 134.334-134.167-134.333q-6.166-6.166-15.166-6.166-9.166 0-15.25 6.084t-6.084 15.25q0 9 6.166 15.166l134.333 134.167-134.333 134.167q-6.166 6.166-6.166 15.166 0 9.167 6.084 15.25t15.25 6.084q9 0 15.166-6.167l134.167-134.333 134.167 134.333q6.166 6.166 15.166 6.166z" />
|
||||
<glyph unicode="" d="M256 469.333q9 0 15.166-6.166l75.334-75.5q6.334-6.333 6.334-15.166t-6.25-15.084-15.084-6.25-15.166 6.334l-39 39v-161.833h161.834l-39 39q-6.334 6.334-6.334 15.167t6.25 15.083 15.084 6.25 15.166-6.333l75.5-75.333q6.166-6.167 6.166-15.167t-6.166-15l-75.5-75.5q-6.334-6.334-15.166-6.334t-15.084 6.25-6.25 15.084 6.334 15.166l39 39h-161.833v-161.833l39 39q6.334 6.334 15.166 6.334t15.084-6.25 6.25-15.084-6.334-15.166l-75.334-75.5q-6.166-6.166-15.166-6.166-8.834 0-15 6.166l-75.5 75.5q-6.333 6.334-6.333 15.166t6.25 15.084 15.083 6.25 15.166-6.334l39-39v161.833h-161.833l39-39q6.334-6.334 6.334-15.166t-6.25-15.084-15.084-6.25-15.166 6.334l-75.5 75.334q-6.167 6.166-6.167 15.166t6.167 15.167l75.5 75.333q6.334 6.334 15.166 6.334t15.084-6.25 6.25-15.084-6.334-15.166l-39-39h161.833v161.833l-39-39q-6.333-6.334-15.166-6.334t-15.084 6.25-6.25 15.084 6.333 15.166l75.333 75.5q6.167 6.166 15.166 6.166z" />
|
||||
<glyph unicode="" d="M170.667 405.333h277.333q26.5 0 45.25-18.75t18.75-45.25v-256q0-26.5-18.75-45.25t-45.25-18.75h-277.334l-170.667 192zM448 362.667h-258.166l-132.667-149.334 132.667-149.333h258.166q8.834 0 15.084 6.25t6.25 15.084v256q0 8.834-6.25 15.084t-15.084 6.25zM405.334 277.333q0-9-6.166-15.167l-49-48.834 49-48.834q6.166-6.166 6.166-15.166 0-9.166-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-48.834 49-48.834-49q-6.166-6.166-15.166-6.166-8.834 0-15.084 6.25t-6.25 15.084q0 8.666 6.167 15.166l49 48.834-49 48.834q-6.167 6.5-6.167 15.167 0 8.833 6.25 15.083t15.083 6.25q9 0 15.166-6.166l48.834-49 48.834 49q6.166 6.166 15.166 6.166 9.166 0 15.25-6.083t6.084-15.25z" />
|
||||
<glyph unicode="" d="M64 362.667h384q8.834 0 15.084-6.25t6.25-15.083-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.083 15.084 6.25zM64 106.667h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM64 234.667h384q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-384q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M128 405.333h256l128-128v-192q0-26.5-18.75-45.25t-45.25-18.75h-384q-26.5 0-45.25 18.75t-18.75 45.25v192zM469.334 85.333v149.334h-93.666q-14.166-37-47.25-61.167t-72.416-24.166q-26.166 0-50.834 11.166t-43 30.584-27.5 43.584h-92v-149.334q0-8.666 6.166-15t15.166-6.334h384q8.834 0 15.084 6.25t6.25 15.084zM451.666 277.333l-84.5 85.333h-221.5l-85.334-85.333h110.334q0-21.167 11.334-40.834t31.25-32.084 42.75-12.416 42.75 12.416 31.25 32.084 11.334 40.834h110.334z" />
|
||||
<glyph unicode="" d="M256 448q8.834 0 15.084-6.25t6.25-15.084v-247.167l70.166 70.334q6.166 6.167 15.166 6.167 9.166 0 15.25-6.083t6.084-15.25q0-9-6.166-15.167l-106.666-106.666q-6.166-6.166-15.166-6.166t-15.166 6.166l-106.666 106.666q-6.167 6.5-6.167 15.167 0 8.834 6.25 15.084t15.083 6.25q9 0 15.166-6.167l70.166-70.334v247.167q0 8.834 6.25 15.084t15.084 6.25zM469.334 149.333q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-26.666-18.5-45.166-18.834-18.834-45-18.834h-341.834q-26.166 0-45.334 18.666-18.666 19.166-18.666 45.334v85.334q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25h341.834q8.666 0 14.75 6.25t6.084 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M256 447q9 0 15.166-6.167l106.666-106.666q6.166-6.166 6.166-15.166 0-9.167-6.084-15.25t-15.25-6.084q-9 0-15.166 6.166l-70.166 70.334v-247.167q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v247.167l-70.166-70.334q-6.5-6.166-15.166-6.166-8.834 0-15.084 6.25t-6.25 15.084q0 8.666 6.167 15.166l106.667 106.667q6.167 6.166 15.166 6.166zM469.334 148.333q8.834 0 15.084-6.25t6.25-15.084v-85.334q0-26.666-18.5-45.166-18.834-18.834-45-18.834h-341.834q-26.166 0-45.334 18.666-18.666 19.166-18.666 45.334v85.334q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084v-85.334q0-8.834 6.25-15.084t15.084-6.25h341.834q8.666 0 14.75 6.25t6.084 15.084v85.334q0 8.834 6.25 15.084t15.084 6.25z" />
|
||||
<glyph unicode="" d="M106.666 469.333h213.334l149.333-149.333v-298.667q0-26.5-18.75-45.25t-45.25-18.75h-298.666q-26.5 0-45.25 18.75t-18.75 45.25v384q0 26.5 18.75 45.25t45.25 18.75zM277.334 277.333v149.333h-170.667q-9 0-15.166-6.166t-6.166-15.166v-384q0-9 6.166-15.166t15.166-6.166h298.666q9 0 15.166 6.166t6.166 15.166v256h-149.333zM409 320l-89 89v-89h89z" />
|
||||
<glyph unicode="" d="M106.666 469.333h213.334l149.333-149.333v-298.667q0-26.5-18.75-45.25t-45.25-18.75h-298.666q-26.5 0-45.25 18.75t-18.75 45.25v384q0 26.5 18.75 45.25t45.25 18.75zM256 234.667q8.834 0 15.084-6.25t6.25-15.084v-42.666h42.666q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-42.666v-42.666q0-8.834-6.25-15.084t-15.084-6.25-15.084 6.25-6.25 15.084v42.666h-42.666q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25h42.666v42.666q0 8.834 6.25 15.084t15.084 6.25zM277.334 277.333v149.333h-170.667q-9 0-15.166-6.166t-6.166-15.166v-384q0-9 6.166-15.166t15.166-6.166h298.666q9 0 15.166 6.166t6.166 15.166v256h-149.333zM409 320l-89 89v-89h89z" />
|
||||
<glyph unicode="" d="M106.666 469.333h213.334l149.333-149.333v-298.667q0-26.5-18.75-45.25t-45.25-18.75h-298.666q-26.5 0-45.25 18.75t-18.75 45.25v384q0 26.5 18.75 45.25t45.25 18.75zM192 170.667h128q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-128q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25zM277.334 277.333v149.333h-170.667q-9 0-15.166-6.166t-6.166-15.166v-384q0-9 6.166-15.166t15.166-6.166h298.666q9 0 15.166 6.166t6.166 15.166v256h-149.333zM409 320l-89 89v-89h89z" />
|
||||
<glyph unicode="" d="M256 448q46 0 89.166-17.5t76.834-51.166 51.166-76.834 17.5-89.166-17.5-89.166-51.166-76.834-76.834-51.166-89.166-17.5-89.166 17.5-76.834 51.166-51.166 76.834-17.5 89.166 17.5 89.166 51.166 76.834 76.834 51.166 89.166 17.5zM167 272.167l-61 61q-20.666-25.833-31.334-56.667t-10.666-63.166 10.666-63.166 31.334-56.666l61 61q-17.666 26.666-17.666 58.834t17.666 58.834zM375.834 63.333l-61 61q-26.666-17.666-58.834-17.666t-58.834 17.666l-61-61q25.834-20.666 56.666-31.334t63.166-10.666 63.166 10.666 56.666 31.334zM256 277.333q-26.5 0-45.25-18.75t-18.75-45.25 18.75-45.25 45.25-18.75 45.25 18.75 18.75 45.25-18.75 45.25-45.25 18.75zM256 405.333q-32.334 0-63.166-10.667t-56.666-31.333l61-61q26.666 17.666 58.834 17.666t58.834-17.666l61 61q-25.834 20.666-56.666 31.333t-63.166 10.667zM406 333.167l-61-61q17.666-26.667 17.666-58.834t-17.666-58.834l61-61q20.666 25.834 31.334 56.666t10.666 63.166-10.666 63.167-31.334 56.666z" />
|
||||
<glyph unicode="" d="M85.334 448h149.333q8.834 0 15.084-6.25t6.25-15.084-6.25-15.084-15.084-6.25h-149.333q-8.834 0-15.084-6.25t-6.25-15.084v-341.334q0-8.834 6.25-15.084t15.084-6.25h341.334q8.834 0 15.084 6.25t6.25 15.084v149.333q0 8.834 6.25 15.084t15.084 6.25 15.084-6.25 6.25-15.084v-149.333q0-26.5-18.75-45.25t-45.25-18.75h-341.334q-26.5 0-45.25 18.75t-18.75 45.25v341.334q0 26.5 18.75 45.25t45.25 18.75zM341.334 448h128q8.834 0 15.084-6.25t6.25-15.084v-128q0-8.833-6.25-15.083t-15.084-6.25-15.084 6.25-6.25 15.083v76.5l-177-177q-6.166-6.166-15-6.166-9.166 0-15.25 6.084t-6.083 15.25q0 8.834 6.167 15l177 177h-76.5q-8.834 0-15.084 6.25t-6.25 15.084 6.25 15.084 15.084 6.25z" />
|
||||
<glyph unicode="" d="M426.666 277.333q26.5 0 45.25-18.75t18.75-45.25-18.75-45.25-45.25-18.75-45.25 18.75-18.75 45.25 18.75 45.25 45.25 18.75zM85.334 277.333q26.5 0 45.25-18.75t18.75-45.25-18.75-45.25-45.25-18.75-45.25 18.75-18.75 45.25 18.75 45.25 45.25 18.75zM85.334 234.667q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.084 15.084-6.25 15.084 6.25 6.25 15.084-6.25 15.084-15.084 6.25zM256 277.333q26.5 0 45.25-18.75t18.75-45.25-18.75-45.25-45.25-18.75-45.25 18.75-18.75 45.25 18.75 45.25 45.25 18.75zM256 234.667q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.084 15.084-6.25 15.084 6.25 6.25 15.084-6.25 15.084-15.084 6.25zM426.666 234.667q-8.834 0-15.084-6.25t-6.25-15.084 6.25-15.084 15.084-6.25 15.084 6.25 6.25 15.084-6.25 15.084-15.084 6.25z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 90 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,896 @@
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
||||
blog.css
|
||||
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Blog
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#posts { position: relative; }
|
||||
|
||||
.entry {
|
||||
position: relative;
|
||||
margin: 0 0 50px;
|
||||
}
|
||||
|
||||
.entry:after {
|
||||
content: '';
|
||||
position: relative;
|
||||
height: 2px;
|
||||
margin-top: 50px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
.entry-image { margin-bottom: 30px; }
|
||||
|
||||
.entry-image,
|
||||
.entry-image > a,
|
||||
.entry-image .slide a,
|
||||
.entry-image img {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.entry-image iframe { display: block; }
|
||||
|
||||
.entry-image img { border-radius: 3px; }
|
||||
|
||||
.entry-title h2 {
|
||||
margin: 0;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.entry-title h2 a { color: #333; }
|
||||
|
||||
.entry-title h2 a:hover { color: #1ABC9C; }
|
||||
|
||||
.entry-meta {
|
||||
margin: 10px -10px -15px 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.single-post .entry-meta { margin-bottom: 20px; }
|
||||
|
||||
.entry-meta li {
|
||||
float: left;
|
||||
font-size: 13px;
|
||||
line-height: 14px;
|
||||
margin: 0 10px 15px 0;
|
||||
color: #999;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.entry-meta li:before {
|
||||
content: '/';
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
opacity: 0.5
|
||||
}
|
||||
|
||||
.entry-meta li i {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
font-size: 14px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.entry-meta li a { color: #999; }
|
||||
|
||||
.entry-meta li a:hover { color: #1ABC9C; }
|
||||
|
||||
.entry-meta li:first-child:before { display: none; }
|
||||
|
||||
.entry-meta li ins {
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.entry-c {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#posts .entry-content { margin-top: 30px; }
|
||||
|
||||
.single-post .entry-content .entry-image { max-width: 350px; }
|
||||
|
||||
.entry-content { position: relative; }
|
||||
|
||||
.entry-link {
|
||||
display: block;
|
||||
width: 100%;
|
||||
background-color: #F5F5F5;
|
||||
padding: 30px 0;
|
||||
text-align: center;
|
||||
color: #444;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .entry-link {
|
||||
-webkit-transition: background-color .3s ease-in-out;
|
||||
-o-transition: background-color .3s ease-in-out;
|
||||
transition: background-color .3s ease-in-out;
|
||||
}
|
||||
|
||||
.entry-link:hover {
|
||||
color: #FFF;
|
||||
background-color: #1ABC9C;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.entry-link span {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
font-size: 14px;
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
.entry-link:hover span { color: #EEE; }
|
||||
|
||||
.entry blockquote p {
|
||||
font-weight: 400;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
/* Small Thumbs
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.small-thumbs .entry-image,
|
||||
.ievent .entry-image {
|
||||
float: left;
|
||||
width: 300px;
|
||||
margin: 0 30px 0 0;
|
||||
}
|
||||
|
||||
.small-thumbs .entry-image img,
|
||||
.ievent .entry-image img { border-radius: 0; }
|
||||
|
||||
.small-thumbs .entry-c .entry-image,
|
||||
.ievent .entry-c .entry-image {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.small-thumbs .entry-c .entry-image img,
|
||||
.ievent .entry-c .entry-image img { border-radius: 5px; }
|
||||
|
||||
.small-thumbs .entry-title h2,
|
||||
.ievent .entry-title h2 {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
/* Small Thumbs - Right
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.small-thumbs.alt .entry-image {
|
||||
float: right;
|
||||
margin: 0 0 0 30px;
|
||||
}
|
||||
|
||||
.small-thumbs.alt .entry-c .entry-image {
|
||||
float: none;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
|
||||
/* Small Thumbs - Both Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.bothsidebar .small-thumbs .entry-image {
|
||||
width: 200px;
|
||||
margin: 0 25px 0 0;
|
||||
}
|
||||
|
||||
.bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; }
|
||||
|
||||
.bothsidebar .small-thumbs .entry-c .entry-image {
|
||||
width: 100%;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; }
|
||||
|
||||
|
||||
/* Blog - Grid
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.post-grid { margin-right: -28px; }
|
||||
|
||||
.post-grid .entry {
|
||||
float: left;
|
||||
width: 25%;
|
||||
padding-right: 28px;
|
||||
}
|
||||
|
||||
.post-grid .entry-image img { border-radius: 0; }
|
||||
|
||||
.post-grid .entry-title h2 {
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.post-grid .entry-link { font-size: 24px; }
|
||||
|
||||
.post-grid .entry-link span { font-size: 13px; }
|
||||
|
||||
|
||||
/* Blog - Grid - 3 Columns
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.post-grid.grid-3 { margin-right: -30px; }
|
||||
|
||||
.post-grid.grid-3 .entry {
|
||||
width: 33.33333333%;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.post-grid.grid-3 .entry-title h2 { font-size: 18px; }
|
||||
|
||||
|
||||
/* Blog - Grid - 3 Columns - Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.postcontent .post-grid.grid-3 { margin-right: -25px; }
|
||||
|
||||
.postcontent .post-grid.grid-3 .entry { padding-right: 25px; }
|
||||
|
||||
.postcontent .post-grid.grid-3 .entry-title h2 { font-size: 16px; }
|
||||
|
||||
|
||||
/* Blog - Grid - 2 Columns
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.post-grid.grid-2 { margin-right: -40px; }
|
||||
|
||||
.post-grid.grid-2 .entry {
|
||||
width: 50%;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.post-grid.grid-2 .entry-title h2 { font-size: 20px; }
|
||||
|
||||
|
||||
/* Blog - Grid - 2 Columns - Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.postcontent .post-grid.grid-2 .entry-title h2 { font-size: 18px; }
|
||||
|
||||
|
||||
/* Blog - Grid - 2 Columns - Both Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.bothsidebar .post-grid.grid-2 .entry-title h2 { font-size: 16px; }
|
||||
|
||||
|
||||
/* Blog - Masonry
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.post-masonry .entry-image,
|
||||
.post-masonry .entry-image img { height: auto !important; }
|
||||
|
||||
|
||||
/* Blog - Masonry Full
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.post-masonry-full { margin: -80px 0 -80px -1px !important; }
|
||||
|
||||
.post-masonry-full .entry {
|
||||
width: 24.9% !important;
|
||||
margin: 0 !important;
|
||||
padding: 40px 30px;
|
||||
border-bottom: 1px dashed;
|
||||
border-left: 1px dashed;
|
||||
border-color: #E5E5E5;
|
||||
}
|
||||
|
||||
.post-masonry-full .entry:after { display: none; }
|
||||
|
||||
.post-masonry-full.grid-3 .entry { width: 33.30% !important; }
|
||||
|
||||
|
||||
/* Blog - Timeline
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.timeline-border {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -71px;
|
||||
width: 0;
|
||||
border-left: 1px dashed #CCC;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.post-timeline { margin-right: -140px !important; }
|
||||
|
||||
.post-timeline .entry {
|
||||
width: 500px !important;
|
||||
margin-right: 140px !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.entry.entry-date-section {
|
||||
width: 100% !important;
|
||||
margin: 50px -70px 80px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.entry.entry-date-section span {
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
background-color: #FFF;
|
||||
border: 2px solid #EEE;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
.post-timeline .entry-timeline {
|
||||
display: none;
|
||||
position: absolute;
|
||||
border: 2px solid #CCC;
|
||||
background-color: #FFF;
|
||||
padding-top: 0;
|
||||
text-indent: -9999px;
|
||||
top: 40px;
|
||||
left: auto;
|
||||
right: -76px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
border-radius: 50%;
|
||||
font-size: 26px;
|
||||
font-weight: bold;
|
||||
color: #AAA;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.post-timeline .entry-timeline div.timeline-divider {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: -58px;
|
||||
width: 50px;
|
||||
height: 0;
|
||||
border-top: 1px dashed #CCC;
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.post-timeline .alt .entry-timeline {
|
||||
right: auto;
|
||||
left: -77px;
|
||||
}
|
||||
|
||||
.post-timeline .alt .entry-timeline div.timeline-divider {
|
||||
left: auto;
|
||||
right: -58px;
|
||||
}
|
||||
|
||||
.post-timeline .entry-timeline span {
|
||||
display: block;
|
||||
margin-top: 3px;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.post-timeline .entry:hover .entry-timeline,
|
||||
.post-timeline .entry:hover .timeline-divider {
|
||||
border-color: #1ABC9C;
|
||||
color: #1ABC9C;
|
||||
}
|
||||
|
||||
|
||||
/* Blog - Timeline - Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.postcontent .timeline-border {
|
||||
left: 32px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.postcontent .post-timeline {
|
||||
padding-left: 100px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.postcontent .post-timeline .entry {
|
||||
width: 100% !important;
|
||||
margin-right: 140px !important;
|
||||
}
|
||||
|
||||
.postcontent .post-timeline .entry-timeline {
|
||||
display: block;
|
||||
border: 3px solid #CCC;
|
||||
background-color: #FFF;
|
||||
padding-top: 10px;
|
||||
text-indent: 0;
|
||||
top: 20px;
|
||||
left: -100px;
|
||||
right: auto;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.postcontent .post-timeline .entry-timeline div.timeline-divider {
|
||||
top: 29px;
|
||||
left: 64px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
|
||||
/* Individual Post
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.ipost .entry-image img { border-radius: 0; }
|
||||
|
||||
.ipost .entry-title h3,
|
||||
.ipost .entry-title h4 {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.ipost .entry-title h4 { font-size: 15px; }
|
||||
|
||||
.ipost .entry-title h3 a,
|
||||
.ipost .entry-title h4 a { color: #333; }
|
||||
|
||||
.ipost .entry-title h3 a:hover,
|
||||
.ipost .entry-title h4 a:hover { color: #1ABC9C; }
|
||||
|
||||
.ipost .entry-meta { margin-right: -10px; }
|
||||
|
||||
.ipost .entry-meta li {
|
||||
font-size: 13px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.ipost .entry-content { margin-top: 20px; }
|
||||
|
||||
.ipost .entry-content p { margin-bottom: 0; }
|
||||
|
||||
|
||||
.more-link {
|
||||
display: inline-block;
|
||||
border-bottom: 1px solid #1ABC9C;
|
||||
padding: 0 2px;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.more-link:hover { border-bottom-color: #555; }
|
||||
|
||||
|
||||
/* Related Posts
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.overlay-icon {
|
||||
position: absolute;
|
||||
left: auto;
|
||||
right: 0;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.overlay-icon i {
|
||||
line-height: 48px;
|
||||
font-size: 28px;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
|
||||
/* Small Post
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.spost,
|
||||
.mpost {
|
||||
margin-top: 20px;
|
||||
padding-top: 20px;
|
||||
border-top: 1px dashed #E5E5E5;
|
||||
}
|
||||
|
||||
.mpost {
|
||||
margin-top: 25px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.spost:first-child,
|
||||
.mpost:first-child {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.spost .entry-image,
|
||||
.mpost .entry-image {
|
||||
float: left;
|
||||
margin: 0 15px 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.spost .entry-image,
|
||||
.spost .entry-image a,
|
||||
.spost .entry-image img,
|
||||
.spost .entry-image i {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.spost .entry-image a i,
|
||||
.mpost .entry-image a i {
|
||||
font-size: 28px;
|
||||
line-height: 48px;
|
||||
color: #666;
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
.spost .entry-title h4,
|
||||
.mpost .entry-title h4 {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.spost .entry-title h4 a,
|
||||
.mpost .entry-title h4 a { color: #333; }
|
||||
|
||||
.spost .entry-title h4 a:hover,
|
||||
.mpost .entry-title h4 a:hover { color: #1ABC9C; }
|
||||
|
||||
.spost .entry-meta { margin: 8px -10px 0 0; }
|
||||
|
||||
.spost .entry-meta li,
|
||||
.mpost .entry-meta li {
|
||||
font-size: 13px;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
||||
|
||||
/* Medium Post
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.mpost .entry-image { margin-right: 20px; }
|
||||
|
||||
.mpost .entry-image,
|
||||
.mpost .entry-image a,
|
||||
.mpost .entry-image img,
|
||||
.mpost .entry-image i {
|
||||
width: 170px;
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
.mpost .entry-image a,
|
||||
.mpost .entry-image img { border-radius: 2px; }
|
||||
|
||||
.mpost .entry-image a i {
|
||||
font-size: 42px;
|
||||
line-height: 128px;
|
||||
}
|
||||
|
||||
.mpost .entry-title h4 {
|
||||
margin: 0;
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.mpost .entry-meta { margin-top: 5px; }
|
||||
|
||||
.mpost .entry-meta li i { margin-right: 2px; }
|
||||
|
||||
.mpost .entry-content { margin-top: 15px; }
|
||||
|
||||
.post-navigation + .line { margin: 40px 0 50px; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Blog - Author
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.author-image {
|
||||
float: left;
|
||||
width: 84px;
|
||||
height: 84px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.author-image img {
|
||||
width: 84px;
|
||||
height: 84px;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Comments List
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#comments {
|
||||
position: relative;
|
||||
margin-top: 50px;
|
||||
padding-top: 50px;
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.commentlist {
|
||||
list-style: none;
|
||||
padding-bottom: 50px;
|
||||
margin: 0 0 50px;
|
||||
border-bottom: 1px solid #EEE;
|
||||
}
|
||||
|
||||
#reviews .commentlist {
|
||||
padding-bottom: 30px;
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
.commentlist ul { list-style: none; }
|
||||
|
||||
.commentlist li,
|
||||
.commentlist li ul,
|
||||
.commentlist li ul li { margin: 30px 0 0 0; }
|
||||
|
||||
.commentlist ul:first-child { margin-top: 0; }
|
||||
|
||||
.commentlist li {
|
||||
position: relative;
|
||||
margin: 30px 0 0 30px;
|
||||
}
|
||||
|
||||
#reviews .commentlist li { margin-top: 20px; }
|
||||
|
||||
.comment-wrap {
|
||||
position: relative;
|
||||
border: 1px solid #E5E5E5;
|
||||
border-radius: 5px;
|
||||
padding: 20px 20px 20px 35px;
|
||||
}
|
||||
|
||||
.commentlist ul .comment-wrap {
|
||||
margin-left: 25px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#reviews .comment-wrap {
|
||||
border: 0;
|
||||
padding: 10px 0 0 35px;
|
||||
}
|
||||
|
||||
.commentlist > li:first-child,
|
||||
#reviews .commentlist > li:first-child {
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.commentlist li .children { margin-top: 0; }
|
||||
|
||||
.commentlist li li .children { margin-left: 30px; }
|
||||
|
||||
.commentlist li .comment-content,
|
||||
.pingback {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.commentlist li .comment-content p,
|
||||
.pingback p { margin: 20px 0 0 0; }
|
||||
|
||||
.commentlist li .comment-content { padding: 0 0 0 15px; }
|
||||
|
||||
.commentlist li .comment-meta {
|
||||
float: left;
|
||||
margin-right: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.comment-avatar {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: -35px;
|
||||
padding: 4px;
|
||||
background: #FFF;
|
||||
border: 1px solid #E5E5E5;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.comment-avatar img {
|
||||
display: block;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.commentlist li .children .comment-avatar { left: -25px; }
|
||||
|
||||
.comment-content .comment-author {
|
||||
margin-bottom: -10px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.comment-content .comment-author a {
|
||||
border: none;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.comment-content .comment-author a:hover { color: #1ABC9C; }
|
||||
|
||||
.comment-content .comment-author span { display: block; }
|
||||
|
||||
.comment-content .comment-author span,
|
||||
.comment-content .comment-author span a {
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
.comment-content .comment-author span a:hover { color: #888; }
|
||||
|
||||
.comment-reply-link,
|
||||
.review-comment-ratings {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: auto;
|
||||
text-align: center;
|
||||
right: 0px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
color: #CCC;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.review-comment-ratings {
|
||||
width: auto;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.comment-reply-link:hover { color: #888; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Comment Form
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#respond,
|
||||
#respond form { margin-bottom: 0; }
|
||||
|
||||
.commentlist li #respond { margin: 30px 0 0; }
|
||||
|
||||
.commentlist li li #respond { margin-left: 30px; }
|
||||
|
||||
#respond p { margin: 10px 0 0 0; }
|
||||
|
||||
#respond p:first-child { margin-top: 0; }
|
||||
|
||||
#respond label small {
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#respond input[type="text"],
|
||||
#respond textarea { margin-bottom: 0; }
|
||||
|
||||
#respond .col_one_third,
|
||||
#respond .col_full { margin-bottom: 20px; }
|
||||
|
||||
.fb-comments,
|
||||
.fb_iframe_widget,
|
||||
.fb-comments > span,
|
||||
.fb_iframe_widget > span,
|
||||
.fb-comments > span > iframe,
|
||||
.fb_iframe_widget > span > iframe {
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Post Elements
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
img.alignleft,
|
||||
div.alignleft {
|
||||
float: left;
|
||||
margin: 5px 20px 13px 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
div.alignleft > img,
|
||||
div.alignnone > img,
|
||||
div.aligncenter > img,
|
||||
div.alignright > img {
|
||||
display: block;
|
||||
float: none;
|
||||
}
|
||||
|
||||
img.alignnone,
|
||||
img.aligncenter,
|
||||
div.alignnone,
|
||||
div.aligncenter {
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
float: none;
|
||||
}
|
||||
|
||||
img.aligncenter,
|
||||
div.aligncenter,
|
||||
div.aligncenter img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
img.alignright,
|
||||
div.alignright {
|
||||
float: right;
|
||||
margin: 5px 0 13px 20px;
|
||||
}
|
||||
|
||||
.wp-caption {
|
||||
text-align: center;
|
||||
margin: 10px 20px 13px 20px;
|
||||
font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.wp-caption img,
|
||||
.wp-caption img a {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
p.wp-caption-text {
|
||||
display: inline-block;
|
||||
margin: 10px 0 0 0;
|
||||
padding: 5px 10px;
|
||||
background-color: #EEE;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
.wp-smiley {
|
||||
max-height: 13px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
content.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Content
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#content {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
#content p { line-height: 1.8; }
|
||||
|
||||
.content-wrap {
|
||||
position: relative;
|
||||
padding: 80px 0;
|
||||
}
|
||||
|
||||
#content .container { position: relative; }
|
||||
|
||||
.grid-container {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .grid-container {
|
||||
-webkit-transition: height .4s ease;
|
||||
-o-transition: height .4s ease;
|
||||
transition: height .4s ease;
|
||||
}
|
||||
@@ -0,0 +1,184 @@
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
||||
events.css
|
||||
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.events .entry,
|
||||
.ievent {
|
||||
padding: 20px;
|
||||
background-color: #F9F9F9;
|
||||
border-bottom: 3px solid #EEE;
|
||||
}
|
||||
|
||||
.events .entry-image .entry-date,
|
||||
.ievent .entry-image .entry-date {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
width: 60px;
|
||||
height: 64px;
|
||||
text-align: center;
|
||||
padding-top: 7px;
|
||||
font-size: 26px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.events .entry-image .entry-date span,
|
||||
.ievent .entry-image .entry-date span {
|
||||
display: block;
|
||||
font-size: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.events .entry-c,
|
||||
.ievent .entry-c { padding: 5px 0; }
|
||||
|
||||
.single-event .entry-image img { border-radius: 0; }
|
||||
|
||||
.single-event .events-meta { font-size: 14px; }
|
||||
|
||||
.single-event .events-meta .iconlist li,
|
||||
.parallax .iconlist li { margin: 5px 0; }
|
||||
|
||||
.single-event .entry-overlay,
|
||||
.parallax .entry-overlay-meta {
|
||||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
background-color: rgba(0,0,0,0.85);
|
||||
text-align: center;
|
||||
line-height: 80px;
|
||||
font-size: 22px;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.single-event .countdown {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.single-event .countdown-section {
|
||||
padding: 0 15px;
|
||||
border-left-color: rgba(255,255,255,0.3);
|
||||
color: #CCC;
|
||||
}
|
||||
|
||||
.single-event .countdown-amount { color: #FFF; }
|
||||
|
||||
.parallax .entry-overlay,
|
||||
.parallax .entry-overlay-meta {
|
||||
background: transparent;
|
||||
width: auto;
|
||||
text-align: right;
|
||||
bottom: 30px;
|
||||
left: auto;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.parallax .entry-overlay-meta {
|
||||
padding: 20px;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
right: 38px;
|
||||
bottom: 130px;
|
||||
width: 368px;
|
||||
height: auto;
|
||||
line-height: inherit;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.parallax.overlay-left .entry-overlay,
|
||||
.parallax.overlay-left .entry-overlay-meta {
|
||||
right: auto;
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.parallax.overlay-left .entry-overlay-meta { left: 38px; }
|
||||
|
||||
.parallax.overlay-center .entry-overlay,
|
||||
.parallax.overlay-center .entry-overlay-meta {
|
||||
bottom: 100px;
|
||||
right: auto;
|
||||
left: 50%;
|
||||
margin-left: -192px;
|
||||
}
|
||||
|
||||
.parallax.overlay-center .entry-overlay-meta {
|
||||
top: 100px;
|
||||
bottom: auto;
|
||||
margin-left: -184px;
|
||||
}
|
||||
|
||||
.parallax .entry-overlay-meta h2 {
|
||||
font-size: 20px;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px dashed rgba(255,255,255,0.2);
|
||||
padding-bottom: 17px;
|
||||
}
|
||||
|
||||
.parallax .entry-overlay-meta h2 a { color: #FFF; }
|
||||
|
||||
.parallax .entry-overlay-meta h2 a:hover { color: #DDD; }
|
||||
|
||||
.parallax .countdown { top: 0; }
|
||||
|
||||
.parallax .countdown-section {
|
||||
border-left: 0;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
margin: 0 8px;
|
||||
font-size: 13px;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
border-radius: 3px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
|
||||
.parallax .countdown-amount {
|
||||
font-size: 28px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
|
||||
/* Individual Events
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.ievent {
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.ievent:first-child { margin-top: 0; }
|
||||
|
||||
.ievent .entry-image {
|
||||
width: 30%;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.ievent .entry-content { margin-top: 20px; }
|
||||
|
||||
.ievent .entry-title h2 { font-size: 18px; }
|
||||
|
||||
.ievent .entry-meta { margin-right: -10px; }
|
||||
|
||||
.ievent .entry-meta li {
|
||||
font-size: 13px;
|
||||
margin-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.ievent .entry-meta li:first-child { padding-left: 0; }
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,120 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
footer.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Footer
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#footer {
|
||||
position: relative;
|
||||
background-color: #EEE;
|
||||
border-top: 5px solid rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.device-xl.sticky-footer #top-bar,
|
||||
.device-lg.sticky-footer #top-bar { z-index: 299; }
|
||||
|
||||
.device-xl.sticky-footer #header,
|
||||
.device-lg.sticky-footer #header { z-index: 199; }
|
||||
|
||||
.device-xl.sticky-footer #slider,
|
||||
.device-xl.sticky-footer #page-submenu,
|
||||
.device-xl.sticky-footer #page-title,
|
||||
.device-xl.sticky-footer #content,
|
||||
.device-lg.sticky-footer #slider,
|
||||
.device-lg.sticky-footer #page-submenu,
|
||||
.device-lg.sticky-footer #page-title,
|
||||
.device-lg.sticky-footer #content { z-index: 2; }
|
||||
|
||||
.device-xl.sticky-footer #footer,
|
||||
.device-lg.sticky-footer #footer {
|
||||
position: fixed;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.device-xl.sticky-footer:not(.stretched) #footer,
|
||||
.device-lg.sticky-footer:not(.stretched) #footer {
|
||||
left: 50%;
|
||||
margin-left: -610px;
|
||||
width: 1220px;
|
||||
}
|
||||
|
||||
.device-lg.sticky-footer:not(.stretched) #footer {
|
||||
margin-left: -500px;
|
||||
width: 1000px;
|
||||
}
|
||||
|
||||
#footer .footer-widgets-wrap {
|
||||
position: relative;
|
||||
padding: 80px 0;
|
||||
}
|
||||
|
||||
.footer-widgets-wrap .col_full,
|
||||
.footer-widgets-wrap .col_half,
|
||||
.footer-widgets-wrap .col_one_third,
|
||||
.footer-widgets-wrap .col_two_third,
|
||||
.footer-widgets-wrap .col_three_fourth,
|
||||
.footer-widgets-wrap .col_one_fourth,
|
||||
.footer-widgets-wrap .col_one_fifth,
|
||||
.footer-widgets-wrap .col_two_fifth,
|
||||
.footer-widgets-wrap .col_three_fifth,
|
||||
.footer-widgets-wrap .col_four_fifth,
|
||||
.footer-widgets-wrap .col_one_sixth,
|
||||
.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; }
|
||||
|
||||
#copyrights {
|
||||
padding: 40px 0;
|
||||
background-color: #DDD;
|
||||
font-size: 14px;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
#copyrights i.footer-icon {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
font-size: 14px;
|
||||
width: 14px;
|
||||
text-align: center;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.copyright-links a {
|
||||
display: inline-block;
|
||||
margin: 0 3px;
|
||||
color: #333;
|
||||
border-bottom: 1px dotted #444;
|
||||
}
|
||||
|
||||
.copyright-links a:hover {
|
||||
color: #555;
|
||||
border-bottom: 1px solid #666;
|
||||
}
|
||||
|
||||
.copyrights-menu { margin-bottom: 10px; }
|
||||
|
||||
.copyrights-menu a {
|
||||
font-size: 14px;
|
||||
margin: 0 10px;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
#copyrights .col_half { margin-bottom: 0 !important; }
|
||||
|
||||
#copyrights a:first-child { margin-left: 0; }
|
||||
|
||||
#copyrights .tright a:last-child { margin-right: 0; }
|
||||
|
||||
.footer-logo {
|
||||
display: block;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,288 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
helpers.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
.uppercase { text-transform: uppercase !important; }
|
||||
|
||||
.lowercase { text-transform: lowercase !important; }
|
||||
|
||||
.capitalize { text-transform: capitalize !important; }
|
||||
|
||||
.nott { text-transform: none !important; }
|
||||
|
||||
.tright { text-align: right !important; }
|
||||
|
||||
.tleft { text-align: left !important; }
|
||||
|
||||
.fright { float: right !important; }
|
||||
|
||||
.fleft { float: left !important; }
|
||||
|
||||
.fnone { float: none !important; }
|
||||
|
||||
.ohidden {
|
||||
position: relative;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
|
||||
.line,
|
||||
.double-line {
|
||||
clear: both;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 60px 0;
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.line.line-sm { margin: 30px 0; }
|
||||
|
||||
span.middot {
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.double-line { border-top: 3px double #E5E5E5; }
|
||||
|
||||
.emptydiv {
|
||||
display: block !important;
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.allmargin { margin: 50px !important; }
|
||||
|
||||
.leftmargin { margin-left: 50px !important; }
|
||||
|
||||
.rightmargin { margin-right: 50px !important; }
|
||||
|
||||
.topmargin { margin-top: 50px !important; }
|
||||
|
||||
.bottommargin { margin-bottom: 50px !important; }
|
||||
|
||||
.clear-bottommargin { margin-bottom: -50px !important; }
|
||||
|
||||
.allmargin-sm { margin: 30px !important; }
|
||||
|
||||
.leftmargin-sm { margin-left: 30px !important; }
|
||||
|
||||
.rightmargin-sm { margin-right: 30px !important; }
|
||||
|
||||
.topmargin-sm { margin-top: 30px !important; }
|
||||
|
||||
.bottommargin-sm { margin-bottom: 30px !important; }
|
||||
|
||||
.clear-bottommargin-sm { margin-bottom: -30px !important; }
|
||||
|
||||
.allmargin-lg { margin: 80px !important; }
|
||||
|
||||
.leftmargin-lg { margin-left: 80px !important; }
|
||||
|
||||
.rightmargin-lg { margin-right: 80px !important; }
|
||||
|
||||
.topmargin-lg { margin-top: 80px !important; }
|
||||
|
||||
.bottommargin-lg { margin-bottom: 80px !important; }
|
||||
|
||||
.clear-bottommargin-lg { margin-bottom: -80px !important; }
|
||||
|
||||
.nomargin {margin: 0 !important; }
|
||||
|
||||
.noleftmargin { margin-left: 0 !important; }
|
||||
|
||||
.norightmargin { margin-right: 0 !important; }
|
||||
|
||||
.notopmargin { margin-top: 0 !important; }
|
||||
|
||||
.nobottommargin { margin-bottom: 0 !important; }
|
||||
|
||||
.header-stick { margin-top: -50px !important; }
|
||||
|
||||
.content-wrap .header-stick { margin-top: -80px !important; }
|
||||
|
||||
.footer-stick { margin-bottom: -50px !important; }
|
||||
|
||||
.content-wrap .footer-stick { margin-bottom: -80px !important; }
|
||||
|
||||
.noborder { border: none !important; }
|
||||
|
||||
.noleftborder { border-left: none !important; }
|
||||
|
||||
.norightborder { border-right: none !important; }
|
||||
|
||||
.notopborder { border-top: none !important; }
|
||||
|
||||
.nobottomborder { border-bottom: none !important; }
|
||||
|
||||
.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }
|
||||
|
||||
.col-padding { padding: 60px; }
|
||||
|
||||
.nopadding { padding: 0 !important; }
|
||||
|
||||
.noleftpadding { padding-left: 0 !important; }
|
||||
|
||||
.norightpadding { padding-right: 0 !important; }
|
||||
|
||||
.notoppadding { padding-top: 0 !important; }
|
||||
|
||||
.nobottompadding { padding-bottom: 0 !important; }
|
||||
|
||||
.noabsolute { position: relative !important; }
|
||||
|
||||
.noshadow { box-shadow: none !important; }
|
||||
|
||||
.hidden { display: none !important; }
|
||||
|
||||
.nothidden { display: block !important; }
|
||||
|
||||
.inline-block {
|
||||
float: none !important;
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.center { text-align: center !important; }
|
||||
|
||||
.divcenter {
|
||||
position: relative !important;
|
||||
float: none !important;
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
.bgcolor,
|
||||
.bgcolor #header-wrap { background-color: #1ABC9C !important; }
|
||||
|
||||
.color { color: #1ABC9C !important; }
|
||||
|
||||
.border-color { border-color: #1ABC9C !important; }
|
||||
|
||||
.nobg { background: none !important; }
|
||||
|
||||
.nobgcolor { background-color: transparent !important; }
|
||||
|
||||
.t300 { font-weight: 300 !important; }
|
||||
|
||||
.t400 { font-weight: 400 !important; }
|
||||
|
||||
.t500 { font-weight: 500 !important; }
|
||||
|
||||
.t600 { font-weight: 600 !important; }
|
||||
|
||||
.t700 { font-weight: 700 !important; }
|
||||
|
||||
.ls0 { letter-spacing: 0px !important; }
|
||||
|
||||
.ls1 { letter-spacing: 1px !important; }
|
||||
|
||||
.ls2 { letter-spacing: 2px !important; }
|
||||
|
||||
.ls3 { letter-spacing: 3px !important; }
|
||||
|
||||
.ls4 { letter-spacing: 4px !important; }
|
||||
|
||||
.ls5 { letter-spacing: 5px !important; }
|
||||
|
||||
.noheight { height: 0 !important; }
|
||||
|
||||
.nolineheight { line-height: 0 !important; }
|
||||
|
||||
.font-body { font-family: 'Lato', sans-serif; }
|
||||
|
||||
.font-primary { font-family: 'Raleway', sans-serif; }
|
||||
|
||||
.font-secondary { font-family: 'Crete Round', serif; }
|
||||
|
||||
.bgicon {
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: -60px;
|
||||
right: -50px;
|
||||
font-size: 210px;
|
||||
color: rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.imagescale {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.imagescale img {
|
||||
-webkit-transform: scale(1.1);
|
||||
transform: scale(1.1);
|
||||
-webkit-transition: all 1s ease;
|
||||
transition: all 1s ease;
|
||||
}
|
||||
|
||||
.imagescale:hover img {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.grayscale {
|
||||
filter: brightness(80%) grayscale(1) contrast(90%);
|
||||
-webkit-filter: brightness(80%) grayscale(1) contrast(90%);
|
||||
-moz-filter: brightness(80%) grayscale(1) contrast(90%);
|
||||
-o-filter: brightness(80%) grayscale(1) contrast(90%);
|
||||
-ms-filter: brightness(80%) grayscale(1) contrast(90%);
|
||||
transition: 1s filter ease;
|
||||
-webkit-transition: 1s -webkit-filter ease;
|
||||
-moz-transition: 1s -moz-filter ease;
|
||||
-ms-transition: 1s -ms-filter ease;
|
||||
-o-transition: 1s -o-filter ease;
|
||||
}
|
||||
|
||||
.grayscale:hover {
|
||||
filter: brightness(100%) grayscale(0);
|
||||
-webkit-filter: brightness(100%) grayscale(0);
|
||||
-moz-filter: brightness(100%) grayscale(0);
|
||||
-o-filter: brightness(100%) grayscale(0);
|
||||
-ms-filter: brightness(100%) grayscale(0);
|
||||
}
|
||||
|
||||
/* MOVING BG - TESTIMONIALS */
|
||||
.bganimate {
|
||||
-webkit-animation:BgAnimated 30s infinite linear;
|
||||
-moz-animation:BgAnimated 30s infinite linear;
|
||||
-ms-animation:BgAnimated 30s infinite linear;
|
||||
-o-animation:BgAnimated 30s infinite linear;
|
||||
animation:BgAnimated 30s infinite linear;
|
||||
}
|
||||
@-webkit-keyframes BgAnimated {
|
||||
from {background-position:0 0;}
|
||||
to {background-position:0 400px;}
|
||||
}
|
||||
@-moz-keyframes BgAnimated {
|
||||
from {background-position:0 0;}
|
||||
to {background-position:0 400px;}
|
||||
}
|
||||
@-ms-keyframes BgAnimated {
|
||||
from {background-position:0 0;}
|
||||
to {background-position:0 400px;}
|
||||
}
|
||||
@-o-keyframes BgAnimated {
|
||||
from {background-position:0 0;}
|
||||
to {background-position:0 400px;}
|
||||
}
|
||||
@keyframes BgAnimated {
|
||||
from {background-position:0 0;}
|
||||
to {background-position:0 400px;}
|
||||
}
|
||||
|
||||
|
||||
.input-block-level {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
min-height: 30px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.vertical-middle {
|
||||
height: auto !important;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.magnific-max-width .mfp-content { max-width: 800px; }
|
||||
@@ -0,0 +1,111 @@
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
||||
layouts.css
|
||||
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
5. Sections
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.section {
|
||||
position: relative;
|
||||
margin: 60px 0;
|
||||
padding: 60px 0;
|
||||
background-color: #F9F9F9;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.parallax {
|
||||
background-color: transparent;
|
||||
background-attachment: fixed;
|
||||
background-position: 50% 0;
|
||||
background-repeat: no-repeat;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mobile-parallax,
|
||||
.video-placeholder {
|
||||
background-size: cover !important;
|
||||
background-attachment: scroll !important;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.section .container { z-index: 2; }
|
||||
|
||||
.section .container + .video-wrap { z-index: 1; }
|
||||
|
||||
.revealer-image {
|
||||
position: relative;
|
||||
bottom: -100px;
|
||||
transition: bottom .3s ease-in-out;
|
||||
-webkit-transition: bottom .3s ease-in-out;
|
||||
-o-transition: bottom .3s ease-in-out;
|
||||
}
|
||||
|
||||
.section:hover .revealer-image { bottom: -50px; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
6. Columns & Grids
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.col_full { width: 100%; }
|
||||
.col_half,
|
||||
.postcontent.bothsidebar { width: 48%; }
|
||||
.col_one_third { width: 30.63%; }
|
||||
.col_two_third { width: 65.33%; }
|
||||
.col_one_fourth,
|
||||
.sidebar { width: 22%; }
|
||||
.col_three_fourth,
|
||||
.postcontent { width: 74%; }
|
||||
.col_one_fifth { width: 16.8%; }
|
||||
.col_two_fifth { width: 37.6%; }
|
||||
.col_three_fifth { width: 58.4%; }
|
||||
.col_four_fifth { width: 79.2%; }
|
||||
.col_one_sixth { width: 13.33%; }
|
||||
.col_five_sixth { width: 82.67%; }
|
||||
body.stretched .container-fullwidth {
|
||||
position: relative;
|
||||
padding: 0 60px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.postcontent,
|
||||
.sidebar,
|
||||
.col_full,
|
||||
.col_half,
|
||||
.col_one_third,
|
||||
.col_two_third,
|
||||
.col_three_fourth,
|
||||
.col_one_fourth,
|
||||
.col_one_fifth,
|
||||
.col_two_fifth,
|
||||
.col_three_fifth,
|
||||
.col_four_fifth,
|
||||
.col_one_sixth,
|
||||
.col_five_sixth {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-right: 4%;
|
||||
margin-bottom: 50px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.col_full {
|
||||
clear: both;
|
||||
float: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.postcontent.col_last,
|
||||
.sidebar.col_last { float: right; }
|
||||
|
||||
.col_last {
|
||||
margin-right: 0 !important;
|
||||
clear: right;
|
||||
}
|
||||
@@ -0,0 +1,192 @@
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
pagetitle.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Page Title
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#page-title {
|
||||
position: relative;
|
||||
padding: 50px 0;
|
||||
background-color: #F5F5F5;
|
||||
border-bottom: 1px solid #EEE;
|
||||
}
|
||||
|
||||
#page-title .container { position: relative; }
|
||||
|
||||
#page-title h1 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
font-weight: 600;
|
||||
letter-spacing: 1px;
|
||||
color: #333;
|
||||
font-size: 28px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#page-title span {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
font-weight: 300;
|
||||
color: #777;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
position: absolute !important;
|
||||
width: auto !important;
|
||||
top: 50% !important;
|
||||
left: auto !important;
|
||||
right: 15px !important;
|
||||
margin: -10px 0 0 0 !important;
|
||||
background-color: transparent !important;
|
||||
padding: 0 !important;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }
|
||||
|
||||
#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }
|
||||
|
||||
.breadcrumb a { color: #555; }
|
||||
|
||||
.breadcrumb a:hover { color: #1ABC9C; }
|
||||
|
||||
.breadcrumb i { width: auto !important; }
|
||||
|
||||
/* Page Title - Dark
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-title.page-title-dark {
|
||||
background-color: #333;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#page-title.page-title-dark h1 { color: rgba(255,255,255,0.9) !important; }
|
||||
|
||||
#page-title.page-title-dark span { color: rgba(255,255,255,0.7); }
|
||||
|
||||
#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); }
|
||||
|
||||
#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); }
|
||||
|
||||
#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); }
|
||||
|
||||
/* Page Title - Right Aligned
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-title.page-title-right { text-align: right; }
|
||||
|
||||
#page-title.page-title-right .breadcrumb {
|
||||
left: 15px !important;
|
||||
right: auto !important;
|
||||
}
|
||||
|
||||
/* Page Title - Center Aligned
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-title.page-title-center { text-align: center; }
|
||||
|
||||
#page-title.page-title-center span {
|
||||
max-width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#page-title.page-title-center .breadcrumb {
|
||||
position: relative !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
margin: 20px 0 0 !important;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Page Title - Background Pattern
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-title.page-title-pattern {
|
||||
background-image: url('images/pattern.png');
|
||||
background-repeat: repeat;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
/* Page Title - Parallax Background
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-title.page-title-parallax {
|
||||
padding: 100px 0;
|
||||
text-shadow: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#page-title.page-title-parallax h1 {
|
||||
font-size: 40px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
#page-title.page-title-parallax span { font-size: 22px; }
|
||||
|
||||
#page-title.page-title-parallax .breadcrumb { font-size: 13px; }
|
||||
|
||||
#page-title.page-title-parallax {
|
||||
background-color: transparent;
|
||||
background-image: url('images/parallax/parallax-bg.jpg');
|
||||
background-attachment: fixed;
|
||||
background-position: 50% 0;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* Page Title - Mini
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-title.page-title-mini { padding: 20px 0; }
|
||||
|
||||
#page-title.page-title-mini h1 {
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
#page-title.page-title-mini span { display: none; }
|
||||
|
||||
|
||||
/* Page Title - No Background
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-title.page-title-nobg {
|
||||
background: transparent !important;
|
||||
border-bottom: 1px solid #F5F5F5;
|
||||
}
|
||||
|
||||
|
||||
/* Page Title - Video
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#page-title.page-title-video {
|
||||
background: none;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#page-title.page-title-video .container { z-index: 3; }
|
||||
|
||||
#page-title.page-title-video .video-wrap {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#page-title.page-title-video .video-wrap video { width: 100%; }
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,462 @@
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
||||
shop.css
|
||||
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Shop - 4 Columns (Default)
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.shop {
|
||||
position: relative;
|
||||
margin: 0 -20px -20px 0;
|
||||
}
|
||||
|
||||
.product { position: relative; }
|
||||
|
||||
.shop .product {
|
||||
position: relative;
|
||||
float: left;
|
||||
padding: 0 20px 20px 0;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.product-image {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.product-image > a,
|
||||
.product-image .slide a,
|
||||
.product-image img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body:not(.device-touch):not(.device-sm):not(.device-xs) .product-image > a {
|
||||
-webkit-transition: all .5s ease;
|
||||
-o-transition: all .5s ease;
|
||||
transition: all .5s ease;
|
||||
}
|
||||
|
||||
.product-image > a:nth-of-type(2) {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.product-image:hover > a:nth-of-type(2) {
|
||||
opacity: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.product-desc {
|
||||
padding: 15px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.product-title { margin-bottom: 7px; }
|
||||
|
||||
.product-title h3 {
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.product-title h3 a,
|
||||
.single-product .product-title h2 a { color: #333; }
|
||||
|
||||
.product-title h3 a:hover,
|
||||
.single-product .product-title h2 a:hover { color: #1ABC9C; }
|
||||
|
||||
.product-price {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
color: #444;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.product-price del {
|
||||
font-weight: 400;
|
||||
font-size: 90%;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.product-price ins {
|
||||
text-decoration: none;
|
||||
color: #1ABC9C;
|
||||
}
|
||||
|
||||
.product-overlay {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
top: auto;
|
||||
bottom: -44px;
|
||||
left: 0;
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
body:not(.device-touch):not(.device-sm):not(.device-xs) .product-overlay {
|
||||
-webkit-transition: bottom .3s ease-in-out;
|
||||
-o-transition: bottom .3s ease-in-out;
|
||||
transition: bottom .3s ease-in-out;
|
||||
}
|
||||
|
||||
.product:hover .product-overlay { bottom: 0; }
|
||||
|
||||
.product-overlay a {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
background-color: #F5F5F5;
|
||||
text-align: center;
|
||||
border-right: 1px solid rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
body:not(.device-touch):not(.device-sm):not(.device-xs) .product-overlay a {
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.product-overlay a.item-quick-view { border-right: 0; }
|
||||
|
||||
.product-overlay a i {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
font-size: 14px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.product-overlay a:hover {
|
||||
background-color: #333;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.sale-flash {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
padding: 6px 10px;
|
||||
background-color: #1ABC9C;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
border-radius: 2px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.sale-flash.out-of-stock { background-color: #777; }
|
||||
|
||||
|
||||
/* Shop - 3 Columns
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.shop.product-3 { margin: 0 -30px -30px 0; }
|
||||
|
||||
.product-3 .product {
|
||||
padding: 0 30px 30px 0;
|
||||
width: 33.33333333%;
|
||||
}
|
||||
|
||||
|
||||
/* Shop - 3 Columns - Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.postcontent .shop.product-3 { margin: 0 -25px -25px 0; }
|
||||
|
||||
.postcontent .product-3 .product { padding: 0 25px 25px 0; }
|
||||
|
||||
|
||||
/* Shop - 2 Columns - Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.postcontent .shop.product-2 { margin: 0 -40px -40px 0; }
|
||||
|
||||
.postcontent .product-2 .product {
|
||||
padding: 0 40px 40px 0;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
/* Shop - 2 Columns - Both Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.bothsidebar .shop.product-2 { margin: 0 -40px -20px 0; }
|
||||
|
||||
.bothsidebar .product-2 .product { padding: 0 40px 20px 0; }
|
||||
|
||||
|
||||
/* Shop - 1 Column
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.shop.product-1 { margin: 0 0 -40px 0; }
|
||||
|
||||
.product-1 .product {
|
||||
float: none;
|
||||
margin: 0 0 40px 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.product-1 .product-image {
|
||||
float: left;
|
||||
width: 300px;
|
||||
height: 400px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.product-1 .product.alt .product-image {
|
||||
float: right;
|
||||
margin: 0 0 0 30px;
|
||||
}
|
||||
|
||||
.product-1 .product-desc {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.product-1 .product-title h3 { font-size: 22px; }
|
||||
|
||||
.product-1 .product-desc .product-price { font-size: 20px; }
|
||||
|
||||
.product-1 .product-desc .product-rating { margin-bottom: 15px; }
|
||||
|
||||
|
||||
/* Shop - 1 Column - Both Sidebar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.bothsidebar .product-1 .product {
|
||||
border-top: 1px solid #F5F5F5;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.bothsidebar .product-1 .product:first-child {
|
||||
border-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.bothsidebar .product-1 .product-image {
|
||||
width: 240px;
|
||||
height: 320px;
|
||||
}
|
||||
|
||||
.bothsidebar .product-1 .product-title h3 { font-size: 20px; }
|
||||
|
||||
.bothsidebar .product-1 .product-desc .product-price { font-size: 16px; }
|
||||
|
||||
|
||||
/* Shop - Single
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.single-product .product {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.shop-quick-view-ajax,
|
||||
.portfolio-ajax-modal {
|
||||
position: relative;
|
||||
background-color: #FFF;
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.single-product .product-image,
|
||||
.single-product .product-image img { height: auto; }
|
||||
|
||||
.single-product .product-desc { padding: 0; }
|
||||
|
||||
.single-product .product-title h2 {
|
||||
font-size: 28px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.single-product .product-price {
|
||||
float: left;
|
||||
font-size: 24px;
|
||||
color: #1ABC9C;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.single-product .product-rating {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: 9px;
|
||||
}
|
||||
|
||||
.single-product .product-desc .line { margin: 20px 0; }
|
||||
|
||||
.quantity {
|
||||
float: left;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.quantity .qty {
|
||||
float: left;
|
||||
width: 50px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
border: 0;
|
||||
border-left: 1px solid #DDD;
|
||||
border-right: 1px solid #DDD;
|
||||
background-color: #EEE;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.quantity .plus,
|
||||
.quantity .minus {
|
||||
display: block;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
border: 0px transparent;
|
||||
padding: 0;
|
||||
width: 36px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
background-color: #EEE;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
transition: background-color .2s linear;
|
||||
-webkit-transition: background-color .2s linear;
|
||||
-o-transition: background-color .2s linear;
|
||||
}
|
||||
|
||||
.quantity .plus:hover,
|
||||
.quantity .minus:hover { background-color: #DDD; }
|
||||
|
||||
.quantity .qty:focus,
|
||||
.quantity .plus:focus,
|
||||
.quantity .minus:focus {
|
||||
box-shadow: none !important;
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.single-product .add-to-cart.button {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.product-meta {
|
||||
font-size: 13px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.product-meta > .panel-body { margin-bottom: -5px; }
|
||||
|
||||
.product-meta > .panel-body > span {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
.single-product .feature-box.fbox-plain.fbox-small { padding-left: 26px; }
|
||||
|
||||
.single-product .feature-box.fbox-plain.fbox-small .fbox-icon { width: 20px; }
|
||||
|
||||
.single-product .feature-box.fbox-plain.fbox-small h3 {
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
line-height: 18px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.single-product .feature-box.fbox-plain.fbox-small p { margin-left: -26px; }
|
||||
|
||||
.single-product .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 18px; }
|
||||
|
||||
|
||||
/* Individual Product
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.product.iproduct {
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iproduct .product-image,
|
||||
.iproduct .product-image a,
|
||||
.iproduct .product-image img { height: auto; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Cart
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.cart .remove {
|
||||
font-size: 14px;
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
.cart .remove:hover { color: #000; }
|
||||
|
||||
.cart th {
|
||||
padding: 12px 15px !important;
|
||||
font-size: 14px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.cart td {
|
||||
padding: 12px 15px !important;
|
||||
vertical-align: middle !important;
|
||||
border-color: #E5E5E5 !important;
|
||||
}
|
||||
|
||||
.cart-product-thumbnail a {
|
||||
display: block;
|
||||
width: 68px;
|
||||
}
|
||||
|
||||
.cart-product-thumbnail img {
|
||||
display: block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
border: 2px solid #EEE;
|
||||
}
|
||||
|
||||
.cart-product-thumbnail img:hover { border-color: #1ABC9C; }
|
||||
|
||||
.cart-product-name a,
|
||||
.product-name a {
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.cart-product-name a:hover,
|
||||
.product-name a:hover { color: #666; }
|
||||
|
||||
.cart-product-price,
|
||||
.cart-product-quantity,
|
||||
.cart-product-subtotal { text-align: center !important; }
|
||||
|
||||
.cart-product-quantity .quantity {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
float: none;
|
||||
}
|
||||
|
||||
td.actions {
|
||||
padding: 20px 15px !important;
|
||||
vertical-align: top !important;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
shortcodes.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@import url("shortcodes/countdown.css");
|
||||
@import url("shortcodes/buttons.css");
|
||||
@import url("shortcodes/promo.css");
|
||||
@import url("shortcodes/feature-box.css");
|
||||
@import url("shortcodes/process-steps.css");
|
||||
@import url("shortcodes/alerts.css");
|
||||
@import url("shortcodes/styled-icons.css");
|
||||
@import url("shortcodes/social-icons.css");
|
||||
@import url("shortcodes/toggles-accordions.css");
|
||||
@import url("shortcodes/tabs.css");
|
||||
@import url("shortcodes/faqs.css");
|
||||
@import url("shortcodes/clients.css");
|
||||
@import url("shortcodes/testimonials.css");
|
||||
@import url("shortcodes/team.css");
|
||||
@import url("shortcodes/pricing.css");
|
||||
@import url("shortcodes/counter-skills.css");
|
||||
@import url("shortcodes/carousel.css");
|
||||
@import url("shortcodes/overlay.css");
|
||||
@import url("shortcodes/headings.css");
|
||||
@import url("shortcodes/dividers.css");
|
||||
@import url("shortcodes/youtubebg.css");
|
||||
@import url("shortcodes/misc.css");
|
||||
@@ -0,0 +1,94 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: alerts.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Alerts
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.style-msg,
|
||||
.style-msg2 {
|
||||
position: relative;
|
||||
display: block;
|
||||
color: #444;
|
||||
border-left: 4px solid rgba(0,0,0,0.1);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }
|
||||
|
||||
.successmsg {
|
||||
background: #C5EBD4;
|
||||
color: #184B21;
|
||||
}
|
||||
|
||||
.errormsg {
|
||||
background: #FFCCCC;
|
||||
color: #740D0A;
|
||||
}
|
||||
|
||||
.infomsg {
|
||||
background: #B9DFF4;
|
||||
color: #124F70;
|
||||
}
|
||||
|
||||
.alertmsg {
|
||||
background: #FCE0B6;
|
||||
color: #975E06;
|
||||
}
|
||||
|
||||
.style-msg .sb-msg,
|
||||
.style-msg2 .msgtitle,
|
||||
.style-msg2 .sb-msg {
|
||||
display: block;
|
||||
padding: 14px;
|
||||
border-left: 1px solid rgba(255,255,255,0.5);
|
||||
font-size: 13px;
|
||||
text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
|
||||
}
|
||||
|
||||
.style-msg2 .msgtitle {
|
||||
background: rgba(0,0,0,0.15);
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.style-msg-light .sb-msg,
|
||||
.style-msg-light .msgtitle {
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.style-msg2 .sb-msg { font-weight: normal; }
|
||||
|
||||
.style-msg2 ol,
|
||||
.style-msg2 ul { margin: 0 0 0 30px; }
|
||||
|
||||
.style-msg2 ol { list-style-type: decimal; }
|
||||
|
||||
.style-msg2 ul { list-style-type: disc; }
|
||||
|
||||
.alert i,
|
||||
.sb-msg i,
|
||||
.msgtitle i {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
font-size: 14px;
|
||||
width: 14px;
|
||||
text-align: center;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.style-msg .close {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
@@ -0,0 +1,650 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: buttons.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Buttons
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.button {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
white-space: nowrap;
|
||||
margin: 5px;
|
||||
padding: 0 22px;
|
||||
font-size: 14px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
background-color: #1ABC9C;
|
||||
color: #FFF;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
border: none;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
body:not(.device-touch) .button {
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-o-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
.button-dark { background-color: #444; }
|
||||
|
||||
.button-light {
|
||||
background-color: #EEE;
|
||||
color: #333;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #444;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.button.button-dark:hover { background-color: #1ABC9C; }
|
||||
|
||||
.button.button-mini {
|
||||
padding: 0 14px;
|
||||
font-size: 11px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.button.button-small {
|
||||
padding: 0 17px;
|
||||
font-size: 12px;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.button.button-large {
|
||||
padding: 0 26px;
|
||||
font-size: 16px;
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
}
|
||||
|
||||
.button.button-xlarge {
|
||||
padding: 0 32px;
|
||||
font-size: 18px;
|
||||
letter-spacing: 2px;
|
||||
height: 52px;
|
||||
line-height: 52px;
|
||||
}
|
||||
|
||||
.button.button-desc {
|
||||
text-align: left;
|
||||
padding: 24px 34px;
|
||||
font-size: 22px;
|
||||
height: auto;
|
||||
line-height: 1;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
.button.button-desc span {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.button i {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
line-height: 1;
|
||||
margin-right: 5px;
|
||||
width: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button.tright i { margin: 0 0 0 5px; }
|
||||
|
||||
.button-mini i { margin-right: 3px; }
|
||||
|
||||
.button-mini.tright i { margin: 0 0 0 3px; }
|
||||
|
||||
.button-small i { margin-right: 4px; }
|
||||
|
||||
.button-small.tright i { margin: 0 0 0 4px; }
|
||||
|
||||
.button-xlarge i {
|
||||
top: 2px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.button-xlarge.tright i { margin: 0 0 0 8px; }
|
||||
|
||||
.button.button-desc i {
|
||||
top: 1px;
|
||||
font-size: 48px;
|
||||
width: 48px;
|
||||
text-align: center;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.button.button-desc.tright i { margin: 0 0 0 12px; }
|
||||
|
||||
.button.button-desc div { display: inline-block; }
|
||||
|
||||
.button.button-rounded { border-radius: 3px; }
|
||||
|
||||
|
||||
/* Buttons - Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.button.button-border {
|
||||
border: 2px solid #444;
|
||||
background-color: transparent;
|
||||
color: #333;
|
||||
line-height: 36px;
|
||||
font-weight: 700;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.button.button-border-thin {
|
||||
border-width: 1px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
.button.button-border.button-mini { line-height: 24px; }
|
||||
|
||||
.button.button-border.button-small { line-height: 30px; }
|
||||
|
||||
.button.button-border.button-large { line-height: 42px; }
|
||||
|
||||
.button.button-border.button-xlarge { line-height: 48px; }
|
||||
|
||||
.button.button-border.button-desc { line-height: 1; }
|
||||
|
||||
.button.button-border-thin.button-mini { line-height: 26px; }
|
||||
|
||||
.button.button-border-thin.button-small { line-height: 32px; }
|
||||
|
||||
.button.button-border-thin.button-large { line-height: 44px; }
|
||||
|
||||
.button.button-border-thin.button-xlarge { line-height: 50px; }
|
||||
|
||||
.button.button-border:not(.button-fill):hover {
|
||||
background-color: #444;
|
||||
color: #FFF;
|
||||
border-color: transparent !important;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.button.button-border.button-light {
|
||||
border-color: #EEE;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.button.button-border.button-light:hover {
|
||||
background-color: #EEE;
|
||||
color: #333;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
/* Buttons - Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.button.button-3d {
|
||||
border-radius: 3px;
|
||||
border-bottom: 3px solid rgba(0,0,0,0.15);
|
||||
-webkit-transition: none;
|
||||
-o-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.button.button-3d:hover {
|
||||
background-color: #1ABC9C !important;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.button.button-3d.button-light:hover,
|
||||
.button.button-reveal.button-light:hover {
|
||||
text-shadow: none;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
/* Buttons - Icon Reveal
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.button.button-reveal {
|
||||
padding: 0 28px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.button.button-reveal i {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -32px;
|
||||
width: 32px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.button.button-reveal.button-border i { top: -2px; }
|
||||
|
||||
.button.button-reveal.tright i {
|
||||
left: auto;
|
||||
right: -32px;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-3d i,
|
||||
.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; }
|
||||
|
||||
.button.button-reveal.button-3d.tright i,
|
||||
.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; }
|
||||
|
||||
.button.button-reveal span {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .button.button-reveal i,
|
||||
body:not(.device-touch) .button.button-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;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-mini { padding: 0 17px; }
|
||||
|
||||
.button.button-reveal.button-mini i {
|
||||
left: -22px;
|
||||
width: 22px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-mini.tright i {
|
||||
left: auto;
|
||||
right: -22px;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-small { padding: 0 22px; }
|
||||
|
||||
.button.button-reveal.button-small i {
|
||||
left: -26px;
|
||||
width: 26px;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-small.tright i {
|
||||
left: auto;
|
||||
right: -26px;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-large { padding: 0 32px; }
|
||||
|
||||
.button.button-reveal.button-large i {
|
||||
left: -38px;
|
||||
width: 38px;
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-large.tright i {
|
||||
left: auto;
|
||||
right: -38px;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-xlarge { padding: 0 40px; }
|
||||
|
||||
.button.button-reveal.button-xlarge i {
|
||||
left: -44px;
|
||||
width: 44px;
|
||||
height: 52px;
|
||||
line-height: 52px;
|
||||
}
|
||||
|
||||
.button.button-reveal.button-xlarge.tright i {
|
||||
left: auto;
|
||||
right: -44px;
|
||||
}
|
||||
|
||||
.button.button-reveal:hover i { left: 0; }
|
||||
|
||||
.button.button-reveal.tright:hover i {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.button.button-reveal:hover span { left: 16px; }
|
||||
|
||||
.button.button-reveal.button-mini:hover span { left: 11px; }
|
||||
|
||||
.button.button-reveal.button-small:hover span { left: 13px; }
|
||||
|
||||
.button.button-reveal.button-large:hover span { left: 19px; }
|
||||
|
||||
.button.button-reveal.button-xlarge:hover span { left: 22px; }
|
||||
|
||||
.button.button-reveal.tright:hover span { left: -16px; }
|
||||
|
||||
.button.button-reveal.button-mini.tright:hover span { left: -11px; }
|
||||
|
||||
.button.button-reveal.button-small.tright:hover span { left: -13px; }
|
||||
|
||||
.button.button-reveal.button-large.tright:hover span { left: -19px; }
|
||||
|
||||
.button.button-reveal.button-xlarge.tright:hover span { left: -22px; }
|
||||
|
||||
|
||||
/* Buttons - Promo 100% Width
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.button.button-full {
|
||||
display: block;
|
||||
width: 100%;
|
||||
white-space: normal;
|
||||
margin: 0;
|
||||
height: auto;
|
||||
line-height: 1.6;
|
||||
padding: 30px 0;
|
||||
font-size: 30px;
|
||||
font-weight: 300;
|
||||
text-transform: none;
|
||||
border-radius: 0;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.button.button-full.button-light { border-bottom: 1px solid rgba(0,0,0,0.15); }
|
||||
|
||||
.button.button-full strong {
|
||||
font-weight: 700;
|
||||
border-bottom: 2px solid #EEE;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .button.button-full strong {
|
||||
-webkit-transition: border .2s ease-in-out;
|
||||
-o-transition: border .2s ease-in-out;
|
||||
transition: border .2s ease-in-out;
|
||||
}
|
||||
|
||||
.button.button-full.button-light strong { border-bottom-color: #333; }
|
||||
|
||||
.button.button-full.button-light:hover strong { border-bottom-color: #EEE; }
|
||||
|
||||
/* Buttons - Circle
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.button.button-circle { border-radius: 20px; }
|
||||
|
||||
.button.button-mini.button-circle { border-radius: 14px; }
|
||||
|
||||
.button.button-small.button-circle { border-radius: 17px; }
|
||||
|
||||
.button.button-large.button-circle { border-radius: 23px; }
|
||||
|
||||
.button.button-xlarge.button-circle { border-radius: 26px; }
|
||||
|
||||
|
||||
/* Buttons - Fill Effect
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.button.button-border.button-fill {
|
||||
overflow: hidden;
|
||||
transform-style: preserve-3d;
|
||||
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.button.button-border.button-fill span { position: relative; }
|
||||
|
||||
.button.button-border.button-fill:hover {
|
||||
background-color: transparent !important;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.button.button-border.button-fill.button-light:hover {
|
||||
border-color: #EEE !important;
|
||||
color: #333 !important;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.button.button-border.button-fill:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: #444;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
-webkit-transition: all .4s ease;
|
||||
-o-transition: all .4s ease;
|
||||
transition: all .4s ease;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.button.button-border.button-fill.button-light:before { background-color: #EEE; }
|
||||
|
||||
.button.button-border.button-fill.fill-from-right:before {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.button.button-border.button-fill:hover:before { width: 100%; }
|
||||
|
||||
.button.button-border.button-fill.fill-from-top:before,
|
||||
.button.button-border.button-fill.fill-from-bottom:before {
|
||||
-webkit-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
.button.button-border.button-fill.fill-from-top:before {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.button.button-border.button-fill.fill-from-top:hover:before { height: 100%; }
|
||||
|
||||
.button.button-border.button-fill.fill-from-bottom:before {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.button.button-border.button-fill.fill-from-bottom:hover:before { height: 100%; }
|
||||
|
||||
|
||||
/* Buttons - Colors
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.button-red { background-color: #C02942; }
|
||||
.button-3d.button-red:hover,
|
||||
.button-reveal.button-red:hover,
|
||||
.button-border.button-red:hover,
|
||||
.button-border.button-red.button-fill:before { background-color: #C02942 !important; }
|
||||
|
||||
.button-border.button-red {
|
||||
color: #C02942;
|
||||
border-color: #C02942;
|
||||
}
|
||||
|
||||
.button-teal { background-color: #53777A; }
|
||||
.button-3d.button-teal:hover,
|
||||
.button-reveal.button-teal:hover,
|
||||
.button-border.button-teal:hover,
|
||||
.button-border.button-teal.button-fill:before { background-color: #53777A !important; }
|
||||
|
||||
.button-border.button-teal {
|
||||
color: #53777A;
|
||||
border-color: #53777A;
|
||||
}
|
||||
|
||||
.button-yellow { background-color: #ECD078; }
|
||||
.button-3d.button-yellow:hover,
|
||||
.button-reveal.button-yellow:hover,
|
||||
.button-border.button-yellow:hover,
|
||||
.button-border.button-yellow.button-fill:before { background-color: #ECD078 !important; }
|
||||
|
||||
.button-border.button-yellow,
|
||||
.button-border.button-yellow.button-fill.button-light:hover {
|
||||
color: #ECD078 !important;
|
||||
border-color: #ECD078 !important;
|
||||
}
|
||||
|
||||
.button-border.button-yellow:hover,
|
||||
.button-border.button-yellow.button-fill.button-light:hover { color: #333 !important; }
|
||||
|
||||
.button-green { background-color: #59BA41; }
|
||||
.button-3d.button-green:hover,
|
||||
.button-reveal.button-green:hover,
|
||||
.button-border.button-green:hover,
|
||||
.button-border.button-green.button-fill:before { background-color: #59BA41 !important; }
|
||||
|
||||
.button-border.button-green {
|
||||
color: #59BA41;
|
||||
border-color: #59BA41;
|
||||
}
|
||||
|
||||
.button-brown { background-color: #774F38; }
|
||||
.button-3d.button-brown:hover,
|
||||
.button-reveal.button-brown:hover,
|
||||
.button-border.button-brown:hover,
|
||||
.button-border.button-brown.button-fill:before { background-color: #774F38 !important; }
|
||||
|
||||
.button-border.button-brown {
|
||||
color: #774F38;
|
||||
border-color: #774F38;
|
||||
}
|
||||
|
||||
.button-aqua { background-color: #40C0CB; }
|
||||
.button-3d.button-aqua:hover,
|
||||
.button-reveal.button-aqua:hover,
|
||||
.button-border.button-aqua:hover,
|
||||
.button-border.button-aqua.button-fill:before { background-color: #40C0CB !important; }
|
||||
|
||||
.button-border.button-aqua {
|
||||
color: #40C0CB;
|
||||
border-color: #40C0CB;
|
||||
}
|
||||
|
||||
.button-lime { background-color: #AEE239; }
|
||||
.button-3d.button-lime:hover,
|
||||
.button-reveal.button-lime:hover,
|
||||
.button-border.button-lime:hover,
|
||||
.button-border.button-lime.button-fill:before { background-color: #AEE239 !important; }
|
||||
|
||||
.button-border.button-lime {
|
||||
color: #AEE239;
|
||||
border-color: #AEE239;
|
||||
}
|
||||
|
||||
.button-purple { background-color: #5D4157; }
|
||||
.button-3d.button-purple:hover,
|
||||
.button-reveal.button-purple:hover,
|
||||
.button-border.button-purple:hover,
|
||||
.button-border.button-purple.button-fill:before { background-color: #5D4157 !important; }
|
||||
|
||||
.button-border.button-purple {
|
||||
color: #5D4157;
|
||||
border-color: #5D4157;
|
||||
}
|
||||
|
||||
.button-leaf { background-color: #A8CABA; }
|
||||
.button-3d.button-leaf:hover,
|
||||
.button-reveal.button-leaf:hover,
|
||||
.button-border.button-leaf:hover,
|
||||
.button-border.button-leaf.button-fill:before { background-color: #A8CABA !important; }
|
||||
|
||||
.button-border.button-leaf {
|
||||
color: #A8CABA;
|
||||
border-color: #A8CABA;
|
||||
}
|
||||
|
||||
.button-pink { background-color: #F89FA1; }
|
||||
.button-3d.button-pink:hover,
|
||||
.button-reveal.button-pink:hover,
|
||||
.button-border.button-pink:hover,
|
||||
.button-border.button-pink.button-fill:before { background-color: #F89FA1 !important; }
|
||||
|
||||
.button-border.button-pink {
|
||||
color: #F89FA1;
|
||||
border-color: #F89FA1;
|
||||
}
|
||||
|
||||
.button-dirtygreen { background-color: #1693A5; }
|
||||
.button-3d.button-dirtygreen:hover,
|
||||
.button-reveal.button-dirtygreen:hover,
|
||||
.button-border.button-dirtygreen:hover,
|
||||
.button-border.button-dirtygreen.button-fill:before { background-color: #1693A5 !important; }
|
||||
|
||||
.button-border.button-dirtygreen {
|
||||
color: #1693A5;
|
||||
border-color: #1693A5;
|
||||
}
|
||||
|
||||
.button-blue { background-color: #1265A8; }
|
||||
.button-3d.button-blue:hover,
|
||||
.button-reveal.button-blue:hover,
|
||||
.button-border.button-blue:hover,
|
||||
.button-border.button-blue.button-fill:before { background-color: #1265A8 !important; }
|
||||
|
||||
.button-border.button-blue {
|
||||
color: #1265A8;
|
||||
border-color: #1265A8;
|
||||
}
|
||||
|
||||
.button-amber { background-color: #EB9C4D; }
|
||||
.button-3d.button-amber:hover,
|
||||
.button-reveal.button-amber:hover,
|
||||
.button-border.button-amber:hover,
|
||||
.button-border.button-amber.button-fill:before { background-color: #EB9C4D !important; }
|
||||
|
||||
.button-border.button-amber {
|
||||
color: #EB9C4D;
|
||||
border-color: #EB9C4D;
|
||||
}
|
||||
|
||||
.button-black { background-color: #111; }
|
||||
.button-3d.button-black:hover,
|
||||
.button-reveal.button-black:hover,
|
||||
.button-border.button-black:hover,
|
||||
.button-border.button-black.button-fill:before { background-color: #111 !important; }
|
||||
|
||||
.button-border.button-black {
|
||||
color: #111;
|
||||
border-color: #111;
|
||||
}
|
||||
|
||||
.button-white { background-color: #F9F9F9; }
|
||||
.button-3d.button-white:hover,
|
||||
.button-reveal.button-white:hover { background-color: #F9F9F9 !important; }
|
||||
|
||||
|
||||
/* Buttons - No Hover
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.button.button-nohover:hover {
|
||||
opacity: inherit !important;
|
||||
background-color: inherit !important;
|
||||
color: inherit !important;
|
||||
border-color: inherit !important;
|
||||
}
|
||||
@@ -0,0 +1,313 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: carousel.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Owl Carousel CSS
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.owl-carousel .animated {
|
||||
-webkit-animation-duration: 1000ms;
|
||||
animation-duration: 1000ms;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-animated-in { z-index: 0; }
|
||||
|
||||
.owl-carousel .owl-animated-out { z-index: 1; }
|
||||
|
||||
.owl-carousel .fadeOut {
|
||||
-webkit-animation-name: fadeOut;
|
||||
animation-name: fadeOut;
|
||||
}
|
||||
|
||||
@-webkit-keyframes fadeOut {
|
||||
0% { opacity: 1; }
|
||||
100% { opacity: 0; }
|
||||
}
|
||||
|
||||
@keyframes fadeOut {
|
||||
0% { opacity: 1; }
|
||||
100% { opacity: 0; }
|
||||
}
|
||||
|
||||
.owl-height {
|
||||
-webkit-transition:height 500ms ease-in-out;
|
||||
-o-transition:height 500ms ease-in-out;
|
||||
transition:height 500ms ease-in-out
|
||||
}
|
||||
|
||||
.owl-carousel {
|
||||
display:none;
|
||||
-webkit-tap-highlight-color:transparent;
|
||||
position:relative;
|
||||
z-index:1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-stage {
|
||||
position:relative;
|
||||
-ms-touch-action: pan-Y;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-stage:after {
|
||||
content:".";
|
||||
display:block;
|
||||
clear:both;
|
||||
visibility:hidden;
|
||||
line-height:0;
|
||||
height:0
|
||||
}
|
||||
|
||||
.owl-carousel .owl-stage-outer {
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
-webkit-transform:translate3d(0,0,0);
|
||||
}
|
||||
|
||||
.owl-carousel.owl-loaded { display:block }
|
||||
|
||||
.owl-carousel.owl-loading {
|
||||
display:block;
|
||||
min-height: 100px;
|
||||
background: url('images/preloader.gif') no-repeat center center
|
||||
}
|
||||
|
||||
.owl-carousel .owl-refresh .owl-item { display:none }
|
||||
|
||||
.owl-carousel .owl-item {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
float: left;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-item img {
|
||||
display:block;
|
||||
width:100%;
|
||||
-webkit-transform-style:preserve-3d;
|
||||
}
|
||||
|
||||
#slider .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }
|
||||
|
||||
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }
|
||||
|
||||
.owl-nav .owl-prev,
|
||||
.owl-nav .owl-next,
|
||||
.owl-dot,
|
||||
.owl-dots button {
|
||||
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.owl-loaded { display: block; }
|
||||
|
||||
.owl-carousel.owl-loading {
|
||||
opacity: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.owl-carousel.owl-hidden { opacity: 0; }
|
||||
|
||||
.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }
|
||||
|
||||
.owl-carousel.owl-refresh .owl-item { display: none; }
|
||||
|
||||
.owl-carousel.owl-drag .owl-item {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.owl-carousel.owl-grab {
|
||||
cursor: move;
|
||||
cursor: -webkit-grab;
|
||||
cursor: -o-grab;
|
||||
cursor: -ms-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.owl-carousel.owl-rtl { direction: rtl; }
|
||||
|
||||
.owl-carousel.owl-rtl .owl-item { float: right; }
|
||||
|
||||
.no-js .owl-carousel { display: block; }
|
||||
|
||||
.owl-carousel .owl-item .owl-lazy {
|
||||
opacity:0;
|
||||
-webkit-transition:opacity 400ms ease;
|
||||
-o-transition:opacity 400ms ease;
|
||||
transition:opacity 400ms ease
|
||||
}
|
||||
|
||||
.owl-carousel .owl-item img { transform-style:preserve-3d }
|
||||
|
||||
.owl-carousel .owl-video-wrapper {
|
||||
position:relative;
|
||||
height:100%;
|
||||
background:#111
|
||||
}
|
||||
|
||||
.owl-carousel .owl-video-play-icon {
|
||||
position: absolute;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -32px;
|
||||
margin-top: -32px;
|
||||
background: url("../../images/icons/play.png") no-repeat;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-transition: scale 100ms ease;
|
||||
-o-transition: scale 100ms ease;
|
||||
transition: scale 100ms ease;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-video-play-icon:hover {
|
||||
-webkit-transition:scale(1.3,1.3);
|
||||
-o-transition:scale(1.3,1.3);
|
||||
transition:scale(1.3,1.3)
|
||||
}
|
||||
|
||||
.owl-carousel .owl-video-playing .owl-video-play-icon,
|
||||
.owl-carousel .owl-video-playing .owl-video-tn { display:none }
|
||||
|
||||
.owl-carousel .owl-video-tn {
|
||||
opacity:0;
|
||||
height:100%;
|
||||
background-position:center center;
|
||||
background-repeat:no-repeat;
|
||||
-webkit-background-size:contain;
|
||||
-moz-background-size:contain;
|
||||
-o-background-size:contain;
|
||||
background-size:contain;
|
||||
-webkit-transition:opacity 400ms ease;
|
||||
-o-transition:opacity 400ms ease;
|
||||
transition:opacity 400ms ease
|
||||
}
|
||||
|
||||
.owl-carousel .owl-video-frame {
|
||||
position:relative;
|
||||
z-index:1;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* Owl Carousel - Controls
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.owl-carousel .owl-dots,
|
||||
.owl-carousel .owl-nav {
|
||||
text-align: center;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/* Owl Carousel - Controls - Arrows
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.owl-carousel .owl-nav [class*=owl-] {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -18px;
|
||||
left: -36px;
|
||||
zoom: 1;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
line-height: 32px;
|
||||
border: 1px solid rgba(0,0,0,0.2);
|
||||
color: #666;
|
||||
background-color: #FFF;
|
||||
font-size: 18px;
|
||||
border-radius: 50%;
|
||||
opacity: 0;
|
||||
-webkit-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }
|
||||
|
||||
.owl-carousel-full .owl-nav [class*=owl-] {
|
||||
margin-top: -30px;
|
||||
left: 0 !important;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
border: none;
|
||||
color: #EEE;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
font-size: 28px;
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }
|
||||
|
||||
.owl-carousel .owl-nav .owl-next {
|
||||
left: auto;
|
||||
right: -36px;
|
||||
}
|
||||
|
||||
.owl-carousel-full .owl-nav .owl-next {
|
||||
left: auto !important;
|
||||
right: 0 !important;
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
||||
.owl-carousel:hover .owl-nav [class*=owl-] {
|
||||
opacity: 1;
|
||||
left: -18px;
|
||||
}
|
||||
|
||||
.owl-carousel:hover .owl-nav .owl-next {
|
||||
left: auto;
|
||||
right: -18px;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-nav [class*=owl-]:hover {
|
||||
background-color: #1ABC9C !important;
|
||||
color: #FFF !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-nav .disabled { display: none !important; }
|
||||
|
||||
|
||||
/* Owl Carousel - Controls - Dots
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.owl-carousel .owl-dots .owl-dot {
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
margin-top: 30px;
|
||||
*display: inline;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-dots .owl-dot {
|
||||
display: block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: 0 4px;
|
||||
opacity: 0.5;
|
||||
border-radius: 50%;
|
||||
background-color: #1ABC9C;
|
||||
-webkit-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-dots .owl-dot.active span,
|
||||
.owl-carousel .owl-dots .owl-dot:hover span { opacity: 1; }
|
||||
@@ -0,0 +1,84 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: clients.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Clients
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.clients-grid,
|
||||
.testimonials-grid {
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.clients-grid li,
|
||||
.testimonials-grid li {
|
||||
float: left;
|
||||
position: relative;
|
||||
width: 20%;
|
||||
padding: 20px 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.clients-grid.grid-2 li {
|
||||
width: 50%;
|
||||
padding: 25px 0;
|
||||
}
|
||||
|
||||
.clients-grid.grid-3 li { width: 33.33%; }
|
||||
|
||||
.clients-grid.grid-4 li { width: 25%; }
|
||||
|
||||
.clients-grid.grid-6 li { width: 16.66%; }
|
||||
|
||||
.clients-grid li a { opacity: 0.6; }
|
||||
|
||||
body:not(.device-touch) .clients-grid li a {
|
||||
-webkit-transition: all .5s ease;
|
||||
-o-transition: all .5s ease;
|
||||
transition: all .5s ease;
|
||||
}
|
||||
|
||||
.clients-grid li a:hover { opacity: 1; }
|
||||
|
||||
.clients-grid li a,
|
||||
.clients-grid li img {
|
||||
display: block;
|
||||
width: 75%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.clients-grid li a img { width: 100%; }
|
||||
|
||||
.clients-grid li:before,
|
||||
.clients-grid li:after,
|
||||
.testimonials-grid li:before,
|
||||
.testimonials-grid li:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.clients-grid li:before,
|
||||
.testimonials-grid li:before {
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: -1px;
|
||||
border-left: 1px dashed #DDD;
|
||||
}
|
||||
|
||||
.clients-grid li:after,
|
||||
.testimonials-grid li:after {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
top: auto;
|
||||
left: 0;
|
||||
bottom: -1px;
|
||||
border-bottom: 1px dashed #DDD;
|
||||
}
|
||||
@@ -0,0 +1,121 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: countdown.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Countdown
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.countdown { display: block; }
|
||||
|
||||
.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 dotted #BBB;
|
||||
color: #888;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.countdown-section:first-child { border-left: 0; }
|
||||
|
||||
.countdown-amount {
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.countdown-descr {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* Countdown - Medium
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.countdown-medium .countdown-section { font-size: 14px; }
|
||||
|
||||
.countdown-medium .countdown-amount {
|
||||
font-size: 30px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
|
||||
/* Countdown - Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.countdown-large .countdown-section { font-size: 18px; }
|
||||
|
||||
.countdown-large .countdown-amount {
|
||||
font-size: 44px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
|
||||
/* Countdown - 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: inherit;
|
||||
}
|
||||
|
||||
.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 - Coming Soon
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
body:not(.device-sm):not(.device-xs) .countdown.countdown-large.coming-soon .countdown-section {
|
||||
border: none;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
body:not(.device-sm):not(.device-xs) .countdown.countdown-large.coming-soon .countdown-amount {
|
||||
height: 140px;
|
||||
line-height: 140px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
margin-bottom: 15px !important;
|
||||
}
|
||||
@@ -0,0 +1,187 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: counter-skills.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Counter
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.counter {
|
||||
font-size: 42px;
|
||||
font-weight: 700;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
.counter.counter-small { font-size: 28px; }
|
||||
|
||||
.counter.counter-large { font-size: 56px; }
|
||||
|
||||
.counter.counter-xlarge {
|
||||
font-size: 64px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.counter.counter-inherit {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
.counter + h5 {
|
||||
font-weight: 400;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.counter.counter-lined + h5:before {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 20px auto 25px auto;
|
||||
content: '';
|
||||
width: 15%;
|
||||
border-top: 2px solid #444;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.counter.counter-small + h5 { font-size: 13px; }
|
||||
|
||||
.counter.counter-large + h5,
|
||||
.counter.counter-xlarge + h5 {
|
||||
font-size: 15px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.widget .counter + h5 { opacity: 0.7; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Animated Rounded Skills
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.rounded-skill {
|
||||
display: inline-block;
|
||||
margin: 0 15px 15px;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .rounded-skill {
|
||||
-webkit-transition: opacity .4s ease;
|
||||
-o-transition: opacity .4s ease;
|
||||
transition: opacity .4s ease;
|
||||
}
|
||||
|
||||
.rounded-skill + h5 { margin-bottom: 0; }
|
||||
|
||||
.easyPieChart {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.easyPieChart i { font-size: 42px; }
|
||||
|
||||
.easyPieChart canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Skills Bar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.skills {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.skills li {
|
||||
position: relative;
|
||||
margin-top: 38px;
|
||||
height: 4px;
|
||||
background-color: #F5F5F5;
|
||||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.skills li:first-child { margin-top: 0; }
|
||||
|
||||
.skills li .progress {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
background-color: #1ABC9C;
|
||||
overflow: visible !important;
|
||||
border-radius: 2px;
|
||||
-webkit-transition: width 1.2s ease-in-out;
|
||||
-o-transition: width 1.2s ease-in-out;
|
||||
transition: width 1.2s ease-in-out;
|
||||
}
|
||||
|
||||
.skills li .progress-percent {
|
||||
position: absolute;
|
||||
top: -28px;
|
||||
right: 0;
|
||||
background-color: #333;
|
||||
color: #F9F9F9;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
padding: 0px 5px;
|
||||
font-size: 11px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.skills li .progress-percent .counter {
|
||||
font-weight: 400;
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
.progress-percent:after, .progress-percent:before {
|
||||
top: 100%;
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.progress-percent:after {
|
||||
border-top-color: #333;
|
||||
border-width: 4px;
|
||||
left: 50%;
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
.progress-percent:before {
|
||||
border-top-color: #333;
|
||||
border-width: 5px;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
.skills li > span {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: -23px;
|
||||
left: 0;
|
||||
line-height: 20px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
color: #222;
|
||||
}
|
||||
@@ -0,0 +1,166 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: dividers.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Divider
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.divider {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: 35px 0;
|
||||
color: #E5E5E5;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.divider.divider-margin { margin: 70px 0; }
|
||||
|
||||
.divider:after,
|
||||
.divider.divider-center:before,
|
||||
.divider.divider-center.divider-short:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 8px;
|
||||
left: 30px;
|
||||
height: 0;
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.divider.divider-thick:after,
|
||||
.divider.divider-center.divider-thick:before,
|
||||
.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; }
|
||||
|
||||
.divider.divider-short:after { width: 30%; }
|
||||
|
||||
.divider.divider-vshort:after { width: 12%; }
|
||||
|
||||
.divider i {
|
||||
position: relative;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
line-height: 1;
|
||||
font-size: 18px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.divider a {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: inherit;
|
||||
-webkit-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
.divider a:hover { color: #888; }
|
||||
|
||||
|
||||
/* Divider - Icon Align Right
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.divider.divider-right { text-align: right; }
|
||||
|
||||
.divider.divider-right:after {
|
||||
left: auto;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
|
||||
/* Divider - Icon Align Center
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.divider.divider-center,
|
||||
.divider.divider-center.divider-short { text-align: center; }
|
||||
|
||||
.divider.divider-center:before {
|
||||
left: -50% !important;
|
||||
right: 0;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.divider.divider-center:after {
|
||||
left: 50% !important;
|
||||
right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
/* Short Divider - Icon Align Center
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.divider.divider-center.divider-short:before {
|
||||
left: auto !important;
|
||||
right: 50%;
|
||||
margin-right: 20px;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.divider.divider-center.divider-short:after {
|
||||
left: 50% !important;
|
||||
right: auto !important;
|
||||
margin-left: 20px;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.divider.divider-center.divider-vshort:before,
|
||||
.divider.divider-center.divider-vshort:after { width: 6%; }
|
||||
|
||||
|
||||
/* Divider - Rounded Icon
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.divider.divider-rounded { color: #BBB; }
|
||||
|
||||
.divider.divider-rounded:after,
|
||||
.divider.divider-rounded.divider-center:before,
|
||||
.divider.divider-rounded.divider-short:before,
|
||||
.divider.divider-border:after,
|
||||
.divider.divider-border.divider-center:before,
|
||||
.divider.divider-border.divider-short:before {
|
||||
top: 19px;
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
.divider.divider-rounded i,
|
||||
.divider.divider-border i {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
background-color: #F5F5F5;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.divider.divider-rounded.divider-right:after,
|
||||
.divider.divider-border.divider-right:after {
|
||||
left: auto;
|
||||
right: 40px;
|
||||
}
|
||||
|
||||
|
||||
/* Divider - Rounded & Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.divider.divider-border { color: #E5E5E5; }
|
||||
|
||||
.divider.divider-border i {
|
||||
line-height: 38px;
|
||||
background-color: transparent;
|
||||
border: 1px solid #EEE;
|
||||
}
|
||||
|
||||
|
||||
/* Divider - Line Only
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.divider.divider-line:before,
|
||||
.divider.divider-line:after {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: faqs.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/* Toggle - FAQs
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.faqs .toggle {
|
||||
border-bottom: 1px solid #EEE;
|
||||
padding-bottom: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.faqs .toggle .togglet,
|
||||
.faqs .toggle .toggleta { font-size: 15px; }
|
||||
|
||||
.faqs .toggle .togglet i {
|
||||
top: 1px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.faqs .toggle .togglec { padding-bottom: 10px; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
FAQ List
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.faqlist li {
|
||||
margin-bottom: 5px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.faqlist li a { color: #444; }
|
||||
|
||||
.faqlist li a:hover { color: #1ABC9C !important; }
|
||||
@@ -0,0 +1,626 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: feature-box.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Featured Boxes
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.feature-box {
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
padding: 0 0 0 80px;
|
||||
}
|
||||
|
||||
.feature-box:first-child { margin-top: 0; }
|
||||
|
||||
.feature-box .fbox-icon {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.feature-box .fbox-icon a,
|
||||
.feature-box .fbox-icon i,
|
||||
.feature-box .fbox-icon img {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.feature-box .fbox-icon i,
|
||||
.feature-box .fbox-icon img {
|
||||
border-radius: 50%;
|
||||
background-color: #1ABC9C;
|
||||
}
|
||||
|
||||
.feature-box .fbox-icon i {
|
||||
font-style: normal;
|
||||
font-size: 28px;
|
||||
text-align: center;
|
||||
line-height: 64px;
|
||||
}
|
||||
|
||||
.feature-box h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 0;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.feature-box p {
|
||||
margin: 8px 0 0 0;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.feature-box .before-heading { font-size: 14px; }
|
||||
|
||||
|
||||
/* Feature Box - Icon Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-large { padding: 0 0 0 115px; }
|
||||
|
||||
.feature-box.fbox-large .fbox-icon {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-large .fbox-icon i {
|
||||
font-size: 42px;
|
||||
line-height: 96px;
|
||||
}
|
||||
|
||||
|
||||
/* Feature Box - Icon Outline
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-outline .fbox-icon {
|
||||
border: 1px solid #1ABC9C;
|
||||
border-radius: 50%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-outline .fbox-icon i { line-height: 56px; }
|
||||
|
||||
|
||||
/* Feature Box - Icon Outline Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; }
|
||||
|
||||
.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; }
|
||||
|
||||
|
||||
/* Feature Box - Icon Rounded
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; }
|
||||
|
||||
.feature-box.fbox-rounded .fbox-icon i,
|
||||
.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; }
|
||||
|
||||
|
||||
/* Feature Box - Icon Rounded & Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; }
|
||||
|
||||
.feature-box.fbox-rounded.fbox-large .fbox-icon i,
|
||||
.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; }
|
||||
|
||||
|
||||
/* Feature Box - Light Background
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; }
|
||||
|
||||
.feature-box.fbox-light .fbox-icon i,
|
||||
.feature-box.fbox-light .fbox-icon img {
|
||||
border: 1px solid #E5E5E5;
|
||||
background-color: #F5F5F5;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.feature-box.fbox-light .fbox-icon i { line-height: 62px; }
|
||||
|
||||
.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; }
|
||||
|
||||
.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; }
|
||||
|
||||
.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; }
|
||||
|
||||
|
||||
/* Feature Box - Dark Background
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; }
|
||||
|
||||
.feature-box.fbox-dark .fbox-icon i,
|
||||
.feature-box.fbox-dark .fbox-icon img { background-color: #333; }
|
||||
|
||||
|
||||
/* Feature Box - Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-border .fbox-icon {
|
||||
border: 1px solid #1ABC9C;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.feature-box.fbox-border .fbox-icon i,
|
||||
.feature-box.fbox-border .fbox-icon img {
|
||||
border: none;
|
||||
background-color: transparent !important;
|
||||
color: #1ABC9C;
|
||||
}
|
||||
|
||||
.feature-box.fbox-border .fbox-icon { padding: 0; }
|
||||
|
||||
.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; }
|
||||
|
||||
.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; }
|
||||
|
||||
|
||||
/* Feature Box - Border - Light
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; }
|
||||
|
||||
.feature-box.fbox-border.fbox-light .fbox-icon i,
|
||||
.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; }
|
||||
|
||||
|
||||
/* Feature Box - Border - Dark
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; }
|
||||
|
||||
.feature-box.fbox-border.fbox-dark .fbox-icon i,
|
||||
.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; }
|
||||
|
||||
|
||||
/* Feature Box - Plain
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-plain .fbox-icon {
|
||||
border: none !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.feature-box.fbox-plain .fbox-icon i,
|
||||
.feature-box.fbox-plain .fbox-icon img {
|
||||
border: none !important;
|
||||
background-color: transparent !important;
|
||||
color: #1ABC9C;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.feature-box.fbox-plain .fbox-icon i {
|
||||
font-size: 48px;
|
||||
line-height: 1 !important;
|
||||
}
|
||||
|
||||
.feature-box.fbox-plain .fbox-icon img { height: 64px; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-image .fbox-icon img {
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.feature-box.fbox-plain.fbox-small { padding-left: 42px; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-small h3 {
|
||||
font-size: 15px;
|
||||
line-height: 26px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-plain.fbox-small p { margin-left: -42px; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-light .fbox-icon i,
|
||||
.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; }
|
||||
|
||||
.feature-box.fbox-plain.fbox-dark .fbox-icon i,
|
||||
.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; }
|
||||
|
||||
|
||||
/* Feature Box - Center
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-center {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center.fbox-small { padding-left: 0 !important; }
|
||||
|
||||
.feature-box.fbox-center .fbox-icon {
|
||||
position: relative;
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
margin: 0 auto 30px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center .fbox-icon i {
|
||||
font-size: 42px;
|
||||
line-height: 96px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; }
|
||||
|
||||
.feature-box.fbox-center p {
|
||||
font-size: 14px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
/* Feature Box - Center & Large Icons
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-center.fbox-large .fbox-icon {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center.fbox-large .fbox-icon i {
|
||||
font-size: 70px;
|
||||
line-height: 128px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; }
|
||||
|
||||
.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; }
|
||||
|
||||
.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; }
|
||||
|
||||
|
||||
/* Feature Box - Center & Large Icons
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-center.fbox-small .fbox-icon {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center.fbox-small .fbox-icon i {
|
||||
font-size: 28px;
|
||||
line-height: 64px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; }
|
||||
|
||||
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; }
|
||||
|
||||
.feature-box.fbox-center.fbox-small p {
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; }
|
||||
|
||||
|
||||
/* Feature Box - Right
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-right {
|
||||
padding: 0 80px 0 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.feature-box.fbox-right.fbox-large { padding-right: 115px; }
|
||||
|
||||
.feature-box.fbox-right .fbox-icon {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; }
|
||||
|
||||
.feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; }
|
||||
|
||||
|
||||
/* Feature Box - Subtitle
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box h3 + .fbox-icon { margin-top: 20px !important; }
|
||||
|
||||
.feature-box h3 span.subtitle {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: #444;
|
||||
font-weight: 300;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center:not(.fbox-bg) h3:after {
|
||||
content: '';
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
width: 30px;
|
||||
border-top: 2px solid #555;
|
||||
-webkit-transition: width .3s ease;
|
||||
-o-transition: width .3s ease;
|
||||
transition: width .3s ease;
|
||||
}
|
||||
|
||||
.feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; }
|
||||
|
||||
.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
|
||||
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; }
|
||||
|
||||
.feature-box.fbox-center.fbox-italic p {
|
||||
font-style: italic;
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
/* Feature Box - Background
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.fbox-bg.fbox-center {
|
||||
margin-top: 68px;
|
||||
padding: 68px 30px 30px;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #E5E5E5;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; }
|
||||
|
||||
.feature-box.fbox-bg.fbox-center.fbox-large {
|
||||
margin-top: 84px;
|
||||
padding-top: 84px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; }
|
||||
|
||||
.feature-box.fbox-bg.fbox-center .fbox-icon {
|
||||
position: absolute;
|
||||
top: -48px;
|
||||
left: 50%;
|
||||
margin: 0 0 0 -48px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
|
||||
top: -64px;
|
||||
left: 50%;
|
||||
margin-left: -64px;
|
||||
}
|
||||
|
||||
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
|
||||
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
|
||||
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; }
|
||||
|
||||
|
||||
/* Animated Icon Hovers
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.fbox-effect .fbox-icon i { z-index: 1; }
|
||||
|
||||
.fbox-effect .fbox-icon i:after {
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
content: '';
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }
|
||||
|
||||
.fbox-effect .fbox-icon i {
|
||||
-webkit-transition: background-color 0.3s, color 0.3s;
|
||||
-o-transition: background-color 0.3s, color 0.3s;
|
||||
transition: background-color 0.3s, color 0.3s;
|
||||
}
|
||||
|
||||
.fbox-effect .fbox-icon i:after {
|
||||
top: -3px;
|
||||
left: -3px;
|
||||
padding: 3px;
|
||||
box-shadow: 0 0 0 2px #333;
|
||||
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
||||
-webkit-transform: scale(.8);
|
||||
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
|
||||
-moz-transform: scale(.8);
|
||||
-ms-transform: scale(.8);
|
||||
transition: transform 0.3s, opacity 0.3s;
|
||||
transform: scale(.8);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.fbox-effect .fbox-icon i:hover,
|
||||
.fbox-effect:hover .fbox-icon i {
|
||||
background-color: #333;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #1ABC9C; }
|
||||
|
||||
.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #1ABC9C; }
|
||||
|
||||
.fbox-effect .fbox-icon i:hover:after,
|
||||
.fbox-effect:hover .fbox-icon i:after {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Icon Effects - Bordered
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.fbox-border.fbox-effect .fbox-icon i {
|
||||
-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
|
||||
-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
|
||||
transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
|
||||
}
|
||||
|
||||
.fbox-border.fbox-effect .fbox-icon i:after {
|
||||
top: -2px;
|
||||
left: -2px;
|
||||
padding: 2px;
|
||||
z-index: -1;
|
||||
box-shadow: none;
|
||||
background-image: url('../../../images/icons/iconalt.svg');
|
||||
background-position: center center;
|
||||
background-size: 100% 100%;
|
||||
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
|
||||
-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
|
||||
transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
|
||||
}
|
||||
|
||||
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }
|
||||
|
||||
.fbox-border.fbox-effect .fbox-icon i:hover,
|
||||
.fbox-border.fbox-effect:hover .fbox-icon i {
|
||||
color: #FFF;
|
||||
box-shadow: 0 0 0 1px #333;
|
||||
}
|
||||
|
||||
.fbox-border.fbox-effect .fbox-icon i:after {
|
||||
-webkit-transform: scale(1.3);
|
||||
-moz-transform: scale(1.3);
|
||||
-ms-transform: scale(1.3);
|
||||
transform: scale(1.3);
|
||||
opacity: 0;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
|
||||
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #1ABC9C; }
|
||||
|
||||
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #1ABC9C; }
|
||||
|
||||
.fbox-border.fbox-effect .fbox-icon i:hover:after,
|
||||
.fbox-border.fbox-effect:hover .fbox-icon i:after {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
/* Media Featured Box
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.feature-box.media-box { padding: 0; }
|
||||
|
||||
.feature-box.media-box .fbox-media { margin: 0 0 25px; }
|
||||
|
||||
.feature-box.media-box .fbox-media,
|
||||
.feature-box.media-box .fbox-media a,
|
||||
.feature-box.media-box .fbox-media img {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.feature-box.media-box .fbox-media iframe { display: block; }
|
||||
|
||||
.feature-box.media-box p { margin-top: 17px; }
|
||||
|
||||
.feature-box.media-box.fbox-bg .fbox-media { margin: 0; }
|
||||
|
||||
.feature-box.media-box.fbox-bg .fbox-desc {
|
||||
padding: 25px;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #E5E5E5;
|
||||
border-top: 0;
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
|
||||
.feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; }
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Flipbox
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.flipbox { perspective: 1000px; }
|
||||
|
||||
.flipbox-inner {
|
||||
transition: 0.5s;
|
||||
transition-timing-function: ease;
|
||||
position: relative;
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
.flipbox-front,
|
||||
.flipbox-back {
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.flipbox-front { z-index: 2; }
|
||||
|
||||
.flipbox-back {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.flipbox:not(.flipbox-vertical) .flipbox-front { transform: rotateY(0deg); }
|
||||
.flipbox:not(.flipbox-vertical) .flipbox-back { transform: rotateY(-180deg); }
|
||||
|
||||
.flipbox.flipbox-vertical .flipbox-front { transform: rotateX(0deg); }
|
||||
.flipbox.flipbox-vertical .flipbox-back { transform: rotateX(-180deg); }
|
||||
|
||||
.flipbox:not(.flipbox-vertical):hover .flipbox-inner,
|
||||
.flipbox:not(.flipbox-vertical).hover .flipbox-inner { transform: rotateY(180deg); }
|
||||
|
||||
.flipbox.flipbox-vertical:hover .flipbox-inner,
|
||||
.flipbox.flipbox-vertical.hover .flipbox-inner { transform: rotateX(180deg); }
|
||||
|
||||
@@ -0,0 +1,264 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: headings.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Heading Styles
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* Block Titles
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.title-block {
|
||||
padding: 2px 0 3px 20px;
|
||||
border-left: 7px solid #1ABC9C;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.title-block-right {
|
||||
padding: 2px 20px 3px 0;
|
||||
border-left: 0;
|
||||
border-right: 7px solid #1ABC9C;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.title-block h1,
|
||||
.title-block h2,
|
||||
.title-block h3,
|
||||
.title-block h4 { margin-bottom: 0; }
|
||||
|
||||
.title-block > span {
|
||||
display: block;
|
||||
margin-top: 4px;
|
||||
color: #555;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.title-block h1 + span { font-size: 22px; }
|
||||
|
||||
.title-block h2 + span { font-size: 19px; }
|
||||
|
||||
.title-block h3 + span { font-size: 17px; }
|
||||
|
||||
.title-block h4 + span {
|
||||
font-size: 15px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* Heading Block - with Subtitle
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.heading-block { margin-bottom: 50px; }
|
||||
|
||||
.heading-block h1,
|
||||
.heading-block h2,
|
||||
.heading-block h3,
|
||||
.heading-block h4,
|
||||
.emphasis-title h1,
|
||||
.emphasis-title h2 {
|
||||
margin-bottom: 0;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.emphasis-title h1,
|
||||
.emphasis-title h2 {
|
||||
font-weight: 400;
|
||||
letter-spacing: 0;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.heading-block h1 { font-size: 32px; }
|
||||
|
||||
.heading-block h2 { font-size: 30px; }
|
||||
|
||||
.heading-block h3 { font-size: 26px; }
|
||||
|
||||
.heading-block h4 {
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.heading-block > span:not(.before-heading) {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
font-weight: 300;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.heading-block .before-heading { margin-bottom: 7px; }
|
||||
|
||||
.heading-block.center > span,
|
||||
.heading-block.title-center > span,
|
||||
.center .heading-block > span {
|
||||
max-width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.heading-block h1 + span { font-size: 24px; }
|
||||
|
||||
.heading-block h2 + span { font-size: 22px; }
|
||||
|
||||
.heading-block h3 + span,
|
||||
.heading-block h4 + span { font-size: 20px; }
|
||||
|
||||
.heading-block ~ p:not(.lead) { font-size: 15px; }
|
||||
|
||||
.heading-block:after {
|
||||
content: '';
|
||||
display: block;
|
||||
margin-top: 30px;
|
||||
width: 40px;
|
||||
border-top: 2px solid #444;
|
||||
}
|
||||
|
||||
.center .heading-block:after,
|
||||
.heading-block.center:after,
|
||||
.heading-block.title-center:after { margin: 30px auto 0; }
|
||||
|
||||
.tright .heading-block,
|
||||
.heading-block.tright,
|
||||
.heading-block.title-right { direction: rtl; }
|
||||
|
||||
.heading-block.noborder:after,
|
||||
.heading-block.nobottomborder:after { display: none; }
|
||||
|
||||
.heading-block.border-color:after { border-color: #1ABC9C; }
|
||||
|
||||
|
||||
/* Emphasis Title
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.emphasis-title { margin: 0 0 50px; }
|
||||
|
||||
.emphasis-title h1,
|
||||
.emphasis-title h2 {
|
||||
font-size: 64px;
|
||||
letter-spacing: -2px;
|
||||
}
|
||||
|
||||
.emphasis-title h1 strong,
|
||||
.emphasis-title h2 strong { font-weight: 700; }
|
||||
|
||||
|
||||
/* Justify Border Title
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.fancy-title {
|
||||
position: relative;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.fancy-title h1,
|
||||
.fancy-title h2,
|
||||
.fancy-title h3,
|
||||
.fancy-title h4,
|
||||
.fancy-title h5,
|
||||
.fancy-title h6 {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
background-color: #FFF;
|
||||
padding-right: 15px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.fancy-title h4,
|
||||
.fancy-title h5,
|
||||
.fancy-title h6 { padding-right: 10px; }
|
||||
|
||||
.fancy-title.title-double-border:before,
|
||||
.fancy-title.title-border:before,
|
||||
.fancy-title.title-border-color:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
border-top: 3px double #E5E5E5;
|
||||
left: auto;
|
||||
top: 46%;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.fancy-title.title-border:before {
|
||||
top: 49%;
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.fancy-title.title-border-color:before {
|
||||
top: 49%;
|
||||
border-top: 1px solid #1ABC9C;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
|
||||
/* Fancy Title - Center Align
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.title-center { text-align: center; }
|
||||
|
||||
.title-center h1,
|
||||
.title-center h2,
|
||||
.title-center h3 { padding: 0 15px; }
|
||||
|
||||
.title-center h4,
|
||||
.title-center h5,
|
||||
.title-center h6 { padding: 0 10px; }
|
||||
|
||||
|
||||
/* Fancy Title - Right Align
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.title-right { text-align: right; }
|
||||
|
||||
.title-right h1,
|
||||
.title-right h2,
|
||||
.title-right h3 { padding: 0 0 0 15px; }
|
||||
|
||||
.title-right h4,
|
||||
.title-right h5,
|
||||
.title-right h6 { padding: 0 0 0 10px; }
|
||||
|
||||
|
||||
/* Fancy Title - Bottom Short Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.fancy-title.title-bottom-border h1,
|
||||
.fancy-title.title-bottom-border h2,
|
||||
.fancy-title.title-bottom-border h3,
|
||||
.fancy-title.title-bottom-border h4,
|
||||
.fancy-title.title-bottom-border h5,
|
||||
.fancy-title.title-bottom-border h6 {
|
||||
display: block;
|
||||
background: transparent;
|
||||
padding: 0 0 10px;
|
||||
border-bottom: 2px solid #1ABC9C;
|
||||
}
|
||||
|
||||
|
||||
/* Fancy Title - Bottom Short Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.fancy-title.title-dotted-border { background: url('../../../images/icons/dotted.png') repeat-x center; }
|
||||
|
||||
|
||||
/* Sub Heading
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.before-heading {
|
||||
display: block;
|
||||
margin: 0 0 5px;
|
||||
font-size: 16px;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
color: #999;
|
||||
}
|
||||
@@ -0,0 +1,730 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: misc.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* Infinity Scroll - Message Style
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#infscr-loading,
|
||||
#portfolio-ajax-loader {
|
||||
position: fixed;
|
||||
z-index: 20;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin: -24px 0 0 -24px;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
border-radius: 3px;
|
||||
line-height: 48px;
|
||||
font-size: 24px;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#infscr-loading img,
|
||||
#portfolio-ajax-loader img {
|
||||
display: none;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
#portfolio-ajax-loader { display: none; }
|
||||
|
||||
#portfolio-ajax-loader img { display: block; }
|
||||
|
||||
.page-load-status {
|
||||
position: relative;
|
||||
display: none;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.page-load-status .css3-spinner {
|
||||
position: absolute;
|
||||
z-index: auto;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.page-load-status .css3-spinner-ball-pulse-sync > div { background-color: #333; }
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Forms
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.sm-form-control {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 38px;
|
||||
padding: 8px 14px;
|
||||
font-size: 15px;
|
||||
line-height: 1.42857143;
|
||||
color: #555555;
|
||||
background-color: #ffffff;
|
||||
background-image: none;
|
||||
border: 2px solid #DDD;
|
||||
border-radius: 0 !important;
|
||||
-webkit-transition: border-color ease-in-out .15s;
|
||||
-o-transition: border-color ease-in-out .15s;
|
||||
transition: border-color ease-in-out .15s;
|
||||
}
|
||||
|
||||
.sm-form-control:focus {
|
||||
border-color: #AAA;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.sm-form-control::-moz-placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.sm-form-control:-ms-input-placeholder { color: #999; }
|
||||
.sm-form-control::-webkit-input-placeholder { color: #999; }
|
||||
|
||||
.sm-form-control[disabled],
|
||||
.sm-form-control[readonly],
|
||||
fieldset[disabled] .sm-form-control {
|
||||
cursor: not-allowed;
|
||||
background-color: #eeeeee;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.sm-form-control { height: auto; }
|
||||
|
||||
.form-control { border-radius: 3px; }
|
||||
|
||||
.form-control:active,
|
||||
.form-control:focus {
|
||||
border-color: #999;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
color: #555;
|
||||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
label.label-muted {
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
form .col_full,
|
||||
form .col_half,
|
||||
form .col_one_third,
|
||||
form .col_two_third,
|
||||
form .col_three_fourth,
|
||||
form .col_one_fourth,
|
||||
form .col_one_fifth,
|
||||
form .col_two_fifth,
|
||||
form .col_three_fifth,
|
||||
form .col_four_fifth,
|
||||
form .col_one_sixth,
|
||||
form .col_five_sixth { margin-bottom: 25px; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Contact Form
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#contact-form-overlay,
|
||||
#contact-form-overlay-mini {
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
background-color: #FFF;
|
||||
padding: 40px;
|
||||
margin: 0 auto;
|
||||
z-index: 10;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 10px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
#contact-form-overlay-mini {
|
||||
float: right;
|
||||
width: 380px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
label.error {
|
||||
margin-top: 5px;
|
||||
color: #E42C3E;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
label.error { display: none !important; }
|
||||
|
||||
.show-error-msg + label.error { display: block !important; }
|
||||
|
||||
.form-control.error,
|
||||
.sm-form-control.error { border-color: #E42C3E; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Google Maps
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#google-map {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 450px;
|
||||
}
|
||||
|
||||
.gmap img { max-width: none !important; }
|
||||
|
||||
.gm-style .gm-style-iw h3 span {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
#map-overlay {
|
||||
position: relative;
|
||||
padding: 100px 0;
|
||||
}
|
||||
|
||||
#map-overlay #google-map {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Google Custom Search
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#content .cse .gsc-control-cse,
|
||||
#content .gsc-control-cse,
|
||||
#content .gsc-above-wrapper-area,
|
||||
#content .gsc-adBlock,
|
||||
#content .gsc-thumbnail-inside,
|
||||
#content .gsc-url-top,
|
||||
#content .gsc-table-result,
|
||||
#content .gsc-webResult,
|
||||
#content .gsc-result { padding: 0 !important; }
|
||||
|
||||
#content .gsc-selected-option-container { width: auto !important; }
|
||||
|
||||
#content .gsc-result-info { padding-left: 0 !important; }
|
||||
|
||||
#content .gsc-above-wrapper-area-container,
|
||||
#content .gsc-table-result { margin-bottom: 10px; }
|
||||
|
||||
#content .gcsc-branding { display: none; }
|
||||
|
||||
#content .gsc-results,
|
||||
#content .gsc-webResult { width: 100% !important; }
|
||||
|
||||
#content .gs-no-results-result .gs-snippet,
|
||||
#content .gs-error-result .gs-snippet { margin: 0 !important; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Quotes & Blockquotes
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
blockquote p { margin-bottom: 15px; }
|
||||
|
||||
blockquote.pull-left {
|
||||
max-width: 300px;
|
||||
margin: 5px 20px 10px 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
blockquote.pull-right {
|
||||
max-width: 300px;
|
||||
margin: 5px 0 10px 20px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.quote {
|
||||
border: none !important;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.quote p { position: relative; }
|
||||
|
||||
.quote:before {
|
||||
font-family: 'font-icons';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
content: "\e7ad";
|
||||
position: absolute;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
font-size: 42px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.quote.blockquote-reverse:before {
|
||||
content: "\e7ae";
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Dropcaps & Highlights
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.dropcap {
|
||||
float: left;
|
||||
font-size: 42px;
|
||||
line-height: 1;
|
||||
margin: 0 5px 0 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
padding: 2px 5px;
|
||||
background-color: #444;
|
||||
color: #FFF;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Magazine Specific Classes
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.top-advert {
|
||||
float: right;
|
||||
padding: 5px;
|
||||
border-left: 1px solid #EEE;
|
||||
border-right: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.top-advert a,
|
||||
.top-advert img { display: block; }
|
||||
|
||||
.bnews-title {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-top: 2px;
|
||||
padding-top: .3em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.bnews-slider {
|
||||
float: left;
|
||||
width: 970px;
|
||||
margin-left: 20px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Text Rotater
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.text-rotater {}
|
||||
|
||||
.text-rotater > .t-rotate > .animated { display: inline-block; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Go To Top
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#gotoTop {
|
||||
display: none;
|
||||
z-index: 299;
|
||||
position: fixed;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-color: #333;
|
||||
background-color: rgba(0,0,0,0.3);
|
||||
font-size: 20px;
|
||||
line-height: 36px;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
top: auto;
|
||||
left: auto;
|
||||
right: 30px;
|
||||
bottom: 50px;
|
||||
cursor: pointer;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
body:not(.device-touch) #gotoTop {
|
||||
transition: background-color .2s linear;
|
||||
-webkit-transition: background-color .2s linear;
|
||||
-o-transition: background-color .2s linear;
|
||||
}
|
||||
|
||||
.stretched #gotoTop { bottom: 30px; }
|
||||
|
||||
#gotoTop:hover { background-color: #1ABC9C; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Error 404
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.error404 {
|
||||
display: block;
|
||||
font-size: 216px;
|
||||
font-weight: 700;
|
||||
color: #DDD;
|
||||
line-height: 1.35;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
|
||||
.error404-wrap .container { z-index: 7; }
|
||||
|
||||
.error404-wrap .error404 {
|
||||
line-height: 0.9;
|
||||
margin-bottom: 40px;
|
||||
font-weight: bold;
|
||||
font-size: 244px;
|
||||
color: #FFF !important;
|
||||
opacity: 0.2;
|
||||
text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.error404-wrap .heading-block h4 {
|
||||
font-weight: 300;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.error404-wrap .heading-block span { font-size: 17px; }
|
||||
|
||||
.error404-wrap form { max-width: 500px; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Landing Pages
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.landing-wide-form {
|
||||
background: rgba(0,0,0,0.3);
|
||||
padding: 30px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.landing-form-overlay {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
top: auto;
|
||||
left: auto;
|
||||
right: 0;
|
||||
bottom: -154px;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
|
||||
.landing-video {
|
||||
z-index: 1;
|
||||
width: 560px;
|
||||
height: 315px;
|
||||
margin: 22px 0 0 95px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.landing-promo h3 { font-size: 26px; }
|
||||
|
||||
.landing-promo > .container > span { font-size: 17px; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Preloaders
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.preloader,
|
||||
.preloader2,
|
||||
.form-process {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../../images/preloader.gif") center center no-repeat #FFF;
|
||||
}
|
||||
|
||||
.preloader2 { background-color: transparent; }
|
||||
|
||||
.form-process {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
background-color: rgba(255,255,255,0.7);
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Toastr Notifications
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.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;
|
||||
-webkit-text-shadow: 0 1px 0 #ffffff;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
opacity: 0.8;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
||||
filter: alpha(opacity=80);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
||||
.rtl .toast-close-button {
|
||||
left: -0.3em;
|
||||
float: left;
|
||||
right: 0.3em;
|
||||
}
|
||||
/*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-full-width {
|
||||
top: 10px;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.toast-bottom-full-width {
|
||||
bottom: 10px;
|
||||
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;
|
||||
pointer-events: none;
|
||||
/*overrides*/
|
||||
}
|
||||
|
||||
#toast-container * {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#toast-container > div {
|
||||
position: relative;
|
||||
pointer-events: auto;
|
||||
overflow: hidden;
|
||||
margin: 0 0 6px;
|
||||
padding: 20px 25px;
|
||||
width: 300px;
|
||||
-moz-border-radius: 3px 3px 3px 3px;
|
||||
-webkit-border-radius: 3px 3px 3px 3px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
background-repeat: no-repeat;
|
||||
-moz-box-shadow: 0 0 12px #999999;
|
||||
-webkit-box-shadow: 0 0 12px #999999;
|
||||
box-shadow: 0 0 12px #999999;
|
||||
color: #FFFFFF;
|
||||
opacity: 0.8;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
|
||||
#toast-container > div.rtl { direction: rtl; }
|
||||
#toast-container > div:hover {
|
||||
-moz-box-shadow: 0 0 12px #000000;
|
||||
-webkit-box-shadow: 0 0 12px #000000;
|
||||
box-shadow: 0 0 12px #000000;
|
||||
opacity: 1;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
filter: alpha(opacity=100);
|
||||
cursor: pointer;
|
||||
}
|
||||
#toast-container.toast-top-center > div,
|
||||
#toast-container.toast-bottom-center > div {
|
||||
width: 300px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
#toast-container.toast-top-full-width > div,
|
||||
#toast-container.toast-bottom-full-width > div {
|
||||
width: 96%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.toast { background-color: #030303; }
|
||||
|
||||
.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: 4px;
|
||||
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: 10px 15px;
|
||||
width: 11em;
|
||||
}
|
||||
#toast-container .toast-close-button {
|
||||
right: -0.2em;
|
||||
top: -0.2em;
|
||||
}
|
||||
#toast-container .rtl .toast-close-button {
|
||||
left: -0.2em;
|
||||
right: 0.2em;
|
||||
}
|
||||
}
|
||||
@media all and (min-width: 241px) and (max-width: 480px) {
|
||||
#toast-container > div {
|
||||
padding: 10px 15px;
|
||||
width: 18em;
|
||||
}
|
||||
#toast-container .toast-close-button {
|
||||
right: -0.2em;
|
||||
top: -0.2em;
|
||||
}
|
||||
#toast-container .rtl .toast-close-button {
|
||||
left: -0.2em;
|
||||
right: 0.2em;
|
||||
}
|
||||
}
|
||||
@media all and (min-width: 481px) and (max-width: 768px) {
|
||||
#toast-container > div {
|
||||
padding: 15px 20px;
|
||||
width: 25em;
|
||||
}
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Wedding
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.wedding-head {
|
||||
position: relative;
|
||||
line-height: 1;
|
||||
font-size: 80px;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
.wedding-head .first-name,
|
||||
.wedding-head .last-name,
|
||||
.wedding-head .and {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
text-transform: uppercase;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.wedding-head .last-name {
|
||||
margin: 0 0 0 15px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.wedding-head .first-name span,
|
||||
.wedding-head .last-name span {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
font-size: 56px;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-family: 'Crete Round', serif;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.wedding-head .and {
|
||||
margin: 0;
|
||||
font-size: 200px;
|
||||
font-family: 'Times New Roman', serif;
|
||||
}
|
||||
@@ -0,0 +1,135 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: overlay.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Overlays
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.overlay .overlay-wrap,
|
||||
.text-overlay {
|
||||
opacity: 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
}
|
||||
|
||||
body:not(.device-touch) .overlay .overlay-wrap,
|
||||
body:not(.device-touch) .text-overlay {
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.overlay .overlay-wrap i {
|
||||
position: absolute;
|
||||
opacity: 0.8;
|
||||
font-size: 24px;
|
||||
line-height: 1;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
margin-top: -12px;
|
||||
left: 50%;
|
||||
margin-left: -12px;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.overlay:hover .overlay-wrap,
|
||||
.overlay:hover .text-overlay { opacity: 1; }
|
||||
|
||||
|
||||
.text-overlay {
|
||||
position: absolute;
|
||||
opacity: 0.85;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
height: auto;
|
||||
padding: 40px 15px 15px;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
||||
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.text-overlay-title h2,
|
||||
.text-overlay-title h3,
|
||||
.text-overlay-title h4 {
|
||||
margin: 0;
|
||||
color: #F5F5F5;
|
||||
}
|
||||
|
||||
.text-overlay-title h2 { font-size: 28px; }
|
||||
|
||||
.text-overlay-title h3 {
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.text-overlay-title h2,
|
||||
.text-overlay-title h3,
|
||||
.text-overlay-title h4,
|
||||
.text-overlay-meta {
|
||||
max-width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.text-overlay-meta {
|
||||
color: #CCC;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.text-overlay-meta span i {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
/* News Carousel Overlays
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.news-carousel .text-overlay { padding: 40px 30px 25px; }
|
||||
|
||||
.news-carousel .text-overlay-title { margin: 15px 0 10px; }
|
||||
|
||||
.news-carousel .text-overlay-title h2,
|
||||
.news-carousel .text-overlay-title h3,
|
||||
.news-carousel .text-overlay-title h4 {
|
||||
line-height: 1.2;
|
||||
text-overflow: none;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.news-carousel .text-overlay-meta { font-size: 14px; }
|
||||
|
||||
.news-carousel .rounded-skill {
|
||||
position: absolute;
|
||||
margin: 0 !important;
|
||||
top: 30px;
|
||||
right: 30px;
|
||||
color: #FFF;
|
||||
font-weight: 700;
|
||||
}
|
||||
@@ -0,0 +1,263 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: pricing.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Pricing Boxes
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing { position: relative; }
|
||||
|
||||
.pricing [class^=col-] {
|
||||
padding: 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
/* Pricing Boxes
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing-box {
|
||||
position: relative;
|
||||
border: 1px solid rgba(0,0,0,0.075);
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
|
||||
/* Pricing Boxes - Title
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing-title {
|
||||
padding: 15px 0;
|
||||
background-color: #F9F9F9;
|
||||
border-radius: 3px 3px 0 0;
|
||||
text-shadow: 1px 1px 1px #FFF;
|
||||
border-bottom: 1px solid rgba(0,0,0,0.05);
|
||||
}
|
||||
|
||||
.pricing-title h3 {
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
letter-spacing: 1px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.pricing-title span {
|
||||
display: block;
|
||||
color: #999;
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
margin-top: 3px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
/* Pricing Boxes - Price
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing-price {
|
||||
position: relative;
|
||||
padding: 25px 0;
|
||||
color: #333;
|
||||
font-weight: 300;
|
||||
font-size: 64px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.pricing-price:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
border-top: 1px solid rgba(0,0,0,0.1);
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -50px;
|
||||
}
|
||||
|
||||
.pricing-price span {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 7px 3px 0 0;
|
||||
font-size: 28px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.pricing-price span.price-tenure {
|
||||
vertical-align: baseline;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
color: #999;
|
||||
margin: 0 0 0 3px;
|
||||
}
|
||||
|
||||
|
||||
/* Pricing Boxes - Features
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing-features { border-bottom: 1px solid rgba(0,0,0,0.075); }
|
||||
|
||||
.pricing-features ul {
|
||||
margin: 0;
|
||||
padding: 15px 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.pricing-features li {
|
||||
padding: 6px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
/* Pricing Boxes - Action
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing-action { padding: 15px 30px; }
|
||||
|
||||
|
||||
/* Pricing Boxes - Best Price
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing-box.best-price {
|
||||
background-color: #FFF;
|
||||
box-shadow: 0 0 8px rgba(0,0,0,0.1);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.pricing-box.best-price { margin: -20px -1px 0 -1px; }
|
||||
|
||||
.pricing-box.best-price .pricing-title {
|
||||
background-color: #FFF;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.pricing-box.best-price .pricing-title h3 { font-size: 22px; }
|
||||
|
||||
.pricing-box.best-price .pricing-price {
|
||||
color: #1ABC9C;
|
||||
font-size: 72px;
|
||||
}
|
||||
|
||||
|
||||
/* Pricing Boxes - Minimal
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing-box.pricing-minimal .pricing-price {
|
||||
background-color: #FFF;
|
||||
border-bottom: 1px solid rgba(0,0,0,0.075);
|
||||
}
|
||||
|
||||
.pricing-box.pricing-minimal .pricing-price:after { display: none; }
|
||||
|
||||
|
||||
/* Pricing Boxes - 5 Columns
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing.pricing-5 .pricing-box {
|
||||
float: left;
|
||||
width: 20%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.pricing.pricing-5 .pricing-box.best-price { margin-top: 0; }
|
||||
|
||||
.pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; }
|
||||
|
||||
.pricing.pricing-5 .pricing-title h3 { font-size: 18px; }
|
||||
|
||||
.pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; }
|
||||
|
||||
|
||||
/* Pricing Boxes - Extended
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.pricing-box.pricing-extended {
|
||||
background-color: #FFF;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pricing-box.pricing-extended .pricing-desc {
|
||||
float: left;
|
||||
width: 75%;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.pricing-box.pricing-extended .pricing-title {
|
||||
background-color: transparent;
|
||||
padding-top: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pricing-box.pricing-extended .pricing-features { border: 0; }
|
||||
|
||||
.pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; }
|
||||
|
||||
.pricing-box.pricing-extended .pricing-features li {
|
||||
padding: 6px 0;
|
||||
font-size: 15px;
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pricing-box.pricing-extended .pricing-features ul li i {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
width: 16px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.pricing-box.pricing-extended .pricing-action-area {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: auto;
|
||||
right: 0;
|
||||
width: 25%;
|
||||
height: 100%;
|
||||
border-left: 1px solid rgba(0,0,0,0.05);
|
||||
background-color: #F9F9F9;
|
||||
padding: 30px;
|
||||
border-radius: 0 3px 3px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pricing-box.pricing-extended .pricing-action-area .pricing-price,
|
||||
.pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; }
|
||||
|
||||
.pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; }
|
||||
|
||||
.pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; }
|
||||
|
||||
.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
|
||||
display: block;
|
||||
margin: 10px 0 0 0;
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.pricing-box.pricing-extended .pricing-meta {
|
||||
color: #999;
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.table-comparison,
|
||||
.table-comparison th { text-align: center; }
|
||||
|
||||
.table-comparison th:first-child,
|
||||
.table-comparison td:first-child {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: process-steps.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Process Steps
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.process-steps {
|
||||
margin: 0 0 40px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.process-steps li {
|
||||
float: left;
|
||||
position: relative;
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.process-steps.process-2 li { width: 50%; }
|
||||
.process-steps.process-3 li { width: 33.33%; }
|
||||
.process-steps.process-5 li { width: 20%; }
|
||||
|
||||
.process-steps li .i-circled { margin-bottom: 0 !important; }
|
||||
|
||||
.process-steps li .i-bordered { background-color: #FFF; }
|
||||
|
||||
.process-steps li h5 {
|
||||
margin: 15px 0 0 0;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.process-steps li.active h5,
|
||||
.process-steps li.ui-tabs-active h5 {
|
||||
font-weight: 700;
|
||||
color: #1ABC9C;
|
||||
}
|
||||
|
||||
.process-steps li.active a,
|
||||
.process-steps li.ui-tabs-active a {
|
||||
background-color: #1ABC9C !important;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
border-color: #1ABC9C !important;
|
||||
}
|
||||
|
||||
.process-steps li:before,
|
||||
.process-steps li:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 0;
|
||||
margin-left: -26px;
|
||||
width: 50%;
|
||||
border-top: 1px dashed #DDD;
|
||||
}
|
||||
|
||||
.process-steps li:after {
|
||||
left: auto;
|
||||
right: 0;
|
||||
margin: 0 -26px 0 0;
|
||||
}
|
||||
|
||||
.process-steps li:first-child:before,
|
||||
.process-steps li:last-child:after { display: none; }
|
||||
@@ -0,0 +1,240 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: promo.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Promo Boxes
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.promo {
|
||||
position: relative;
|
||||
padding: 30px 200px 30px 0;
|
||||
}
|
||||
|
||||
.promo h3 {
|
||||
font-weight: bold;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.promo > span,
|
||||
.promo > .container > span {
|
||||
display: block;
|
||||
color: #444;
|
||||
font-weight: 300;
|
||||
font-size: 16px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.promo a.button {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin: 0;
|
||||
margin-top: -18px;
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.promo a.button.button-mini { margin-top: -12px; }
|
||||
|
||||
.promo a.button.button-small { margin-top: -15px; }
|
||||
|
||||
.promo a.button.button-large { margin-top: -22px; }
|
||||
|
||||
.promo a.button.button-xlarge { margin-top: -25px; }
|
||||
|
||||
.promo a.button.button-desc { margin-top: -40px; }
|
||||
|
||||
|
||||
/* Promo Uppercase
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo-uppercase { text-transform: uppercase; }
|
||||
|
||||
.promo-uppercase h3 { font-size: 22px; }
|
||||
|
||||
.promo-uppercase > span,
|
||||
.promo-uppercase > .container > span { font-size: 15px; }
|
||||
|
||||
|
||||
/* Promo - with Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-border {
|
||||
border: 1px solid #E5E5E5;
|
||||
border-radius: 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.promo.promo-border a.button { right: 30px; }
|
||||
|
||||
|
||||
/* Promo - Light
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-light {
|
||||
background-color: #F5F5F5;
|
||||
border-radius: 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.promo.promo-light a.button { right: 30px; }
|
||||
|
||||
|
||||
/* Promo - Dark
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-dark {
|
||||
border: 0 !important;
|
||||
background-color: #333;
|
||||
padding: 30px 200px 30px 30px;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.promo.promo-dark h3 { color: #FFF; }
|
||||
|
||||
.promo.promo-dark > h3 span,
|
||||
.promo.promo-dark > .container > h3 span {
|
||||
padding: 2px 8px;
|
||||
border-radius: 3px;
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
color: #FFF;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.promo.promo-dark > span,
|
||||
.promo.promo-dark > .container > span {
|
||||
color: #CCC;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.promo.promo-dark a.button { right: 30px; }
|
||||
|
||||
|
||||
/* Promo - Flat
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-flat { background-color: #1ABC9C; }
|
||||
|
||||
.promo.promo-flat > span,
|
||||
.promo.promo-flat > .container > span { color: rgba(255,255,255,0.9); }
|
||||
|
||||
.promo.promo-flat a.button:not(.button-border) {
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.promo.promo-flat a.button:hover {
|
||||
background-color: #FFF;
|
||||
border-color: #FFF;
|
||||
color: #444;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
/* Promo - 100% Full Width
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo-full {
|
||||
border-radius: 0 !important;
|
||||
border-left: 0 !important;
|
||||
border-right: 0 !important;
|
||||
padding: 40px 0 !important;
|
||||
}
|
||||
|
||||
.promo-full a.button { right: 15px !important; }
|
||||
|
||||
.promo-full.promo-right a.button {
|
||||
right: auto !important;
|
||||
left: 15px !important;
|
||||
}
|
||||
|
||||
/* Promo - Parallax
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.parallax { padding: 80px 0 !important; }
|
||||
|
||||
|
||||
/* Promo - Right Align
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-right {
|
||||
text-align: right;
|
||||
padding: 30px 0 30px 200px;
|
||||
}
|
||||
|
||||
.promo.promo-right a.button {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
|
||||
/* Promo - with Border & Right Align
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-right.promo-border:not(.promo-mini),
|
||||
.promo.promo-dark.promo-right:not(.promo-mini) { padding-right: 30px; }
|
||||
|
||||
.promo.promo-right.promo-border a.button,
|
||||
.promo.promo-dark.promo-right a.button { left: 30px; }
|
||||
|
||||
|
||||
/* Promo - Center Align
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-center {
|
||||
text-align: center;
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.promo.promo-center a.button {
|
||||
position: relative;
|
||||
top: 0;
|
||||
margin: 20px 0 0;
|
||||
left: 0 !important;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Promo - Mini
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-mini {
|
||||
text-align: left;
|
||||
padding: 20px 25px;
|
||||
}
|
||||
|
||||
.promo.promo-mini h3 {
|
||||
font-size: 20px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.promo.promo-mini.promo-uppercase h3 { font-size: 18px; }
|
||||
|
||||
.promo.promo-mini.promo-dark h3 { line-height: 1.7; }
|
||||
|
||||
.promo.promo-mini a.button {
|
||||
position: relative;
|
||||
top: 0;
|
||||
margin: 20px 0 0;
|
||||
left: 0 !important;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Promo - Mini - Center Align
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-mini.promo-center { text-align: center; }
|
||||
|
||||
|
||||
/* Promo - Mini - Right Align
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.promo.promo-mini.promo-right { text-align: right; }
|
||||
@@ -0,0 +1,382 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: social-icons.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Social Icons
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.social-icon {
|
||||
margin: 0 5px 5px 0;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
font-size: 20px;
|
||||
line-height: 38px !important;
|
||||
color: #555;
|
||||
text-shadow: none;
|
||||
border: 1px solid #AAA;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* Social Icons - Rounded
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-rounded { border-radius: 50%; }
|
||||
|
||||
/* Social Icons - Borderless
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-borderless { border-color: transparent !important; }
|
||||
|
||||
/* Social Icons - Dark
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-dark {
|
||||
background-color: #444;
|
||||
color: #FFF !important;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
/* Social Icons - Light
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-light {
|
||||
background-color: rgba(0,0,0,0.05);
|
||||
color: #666 !important;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
/* Social Icons - Colored
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-colored { border-color: transparent !important; }
|
||||
|
||||
.si-colored i { color: #FFF; }
|
||||
|
||||
/* Social Icons - Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.social-icon.si-large {
|
||||
margin: 0 10px 10px 0;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
font-size: 30px;
|
||||
line-height: 54px !important;
|
||||
}
|
||||
|
||||
/* Social Icons - Small
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.social-icon.si-small {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
font-size: 14px;
|
||||
line-height: 30px !important;
|
||||
}
|
||||
|
||||
.social-icon i {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .social-icon i {
|
||||
-webkit-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
.social-icon i:last-child { color: #FFF !important; }
|
||||
|
||||
.social-icon:hover i:first-child { margin-top: -38px; }
|
||||
|
||||
.social-icon.si-large:hover i:first-child { margin-top: -54px; }
|
||||
|
||||
.social-icon.si-small:hover i:first-child { margin-top: -30px; }
|
||||
|
||||
.social-icon:hover {
|
||||
color: #555;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.si-colored.social-icon { border-color: transparent; }
|
||||
|
||||
/* Social Icons - Sticky
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-sticky {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 5px;
|
||||
width: 36px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
/* Social Icons - Sticky Right
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-sticky.si-sticky-right {
|
||||
left: auto;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
/* Social Icons - Share
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-share {
|
||||
position: relative;
|
||||
padding-left: 5px;
|
||||
border-top: 1px solid #EEE;
|
||||
border-bottom: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.si-share span {
|
||||
line-height: 36px;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.si-share div { float: right; }
|
||||
|
||||
.si-share .social-icon {
|
||||
margin: -1px 0;
|
||||
border-radius: 0;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.si-facebook:hover,
|
||||
.si-colored.si-facebook { background-color: #3B5998 !important; }
|
||||
.si-delicious:hover,
|
||||
.si-colored.si-delicious { background-color: #205CC0 !important; }
|
||||
.si-paypal:hover,
|
||||
.si-colored.si-paypal { background-color: #00588B !important; }
|
||||
.si-flattr:hover,
|
||||
.si-colored.si-flattr { background-color: #F67C1A !important; }
|
||||
.si-android:hover,
|
||||
.si-colored.si-android { background-color: #A4C639 !important; }
|
||||
.si-smashmag:hover,
|
||||
.si-colored.si-smashmag { background-color: #E53B2C !important; }
|
||||
.si-gplus:hover,
|
||||
.si-colored.si-gplus { background-color: #DD4B39 !important; }
|
||||
.si-wikipedia:hover,
|
||||
.si-colored.si-wikipedia { background-color: #333 !important; }
|
||||
.si-stumbleupon:hover,
|
||||
.si-colored.si-stumbleupon { background-color: #F74425 !important; }
|
||||
.si-foursquare:hover,
|
||||
.si-colored.si-foursquare { background-color: #25A0CA !important; }
|
||||
.si-call:hover,
|
||||
.si-colored.si-call { background-color: #444 !important; }
|
||||
.si-ninetyninedesigns:hover,
|
||||
.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; }
|
||||
.si-forrst:hover,
|
||||
.si-colored.si-forrst { background-color: #5B9A68 !important; }
|
||||
.si-digg:hover,
|
||||
.si-colored.si-digg { background-color: #191919 !important; }
|
||||
.si-spotify:hover,
|
||||
.si-colored.si-spotify { background-color: #81B71A !important; }
|
||||
.si-reddit:hover,
|
||||
.si-colored.si-reddit { background-color: #C6C6C6 !important; }
|
||||
.si-blogger:hover,
|
||||
.si-colored.si-blogger { background-color: #FC4F08 !important; }
|
||||
.si-cc:hover,
|
||||
.si-colored.si-cc { background-color: #688527 !important; }
|
||||
.si-dribbble:hover,
|
||||
.si-colored.si-dribbble { background-color: #EA4C89 !important; }
|
||||
.si-evernote:hover,
|
||||
.si-colored.si-evernote { background-color: #5BA525 !important; }
|
||||
.si-flickr:hover,
|
||||
.si-colored.si-flickr { background-color: #FF0084 !important; }
|
||||
.si-google:hover,
|
||||
.si-colored.si-google { background-color: #DD4B39 !important; }
|
||||
.si-instapaper:hover,
|
||||
.si-colored.si-instapaper { background-color: #333 !important; }
|
||||
.si-klout:hover,
|
||||
.si-colored.si-klout { background-color: #FF5F52 !important; }
|
||||
.si-linkedin:hover,
|
||||
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
|
||||
.si-vk:hover,
|
||||
.si-colored.si-vk { background-color: #2B587A !important; }
|
||||
.si-rss:hover,
|
||||
.si-colored.si-rss { background-color: #EE802F !important; }
|
||||
.si-skype:hover,
|
||||
.si-colored.si-skype { background-color: #00AFF0 !important; }
|
||||
.si-twitter:hover,
|
||||
.si-colored.si-twitter { background-color: #00ACEE !important; }
|
||||
.si-youtube:hover,
|
||||
.si-colored.si-youtube { background-color: #C4302B !important; }
|
||||
.si-vimeo:hover,
|
||||
.si-colored.si-vimeo { background-color: #86C9EF !important; }
|
||||
.si-aim:hover,
|
||||
.si-colored.si-aim { background-color: #FCD20B !important; }
|
||||
.si-yahoo:hover,
|
||||
.si-colored.si-yahoo { background-color: #720E9E !important; }
|
||||
.si-email3:hover,
|
||||
.si-colored.si-email3 { background-color: #6567A5 !important; }
|
||||
.si-macstore:hover,
|
||||
.si-colored.si-macstore { background-color: #333333 !important; }
|
||||
.si-myspace:hover,
|
||||
.si-colored.si-myspace { background-color: #666666 !important; }
|
||||
.si-podcast:hover,
|
||||
.si-colored.si-podcast { background-color: #E4B21B !important; }
|
||||
.si-cloudapp:hover,
|
||||
.si-colored.si-cloudapp { background-color: #525557 !important; }
|
||||
.si-dropbox:hover,
|
||||
.si-colored.si-dropbox { background-color: #3D9AE8 !important; }
|
||||
.si-ebay:hover,
|
||||
.si-colored.si-ebay { background-color: #89C507 !important; }
|
||||
.si-github:hover,
|
||||
.si-colored.si-github { background-color: #171515 !important; }
|
||||
.si-googleplay:hover,
|
||||
.si-colored.si-googleplay { background-color: #DD4B39 !important; }
|
||||
.si-itunes:hover,
|
||||
.si-colored.si-itunes { background-color: #222 !important; }
|
||||
.si-plurk:hover,
|
||||
.si-colored.si-plurk { background-color: #CF5A00 !important; }
|
||||
.si-pinboard:hover,
|
||||
.si-colored.si-pinboard { background-color: #0000E6 !important; }
|
||||
.si-soundcloud:hover,
|
||||
.si-colored.si-soundcloud { background-color: #FF7700 !important; }
|
||||
.si-tumblr:hover,
|
||||
.si-colored.si-tumblr { background-color: #34526F !important; }
|
||||
.si-wordpress:hover,
|
||||
.si-colored.si-wordpress { background-color: #1E8CBE !important; }
|
||||
.si-yelp:hover,
|
||||
.si-colored.si-yelp { background-color: #C41200 !important; }
|
||||
.si-intensedebate:hover,
|
||||
.si-colored.si-intensedebate { background-color: #009EE4 !important; }
|
||||
.si-eventbrite:hover,
|
||||
.si-colored.si-eventbrite { background-color: #F16924 !important; }
|
||||
.si-scribd:hover,
|
||||
.si-colored.si-scribd { background-color: #666666 !important; }
|
||||
.si-stripe:hover,
|
||||
.si-colored.si-stripe { background-color: #008CDD !important; }
|
||||
.si-print:hover,
|
||||
.si-colored.si-print { background-color: #111 !important; }
|
||||
.si-dwolla:hover,
|
||||
.si-colored.si-dwolla { background-color: #FF5C03 !important; }
|
||||
.si-statusnet:hover,
|
||||
.si-colored.si-statusnet { background-color: #131A30 !important; }
|
||||
.si-acrobat:hover,
|
||||
.si-colored.si-acrobat { background-color: #D3222A !important; }
|
||||
.si-drupal:hover,
|
||||
.si-colored.si-drupal { background-color: #27537A !important; }
|
||||
.si-buffer:hover,
|
||||
.si-colored.si-buffer { background-color: #333333 !important; }
|
||||
.si-pocket:hover,
|
||||
.si-colored.si-pocket { background-color: #EE4056 !important; }
|
||||
.si-bitbucket:hover,
|
||||
.si-colored.si-bitbucket { background-color: #0E4984 !important; }
|
||||
.si-stackoverflow:hover,
|
||||
.si-colored.si-stackoverflow { background-color: #EF8236 !important; }
|
||||
.si-hackernews:hover,
|
||||
.si-colored.si-hackernews { background-color: #FF6600 !important; }
|
||||
.si-xing:hover,
|
||||
.si-colored.si-xing { background-color: #126567 !important; }
|
||||
.si-instagram:hover,
|
||||
.si-colored.si-instagram { background-color: #3F729B !important; }
|
||||
.si-quora:hover,
|
||||
.si-colored.si-quora { background-color: #A82400 !important; }
|
||||
.si-openid:hover,
|
||||
.si-colored.si-openid { background-color: #E16309 !important; }
|
||||
.si-steam:hover,
|
||||
.si-colored.si-steam { background-color: #111 !important; }
|
||||
.si-amazon:hover,
|
||||
.si-colored.si-amazon { background-color: #E47911 !important; }
|
||||
.si-disqus:hover,
|
||||
.si-colored.si-disqus { background-color: #E4E7EE !important; }
|
||||
.si-plancast:hover,
|
||||
.si-colored.si-plancast { background-color: #222 !important; }
|
||||
.si-appstore:hover,
|
||||
.si-colored.si-appstore { background-color: #000 !important; }
|
||||
.si-pinterest:hover,
|
||||
.si-colored.si-pinterest { background-color: #C8232C !important; }
|
||||
.si-fivehundredpx:hover,
|
||||
.si-colored.si-fivehundredpx { background-color: #111 !important; }
|
||||
|
||||
|
||||
|
||||
/* Social Icons Text Color
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.si-text-color.si-facebook i { color: #3B5998; }
|
||||
.si-text-color.si-delicious i { color: #205CC0; }
|
||||
.si-text-color.si-paypal i { color: #00588B; }
|
||||
.si-text-color.si-flattr i { color: #F67C1A; }
|
||||
.si-text-color.si-android i { color: #A4C639; }
|
||||
.si-text-color.si-smashmag i { color: #E53B2C; }
|
||||
.si-text-color.si-gplus i { color: #DD4B39; }
|
||||
.si-text-color.si-wikipedia i { color: #333; }
|
||||
.si-text-color.si-stumbleupon i { color: #F74425; }
|
||||
.si-text-color.si-foursquare i { color: #25A0CA; }
|
||||
.si-text-color.si-call i { color: #444; }
|
||||
.si-text-color.si-ninetyninedesigns i { color: #F26739; }
|
||||
.si-text-color.si-forrst i { color: #5B9A68; }
|
||||
.si-text-color.si-digg i { color: #191919; }
|
||||
.si-text-color.si-spotify i { color: #81B71A; }
|
||||
.si-text-color.si-reddit i { color: #C6C6C6; }
|
||||
.si-text-color.si-blogger i { color: #FC4F08; }
|
||||
.si-text-color.si-cc i { color: #688527; }
|
||||
.si-text-color.si-dribbble i { color: #EA4C89; }
|
||||
.si-text-color.si-evernote i { color: #5BA525; }
|
||||
.si-text-color.si-flickr i { color: #FF0084; }
|
||||
.si-text-color.si-google i { color: #DD4B39; }
|
||||
.si-text-color.si-instapaper i { color: #333; }
|
||||
.si-text-color.si-klout i { color: #FF5F52; }
|
||||
.si-text-color.si-linkedin i { color: #0E76A8; }
|
||||
.si-text-color.si-vk i { color: #2B587A; }
|
||||
.si-text-color.si-rss i { color: #EE802F; }
|
||||
.si-text-color.si-skype i { color: #00AFF0; }
|
||||
.si-text-color.si-twitter i { color: #00ACEE; }
|
||||
.si-text-color.si-youtube i { color: #C4302B; }
|
||||
.si-text-color.si-vimeo i { color: #86C9EF; }
|
||||
.si-text-color.si-aim i { color: #FCD20B; }
|
||||
.si-text-color.si-yahoo i { color: #720E9E; }
|
||||
.si-text-color.si-email3 i { color: #6567A5; }
|
||||
.si-text-color.si-macstore i { color: #333333; }
|
||||
.si-text-color.si-myspace i { color: #666666; }
|
||||
.si-text-color.si-podcast i { color: #E4B21B; }
|
||||
.si-text-color.si-cloudapp i { color: #525557; }
|
||||
.si-text-color.si-dropbox i { color: #3D9AE8; }
|
||||
.si-text-color.si-ebay i { color: #89C507; }
|
||||
.si-text-color.si-github i { color: #171515; }
|
||||
.si-text-color.si-googleplay i { color: #DD4B39; }
|
||||
.si-text-color.si-itunes i { color: #222; }
|
||||
.si-text-color.si-plurk i { color: #CF5A00; }
|
||||
.si-text-color.si-pinboard i { color: #0000E6; }
|
||||
.si-text-color.si-soundcloud i { color: #FF7700; }
|
||||
.si-text-color.si-tumblr i { color: #34526F; }
|
||||
.si-text-color.si-wordpress i { color: #1E8CBE; }
|
||||
.si-text-color.si-yelp i { color: #C41200; }
|
||||
.si-text-color.si-intensedebate i { color: #009EE4; }
|
||||
.si-text-color.si-eventbrite i { color: #F16924; }
|
||||
.si-text-color.si-scribd i { color: #666666; }
|
||||
.si-text-color.si-stripe i { color: #008CDD; }
|
||||
.si-text-color.si-print i { color: #111; }
|
||||
.si-text-color.si-dwolla i { color: #FF5C03; }
|
||||
.si-text-color.si-statusnet i { color: #131A30; }
|
||||
.si-text-color.si-acrobat i { color: #D3222A; }
|
||||
.si-text-color.si-drupal i { color: #27537A; }
|
||||
.si-text-color.si-buffer i { color: #333333; }
|
||||
.si-text-color.si-pocket i { color: #EE4056; }
|
||||
.si-text-color.si-bitbucket i { color: #0E4984; }
|
||||
.si-text-color.si-stackoverflow i { color: #EF8236; }
|
||||
.si-text-color.si-hackernews i { color: #FF6600; }
|
||||
.si-text-color.si-xing i { color: #126567; }
|
||||
.si-text-color.si-instagram i { color: #3F729B; }
|
||||
.si-text-color.si-quora i { color: #A82400; }
|
||||
.si-text-color.si-openid i { color: #E16309; }
|
||||
.si-text-color.si-steam i { color: #111; }
|
||||
.si-text-color.si-amazon i { color: #E47911; }
|
||||
.si-text-color.si-disqus i { color: #E4E7EE; }
|
||||
.si-text-color.si-plancast i { color: #222; }
|
||||
.si-text-color.si-appstore i { color: #000; }
|
||||
.si-text-color.si-pinterest i { color: #C8232C; }
|
||||
.si-text-color.si-fivehundredpx i { color: #111; }
|
||||
|
||||
.si-text-color:hover { color: #FFF; }
|
||||
@@ -0,0 +1,265 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: styled-icons.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Styled Icons
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.i-rounded,
|
||||
.i-plain,
|
||||
.i-circled,
|
||||
.i-bordered,
|
||||
.social-icon {
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 4px 11px 7px 0;
|
||||
text-align: center !important;
|
||||
font-size: 28px;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
||||
cursor: pointer;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .i-rounded,
|
||||
body:not(.device-touch) .i-plain,
|
||||
body:not(.device-touch) .i-circled,
|
||||
body:not(.device-touch) .i-bordered,
|
||||
body:not(.device-touch) .social-icon {
|
||||
-webkit-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
.i-rounded,
|
||||
.i-circled,
|
||||
.i-bordered {
|
||||
width: 52px !important;
|
||||
height: 52px !important;
|
||||
line-height: 52px !important;
|
||||
background-color: #444;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.i-bordered {
|
||||
border: 1px solid #555;
|
||||
line-height: 50px !important;
|
||||
background-color: transparent !important;
|
||||
color: #444;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.i-plain {
|
||||
width: 36px !important;
|
||||
height: 36px !important;
|
||||
font-size: 28px;
|
||||
line-height: 36px !important;
|
||||
color: #444;
|
||||
text-shadow: 1px 1px 1px #FFF;
|
||||
}
|
||||
|
||||
.i-plain:hover { color: #777; }
|
||||
|
||||
.i-circled { border-radius: 50%; }
|
||||
|
||||
.i-light {
|
||||
background-color: #F5F5F5;
|
||||
color: #444;
|
||||
text-shadow: 1px 1px 1px #FFF;
|
||||
box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.i-alt {
|
||||
background-image: url('../../../images/icons/iconalt.svg');
|
||||
background-position: center center;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
.i-rounded:hover,
|
||||
.i-circled:hover {
|
||||
background-color: #1ABC9C;
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
||||
box-shadow: 0 0 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.i-bordered:hover {
|
||||
background-color: #444 !important;
|
||||
color: #FFF;
|
||||
border-color: #444;
|
||||
}
|
||||
|
||||
|
||||
/* Icon Size - Small
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.i-small.i-rounded,
|
||||
.i-small.i-plain,
|
||||
.i-small.i-circled,
|
||||
.i-small.i-bordered {
|
||||
margin: 4px 11px 7px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.i-small.i-rounded,
|
||||
.i-small.i-circled,
|
||||
.i-small.i-bordered {
|
||||
width: 28px !important;
|
||||
height: 28px !important;
|
||||
line-height: 28px !important;
|
||||
}
|
||||
|
||||
.i-small.i-bordered { line-height: 26px !important; }
|
||||
|
||||
.i-small.i-plain {
|
||||
width: 18px !important;
|
||||
height: 18px !important;
|
||||
font-size: 14px;
|
||||
line-height: 18px !important;
|
||||
}
|
||||
|
||||
|
||||
/* Icon Size - Small
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.i-medium.i-rounded,
|
||||
.i-medium.i-plain,
|
||||
.i-medium.i-circled,
|
||||
.i-medium.i-bordered {
|
||||
margin: 6px 13px 9px 0;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.i-medium.i-rounded,
|
||||
.i-medium.i-circled,
|
||||
.i-medium.i-bordered {
|
||||
width: 36px !important;
|
||||
height: 36px !important;
|
||||
line-height: 36px !important;
|
||||
}
|
||||
|
||||
.i-medium.i-bordered { line-height: 34px !important; }
|
||||
|
||||
.i-medium.i-plain {
|
||||
width: 28px !important;
|
||||
height: 28px !important;
|
||||
font-size: 20px;
|
||||
line-height: 28px !important;
|
||||
}
|
||||
|
||||
|
||||
/* Icon Size - Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.i-large.i-rounded,
|
||||
.i-large.i-plain,
|
||||
.i-large.i-circled,
|
||||
.i-large.i-bordered {
|
||||
margin: 4px 11px 7px 0;
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
.i-large.i-rounded,
|
||||
.i-large.i-circled,
|
||||
.i-large.i-bordered {
|
||||
width: 64px !important;
|
||||
height: 64px !important;
|
||||
line-height: 64px !important;
|
||||
}
|
||||
|
||||
.i-large.i-bordered { line-height: 62px !important; }
|
||||
|
||||
.i-large.i-plain {
|
||||
width: 48px !important;
|
||||
height: 48px !important;
|
||||
font-size: 42px;
|
||||
line-height: 48px !important;
|
||||
}
|
||||
|
||||
|
||||
/* Icon Size - Extra Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.i-xlarge.i-rounded,
|
||||
.i-xlarge.i-plain,
|
||||
.i-xlarge.i-circled,
|
||||
.i-xlarge.i-bordered {
|
||||
margin: 4px 11px 7px 0;
|
||||
font-size: 56px;
|
||||
}
|
||||
|
||||
.i-xlarge.i-rounded,
|
||||
.i-xlarge.i-circled,
|
||||
.i-xlarge.i-bordered {
|
||||
width: 84px !important;
|
||||
height: 84px !important;
|
||||
line-height: 84px !important;
|
||||
}
|
||||
|
||||
.i-xlarge.i-bordered { line-height: 82px !important; }
|
||||
|
||||
.i-xlarge.i-plain {
|
||||
width: 64px !important;
|
||||
height: 64px !important;
|
||||
font-size: 56px;
|
||||
line-height: 64px !important;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Icon Overlay
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.i-overlay,
|
||||
.i-overlay a {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
top: 0;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
background: rgba(0,0,0,0.2) url('images/grid.png') repeat;
|
||||
}
|
||||
|
||||
.i-overlay a { background: transparent; }
|
||||
|
||||
.i-overlay img,
|
||||
.i-overlay i {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -24px 0 0 -24px;
|
||||
width: 48px !important;
|
||||
height: 48px !important;
|
||||
font-size: 48px;
|
||||
line-height: 1;
|
||||
color: #E5E5E5;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
.i-overlay i {
|
||||
margin: -18px 0 0 -18px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.on-hover.i-overlay { opacity: 0; }
|
||||
|
||||
body:not(.device-touch) .on-hover.i-overlay {
|
||||
-webkit-transition: opacity 0.3s linear;
|
||||
-o-transition: opacity 0.3s linear;
|
||||
transition: opacity 0.3s linear;
|
||||
}
|
||||
|
||||
.on-hover.i-overlay:hover { opacity: 1; }
|
||||
@@ -0,0 +1,409 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: tabs.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Tabs
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.tabs {
|
||||
position: relative;
|
||||
margin: 0 0 30px 0;
|
||||
}
|
||||
|
||||
ul.tab-nav:not(.tab-nav-lg) {
|
||||
margin: 0;
|
||||
border-bottom: 1px solid #DDD;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul.tab-nav:not(.tab-nav-lg) li {
|
||||
float: left;
|
||||
border: 1px solid #DDD;
|
||||
border-bottom: 0;
|
||||
border-left: 0;
|
||||
height: 41px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul.tab-nav:not(.tab-nav-lg) li:first-child {
|
||||
margin-left: 15px;
|
||||
border-left: 1px solid #DDD;
|
||||
}
|
||||
|
||||
ul.tab-nav:not(.tab-nav-lg) li a {
|
||||
display: block;
|
||||
padding: 0 15px;
|
||||
color: #444;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
background-color: #F2F2F2;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
|
||||
/* Tabs - Alternate Nav
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.tabs.tabs-alt ul.tab-nav li { border-color: transparent; }
|
||||
|
||||
.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; }
|
||||
|
||||
.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; }
|
||||
|
||||
.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
|
||||
border: 1px solid #DDD;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Tabs - Top Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
|
||||
top: -1px;
|
||||
height: 43px;
|
||||
line-height: 38px;
|
||||
border-top: 2px solid #1ABC9C;
|
||||
}
|
||||
|
||||
.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; }
|
||||
|
||||
|
||||
/* Tabs - Bottom Border
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.tabs.tabs-bb ul.tab-nav li {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tabs.tabs-bb ul.tab-nav li a {
|
||||
background-color: transparent;
|
||||
border-bottom: 2px solid transparent;
|
||||
}
|
||||
|
||||
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
|
||||
border-bottom: 2px solid #1ABC9C;
|
||||
top: -2px;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
|
||||
/* Tabs - Navigation Style 2
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
ul.tab-nav.tab-nav2 {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
ul.tab-nav.tab-nav2 li {
|
||||
border: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
ul.tab-nav.tab-nav2 li:first-child {
|
||||
margin-left: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
ul.tab-nav.tab-nav2 li a {
|
||||
background-color: #F5F5F5;
|
||||
border-radius: 2px;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
ul.tab-nav.tab-nav2 li.ui-state-active a {
|
||||
top: 0;
|
||||
background-color: #1ABC9C;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
|
||||
/* Tabs - Large Navigation
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
ul.tab-nav-lg {
|
||||
margin-bottom: 20px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul.tab-nav-lg li {
|
||||
float: left;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
ul.tab-nav-lg li a {
|
||||
display: inline-block;
|
||||
color: #444;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
ul.tab-nav.tab-nav-lg li i {
|
||||
display: block;
|
||||
font-size: 28px;
|
||||
margin: 0 0 7px;
|
||||
}
|
||||
|
||||
ul.tab-nav-lg li.ui-tabs-active a {
|
||||
color: #1ABC9C;
|
||||
}
|
||||
|
||||
|
||||
|
||||
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
|
||||
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
top: auto;
|
||||
bottom: -50px;
|
||||
border: solid transparent;
|
||||
}
|
||||
|
||||
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
|
||||
border-top-color: #FFF;
|
||||
border-width: 16px;
|
||||
left: 50%;
|
||||
margin-left: -16px;
|
||||
}
|
||||
|
||||
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
|
||||
border-top-color: #FFF;
|
||||
border-width: 16px;
|
||||
left: 50%;
|
||||
margin-left: -16px;
|
||||
}
|
||||
|
||||
|
||||
/* Tabs - Content Area
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.tab-container {
|
||||
position: relative;
|
||||
padding: 20px 0 0;
|
||||
}
|
||||
|
||||
ul.tab-nav li a i {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
font-size: 14px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
/* Tabs - Bordered
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }
|
||||
|
||||
.tabs-bordered .tab-container {
|
||||
border: 1px solid #DDD;
|
||||
border-top: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
|
||||
/* Tabs - Side Tabs
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.side-tabs ul.tab-nav {
|
||||
float: left;
|
||||
width: 200px;
|
||||
padding: 20px 0;
|
||||
border-bottom: 0;
|
||||
border-right: 1px solid #DDD;
|
||||
}
|
||||
|
||||
.side-tabs ul.tab-nav li {
|
||||
float: none;
|
||||
border: 1px solid #DDD;
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
height: auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.side-tabs ul.tab-nav li:first-child {
|
||||
margin-left: 0;
|
||||
border-top: 1px solid #DDD;
|
||||
border-left: 1px solid #DDD;
|
||||
}
|
||||
|
||||
.side-tabs ul.tab-nav li a {
|
||||
height: auto;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.side-tabs ul.tab-nav li.ui-tabs-active a {
|
||||
top: 0;
|
||||
right: -1px;
|
||||
}
|
||||
|
||||
.side-tabs .tab-container {
|
||||
overflow: hidden;
|
||||
padding: 15px 0 0 20px;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-hide {
|
||||
position: absolute !important;
|
||||
left: -10000px !important;
|
||||
display:block !important;
|
||||
}
|
||||
|
||||
|
||||
/* Tabs - Side Tabs & Nav Style 2
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.side-tabs ul.tab-nav.tab-nav2 { border: 0; }
|
||||
|
||||
.side-tabs ul.tab-nav.tab-nav2 li {
|
||||
border: 0;
|
||||
margin: 6px 0 0;
|
||||
}
|
||||
|
||||
.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }
|
||||
|
||||
.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
|
||||
|
||||
.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; }
|
||||
|
||||
|
||||
/* Tabs - Side Tabs & Bordered
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.tabs-bordered.side-tabs ul.tab-nav {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
z-index: 2;
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
.tabs-bordered.side-tabs ul.tab-nav li a {
|
||||
height: auto;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
|
||||
right: -1px;
|
||||
border-right: 1px solid #FFF;
|
||||
}
|
||||
|
||||
.tabs-bordered.side-tabs .tab-container {
|
||||
overflow: hidden;
|
||||
padding: 20px;
|
||||
border-top: 1px solid #DDD;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Side Navigation
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.sidenav {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
background-color: #FFF;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.sidenav li { list-style-type: none; }
|
||||
|
||||
.sidenav li a {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 0 0 -1px;
|
||||
padding: 11px 20px 11px 14px;
|
||||
font-size: 14px;
|
||||
border: 1px solid #E5E5E5;
|
||||
border-right-width: 2px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }
|
||||
|
||||
.sidenav > li:last-child > a {
|
||||
border-radius: 0 0 4px 4px;
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
.sidenav > .ui-tabs-active > a,
|
||||
.sidenav > .ui-tabs-active > a:hover {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
border-color: rgba(0,0,0,0.1) !important;
|
||||
color: #FFF !important;
|
||||
font-weight: 700;
|
||||
background-color: #1ABC9C !important;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.sidenav li ul { display: none; }
|
||||
|
||||
.sidenav li.ui-tabs-active ul { display: block; }
|
||||
|
||||
.sidenav li li a {
|
||||
padding: 6px 20px 6px 35px;
|
||||
font-size: 14px;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.sidenav li li:first-child a { padding-top: 20px; }
|
||||
|
||||
.sidenav li li:last-child a { padding-bottom: 20px; }
|
||||
|
||||
.sidenav li i {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin-right: 6px;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
/* Chevrons */
|
||||
.sidenav .icon-chevron-right {
|
||||
position: absolute;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
top: 50%;
|
||||
left: auto;
|
||||
right: 6px;
|
||||
margin-top: -8px;
|
||||
margin-right: 0;
|
||||
opacity: .4;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
.sidenav > li > a:hover {
|
||||
background-color: #F5F5F5;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.sidenav a:hover .icon-chevron-right { opacity: .5; }
|
||||
|
||||
.sidenav .ui-tabs-active .icon-chevron-right,
|
||||
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }
|
||||
@@ -0,0 +1,142 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: team.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Team
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.team,
|
||||
.team-image { position: relative; }
|
||||
|
||||
.team-image > a,
|
||||
.team-image img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.team-desc { text-align: center; }
|
||||
|
||||
.team-desc.team-desc-bg {
|
||||
background-color: #FFF;
|
||||
padding: 10px 0 30px;
|
||||
}
|
||||
|
||||
.team .si-share {
|
||||
margin-top: 30px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.team .si-share .social-icon {
|
||||
font-size: 14px;
|
||||
width: 34px;
|
||||
}
|
||||
|
||||
.team-title {
|
||||
position: relative;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.team-title h4 {
|
||||
display: block;
|
||||
margin-bottom: 0;
|
||||
font-size: 19px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.team-title span {
|
||||
display: block;
|
||||
color: #1ABC9C;
|
||||
font-weight: 400;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
font-size: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.team-content {
|
||||
margin-top: 15px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.team-content p:last-child { margin-bottom: 0; }
|
||||
|
||||
.team-overlay,
|
||||
.team-overlay:before {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .team-overlay {
|
||||
-webkit-transition: opacity .3s ease;
|
||||
-o-transition: opacity .3s ease;
|
||||
transition: opacity .3s ease;
|
||||
}
|
||||
|
||||
.team-overlay:before {
|
||||
content: '';
|
||||
z-index: auto;
|
||||
background-color: #FFF;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.team-overlay .social-icon {
|
||||
float: none;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
margin: 0 3px !important;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.team:hover .team-overlay { opacity: 1; }
|
||||
|
||||
|
||||
/* Team Center
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.team.center .team-title:after {
|
||||
left: 50%;
|
||||
margin-left: -40px;
|
||||
}
|
||||
|
||||
|
||||
/* Team List
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.team.team-list .team-image {
|
||||
float: left;
|
||||
width: 250px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.team.team-list .team-desc {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.team.team-list .team-title { padding-top: 0; }
|
||||
|
||||
.team .team-desc > .social-icon { margin-top: 20px; }
|
||||
|
||||
.team .team-content ~ .social-icon { margin-top: 30px; }
|
||||
|
||||
.team:not(.team-list) .social-icon {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
@@ -0,0 +1,213 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: testimonials.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/* Testimonials - Grid
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.testimonials-grid li {
|
||||
width: 50%;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.testimonials-grid.grid-1 li { width: 100%; }
|
||||
|
||||
.testimonials-grid.grid-3 li { width: 33.33%; }
|
||||
|
||||
.testimonials-grid li .testimonial {
|
||||
padding: 0;
|
||||
background-color: transparent !important;
|
||||
border: 0 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
|
||||
/* Testimonials - Item
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.testimonial {
|
||||
position: relative;
|
||||
padding: 20px;
|
||||
background-color: #FFF;
|
||||
border: 1px solid rgba(0,0,0,0.1);
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.testi-image {
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.testi-image,
|
||||
.testi-image a,
|
||||
.testi-image img,
|
||||
.testi-image i {
|
||||
display: block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.testi-image i {
|
||||
text-align: center;
|
||||
background-color: #EEE;
|
||||
border-radius: 50%;
|
||||
line-height: 64px;
|
||||
font-size: 28px;
|
||||
color: #888;
|
||||
text-shadow: 1px 1px 1px #FFF;
|
||||
}
|
||||
|
||||
.testi-image img { border-radius: 50%; }
|
||||
|
||||
.testi-content {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.testi-content p {
|
||||
margin-bottom: 0;
|
||||
font-family: 'Crete Round', serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.testi-content p:before,
|
||||
.testi-content p:after { content: '"'; }
|
||||
|
||||
.testi-meta {
|
||||
margin-top: 10px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.testi-meta:before { content: '\2013'; }
|
||||
|
||||
.testi-meta span {
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
text-transform: none;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* Twitter - Small Scroller
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.testimonial.twitter-scroll .testi-content p:before,
|
||||
.testimonial.twitter-scroll .testi-content p:after,
|
||||
.testimonial.twitter-scroll .testi-meta:before { content: ''; }
|
||||
|
||||
.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }
|
||||
|
||||
.testimonial.twitter-scroll .testi-meta span a { color: #999; }
|
||||
|
||||
.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }
|
||||
|
||||
|
||||
/* Testimonials - Full Width
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.testimonial.testimonial-full { padding: 30px; }
|
||||
|
||||
.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }
|
||||
|
||||
.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }
|
||||
|
||||
.testimonial-full .testi-image {
|
||||
float: none;
|
||||
margin: 0 auto 20px;
|
||||
}
|
||||
|
||||
.testimonial-full .testi-image,
|
||||
.testimonial-full .testi-image a,
|
||||
.testimonial-full .testi-image img,
|
||||
.testimonial-full .testi-image i {
|
||||
display: block;
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
}
|
||||
|
||||
.testimonial-full .testi-image i { line-height: 72px; }
|
||||
|
||||
.testimonial-full .testi-content {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.testimonial-full .testi-meta { margin-top: 15px; }
|
||||
|
||||
.testimonial-full .testi-meta span { padding-left: 0; }
|
||||
|
||||
|
||||
/* Testimonial - Section Scroller
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.section > .testimonial {
|
||||
padding: 0;
|
||||
background-color: transparent !important;
|
||||
border: 0 !important;
|
||||
box-shadow: none !important;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.section > .testimonial[data-animation="fade"] { padding: 0; }
|
||||
|
||||
.section > .testimonial .testi-content { font-size: 22px; }
|
||||
|
||||
.section > .testimonial .testi-meta,
|
||||
.section > .testimonial .testi-meta span { font-size: 14px; }
|
||||
|
||||
|
||||
/* Testimonial - Pagination
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.testimonial .flex-control-nav {
|
||||
top: auto;
|
||||
bottom: 6px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.testimonial .flex-control-nav li {
|
||||
margin: 0 2px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
.testimonial .flex-control-nav li a {
|
||||
width: 6px !important;
|
||||
height: 6px !important;
|
||||
border: none;
|
||||
background-color: #1ABC9C;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
|
||||
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }
|
||||
|
||||
|
||||
/* Testimonial - Full Scroller
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.testimonial.testimonial-full .flex-control-nav {
|
||||
position: relative;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 6px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.testimonial.testimonial-full .flex-control-nav li {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
}
|
||||
@@ -0,0 +1,201 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: toggles-accordions.less
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Toggle
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.toggle {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.toggle .togglet,
|
||||
.toggle .toggleta {
|
||||
display: block;
|
||||
position: relative;
|
||||
line-height: 24px;
|
||||
padding: 0 0 0 24px;
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #444;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.toggle .togglet i {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 16px;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.toggle .toggleta { font-weight: bold; }
|
||||
|
||||
.toggle .togglet i.toggle-open,
|
||||
.toggle .toggleta i.toggle-closed { display: none; }
|
||||
|
||||
.toggle .toggleta i.toggle-open { display: block; }
|
||||
|
||||
.toggle .togglec {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding: 10px 0 0 24px;
|
||||
}
|
||||
|
||||
|
||||
/* Toggle - with Title Background
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.toggle.toggle-bg .togglet,
|
||||
.toggle.toggle-bg .toggleta {
|
||||
background-color: #EEE;
|
||||
line-height: 44px;
|
||||
padding: 0 0 0 36px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.toggle.toggle-bg .togglet i {
|
||||
left: 14px;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.toggle.toggle-bg .togglec { padding: 12px 0 0 36px; }
|
||||
|
||||
|
||||
/* Toggle - Bordered
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.toggle.toggle-border {
|
||||
border: 1px solid #CCC;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.toggle.toggle-border .togglet,
|
||||
.toggle.toggle-border .toggleta {
|
||||
line-height: 44px;
|
||||
padding: 0 15px 0 36px;
|
||||
}
|
||||
|
||||
.toggle.toggle-border .togglet i {
|
||||
left: 14px;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.toggle.toggle-border .togglec { padding: 0 15px 15px 36px; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Accordions
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.accordion { margin-bottom: 20px; }
|
||||
|
||||
.acctitle {
|
||||
display: block;
|
||||
position: relative;
|
||||
line-height: 24px;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
cursor: pointer;
|
||||
border-top: 1px dotted #DDD;
|
||||
padding: 10px 0 10px 20px;
|
||||
}
|
||||
|
||||
.acctitlec { cursor: auto; }
|
||||
|
||||
.acctitle:first-child { border-top: none; }
|
||||
|
||||
.acctitle i {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 14px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.acctitle i.acc-open,
|
||||
.acctitlec i.acc-closed { display: none; }
|
||||
|
||||
.acctitlec i.acc-open { display: block; }
|
||||
|
||||
.acc_content {
|
||||
position: relative;
|
||||
padding: 0 0 15px 20px;
|
||||
}
|
||||
|
||||
|
||||
/* Accordion - with Title Background
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.accordion.accordion-bg .acctitle,
|
||||
.accordion.accordion-bg .acctitlec {
|
||||
background-color: #EEE;
|
||||
line-height: 44px;
|
||||
padding: 0 0 0 36px;
|
||||
margin-bottom: 5px;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.accordion.accordion-bg .acctitle i {
|
||||
left: 14px;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; }
|
||||
|
||||
|
||||
/* Accordion - Bordered
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.accordion.accordion-border {
|
||||
border: 1px solid #DDD;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.accordion.accordion-border .acctitle,
|
||||
.accordion.accordion-border .acctitlec {
|
||||
border-color: #CCC;
|
||||
line-height: 44px;
|
||||
padding: 0 15px 0 36px;
|
||||
}
|
||||
|
||||
.accordion.accordion-border .acctitle i {
|
||||
left: 14px;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }
|
||||
|
||||
|
||||
/* Accordion - Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.accordion.accordion-lg .acctitle {
|
||||
font-size: 23px;
|
||||
line-height: 44px;
|
||||
padding-left: 30px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.accordion.accordion-lg .acctitle i {
|
||||
width: 20px;
|
||||
font-size: 20px;
|
||||
line-height: 64px;
|
||||
}
|
||||
|
||||
.accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; }
|
||||
@@ -0,0 +1,63 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: youtubebg.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
HTML5 Youtube Video Backgrounds
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.mb_YTVPlayer :focus { outline: 0; }
|
||||
|
||||
.mb_YTVPlayer {
|
||||
display:block;
|
||||
transform:translateZ(0);
|
||||
transform-style: preserve-3d;
|
||||
perspective: 1000;
|
||||
backface-visibility: hidden;
|
||||
transform:translate3d(0,0,0);
|
||||
animation-timing-function: linear;
|
||||
}
|
||||
|
||||
.mb_YTVPlayer.fullscreen {
|
||||
display:block!important;
|
||||
position: fixed!important;
|
||||
width: 100%!important;
|
||||
height: 100%!important;
|
||||
top: 0!important;
|
||||
left: 0!important;
|
||||
margin: 0!important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.mb_YTVPlayer.fullscreen .mbYTP_wrapper { opacity:1 !important; }
|
||||
|
||||
|
||||
.mbYTP_wrapper iframe { max-width: 4000px !important; }
|
||||
|
||||
.inline_YTPlayer {
|
||||
margin-bottom: 20px;
|
||||
vertical-align:top;
|
||||
position:relative;
|
||||
left:0;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
-moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
|
||||
box-shadow: 0 0 5px rgba(0,0,0,.7);
|
||||
background: rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
.inline_YTPlayer img {
|
||||
border: none!important;
|
||||
-moz-transform: none!important;
|
||||
-webkit-transform: none!important;
|
||||
-o-transform: none!important;
|
||||
transform: none!important;
|
||||
margin:0!important;
|
||||
padding:0!important
|
||||
}
|
||||
@@ -0,0 +1,635 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
sliders.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
7. Flex Slider
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.fslider,
|
||||
.fslider .flexslider,
|
||||
.fslider .slider-wrap,
|
||||
.fslider .slide,
|
||||
.fslider .slide > a,
|
||||
.fslider .slide > img,
|
||||
.fslider .slide > a > img {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.fslider { min-height: 32px; }
|
||||
|
||||
|
||||
.flex-container a:active,
|
||||
.flexslider a:active,
|
||||
.flex-container a:focus,
|
||||
.flexslider a:focus { outline: none; border: none; }
|
||||
.slider-wrap,
|
||||
.flex-control-nav,
|
||||
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}
|
||||
|
||||
.flexslider {position: relative;margin: 0; padding: 0;}
|
||||
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
|
||||
.flexslider .slider-wrap img {width: 100%; display: block;}
|
||||
.flex-pauseplay span {text-transform: capitalize;}
|
||||
|
||||
.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
|
||||
html[xmlns] .slider-wrap {display: block;}
|
||||
* html .slider-wrap {height: 1%;}
|
||||
|
||||
.no-js .slider-wrap > .slide:first-child {display: block;}
|
||||
|
||||
.flex-viewport {
|
||||
max-height: 2000px;
|
||||
-webkit-transition: all 1s ease;
|
||||
-o-transition: all 1s ease;
|
||||
transition: all 1s ease;
|
||||
}
|
||||
|
||||
.flex-control-nav {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
text-align: center;
|
||||
top: 14px;
|
||||
right: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.flex-control-nav li {
|
||||
float: left;
|
||||
display: block;
|
||||
margin: 0 3px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.flex-control-nav li a {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
width: 10px !important;
|
||||
height: 10px !important;
|
||||
border: 1px solid #FFF;
|
||||
border-radius: 50%;
|
||||
transition: all .3s ease-in-out;
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.flex-control-nav li:hover a,
|
||||
.flex-control-nav li a.flex-active { background-color: #FFF; }
|
||||
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Slider
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.slider-element {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.slider-parallax { position: relative; }
|
||||
|
||||
.slider-parallax,
|
||||
.slider-parallax .swiper-container {
|
||||
visibility: visible;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.slider-parallax .slider-parallax-inner {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.device-touch .slider-parallax .slider-parallax-inner { position: relative; }
|
||||
|
||||
body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; }
|
||||
|
||||
body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; }
|
||||
|
||||
#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; }
|
||||
|
||||
.slider-parallax .slider-parallax-inner,
|
||||
.slider-parallax .slider-caption,
|
||||
.slider-parallax .ei-title {
|
||||
will-change: transform;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
-webkit-transition: transform 0s linear;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* Boxed Slider
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.boxed-slider { padding-top: 40px; }
|
||||
|
||||
|
||||
/* Flex Slider - Thumbs
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.fslider[data-animation="fade"][data-thumbs="true"] .flexslider,
|
||||
.fslider.testimonial[data-animation="fade"] .flexslider { height: auto !important; }
|
||||
|
||||
.flex-control-nav.flex-control-thumbs {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 2px -2px -2px 0;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; }
|
||||
|
||||
.flex-control-nav.flex-control-thumbs li img {
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
opacity: 0.5;
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.flex-control-nav.flex-control-thumbs li,
|
||||
.flex-control-nav.flex-control-thumbs li img {
|
||||
display: block;
|
||||
width: 100px !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.flex-control-nav.flex-control-thumbs li:hover img,
|
||||
.flex-control-nav.flex-control-thumbs li img.flex-active {
|
||||
border-width: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
/* Flex Thumbs - Flexible
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
|
||||
margin: 2px -2px -2px 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
|
||||
width: 25% !important;
|
||||
height: auto !important;
|
||||
margin: 0;
|
||||
padding: 0 2px 2px 0;
|
||||
}
|
||||
|
||||
.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; }
|
||||
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; }
|
||||
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; }
|
||||
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; }
|
||||
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; }
|
||||
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; }
|
||||
|
||||
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
|
||||
/* Swiper Slider
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.swiper_wrapper {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.full-screen .swiper_wrapper { height: auto; }
|
||||
|
||||
.swiper_wrapper .swiper-container {
|
||||
position: relative;
|
||||
width:100%;
|
||||
height:100%;
|
||||
margin: 0;
|
||||
background: url('../../images/pattern2.png') repeat;
|
||||
}
|
||||
|
||||
.swiper_wrapper .swiper-slide {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }
|
||||
|
||||
.swiper-slide .video-wrap,
|
||||
.section .video-wrap,
|
||||
.swiper-slide .yt-bg-player,
|
||||
.section .yt-bg-player {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.slider-element .container {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.slider-element.canvas-slider..swiper-slide img { width: 100%; }
|
||||
|
||||
.slider-element.canvas.slider a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.swiper-pagination {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 20;
|
||||
margin: 0;
|
||||
top: auto;
|
||||
bottom: 20px !important;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.swiper-pagination span {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 0 4px;
|
||||
opacity: 1;
|
||||
background-color: transparent;
|
||||
border: 1px solid #FFF;
|
||||
border-radius: 50%;
|
||||
-webkit-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
.swiper-pagination span:hover,
|
||||
.swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; }
|
||||
|
||||
|
||||
/* Revolution Slider
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.tp-banner .button { height: auto !important; }
|
||||
|
||||
|
||||
/* Video Overlay
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.video-wrap {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.video-wrap video {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.video-overlay,
|
||||
.video-placeholder {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 5;
|
||||
background: transparent url('../../images/grid.png') repeat;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.video-placeholder {
|
||||
z-index: 4;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
|
||||
|
||||
/* Slider Caption
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.slider-caption,
|
||||
.nivo-caption,
|
||||
.flex-caption {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 15px;
|
||||
z-index: 20;
|
||||
max-width: 550px;
|
||||
color: #EEE;
|
||||
font-size: 22px;
|
||||
font-weight: 300;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
|
||||
-webkit-transition: top .3s ease;
|
||||
-o-transition: top .3s ease;
|
||||
transition: top .3s ease;
|
||||
}
|
||||
|
||||
.slider-caption:not(.dark),
|
||||
.slider-caption:not(.dark) h2 {
|
||||
color: #222;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.slider-caption h2 {
|
||||
font-size: 64px;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.slider-caption p {
|
||||
margin-bottom: 10px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.slider-caption.slider-caption-right {
|
||||
left: auto;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.slider-caption.slider-caption-center {
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.slider-caption-bg {
|
||||
padding: 5px 12px;
|
||||
border-radius: 2px;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
top: auto;
|
||||
bottom: 50px;
|
||||
left: 50px;
|
||||
}
|
||||
|
||||
.slider-caption-bg.slider-caption-bg-light {
|
||||
background-color: rgba(255,255,255,0.8);
|
||||
color: #333;
|
||||
font-weight: 400;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.slider-caption-top-left {
|
||||
top: 50px;
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
.slider-caption-top-right {
|
||||
top: 50px;
|
||||
bottom: auto;
|
||||
left: auto;
|
||||
right: 50px;
|
||||
}
|
||||
|
||||
.slider-caption-bottom-right {
|
||||
left: auto;
|
||||
right: 50px;
|
||||
}
|
||||
|
||||
|
||||
/* Slider Arrows
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.slider-element .owl-carousel { margin: 0; }
|
||||
|
||||
.slider-arrow-left,
|
||||
.slider-arrow-right,
|
||||
.camera_prev,
|
||||
.camera_next,
|
||||
.slider-element .owl-prev,
|
||||
.slider-element .owl-next,
|
||||
.flex-prev,
|
||||
.flex-next,
|
||||
.nivo-prevNav,
|
||||
.nivo-nextNav,
|
||||
.slider-arrow-top-sm,
|
||||
.slider-arrow-bottom-sm {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
z-index: 10;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -26px;
|
||||
background-color: rgba(0,0,0,0.3);
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
border: 0;
|
||||
border-radius: 0 3px 3px 0;
|
||||
-webkit-transition: background-color .3s ease-in-out;
|
||||
-o-transition: background-color .3s ease-in-out;
|
||||
transition: background-color .3s ease-in-out;
|
||||
}
|
||||
|
||||
.slider-arrow-top-sm,
|
||||
.slider-arrow-bottom-sm {
|
||||
top: auto;
|
||||
bottom: 57px;
|
||||
left: auto;
|
||||
right: 20px;
|
||||
margin: 0;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
|
||||
.slider-arrow-bottom-sm {
|
||||
bottom: 20px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
}
|
||||
|
||||
.fslider[data-thumbs="true"] .flex-prev,
|
||||
.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; }
|
||||
|
||||
.slider-element .owl-prev,
|
||||
.slider-element .owl-next {
|
||||
-webkit-transition: background-color .3s ease-in-out;
|
||||
-o-transition: background-color .3s ease-in-out;
|
||||
transition: background-color .3s ease-in-out;
|
||||
}
|
||||
|
||||
.slider-arrow-right,
|
||||
.camera_next,
|
||||
.slider-element .owl-next,
|
||||
.flex-next,
|
||||
.nivo-nextNav {
|
||||
left: auto;
|
||||
right: 0;
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
||||
.slider-arrow-left i,
|
||||
.slider-arrow-right i,
|
||||
.camera_prev i,
|
||||
.camera_next i,
|
||||
.slider-element .owl-prev i,
|
||||
.slider-element .owl-next i,
|
||||
.flex-prev i,
|
||||
.flex-next i,
|
||||
.nivo-prevNav i,
|
||||
.nivo-nextNav i,
|
||||
.slider-arrow-top-sm i,
|
||||
.slider-arrow-bottom-sm i {
|
||||
line-height: 50px;
|
||||
width: 34px;
|
||||
height: 52px;
|
||||
color: #DDD;
|
||||
color: rgba(255,255,255,0.8);
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
|
||||
font-size: 34px;
|
||||
text-align: center;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
|
||||
.slider-arrow-top-sm i,
|
||||
.slider-arrow-bottom-sm i {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 0;
|
||||
line-height: 30px;
|
||||
font-size: 18px;
|
||||
color: #FFF;
|
||||
color: rgba(255,255,255,1);
|
||||
}
|
||||
|
||||
.flex-prev i { margin-left: 9px; }
|
||||
|
||||
.slider-element .owl-prev i { margin-left: 0; }
|
||||
|
||||
.slider-arrow-right i,
|
||||
.camera_next i,
|
||||
.nivo-nextNav i { margin-left: 10px; }
|
||||
|
||||
.flex-next i { margin-left: 11px; }
|
||||
|
||||
.slider-element .owl-next i { margin-right: 4px; }
|
||||
|
||||
.slider-element .owl-nav {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.3s ease-in-out;
|
||||
-o-transition: opacity 0.3s ease-in-out;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.slider-element .owl-nav div,
|
||||
.slider-element:hover .owl-nav { opacity: 1; }
|
||||
|
||||
.slider-arrow-left:hover,
|
||||
.slider-arrow-right:hover,
|
||||
.camera_prev:hover,
|
||||
.camera_next:hover,
|
||||
.slider-element .owl-prev:hover,
|
||||
.slider-element .owl-next:hover,
|
||||
.flex-prev:hover,
|
||||
.flex-next:hover,
|
||||
.nivo-prevNav:hover,
|
||||
.nivo-nextNav:hover,
|
||||
.slider-arrow-top-sm:hover,
|
||||
.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; }
|
||||
|
||||
|
||||
/* Slide Number
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.slide-number {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
top: auto;
|
||||
right: 20px;
|
||||
bottom: 20px;
|
||||
z-index: 20;
|
||||
width: 36px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
color: rgba(255,255,255,0.8);
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
-webkit-transition: all .3s linear;
|
||||
-o-transition: all .3s linear;
|
||||
transition: all .3s linear;
|
||||
}
|
||||
|
||||
.slider-element:hover .slide-number { opacity: 1; }
|
||||
|
||||
.slide-number-current,
|
||||
.slide-number-total {
|
||||
position: absolute;
|
||||
line-height: 1;
|
||||
top: 5px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.slide-number-total {
|
||||
top: auto;
|
||||
bottom: 5px;
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.slide-number span {
|
||||
display: block;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
|
||||
/* Pagination
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.slider-element .owl-dots {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 20;
|
||||
margin: 0;
|
||||
top: auto;
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
.slider-element .owl-dots .owl-dot {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 0 3px;
|
||||
opacity: 1;
|
||||
background-color: transparent;
|
||||
border: 1px solid #FFF;
|
||||
}
|
||||
|
||||
.slider-element .owl-dots .owl-dot.active,
|
||||
.slider-element .owl-dots .owl-dot:hover { background-color: #FFF !important; }
|
||||
|
||||
@@ -0,0 +1,214 @@
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
topbar.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
9. Top Bar
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#top-bar {
|
||||
position: relative;
|
||||
border-bottom: 1px solid #EEE;
|
||||
height: 45px;
|
||||
line-height: 44px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
#top-bar .col_half { width: auto; }
|
||||
|
||||
|
||||
/* Top Links
|
||||
---------------------------------*/
|
||||
|
||||
|
||||
.top-links {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.top-links ul {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.top-links ul li {
|
||||
float: left;
|
||||
position: relative;
|
||||
height: 44px;
|
||||
border-left: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.top-links ul li:first-child,
|
||||
.top-links ul ul li { border-left: 0 !important; }
|
||||
|
||||
.top-links li > a {
|
||||
display: block;
|
||||
padding: 0 12px;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
height: 44px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.top-links li i { vertical-align: top; }
|
||||
|
||||
.top-links li i.icon-angle-down { margin: 0 0 0 5px !important; }
|
||||
|
||||
.top-links li i:first-child { margin-right: 3px; }
|
||||
|
||||
.top-links li.full-icon i {
|
||||
top: 2px;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.top-links li:hover { background-color: #EEE; }
|
||||
|
||||
.top-links ul ul,
|
||||
.top-links ul div.top-link-section {
|
||||
display: none;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
z-index: 210;
|
||||
line-height: 1.5;
|
||||
background: #FFF;
|
||||
border: 0;
|
||||
top: 44px;
|
||||
left: 0;
|
||||
width: 140px;
|
||||
margin: 0;
|
||||
border-top: 1px solid #1ABC9C;
|
||||
border-bottom: 1px solid #EEE;
|
||||
box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
|
||||
-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
|
||||
-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.top-links li:hover ul,
|
||||
.top-links li:hover div.top-link-section { pointer-events: auto; }
|
||||
|
||||
.top-links ul ul li {
|
||||
float: none;
|
||||
height: 36px;
|
||||
border-top: 1px solid #F5F5F5;
|
||||
border-left: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.top-links ul ul li:hover { background-color: #F9F9F9; }
|
||||
|
||||
.top-links ul ul li:first-child {
|
||||
border-top: none !important;
|
||||
border-left: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.top-links ul ul a {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.top-links ul ul img {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.top-links ul ul.top-demo-lang img {
|
||||
top: 4px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.top-links ul div.top-link-section {
|
||||
padding: 25px;
|
||||
left: 0;
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.fright .top-links ul div.top-link-section,
|
||||
.top-links.fright ul div.top-link-section {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Top Social
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#top-social,
|
||||
#top-social ul { margin: 0; }
|
||||
|
||||
#top-social li,
|
||||
#top-social li a,
|
||||
#top-social li .ts-icon,
|
||||
#top-social li .ts-text {
|
||||
display: block;
|
||||
position: relative;
|
||||
float: left;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
#top-social li { border-left: 1px solid #EEE; }
|
||||
|
||||
#top-social li:first-child { border-left: 0 !important; }
|
||||
|
||||
#top-social li a {
|
||||
float: none;
|
||||
width: 40px;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
|
||||
-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
|
||||
transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
|
||||
}
|
||||
|
||||
#top-social li a:hover {
|
||||
color: #FFF !important;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
#top-social li .ts-icon {
|
||||
width: 40px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
/* Top Login
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
#top-login { margin-bottom: 0; }
|
||||
|
||||
#top-login .checkbox { margin-bottom: 10px; }
|
||||
|
||||
#top-login .form-control { position: relative; }
|
||||
|
||||
#top-login .form-control:focus { border-color: #CCC; }
|
||||
|
||||
#top-login .input-group#top-login-username { margin-bottom: -1px; }
|
||||
|
||||
#top-login #top-login-username input,
|
||||
#top-login #top-login-username .input-group-addon {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
#top-login .input-group#top-login-password { margin-bottom: 10px; }
|
||||
|
||||
#top-login #top-login-password input,
|
||||
#top-login #top-login-password .input-group-addon {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
@@ -0,0 +1,136 @@
|
||||
/* ----------------------------------------------------------------
|
||||
1. Basic
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
dl, dt, dd, ol, ul, li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
display: block;
|
||||
font-size: 0px;
|
||||
height: 0px;
|
||||
line-height: 0;
|
||||
width: 100%;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #1ABC9C;
|
||||
color: #FFF;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #1ABC9C; /* Firefox */
|
||||
color: #FFF;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::-webkit-selection {
|
||||
background: #1ABC9C; /* Safari */
|
||||
color: #FFF;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
:active,
|
||||
:focus { outline: none !important; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
2. Typography
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
body {
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none !important;
|
||||
color: #1ABC9C;
|
||||
}
|
||||
|
||||
a:hover { color: #222; }
|
||||
|
||||
a img { border: none; }
|
||||
|
||||
img { max-width: 100%; }
|
||||
|
||||
iframe { border: none !important; }
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
3. Basic Layout Styles
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #444;
|
||||
font-weight: 600;
|
||||
line-height: 1.5;
|
||||
margin: 0 0 30px 0;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
h5,
|
||||
h6 { margin-bottom: 20px; }
|
||||
|
||||
h1 { font-size: 36px; }
|
||||
|
||||
h2 { font-size: 30px; }
|
||||
|
||||
h3 { font-size: 24px; }
|
||||
|
||||
h4 { font-size: 18px; }
|
||||
|
||||
h5 { font-size: 14px; }
|
||||
|
||||
h6 { font-size: 12px; }
|
||||
|
||||
h4 { font-weight: 600; }
|
||||
|
||||
h5,
|
||||
h6 { font-weight: bold; }
|
||||
|
||||
h1 > span:not(.nocolor):not(.badge),
|
||||
h2 > span:not(.nocolor):not(.badge),
|
||||
h3 > span:not(.nocolor):not(.badge),
|
||||
h4 > span:not(.nocolor):not(.badge),
|
||||
h5 > span:not(.nocolor):not(.badge),
|
||||
h6 > span:not(.nocolor):not(.badge) { color: #1ABC9C; }
|
||||
|
||||
p,
|
||||
pre,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
dd,
|
||||
blockquote,
|
||||
address,
|
||||
table,
|
||||
fieldset,
|
||||
form { margin-bottom: 30px; }
|
||||
|
||||
small { font-family: 'Lato', sans-serif; }
|
||||
|
||||
|
||||
#wrapper {
|
||||
position: relative;
|
||||
float: none;
|
||||
width: 1220px;
|
||||
margin: 0 auto;
|
||||
background-color: #FFF;
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
||||
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
||||
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
@@ -0,0 +1,426 @@
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
||||
widgets.css
|
||||
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Widgets
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.widget {
|
||||
position: relative;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.sidebar-widgets-wrap .widget {
|
||||
padding-top: 50px;
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.widget:first-child { margin-top: 0; }
|
||||
|
||||
.sidebar-widgets-wrap .widget:first-child {
|
||||
padding-top: 0;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.widget > h4 {
|
||||
margin-bottom: 25px;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; }
|
||||
|
||||
.widget p:not(.lead) { font-size: 14px; }
|
||||
|
||||
|
||||
/* Tag Cloud
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.tagcloud { margin-bottom: -2px; }
|
||||
|
||||
.tagcloud a {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 4px;
|
||||
padding: 3px 6px;
|
||||
border: 1px solid #E5E5E5;
|
||||
font-size: 13px !important;
|
||||
color: #666;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
body:not(.device-touch) .tagcloud a {
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.tagcloud a:hover {
|
||||
border-color: #1ABC9C !important;
|
||||
color: #1ABC9C !important;
|
||||
}
|
||||
|
||||
|
||||
/* Widget - Links
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.widget_nav_menu ul,
|
||||
.widget_nav_menu li,
|
||||
.widget_links ul,
|
||||
.widget_links li,
|
||||
.widget_meta ul,
|
||||
.widget_meta li,
|
||||
.widget_archive ul,
|
||||
.widget_archive li,
|
||||
.widget_recent_comments ul,
|
||||
.widget_recent_comments li,
|
||||
.widget_recent_entries ul,
|
||||
.widget_recent_entries li,
|
||||
.widget_categories ul,
|
||||
.widget_categories li,
|
||||
.widget_pages ul,
|
||||
.widget_pages li,
|
||||
.widget_rss ul,
|
||||
.widget_rss li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.widget_nav_menu li,
|
||||
.widget_links li,
|
||||
.widget_meta li,
|
||||
.widget_archive li,
|
||||
.widget_recent_comments li,
|
||||
.widget_recent_entries li,
|
||||
.widget_categories li,
|
||||
.widget_pages li,
|
||||
.widget_rss li { padding: 4px; }
|
||||
|
||||
.widget_nav_menu li a,
|
||||
.widget_links li a,
|
||||
.widget_meta li a,
|
||||
.widget_archive li a,
|
||||
.widget_recent_entries li a,
|
||||
.widget_categories li a,
|
||||
.widget_pages li a,
|
||||
.widget_rss li a,
|
||||
.widget_recent_comments li {
|
||||
display: inline-block;
|
||||
padding: 0 3px 0 12px;
|
||||
}
|
||||
|
||||
.widget_recent_comments li {
|
||||
display: block;
|
||||
background: url("../../images/icons/widget-comment.png") left top no-repeat;
|
||||
padding: 4px 0 4px 20px;
|
||||
}
|
||||
|
||||
.widget_nav_menu li a,
|
||||
.widget_links li a,
|
||||
.widget_meta li a,
|
||||
.widget_archive li a,
|
||||
.widget_recent_entries li a,
|
||||
.widget_categories li a,
|
||||
.widget_pages li a,
|
||||
.widget_rss li a,
|
||||
.widget_recent_comments li a {
|
||||
background: url("../../images/icons/widget-link.png") left top no-repeat;
|
||||
border: none !important;
|
||||
color: #444;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.widget_nav_menu li a:hover,
|
||||
.widget_links li a:hover,
|
||||
.widget_meta li a:hover,
|
||||
.widget_archive li a:hover,
|
||||
.widget_recent_entries li a:hover,
|
||||
.widget_categories li a:hover,
|
||||
.widget_pages li a:hover,
|
||||
.widget_rss li a:hover,
|
||||
.widget_recent_comments li a:hover { color: #000; }
|
||||
|
||||
.widget_recent_comments li a {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.widget_nav_menu > ul > li:first-child,
|
||||
.widget_links > ul > li:first-child,
|
||||
.widget_meta > ul > li:first-child,
|
||||
.widget_archive > ul > li:first-child,
|
||||
.widget_recent_comments > ul > li:first-child,
|
||||
.widget_recent_entries > ul > li:first-child,
|
||||
.widget_categories > ul > li:first-child,
|
||||
.widget_pages > ul > li:first-child,
|
||||
.widget_rss > ul > li:first-child { border-top: 0 !important; }
|
||||
|
||||
.widget_nav_menu > ul,
|
||||
.widget_links > ul,
|
||||
.widget_meta > ul,
|
||||
.widget_archive > ul,
|
||||
.widget_recent_comments > ul,
|
||||
.widget_recent_entries > ul,
|
||||
.widget_categories > ul,
|
||||
.widget_pages > ul,
|
||||
.widget_rss > ul { margin-top: -4px !important; }
|
||||
|
||||
.widget_nav_menu ul ul,
|
||||
.widget_links ul ul,
|
||||
.widget_meta ul ul,
|
||||
.widget_archive ul ul,
|
||||
.widget_recent_comments ul ul,
|
||||
.widget_recent_entries ul ul,
|
||||
.widget_categories ul ul,
|
||||
.widget_pages ul ul,
|
||||
.widget_rss ul ul { margin-left: 15px; }
|
||||
|
||||
|
||||
/* Widget - Testimonial & Twitter
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.widget .testimonial.no-image .testi-image { display: none; }
|
||||
|
||||
.widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; }
|
||||
|
||||
.widget .testimonial:not(.twitter-scroll) .testi-image,
|
||||
.widget .testimonial:not(.twitter-scroll) .testi-image a,
|
||||
.widget .testimonial:not(.twitter-scroll) .testi-image img {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
.widget .testimonial.twitter-scroll .testi-image,
|
||||
.widget .testimonial.twitter-scroll .testi-image a,
|
||||
.widget .testimonial.twitter-scroll .testi-image img,
|
||||
.widget .testimonial.twitter-scroll .testi-image i {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.widget .testimonial.twitter-scroll .testi-image i {
|
||||
background-color: #EEE;
|
||||
line-height: 28px;
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.widget .testimonial p { font-size: 14px; }
|
||||
|
||||
|
||||
/* Widget - Quick Contact Form
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.quick-contact-widget .form-control,
|
||||
.quick-contact-widget .input-group,
|
||||
.quick-contact-widget .sm-form-control { margin-bottom: 10px; }
|
||||
|
||||
.quick-contact-widget .input-group .form-control { margin-bottom: 0; }
|
||||
|
||||
.quick-contact-widget form,
|
||||
#template-contactform { position: relative; }
|
||||
|
||||
|
||||
/* Newsletter Widget
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.subscribe-widget h5 {
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/* Blockquote
|
||||
-----------------------------------------------------------------*/
|
||||
blockquote {
|
||||
padding: 10px 20px;
|
||||
margin: 0 0 20px;
|
||||
font-size: 17px;
|
||||
border-left: 5px solid #EEE;
|
||||
}
|
||||
|
||||
.blockquote-reverse {
|
||||
padding-right: 15px;
|
||||
padding-left: 0;
|
||||
border-right: 5px solid #EEE;
|
||||
border-left: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
blockquote.float-left {
|
||||
max-width: 300px;
|
||||
margin: 5px 20px 10px 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* Twitter Feed Widget
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.widget-twitter-feed li { margin: 15px 0 0 0; }
|
||||
|
||||
.widget-twitter-feed li:first-child { margin-top: 0; }
|
||||
|
||||
.widget-twitter-feed small {
|
||||
display: block;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.widget-twitter-feed small a { color: #999; }
|
||||
|
||||
.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar { display: none; }
|
||||
|
||||
.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter { display: none; }
|
||||
|
||||
.widget-twitter-feed .twitter-feed-avatar { margin-left: 44px; }
|
||||
|
||||
.widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: -44px;
|
||||
text-align: center;
|
||||
top: 2px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.twitter-feed-avatar a.twitter-avatar img { border-radius: 50%; }
|
||||
|
||||
/* Widget Filter Links
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.widget-filter-links ul {
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.widget-filter-links .widget-filter-reset {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: auto;
|
||||
right: 0;
|
||||
font-size: 12px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.widget:not(:first-child) .widget-filter-reset { top: 50px; }
|
||||
|
||||
.widget-filter-links .widget-filter-reset a { color: red; }
|
||||
|
||||
.widget-filter-links .widget-filter-reset.active-filter { display: none; }
|
||||
|
||||
.widget-filter-links li {
|
||||
position: relative;
|
||||
font-size: 15px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.widget-filter-links li:not(:first-child) { margin-top: 10px; }
|
||||
|
||||
.widget-filter-links li a {
|
||||
display: block;
|
||||
color: #444;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.widget-filter-links li span {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: auto;
|
||||
right: 0;
|
||||
font-size: 11px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
text-align: center;
|
||||
color: #777;
|
||||
background-color: #EEE;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.widget-filter-links li:hover a { color: #777; }
|
||||
|
||||
.widget-filter-links li.active-filter a { font-weight: 700; }
|
||||
|
||||
.widget-filter-links li.active-filter span {
|
||||
color: #FFF;
|
||||
background-color: #1ABC9C;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
|
||||
/* Navigation Tree
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.nav-tree {
|
||||
position: relative;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.nav-tree ul {
|
||||
margin-bottom: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.nav-tree > ul { margin: -8px 0; }
|
||||
|
||||
.nav-tree li { position: relative; }
|
||||
|
||||
.nav-tree li a {
|
||||
display: block;
|
||||
padding: 8px 0;
|
||||
color: #333;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 2px;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
.nav-tree li i {
|
||||
font-size: 14px;
|
||||
width: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav-tree li i:not(.icon-angle-down) {
|
||||
margin-right: 8px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.nav-tree li a i.icon-angle-down {
|
||||
width: auto;
|
||||
font-size: 12px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.nav-tree li:hover > a,
|
||||
.nav-tree li.current > a,
|
||||
.nav-tree li.active > a { color: #1ABC9C !important; }
|
||||
|
||||
.nav-tree ul ul { display: none; }
|
||||
|
||||
.nav-tree ul ul a {
|
||||
font-size: 12px;
|
||||
padding: 6px 0;
|
||||
letter-spacing: 1px;
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
.nav-tree ul ul a i.icon-angle-down { font-size: 12px; }
|
||||
|
||||
.nav-tree ul ul a { padding-left: 20px; }
|
||||
.nav-tree ul ul ul a { padding-left: 40px; }
|
||||
.nav-tree ul ul ul ul a { padding-left: 60px; }
|
||||
.nav-tree ul ul ul ul ul a { padding-left: 80px; }
|
||||
@@ -0,0 +1,58 @@
|
||||
/* ----------------------------------------------------------------
|
||||
Fonts
|
||||
|
||||
Replace your Fonts as necessary
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
body,
|
||||
small,
|
||||
#primary-menu ul ul li > a,
|
||||
.wp-caption,
|
||||
.feature-box.fbox-center.fbox-italic p,
|
||||
.skills li .progress-percent .counter,
|
||||
.nav-tree ul ul a { font-family: 'Poppins', sans-serif; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
#logo,
|
||||
#primary-menu ul li > a,
|
||||
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,
|
||||
#top-search form input,
|
||||
.entry-link,
|
||||
.entry.entry-date-section span,
|
||||
.button.button-desc,
|
||||
.counter,
|
||||
label,
|
||||
.nav-tree li a,
|
||||
.wedding-head .first-name,
|
||||
.wedding-head .last-name { font-family: 'Poppins', sans-serif; }
|
||||
|
||||
.entry-meta li,
|
||||
.entry-link span,
|
||||
.entry blockquote p,
|
||||
.more-link,
|
||||
.comment-content .comment-author span,
|
||||
.button.button-desc span,
|
||||
.testi-content p,
|
||||
.team-title span,
|
||||
.before-heading,
|
||||
.wedding-head .first-name span,
|
||||
.wedding-head .last-name span {
|
||||
font-family: 'Playfair Display', serif;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
.font-body,
|
||||
.font-primary { font-family: 'Poppins', sans-serif !important; }
|
||||
|
||||
.font-secondary {
|
||||
font-family: 'Playfair Display', serif !important;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -0,0 +1,391 @@
|
||||
/* Magnific Popup CSS */
|
||||
.mfp-bg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1042;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
background: #0b0b0b;
|
||||
opacity: 0.8; }
|
||||
|
||||
.mfp-wrap {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1043;
|
||||
position: fixed;
|
||||
outline: none !important;
|
||||
-webkit-backface-visibility: hidden; }
|
||||
|
||||
.mfp-container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 0 8px;
|
||||
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%;
|
||||
left: 50%;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background: url('../images/preloader-dark.gif') center center no-repeat;
|
||||
text-align: center;
|
||||
margin-top: -12px;
|
||||
margin-left: -12px;
|
||||
z-index: 1044;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
.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;
|
||||
box-shadow: none;
|
||||
touch-action: manipulation; }
|
||||
|
||||
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;
|
||||
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; }
|
||||
.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;
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
margin-top: -55px;
|
||||
padding: 0;
|
||||
width: 90px;
|
||||
height: 110px;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
.mfp-arrow:active {
|
||||
margin-top: -54px; }
|
||||
.mfp-arrow:hover,
|
||||
.mfp-arrow:focus {
|
||||
opacity: 1; }
|
||||
.mfp-arrow:before,
|
||||
.mfp-arrow:after {
|
||||
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 {
|
||||
border-top-width: 13px;
|
||||
border-bottom-width: 13px;
|
||||
top: 8px; }
|
||||
.mfp-arrow:before {
|
||||
border-top-width: 21px;
|
||||
border-bottom-width: 21px;
|
||||
opacity: 0.7; }
|
||||
|
||||
.mfp-arrow-left {
|
||||
left: 0; }
|
||||
.mfp-arrow-left:after {
|
||||
border-right: 17px solid #FFF;
|
||||
margin-left: 31px; }
|
||||
.mfp-arrow-left:before {
|
||||
margin-left: 25px;
|
||||
border-right: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-arrow-right {
|
||||
right: 0; }
|
||||
.mfp-arrow-right:after {
|
||||
border-left: 17px solid #FFF;
|
||||
margin-left: 39px; }
|
||||
.mfp-arrow-right:before {
|
||||
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;
|
||||
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;
|
||||
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; } }
|
||||
|
||||
|
||||
|
||||
/* overlay at start */
|
||||
.mfp-fade.mfp-bg {
|
||||
opacity: 0;
|
||||
-webkit-transition: all 0.25s ease-out;
|
||||
-moz-transition: all 0.25s ease-out;
|
||||
transition: all 0.25s ease-out;
|
||||
}
|
||||
/* overlay animate in */
|
||||
.mfp-fade.mfp-bg.mfp-ready {
|
||||
opacity: 0.8;
|
||||
}
|
||||
/* overlay animate out */
|
||||
.mfp-fade.mfp-bg.mfp-removing {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
/* content at start */
|
||||
.mfp-fade.mfp-wrap .mfp-content {
|
||||
opacity: 0;
|
||||
|
||||
-webkit-transition: all 0.25s ease-out;
|
||||
-moz-transition: all 0.25s ease-out;
|
||||
transition: all 0.25s ease-out;
|
||||
}
|
||||
/* content animate it */
|
||||
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
|
||||
opacity: 1;
|
||||
}
|
||||
/* content animate out */
|
||||
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,389 @@
|
||||
/* ----------------------------------------------------------------
|
||||
Responsive CSS
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
|
||||
|
||||
/* Portfolio - Both Sidebars - Items - 2 Columns
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.bothsidebar .portfolio.portfolio-3 { margin: 0 0 -20px -20px; }
|
||||
|
||||
.bothsidebar .portfolio-2 .portfolio-item,
|
||||
.bothsidebar .portfolio-3 .portfolio-item { padding: 0 0 20px 20px; }
|
||||
|
||||
.bothsidebar .entry-meta li {
|
||||
margin-left: 10px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.landing-video { margin: 19px 75px 0 0; }
|
||||
|
||||
.panel .portfolio-meta li {
|
||||
padding-right: 22px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.panel .portfolio-meta li span {
|
||||
margin-right: -21px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 991px) {
|
||||
|
||||
#primary-menu-trigger {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
#primary-menu .container #primary-menu-trigger {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
body.side-push-panel #side-panel-trigger-close a {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#primary-menu ul li { text-align: right !important; }
|
||||
|
||||
#primary-menu.style-5 > ul > li > a > div i { margin: 0 0 0 6px; }
|
||||
|
||||
#primary-menu > ul > li.sub-menu > a,
|
||||
#primary-menu > .container > ul > li.sub-menu > a { background-position: left center; }
|
||||
|
||||
|
||||
#primary-menu ul ul:not(.mega-menu-column),
|
||||
#primary-menu ul li .mega-menu-content {
|
||||
padding-right: 15px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#primary-menu ul li .mega-menu-content { padding-right: 0; }
|
||||
|
||||
#primary-menu ul ul:not(.mega-menu-column) ul {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
|
||||
#primary-menu ul li .mega-menu-content.menu-pos-invert {
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#primary-menu ul ul li:hover > a {
|
||||
padding-right: 5px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#primary-menu ul li .mega-menu-content ul {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
#primary-menu ul li .mega-menu-content ul.mega-menu-column {
|
||||
border-right: 0 !important;
|
||||
padding-left: 0;
|
||||
padding-right: 15px;
|
||||
}
|
||||
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 0 15px 0 0; }
|
||||
|
||||
#primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover {
|
||||
padding-right: 5px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#top-search a,
|
||||
#top-cart,
|
||||
#side-panel-trigger,
|
||||
#top-account {
|
||||
left: 15px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
|
||||
left: 0;
|
||||
right: auto;
|
||||
|
||||
}
|
||||
|
||||
#top-search a {
|
||||
left: 43px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#side-panel-trigger {
|
||||
left: 71px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#page-menu nav {
|
||||
right: auto;
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
#page-menu nav li { float: none; }
|
||||
|
||||
#page-menu ul ul a {
|
||||
padding-right: 25px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#top-account {
|
||||
left: 75px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
/* Responsive Sticky Header
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.responsive-sticky-header #header-wrap {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
/* Portfolio - Items - 1 Column - Full Width
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
|
||||
right: 50%;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
|
||||
right: auto;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.entry-meta li { margin: 0 0 10px 10px; }
|
||||
|
||||
|
||||
/* Blog - Grid
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.post-grid {
|
||||
margin-left: -20px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Blog - Grid - 3 Columns
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.post-grid.grid-2,
|
||||
.post-grid.grid-3 {
|
||||
margin-left: -30px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.post-grid.grid-2 .entry,
|
||||
.post-grid.grid-3 .entry {
|
||||
margin-right: 0;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
|
||||
.pricing-box.pricing-extended .pricing-action-area {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.landing-form-overlay {
|
||||
left: auto;
|
||||
right: 50%;
|
||||
margin-right: -200px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.landing-video { margin: 14px 60px 0 0; }
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
.top-links > ul > li {
|
||||
margin-left: -4px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.top-links ul ul,
|
||||
.top-links ul div.top-link-section { text-align: right; }
|
||||
|
||||
.top-links ul div.top-link-section {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.postcontent,
|
||||
.postcontent.bothsidebar,
|
||||
.sidebar,
|
||||
.col_full,
|
||||
.col_half,
|
||||
.col_one_third,
|
||||
.col_two_third,
|
||||
.col_three_fourth,
|
||||
.col_one_fourth,
|
||||
.col_one_fifth,
|
||||
.col_two_fifth,
|
||||
.col_three_fifth,
|
||||
.col_four_fifth,
|
||||
.col_one_sixth,
|
||||
.col_five_sixth { margin-left: 0; }
|
||||
|
||||
#page-title #portfolio-navigation,
|
||||
#portfolio-ajax-title #portfolio-navigation { right: 0; }
|
||||
|
||||
/* Portfolio - Filter
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.portfolio-filter li a {
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/* Blog
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.entry-meta li { margin: 0 0 10px 10px; }
|
||||
|
||||
.post-grid { margin-left: 0 !important; }
|
||||
|
||||
.post-grid .entry,
|
||||
.post-masonry-full.grid-3 .entry {
|
||||
margin-left: 0 !important;
|
||||
border-left: 0 !important;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.post-timeline .entry.entry-date-section { margin-right: 0; }
|
||||
|
||||
.postcontent .post-timeline { padding-right: 0; }
|
||||
|
||||
.team.team-list .team-image { margin-left: 0; }
|
||||
|
||||
.title-block {
|
||||
padding: 2px 0 3px 15px;
|
||||
border-right-width: 5px;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.title-block-right {
|
||||
padding: 2px 15px 3px 0;
|
||||
border-left-width: 5px;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 576px) and (max-width: 767px) {
|
||||
|
||||
#top-search form input {
|
||||
padding-left: 60px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* Portfolio - Items
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.portfolio:not(.portfolio-1) { margin: 0 0 -6px -6px; }
|
||||
|
||||
.portfolio:not(.portfolio-1) .portfolio-item { padding: 0 0 6px 6px; }
|
||||
|
||||
.portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon {
|
||||
margin-right: 5px !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
|
||||
right: 50%;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
|
||||
right: auto;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.shop:not(.product-1) { margin: 0 0 -12px -12px; }
|
||||
|
||||
.shop:not(.product-1) .product { padding: 0 0 12px 12px; }
|
||||
|
||||
.button.button-full i {
|
||||
margin-left: 0;
|
||||
margin-right: 3px !important;
|
||||
}
|
||||
|
||||
.landing-video { margin: 19px 0 0 53px; }
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 575px) {
|
||||
|
||||
#primary-menu-trigger {
|
||||
left: 0;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
#top-search a {
|
||||
right: auto;
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
#top-search form input {
|
||||
padding-left: 55px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#side-panel-trigger {
|
||||
left: 68px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#top-account {
|
||||
left: 68px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.parallax .entry-overlay-meta,
|
||||
.parallax .entry-overlay {
|
||||
right: 50% !important;
|
||||
left: 0 !important;
|
||||
margin: 0 0 0 -140px !important;
|
||||
}
|
||||
|
||||
.button.button-full i {
|
||||
margin-right: 3px !important;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.landing-video { margin: 19px 0 0 34px; }
|
||||
|
||||
.landing-form-overlay {
|
||||
margin-right: -155px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.side-tabs ul.tab-nav li.ui-tabs-active a,
|
||||
.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user