code
stringlengths 2k
1.04M
| repo_path
stringlengths 5
517
| parsed_code
stringlengths 0
1.04M
| quality_prob
float64 0.02
0.95
| learning_prob
float64 0.02
0.93
|
---|---|---|---|---|
.sidebar {
flex: 0 0 200px;
}
.sidebar-container {
position: sticky;
top: 40px;
align-self: start;
}
.sidebar a {
color: var(--primary-color);
}
.sidebar-rss {
position: absolute;
right: -6px;
}
.sidebar-rss svg {
width: 20px;
height: 20px;
fill: var(--primary-color);
stroke: none;
}
.sidebar-avatar {
width: 200px;
height: 200px;
overflow: hidden;
margin-bottom: 20px;
}
#mode {
position: absolute;
right: 12px;
bottom: 12px;
padding: 6px;
background-color: var(--background-color);
border: 1px solid var(--button-color);
border-radius: 50%;
cursor: pointer;
}
.sidebar-avatar-img {
width: 100%;
border-radius: 50%;
}
.sidebar-title {
font-size: 30px;
}
.sidebar-title a {
color: var(--primary-color);
}
.sidebar-language {
font-size: 18px;
padding-bottom: 20px;
}
.sidebar-language-slash {
padding-left: 5px;
padding-right: 5px;
}
.sidebar-language p {
display: inline;
color: var(--primary-color);
}
.sidebar-language a {
color: var(--secondary-color);
}
.sponsor {
margin-top: 40px;
}
.sponsor p {
font-size: 18px;
margin: 0 0 20px;
color: var(--primary-color);
}
.sponsor-container {
column-gap: 10px;
}
.sponsor-button {
padding: 0;
width: 40px;
height: 40px;
border-radius: 5px;
transition: 25ms ease-out;
background-color: var(--button-color);
border: 0;
cursor: pointer;
z-index: 1;
}
.sponsor-button svg {
fill: var(--button-color);
width: 30px;
height: 30px;
position: relative;
z-index: 3;
}
.sponsor-button:disabled {
color: var(--secondary-color);
}
.sponsor-button-mask {
top: 6px;
right: 6px;
width: 26px;
height: 26px;
border-radius: 50%;
background-color: var(--primary-color);
z-index: 2;
}
.sidebar-social {
justify-content: center;
column-gap: 10px;
}
.sidebar-alert-adblock {
margin-top: 40px;
color: var(--primary-color);
}
|
themes/devot/src/css/sidebar.css
|
.sidebar {
flex: 0 0 200px;
}
.sidebar-container {
position: sticky;
top: 40px;
align-self: start;
}
.sidebar a {
color: var(--primary-color);
}
.sidebar-rss {
position: absolute;
right: -6px;
}
.sidebar-rss svg {
width: 20px;
height: 20px;
fill: var(--primary-color);
stroke: none;
}
.sidebar-avatar {
width: 200px;
height: 200px;
overflow: hidden;
margin-bottom: 20px;
}
#mode {
position: absolute;
right: 12px;
bottom: 12px;
padding: 6px;
background-color: var(--background-color);
border: 1px solid var(--button-color);
border-radius: 50%;
cursor: pointer;
}
.sidebar-avatar-img {
width: 100%;
border-radius: 50%;
}
.sidebar-title {
font-size: 30px;
}
.sidebar-title a {
color: var(--primary-color);
}
.sidebar-language {
font-size: 18px;
padding-bottom: 20px;
}
.sidebar-language-slash {
padding-left: 5px;
padding-right: 5px;
}
.sidebar-language p {
display: inline;
color: var(--primary-color);
}
.sidebar-language a {
color: var(--secondary-color);
}
.sponsor {
margin-top: 40px;
}
.sponsor p {
font-size: 18px;
margin: 0 0 20px;
color: var(--primary-color);
}
.sponsor-container {
column-gap: 10px;
}
.sponsor-button {
padding: 0;
width: 40px;
height: 40px;
border-radius: 5px;
transition: 25ms ease-out;
background-color: var(--button-color);
border: 0;
cursor: pointer;
z-index: 1;
}
.sponsor-button svg {
fill: var(--button-color);
width: 30px;
height: 30px;
position: relative;
z-index: 3;
}
.sponsor-button:disabled {
color: var(--secondary-color);
}
.sponsor-button-mask {
top: 6px;
right: 6px;
width: 26px;
height: 26px;
border-radius: 50%;
background-color: var(--primary-color);
z-index: 2;
}
.sidebar-social {
justify-content: center;
column-gap: 10px;
}
.sidebar-alert-adblock {
margin-top: 40px;
color: var(--primary-color);
}
| 0.492432 | 0.122602 |
* bootswatch v3.4.1
* Homepage: http://bootswatch.com
* Copyright 2012-2019 <NAME>
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* BS3 MixLab v3.4.1
* Copyright 2019-2020 <NAME>
* Licensed under MIT
* Based on Bootswatch v3.4.1 SpaceLab and Cerulean themes
*/
.img-rounded {
border-radius: 6px;
}
.img-circle {
border-radius: 50%;
}
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
code {
border-radius: 4px;
}
kbd {
border-radius: 3px;
}
pre {
border-radius: 4px;
}
pre code {
border-radius: 0;
}
.form-control {
border-radius: 4px;
}
.input-sm {
border-radius: 3px;
}
.form-group-sm .form-control {
border-radius: 3px;
}
.input-lg {
border-radius: 6px;
}
.form-group-lg .form-control {
border-radius: 6px;
}
.btn {
border-radius: 4px;
}
.btn-link {
border-radius: 0;
}
.btn-lg,
.btn-group-lg > .btn {
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
border-radius: 3px;
}
.dropdown-menu {
border-radius: 4px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.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-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
border-radius: 6px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
border-radius: 3px;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon {
border-radius: 4px;
}
.input-group-addon.input-sm {
border-radius: 3px;
}
.input-group-addon.input-lg {
border-radius: 6px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.nav-tabs > li > a {
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > li > a {
border-radius: 4px;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-radius: 4px 4px 0 0;
}
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-tabs-justified > li > a {
border-radius: 4px;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-radius: 4px 4px 0 0;
}
}
.nav-tabs .dropdown-menu {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@media (min-width: 992px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 992px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
@media (min-width: 992px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-toggle {
border-radius: 4px;
}
.navbar-toggle .icon-bar {
border-radius: 1px;
}
.navbar-nav > li > .dropdown-menu {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.breadcrumb {
border-radius: 4px;
}
.pagination {
border-radius: 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager li > a,
.pager li > span {
border-radius: 15px;
}
.label {
border-radius: 0.25em;
}
.badge {
border-radius: 10px;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.alert {
border-radius: 4px;
}
.progress {
border-radius: 4px;
}
.list-group {
border-radius: 4px;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
/*.list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
text-shadow: none;
}*/
.img-thumbnail, .thumbnail {
border-radius: 4px;
}
.panel {
border-radius: 4px;
}
.panel-heading {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-footer {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel-group .panel {
border-radius: 4px;
}
.well {
border-radius: 4px;
}
.well-lg {
border-radius: 6px;
}
.well-sm {
border-radius: 3px;
}
.modal-content {
border-radius: 6px;
}
.tooltip-inner {
border-radius: 4px;
}
.popover {
border-radius: 6px;
}
.popover-title {
border-radius: 5px 5px 0 0;
}
.carousel-indicators li {
border-radius: 10px;
}
.navbar-form[role="search"] input {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
@media (min-width: 768px) {
.sidebar-fixed-left, .sidebar-fixed-right {
border-radius: 0;
}
.sidebar-fixed-left .dropdown .dropdown-menu,
.sidebar-left .dropdown .dropdown-menu {
border-radius: 0 3px 3px 0;
}
.sidebar-fixed-right .dropdown .dropdown-menu,
.sidebar-right .dropdown .dropdown-menu {
border-radius: 3px 0 0 3px;
}
}
.navbar-default {
background-image: -moz-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(60%,#e9ecef), color-stop(100%,#e3e7eb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe3e7eb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe3e7eb',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #c8c8c8;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.navbar-inverse {
background-image: -moz-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949aa3), color-stop(50%,#6C737E), color-stop(100%,#636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6C737E 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #545a63;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-form .btn {
background-image: -moz-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(60%,#e9ecef), color-stop(100%,#e3e7eb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe3e7eb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe3e7eb',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #c8c8c8;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.navbar-inverse .navbar-form .btn {
background-color: #6C737E;
border-color: #656b76;
background-image: -moz-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949aa3), color-stop(50%,#6C737E), color-stop(100%,#636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6C737E 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #545a63;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
color: #ccc;
}
.navbar-nav > li > a,
.navbar-nav > li > a:hover {
-webkit-transition: color ease-in-out 0.2s;
-o-transition: color ease-in-out 0.2s;
-moz-transition: color ease-in-out 0.2s;
transition: color ease-in-out 0.2s;
}
.navbar-brand,
.navbar-brand:hover {
-webkit-transition: color ease-in-out 0.2s;
-o-transition: color ease-in-out 0.2s;
-moz-transition: color ease-in-out 0.2s;
transition: color ease-in-out 0.2s;
}
.navbar .caret,
.navbar .caret:hover {
-webkit-transition: border-color ease-in-out 0.2s;
-o-transition: border-color ease-in-out 0.2s;
-moz-transition: border-color ease-in-out 0.2s;
transition: border-color ease-in-out 0.2s;
}
/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
box-shadow: inset 0 3px 9px rgba(0,0,0,.075)
}
.navbar-brand, .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255,255,255,.25)
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
background-image: -webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);
background-image: -o-linear-gradient(top,#080808 0,#0f0f0f 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));
background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
box-shadow: inset 0 3px 9px rgba(0,0,0,.25)
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background-image: -webkit-linear-gradient(top,#54b4eb 0,#2fa4e7 60%, #1d9ce5 100%);
background-image: -o-linear-gradient(top,#54b4eb 0,#2fa4e7 60%, #1d9ce5 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#54b4eb),to(#1d9ce5));
background-image: linear-gradient(to bottom,#54b4eb 0,#2fa4e7 60%, #1d9ce5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
background-repeat: repeat-x;
background-color: #e8e8e8
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
background-color: #2e6da4
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
background-color: #e8e8e8
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
background-color: #2e6da4
}*/
.btn-default,
.btn-default.outline:hover {
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f5f5f5 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 60%, #f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f5f5f5 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f5f5f5 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#fff5f5f5',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#fff5f5f5',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-default:hover {
background-image: -moz-linear-gradient(top, #fff 0%, #e4e4e4 50%, #dadada 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#e4e4e4), color-stop(100%,#dadada)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 50%, #dadada 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #e4e4e4 50%, #dadada 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #e4e4e4 50%, #dadada 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #e4e4e4 50%, #dadada 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#ffdadada',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#ffdadada',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #cacaca;
}
.btn-inverse,
.btn-inverse.outline:hover {
background-image: -moz-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949aa3), color-stop(50%,#6C737E), color-stop(100%,#636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6C737E 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #545a63;
}
.btn-inverse:hover {
background-image: -moz-linear-gradient(top, #636565 0%, #3d3f3f 50%, #333434 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636565), color-stop(50%,#3d3f3f), color-stop(100%,#333434)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #636565 0%, #3d3f3f 50%, #333434 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #636565 0%, #3d3f3f 50%, #333434 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #636565 0%, #3d3f3f 50%, #333434 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #636565 0%, #3d3f3f 50%, #333434 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff636565', endColorstr='#ff333434',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff636565', endColorstr='#ff333434',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
-webkit-filter: none;
filter: none;
border: 1px solid #242525;
}
.btn-primary,
.btn-primary.outline:hover,
.bg-primary {
background-image: -moz-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2bbeff), color-stop(50%,#0099dd), color-stop(100%,#008bc9)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2bbeff', endColorstr='#ff008bc9',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2bbeff', endColorstr='#ff008bc9',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #0076aa;
}
.btn-primary:hover {
background-image: -moz-linear-gradient(top, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16b7ff), color-stop(50%,#008bc9), color-stop(100%,#007db4)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff16b7ff', endColorstr='#ff007db4',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff16b7ff', endColorstr='#ff007db4',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #006896;
}
.btn-secondary,
.btn-secondary.outline:hover,
.bg-secondary {
background-image: -moz-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04519b), color-stop(60%,#044687), color-stop(100%,#033769)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #04519b 0%, #044687 60%, #033769 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff04519b', endColorstr='#ff033769',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff04519b', endColorstr='#ff033769',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #022f5a;
}
.btn-secondary:hover {
background-image: -moz-linear-gradient(top, #003D87 0%, #003273 50%, #002355 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003D87), color-stop(50%,#003273), color-stop(100%,#002355)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #003D87 0%, #003273 50%, #002355 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #003D87 0%, #003273 50%, #002355 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #003D87 0%, #003273 50%, #002355 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #003D87 0%, #003273 50%, #002355 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003D87', endColorstr='#ff002355',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003D87', endColorstr='#ff002355',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #001B46;
}
.btn-success,
.btn-success.outline:hover,
.bg-success {
background-image: -moz-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61dd45), color-stop(50%,#3CB521), color-stop(100%,#36a41e)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61dd45', endColorstr='#ff36a41e',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61dd45', endColorstr='#ff36a41e',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #2e8a19;
}
.btn-success:hover {
background-image: -moz-linear-gradient(top, #52da34 0%, #36a41e 50%, #31921b 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52da34), color-stop(50%,#36a41e), color-stop(100%,#31921b)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #52da34 0%, #36a41e 50%, #31921b 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #52da34 0%, #36a41e 50%, #31921b 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #52da34 0%, #36a41e 50%, #31921b 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #52da34 0%, #36a41e 50%, #31921b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff52da34', endColorstr='#ff31921b',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff52da34', endColorstr='#ff31921b',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #287916;
}
.btn-info,
.btn-info.outline:hover,
.bg-info {
background-image: -moz-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b994cc), color-stop(50%,#9760B3), color-stop(100%,#8e52ac)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb994cc', endColorstr='#ff8e52ac',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb994cc', endColorstr='#ff8e52ac',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #7d4898;
}
.btn-info:hover {
background-image: -moz-linear-gradient(top, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b086c5), color-stop(50%,#8e52ac), color-stop(100%,#834c9e)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb086c5', endColorstr='#ff834c9e',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb086c5', endColorstr='#ff834c9e',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #71428a;
}
.btn-warning,
.btn-warning.outline:hover,
.bg-warning {
background-image: -moz-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bd45), color-stop(50%,#e79e09), color-stop(100%,#d49008)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8bd45', endColorstr='#ffd49008',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8bd45', endColorstr='#ffd49008',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #b67c07;
}
.btn-warning:hover {
background-image: -moz-linear-gradient(top, #f7b631 0%, #d49008 50%, #c08307 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b631), color-stop(50%,#d49008), color-stop(100%,#c08307)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f7b631 0%, #d49008 50%, #c08307 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f7b631 0%, #d49008 50%, #c08307 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f7b631 0%, #d49008 50%, #c08307 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f7b631 0%, #d49008 50%, #c08307 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7b631', endColorstr='#ffc08307',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7b631', endColorstr='#ffc08307',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #a26f06;
}
.btn-danger,
.btn-danger.outline:hover,
.bg-danger {
background-image: -moz-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1d1b), color-stop(50%,#CD0200), color-stop(100%,#b90200)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff1d1b', endColorstr='#ffb90200',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff1d1b', endColorstr='#ffb90200',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #9a0200;
}
.btn-danger:hover {
background-image: -moz-linear-gradient(top, #ff0906 0%, #b90200 50%, #a40200 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0906), color-stop(50%,#b90200), color-stop(100%,#a40200)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ff0906 0%, #b90200 50%, #a40200 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ff0906 0%, #b90200 50%, #a40200 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ff0906 0%, #b90200 50%, #a40200 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ff0906 0%, #b90200 50%, #a40200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff0906', endColorstr='#ffa40200',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff0906', endColorstr='#ffa40200',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #860100;
}
.btn-inverse:not(.disabled):not(.outline),
.btn-primary:not(.disabled):not(.outline),
.btn-secondary:not(.disabled):not(.outline),
.btn-success:not(.disabled):not(.outline),
.btn-info:not(.disabled):not(.outline),
.btn-warning:not(.disabled):not(.outline),
.btn-danger:not(.disabled):not(.outline) {
text-shadow: 0px 0px 1px #000;
}
.btn.outline {
background-image: -moz-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#f0f0f0), color-stop(100%,#eee)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #f0f0f0 50%, #eee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#ffeeeeee',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#ffeeeeee',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-image: -moz-linear-gradient(top, #0099dd 0%, #0087c4 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099dd), color-stop(100%,#0087c4)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #0099dd 0%,#0087c4 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #0099dd 0%,#0087c4 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #0099dd 0%,#0087c4 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #0099dd 0%,#0087c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0099dd', endColorstr='#ff0087c4',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0099dd', endColorstr='#ff0087c4',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.dropdown-menu.default > li > a:hover,
.dropdown-menu.default > li > a:focus,
.dropdown-menu.default > .active > a,
.dropdown-menu.default > .active > a:hover,
.dropdown-menu.default > .active > a:focus {
color: #666;
background-image: -moz-linear-gradient(top, #fff 0%, #eee 50%, #e4e4e4 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(100%,#e4e4e4)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%, #e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #eee 50%, #e4e4e4 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%, #e4e4e4 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%, #e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe4e4e4',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe4e4e4',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.inverse > li > a:hover,
.dropdown-menu.inverse > li > a:focus,
.dropdown-menu.inverse > .active > a,
.dropdown-menu.inverse > .active > a:hover,
.dropdown-menu.inverse > .active > a:focus {
background-color: #6C737E; /* Old browsers */
background-image: -moz-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #949aa3), color-stop(50%, #6c737e), color-stop(100%, #636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6c737e 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff949aa3', endColorstr='#ff636973', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.primary > li > a:hover,
.dropdown-menu.primary > li > a:focus,
.dropdown-menu.primary > .active > a,
.dropdown-menu.primary > .active > a:hover,
.dropdown-menu.primary > .active > a:focus,
.bg-primary .dropdown-menu > li > a:hover,
.bg-primary .dropdown-menu > li > a:focus,
.bg-primary .dropdown-menu > .active > a,
.bg-primary .dropdown-menu > .active > a:hover,
.bg-primary .dropdown-menu > .active > a:focus {
background-color: #3399F3; /* Old browsers */
background-image: -moz-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #2bbeff), color-stop(50%, #0099dd), color-stop(100%, #008bc9)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2bbeff', endColorstr='#ff008bc9',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2bbeff', endColorstr='#ff008bc9', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.secondary > li > a:hover,
.dropdown-menu.secondary > li > a:focus,
.dropdown-menu.secondary > .active > a,
.dropdown-menu.secondary > .active > a:hover,
.dropdown-menu.secondary > .active > a:focus,
.bg-secondary .dropdown-menu > li > a:hover,
.bg-secondary .dropdown-menu > li > a:focus,
.bg-secondary .dropdown-menu > .active > a,
.bg-secondary .dropdown-menu > .active > a:hover,
.bg-secondary .dropdown-menu > .active > a:focus {
background-color: #033c73; /* Old browsers */
background-image: -moz-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #04519b), color-stop(60%, #044687), color-stop(100%, #033769)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #04519b 0%, #044687 60%, #033769 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff04519b', endColorstr='#ff033769',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.info > li > a:hover,
.dropdown-menu.info > li > a:focus,
.dropdown-menu.info > .active > a,
.dropdown-menu.info > .active > a:hover,
.dropdown-menu.info > .active > a:focus,
.bg-info .dropdown-menu > li > a:hover,
.bg-info .dropdown-menu > li > a:focus,
.bg-info .dropdown-menu > .active > a,
.bg-info .dropdown-menu > .active > a:hover,
.bg-info .dropdown-menu > .active > a:focus {
background-color: #9760B3; /* Old browsers */
background-image: -moz-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #b994cc), color-stop(50%, #9760B3), color-stop(100%, #8e52ac)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb994cc', endColorstr='#ff8e52ac',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb994cc', endColorstr='#ff8e52ac', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.success > li > a:hover,
.dropdown-menu.success > li > a:focus,
.dropdown-menu.success > .active > a,
.dropdown-menu.success > .active > a:hover,
.dropdown-menu.success > .active > a:focus,
.bg-success .dropdown-menu > li > a:hover,
.bg-success .dropdown-menu > li > a:focus,
.bg-success .dropdown-menu > .active > a,
.bg-success .dropdown-menu > .active > a:hover,
.bg-success .dropdown-menu > .active > a:focus {
background-color: #3CB521; /* Old browsers */
background-image: -moz-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #61dd45), color-stop(50%, #3CB521), color-stop(100%, #36a41e)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61dd45', endColorstr='#ff36a41e',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.warning > li > a:hover,
.dropdown-menu.warning > li > a:focus,
.dropdown-menu.warning > .active > a,
.dropdown-menu.warning > .active > a:hover,
.dropdown-menu.warning > .active > a:focus,
.bg-warning .dropdown-menu > li > a:hover,
.bg-warning .dropdown-menu > li > a:focus,
.bg-warning .dropdown-menu > .active > a,
.bg-warning .dropdown-menu > .active > a:hover,
.bg-warning .dropdown-menu > .active > a:focus {
background-color: #E79E09; /* Old browsers */
background-image: -moz-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #f8bd45), color-stop(50%, #e79e09), color-stop(100%, #d49008)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8bd45', endColorstr='#ffd49008',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8bd45', endColorstr='#ffd49008', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.danger > li > a:hover,
.dropdown-menu.danger > li > a:focus,
.dropdown-menu.danger > .active > a,
.dropdown-menu.danger > .active > a:hover,
.dropdown-menu.danger > .active > a:focus,
.bg-danger .dropdown-menu > li > a:hover,
.bg-danger .dropdown-menu > li > a:focus,
.bg-danger .dropdown-menu > .active > a,
.bg-danger .dropdown-menu > .active > a:hover,
.bg-danger .dropdown-menu > .active > a:focus {
background-color: #CD0200; /* Old browsers */
background-image: -moz-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #ff1d1b), color-stop(50%, #CD0200), color-stop(100%, #b90200)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff1d1b', endColorstr='#ffb90200',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
color: #eff6fc;
background-color: #004578; /* Old browsers */
background-image: -moz-linear-gradient(top, #106ebe 0%, #005a9e 50%, #004578 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #106ebe), color-stop(50%, #005a9e), color-stop(100%, #004578)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #106ebe 0%, #005a9e 50%, #004578 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #106ebe 0%, #005a9e 50%, #004578 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #106ebe 0%, #005a9e 50%, #004578 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #106ebe 0%, #005a9e 50%, #004578 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff106ebe', endColorstr='#ff004578',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff106ebe', endColorstr='#ff004578', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover,
.navbar-inverse .dropdown-menu > .active > a:focus {
background-color: #6C737E; /* Old browsers */
background-image: -moz-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #949aa3), color-stop(50%, #6c737e), color-stop(100%, #636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6c737e 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff949aa3', endColorstr='#ff636973', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.sidebar-left.navbar-default .navbar-nav > li:not(.open) > a:hover, .sidebar-left.navbar-default .navbar-nav > li:not(.open) > a:focus,
.sidebar-left.navbar-default .dropdown-menu > li:not(.open) > a:hover, .sidebar-left.navbar-default .dropdown-menu > li:not(.open) > a:focus,
.sidebar-left.navbar-default .dropdown-menu > .active:not(.open) > a:hover, .sidebar-left.navbar-default .dropdown-menu > .active:not(.open) > a:focus,
.sidebar-right.navbar-default .navbar-nav > li:not(.open) > a:hover, .sidebar-right.navbar-default .navbar-nav > li:not(.open) > a:focus,
.sidebar-right.navbar-default .dropdown-menu > li:not(.open) > a:hover, .sidebar-right.navbar-default .dropdown-menu > li:not(.open) > a:focus,
.sidebar-right.navbar-default .dropdown-menu > .active:not(.open) > a:hover, .sidebar-right.navbar-default .dropdown-menu > .active:not(.open) > a:focus {
color: #ffffff;
background-color: #bad80a; /* Old browsers */
background-image: -moz-linear-gradient(top, #bad80a 0%, #61dd45 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(100%, #61dd45)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #bad80a 0%, #61dd45 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #bad80a 0%, #61dd45 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #bad80a 0%, #61dd45 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #bad80a 0%, #61dd45 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbad80a', endColorstr='#ff61dd45',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbad80a', endColorstr='#ff61dd45', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.sidebar-left.navbar-default .navbar-nav > .open > a, .sidebar-left.navbar-default .navbar-nav > .open > a:hover, .sidebar-left.navbar-default .navbar-nav > .open > a:focus
.sidebar-left.navbar-default .dropdown.open > a, .sidebar-left.navbar-default .dropdown.open > a:hover, .sidebar-left.navbar-default .dropdown.open > a:focus
.sidebar-right.navbar-default .navbar-nav > .open > a, .sidebar-right.navbar-default .navbar-nav > .open > a:hover, .sidebar-right.navbar-default .navbar-nav > .open > a:focus,
.sidebar-right.navbar-default .dropdown.open > a, .sidebar-right.navbar-default .dropdown.open > a:hover, .sidebar-right.navbar-default .dropdown.open > a:focus,
.sidebar-left.navbar-default .dropdown-menu > .active > a, .sidebar-right.navbar-default .dropdown-menu > .active > a {
color: #ffffff;
background-color: #107c10; /* Old browsers */
background-image: -moz-linear-gradient(top, #61dd45 0%, #107c10 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #61dd45), color-stop(100%, #107c10)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #61dd45 0%,#107c10 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #61dd45 0%, #107c10 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #61dd45 0%, #107c10 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #61dd45 0%, #107c10 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61dd45', endColorstr='#ff107c10',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff107c10', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.alert-warning {
background-image: -moz-linear-gradient(top, #fde8bf 0%, #fcdb9a 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #fde8bf), color-stop(100%, #fcdb9a)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fde8bf 0%, #fcdb9a 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fde8bf 0%, #fcdb9a 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fde8bf 0%, #fcdb9a 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fde8bf 0%, #fcdb9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffde8bf', endColorstr='#fffcdb9a',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffde8bf', endColorstr='#fffcdb9a', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #fbcd75;
}
.alert-danger {
background-image: -moz-linear-gradient(top, #F2BDB1 0%, #eda190 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #F2BDB1) color-stop(100%, #eda190)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #F2BDB1 0%, #eda190 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #F2BDB1 0%, #eda190 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #F2BDB1 0%, #eda190 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #F2BDB1 0%, #eda190 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bdb1', endColorstr='#ffeda190',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2bdb1', endColorstr='#ffeda190', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #e7866f;
}
.alert-success {
background-image: -moz-linear-gradient(top, #D5ECBF 0%, #c2e3a2 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #D5ECBF), color-stop(100%, #c2e3a2)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #D5ECBF 0%, #c2e3a2 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #D5ECBF 0%, #c2e3a2 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #D5ECBF 0%, #c2e3a2 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #D5ECBF 0%, #c2e3a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd5ecbf', endColorstr='#ffc2e3a2',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5ecbf', endColorstr='#ffc2e3a2', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #aeda84;
}
.alert-info {
background-image: -moz-linear-gradient(top, #ae83c3 0%, #9d69b7 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #ae83c3), color-stop(100%, #9d69b7)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ae83c3 0%, #9d69b7 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ae83c3 0%, #9d69b7 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ae83c3 0%, #9d69b7 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ae83c3 0%, #9d69b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ff9d69b7',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae83c3', endColorstr='#ff9d69b7', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #8c51a8;
}
.alert-primary {
background-image: -moz-linear-gradient(top, #A7DFF1 0%, #86d3ec 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #A7DFF1),color-stop(100%, #86d3ec)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #A7DFF1 0%, #86d3ec 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #A7DFF1 0%, #86d3ec 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #A7DFF1 0%, #86d3ec 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #A7DFF1 0%, #86d3ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa7dff1', endColorstr='#ff86d3ec',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7dff1', endColorstr='#ff86d3ec', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #65c7e7;
}
.alert-secondary {
background-image: -moz-linear-gradient(top, #9ac1ed 0%, #7aade7 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #9ac1ed), color-stop(100%, #7aade7)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #9ac1ed 0%, #7aade7 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #9ac1ed 0%, #7aade7 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #9ac1ed 0%, #7aade7 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #9ac1ed 0%, #7aade7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9ac1ed', endColorstr='#ff7aade7',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ac1ed', endColorstr='#ff7aade7', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #5999e1;
}
.alert-inverse {
background-image: -moz-linear-gradient(top, #d6d6d6 0%, #c3c3c3 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #d6d6d6), color-stop(100%, #c3c3c3)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #d6d6d6 0%, #c3c3c3 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #d6d6d6 0%, #c3c3c3 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #d6d6d6 0%, #c3c3c3 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #d6d6d6 0%, #c3c3c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd6d6d6', endColorstr='#ffc3c3c3',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6d6d6', endColorstr='#ffc3c3c3', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #b0b0b0;
}
.alert-default {
background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ddd 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ddd)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ddd 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f0f0f0 0%, #ddd 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f0f0f0 0%, #ddd 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f0f0f0 0%, #ddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f0f0', endColorstr='#ffdddddd',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffdddddd', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #cacaca;
}
.progress {
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #ebebeb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #ebebeb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #e1e1e1 0%, #ebebeb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #ebebeb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #e1e1e1 0%, #ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1e1e1', endColorstr='#ffebebeb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffebebeb', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-primary {
background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #31b0d5)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5bc0de', endColorstr='#ff31b0d5',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-inverse {
background-image: -moz-linear-gradient(top, #666 0%, #4d4d4d 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #666), color-stop(100%, #4d4d4d)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #666 0%, #4d4d4d 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #666 0%, #4d4d4d 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #666 0%, #4d4d4d 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #666 0%, #4d4d4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff666666', endColorstr='#ff4d4d4d',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff4d4d4d', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -moz-linear-gradient(top, #3CB521 0%, #2e8a19 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #3CB521), color-stop(100%, #2e8a19)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #3CB521 0%, #2e8a19 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #3CB521 0%, #2e8a19 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #3CB521 0%, #2e8a19 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #3CB521 0%, #2e8a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3cb521', endColorstr='#ff2e8a19',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cb521', endColorstr='#ff2e8a19', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -moz-linear-gradient(top, #9760B3 0%, #7d4898 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #9760B3), color-stop(100%, #7d4898)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #9760B3 0%, #7d4898 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #9760B3 0%, #7d4898 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #9760B3 0%, #7d4898 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #9760B3 0%, #7d4898 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9760b3', endColorstr='#ff7d4898',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9760b3', endColorstr='#ff7d4898', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -moz-linear-gradient(top, #F7B42C 0%, #e79e09 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #F7B42C), color-stop(100%, #e79e09)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #F7B42C 0%, #e79e09 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #F7B42C 0%, #e79e09 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #F7B42C 0%, #e79e09 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #F7B42C 0%, #e79e09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffF7B42C', endColorstr='#ffe79e09',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF7B42C', endColorstr='#ffe79e09', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -moz-linear-gradient(top, #CD0200 0%, #9a0200 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #CD0200), color-stop(100%, #9a0200)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #CD0200 0%, #9a0200 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #CD0200 0%, #9a0200 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #CD0200 0%, #9a0200 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #CD0200 0%, #9a0200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd0200', endColorstr='#ff9a0200',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd0200', endColorstr='#ff9a0200', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.panel-default > .panel-heading,
.panel-default > .panel-footer {
background-image: -moz-linear-gradient(top, #eee 0%, #e1e1e1 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#e1e1e1)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #eee 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #eee 0%,#e1e1e1 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #eee 0%,#e1e1e1 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #eee 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-primary > .panel-heading,
.panel-primary > .panel-footer,
.popover-primary > .popover-title {
background-image: -moz-linear-gradient(top, #A7DFF1 0%, #91d7ee 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A7DFF1), color-stop(100%,#91d7ee)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #A7DFF1 0%, #91d7ee 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #A7DFF1 0%, #91d7ee 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #A7DFF1 0%, #91d7ee 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #A7DFF1 0%, #91d7ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa7dff1', endColorstr='#ff91d7ee',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa7dff1', endColorstr='#ff91d7ee',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-secondary > .panel-heading,
.panel-secondary > .panel-footer,
.popover-secondary > .popover-title {
background-image: -moz-linear-gradient(top, #178acc 0%, #147ab5 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#178acc), color-stop(100%,#147ab5)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #178acc 0%, #147ab5 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #178acc 0%, #147ab5 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #178acc 0%, #147ab5 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #178acc 0%, #147ab5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff178acc', endColorstr='#ff147ab5',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff178acc', endColorstr='#ff147ab5',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-success > .panel-heading,
.panel-success > .panel-footer,
.popover-success > .popover-title {
background-image: -moz-linear-gradient(top, #D5ECBF 0%, #c8e6ab 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5ECBF), color-stop(100%,#c8e6ab)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #D5ECBF 0%, #c8e6ab 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #D5ECBF 0%, #c8e6ab 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #D5ECBF 0%, #c8e6ab 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #D5ECBF 0%, #c8e6ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd5ecbf', endColorstr='#ffc8e6ab',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd5ecbf', endColorstr='#ffc8e6ab',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-info > .panel-heading,
.panel-info > .panel-footer,
.popover-info > .popover-title {
background-image: -moz-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae83c3), color-stop(100%,#a372bb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ae83c3 0%, #a372bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ffa372bb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ffa372bb',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-warning > .panel-heading,
.panel-warning > .panel-footer,
.popover-warning > .popover-title {
background-image: -moz-linear-gradient(top, #fde8bf 0%, #fcdfa6 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde8bf), color-stop(100%,#fcdfa6)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fde8bf 0%, #fcdfa6 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fde8bf 0%, #fcdfa6 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fde8bf 0%, #fcdfa6 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fde8bf 0%, #fcdfa6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffde8bf', endColorstr='#fffcdfa6',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffde8bf', endColorstr='#fffcdfa6',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-danger > .panel-heading,
.panel-danger > .panel-footer,
.popover-danger > .popover-title {
background-image: -moz-linear-gradient(top, #F2BDB1 0%, #eeab9b 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949aa3), color-stop(100%,#eeab9b)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #F2BDB1 0%, #eeab9b 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #F2BDB1 0%, #eeab9b 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #F2BDB1 0%, #eeab9b 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #F2BDB1 0%, #eeab9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bdb1', endColorstr='#ffeeab9b',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bdb1', endColorstr='#ffeeab9b',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-inverse > .panel-heading,
.panel-inverse > .panel-footer,
.popover-inverse > .popover-title {
background-image: -moz-linear-gradient(top, #6C737E 0%, #606670 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C737E), color-stop(100%,#606670)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #6C737E 0%, #606670 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #6C737E 0%, #606670 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #6C737E 0%, #606670 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #6C737E 0%, #606670 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c737e', endColorstr='#ff606670',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c737e', endColorstr='#ff606670',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-primary-alt > .panel-heading,
.panel-primary-alt > .panel-footer,
.popover-primary-alt > .popover-title {
background-image: -moz-linear-gradient(top, #2fa4e7 0%, #1a99e2 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fa4e7), color-stop(100%,#1a99e2)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #2fa4e7 0%, #1a99e2 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #2fa4e7 0%, #1a99e2 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #2fa4e7 0%, #1a99e2 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #2fa4e7 0%, #1a99e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2fa4e7', endColorstr='#ff1a99e2',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2fa4e7', endColorstr='#ff1a99e2',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-secondary-alt > .panel-heading,
.panel-secondary-alt > .panel-footer,
.popover-secondary-alt > .popover-title {
background-image: -moz-linear-gradient(top, #033c73 0%, #022f5a 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033c73), color-stop(100%,#022f5a)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #033c73 0%, #022f5a 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #033c73 0%, #022f5a 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #033c73 0%, #022f5a 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #033c73 0%, #022f5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff033c73', endColorstr='#ff022f5a',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff033c73', endColorstr='#ff022f5a',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-success-alt > .panel-heading,
.panel-success-alt > .panel-footer,
.popover-success-alt > .popover-title {
background-image: -moz-linear-gradient(top, #73a839 0%, #669533 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73a839), color-stop(100%,#669533)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #73a839 0%, #669533 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #73a839 0%, #669533 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #73a839 0%, #669533 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #73a839 0%, #669533 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff73a839', endColorstr='#ff669533',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff73a839', endColorstr='#ff669533',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-warning-alt > .panel-heading,
.panel-warning-alt > .panel-footer,
.popover-warning-alt > .popover-title {
background-image: -moz-linear-gradient(top, #dd5600 0%, #c44c00 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd5600), color-stop(100%,#c44c00)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #dd5600 0%,#c44c00 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #dd5600 0%,#c44c00 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #dd5600 0%,#c44c00 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #dd5600 0%,#c44c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd5600', endColorstr='#ffc44c00',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd5600', endColorstr='#ffc44c00',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-danger-alt > .panel-heading,
.panel-danger-alt > .panel-footer,
.popover-danger-alt > .popover-title {
background-image: -moz-linear-gradient(top, #b94a48 0%, #a74240 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94a48), color-stop(100%,#a74240)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #b94a48 0%,#a74240 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #b94a48 0%,#a74240 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #b94a48 0%,#a74240 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #b94a48 0%,#a74240 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb94a48', endColorstr='#ffa74240',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb94a48', endColorstr='#ffa74240',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-info-alt > .panel-heading,
.panel-info-alt > .panel-footer,
.popover-info-alt > .popover-title {
background-image: -moz-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae83c3), color-stop(100%,#a372bb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ae83c3 0%,#a372bb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ae83c3 0%,#a372bb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ae83c3 0%,#a372bb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ae83c3 0%,#a372bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ffa372bb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ffa372bb',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
text-shadow: 0 -1px 0 #286090;
background-image: -moz-linear-gradient(top, #337ab7 0%, #2b669a 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337ab7), color-stop(100%,#2b669a)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #337ab7 0%, #2b669a 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff337ab7', endColorstr='#ff2b669a',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff337ab7', endColorstr='#ff2b669a',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
border-color: #2b669a;
}
.well {
background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f5f5f5)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #e8e8e8 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
background-repeat: repeat-x;
filter: none;
}
.jumbotron {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover, #eee 0%, #e0e0e0 100%); /* FF3.6-15 */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#eee), color-stop(100%,#e0e0e0)); /* Chrome4-9,Safari4-5 */
background: -webkit-radial-gradient(center, ellipse cover, #eee 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-radial-gradient(center, ellipse cover, #eee 0%,#e0e0e0 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #eee 0%,#e0e0e0 100%); /* IE10 preview */
background: radial-gradient(ellipse at center, #eee 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeeeee', endColorstr='#ffe0e0e0',GradientType=1 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
filter: none;
}
.bg-black {
background-color: #000;
}
.bg-black.txt {
color: #ccc;
}
.bg-gray-darker {
background-color: #222;
}
.bg-gray-darker.txt {
color: #aaa;
}
.bg-gray-dark {
background-color: #333;
}
.bg-gray-dark.txt {
color: #999;
}
.bg-gray {
background-color: #666;
}
.bg-gray.txt {
color: #fff;
}
.bg-gray-light {
background-color: #ccc;
}
.bg-gray-light.txt {
color: #444;
}
.bg-gray-lighter {
background-color: #eee;
}
.bg-gray-lighter.txt {
color: #777;
}
.bg-blue {
background-color: #3399F3;
}
.bg-blue.txt {
color: #d2e8fc;
}
.bg-blue-dark {
background-color: #033C73;
}
.bg-blue-dark.txt {
color: #48a3fa;
}
.bg-green {
background-color: #3CB521;
}
.bg-green.txt {
color: #1f5f11;
}
.bg-red {
background-color: #CD0200;
}
.bg-red.txt {
color: #670100;
}
.bg-yellow {
background-color: #F4CA00;
}
.bg-yellow.txt {
color: #8e7600;
}
.bg-orange {
background-color: #D47500;
}
.bg-orange.txt {
color: #6e3d00;
}
.bg-pink {
background-color: #F44B8C;
}
.bg-pink.txt {
color: #cd0c56;
}
.bg-purple {
background-color: #9760B3;
}
.bg-purple.txt {
color: #603875;
}
.text-black {
color: #000;
}
.text-black.bg {
background-color: #ccc;
}
.text-gray-darker {
color: #222;
}
.text-gray-darker.bg {
background-color: #aaa;
}
.text-gray-dark {
background-color: #999;
}
.text-gray-dark.bg {
background-color: #666;
}
.text-white {
color: #fff;
}
.text-white.bg {
background-color: #999;
}
.text-gray-light {
color: #ccc;
}
.text-gray-light.bg {
background-color: #444;
}
.text-gray-lighter {
color: #eee;
}
.text-gray-lighter.bg {
background-color: #777;
}
.text-blue {
color: #3399F3;
}
.text-blue.bg {
background-color: #d2e8fc;
}
.text-blue-dark {
color: #033C73;
}
.text-blue-dark.bg {
background-color: #48a3fa;
}
.text-green {
color: #3CB521;
}
.text-green.bg {
background-color: #1f5f11;
}
.text-red {
color: #CD0200;
}
.text-red.bg {
background-color: #670100;
}
.text-yellow {
color: #F4CA00;
}
.text-yellow.bg {
background-color: #8e7600;
}
.text-orange {
color: #D47500;
}
.text-orange.bg {
background-color: #6e3d00;
}
.text-pink {
color: #F44B8C;
}
.text-pink.bg {
background-color: #cd0c56;
}
.text-purple {
color: #9760B3;
}
.text-purple.bg {
background-color: #603875;
}
|
css/bs3-mixlab-fancy.css
|
* bootswatch v3.4.1
* Homepage: http://bootswatch.com
* Copyright 2012-2019 <NAME>
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* BS3 MixLab v3.4.1
* Copyright 2019-2020 <NAME>
* Licensed under MIT
* Based on Bootswatch v3.4.1 SpaceLab and Cerulean themes
*/
.img-rounded {
border-radius: 6px;
}
.img-circle {
border-radius: 50%;
}
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
code {
border-radius: 4px;
}
kbd {
border-radius: 3px;
}
pre {
border-radius: 4px;
}
pre code {
border-radius: 0;
}
.form-control {
border-radius: 4px;
}
.input-sm {
border-radius: 3px;
}
.form-group-sm .form-control {
border-radius: 3px;
}
.input-lg {
border-radius: 6px;
}
.form-group-lg .form-control {
border-radius: 6px;
}
.btn {
border-radius: 4px;
}
.btn-link {
border-radius: 0;
}
.btn-lg,
.btn-group-lg > .btn {
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
border-radius: 3px;
}
.dropdown-menu {
border-radius: 4px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.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-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
border-radius: 6px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
border-radius: 3px;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon {
border-radius: 4px;
}
.input-group-addon.input-sm {
border-radius: 3px;
}
.input-group-addon.input-lg {
border-radius: 6px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.nav-tabs > li > a {
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > li > a {
border-radius: 4px;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-radius: 4px 4px 0 0;
}
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-tabs-justified > li > a {
border-radius: 4px;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-radius: 4px 4px 0 0;
}
}
.nav-tabs .dropdown-menu {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@media (min-width: 992px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 992px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
@media (min-width: 992px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-toggle {
border-radius: 4px;
}
.navbar-toggle .icon-bar {
border-radius: 1px;
}
.navbar-nav > li > .dropdown-menu {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.breadcrumb {
border-radius: 4px;
}
.pagination {
border-radius: 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager li > a,
.pager li > span {
border-radius: 15px;
}
.label {
border-radius: 0.25em;
}
.badge {
border-radius: 10px;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.alert {
border-radius: 4px;
}
.progress {
border-radius: 4px;
}
.list-group {
border-radius: 4px;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
/*.list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
text-shadow: none;
}*/
.img-thumbnail, .thumbnail {
border-radius: 4px;
}
.panel {
border-radius: 4px;
}
.panel-heading {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-footer {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel-group .panel {
border-radius: 4px;
}
.well {
border-radius: 4px;
}
.well-lg {
border-radius: 6px;
}
.well-sm {
border-radius: 3px;
}
.modal-content {
border-radius: 6px;
}
.tooltip-inner {
border-radius: 4px;
}
.popover {
border-radius: 6px;
}
.popover-title {
border-radius: 5px 5px 0 0;
}
.carousel-indicators li {
border-radius: 10px;
}
.navbar-form[role="search"] input {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
@media (min-width: 768px) {
.sidebar-fixed-left, .sidebar-fixed-right {
border-radius: 0;
}
.sidebar-fixed-left .dropdown .dropdown-menu,
.sidebar-left .dropdown .dropdown-menu {
border-radius: 0 3px 3px 0;
}
.sidebar-fixed-right .dropdown .dropdown-menu,
.sidebar-right .dropdown .dropdown-menu {
border-radius: 3px 0 0 3px;
}
}
.navbar-default {
background-image: -moz-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(60%,#e9ecef), color-stop(100%,#e3e7eb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe3e7eb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe3e7eb',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #c8c8c8;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.navbar-inverse {
background-image: -moz-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949aa3), color-stop(50%,#6C737E), color-stop(100%,#636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6C737E 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #545a63;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-form .btn {
background-image: -moz-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(60%,#e9ecef), color-stop(100%,#e3e7eb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #e9ecef 60%, #e3e7eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe3e7eb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe3e7eb',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #c8c8c8;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.navbar-inverse .navbar-form .btn {
background-color: #6C737E;
border-color: #656b76;
background-image: -moz-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949aa3), color-stop(50%,#6C737E), color-stop(100%,#636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6C737E 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #545a63;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
color: #ccc;
}
.navbar-nav > li > a,
.navbar-nav > li > a:hover {
-webkit-transition: color ease-in-out 0.2s;
-o-transition: color ease-in-out 0.2s;
-moz-transition: color ease-in-out 0.2s;
transition: color ease-in-out 0.2s;
}
.navbar-brand,
.navbar-brand:hover {
-webkit-transition: color ease-in-out 0.2s;
-o-transition: color ease-in-out 0.2s;
-moz-transition: color ease-in-out 0.2s;
transition: color ease-in-out 0.2s;
}
.navbar .caret,
.navbar .caret:hover {
-webkit-transition: border-color ease-in-out 0.2s;
-o-transition: border-color ease-in-out 0.2s;
-moz-transition: border-color ease-in-out 0.2s;
transition: border-color ease-in-out 0.2s;
}
/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
box-shadow: inset 0 3px 9px rgba(0,0,0,.075)
}
.navbar-brand, .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255,255,255,.25)
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
background-image: -webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);
background-image: -o-linear-gradient(top,#080808 0,#0f0f0f 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));
background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
box-shadow: inset 0 3px 9px rgba(0,0,0,.25)
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background-image: -webkit-linear-gradient(top,#54b4eb 0,#2fa4e7 60%, #1d9ce5 100%);
background-image: -o-linear-gradient(top,#54b4eb 0,#2fa4e7 60%, #1d9ce5 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#54b4eb),to(#1d9ce5));
background-image: linear-gradient(to bottom,#54b4eb 0,#2fa4e7 60%, #1d9ce5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
background-repeat: repeat-x;
background-color: #e8e8e8
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
background-color: #2e6da4
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
background-color: #e8e8e8
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
background-color: #2e6da4
}*/
.btn-default,
.btn-default.outline:hover {
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f5f5f5 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 60%, #f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f5f5f5 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f5f5f5 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#fff5f5f5',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#fff5f5f5',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-default:hover {
background-image: -moz-linear-gradient(top, #fff 0%, #e4e4e4 50%, #dadada 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#e4e4e4), color-stop(100%,#dadada)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 50%, #dadada 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #e4e4e4 50%, #dadada 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #e4e4e4 50%, #dadada 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #e4e4e4 50%, #dadada 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#ffdadada',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#ffdadada',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #cacaca;
}
.btn-inverse,
.btn-inverse.outline:hover {
background-image: -moz-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949aa3), color-stop(50%,#6C737E), color-stop(100%,#636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6C737E 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6C737E 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #545a63;
}
.btn-inverse:hover {
background-image: -moz-linear-gradient(top, #636565 0%, #3d3f3f 50%, #333434 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636565), color-stop(50%,#3d3f3f), color-stop(100%,#333434)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #636565 0%, #3d3f3f 50%, #333434 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #636565 0%, #3d3f3f 50%, #333434 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #636565 0%, #3d3f3f 50%, #333434 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #636565 0%, #3d3f3f 50%, #333434 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff636565', endColorstr='#ff333434',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff636565', endColorstr='#ff333434',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
-webkit-filter: none;
filter: none;
border: 1px solid #242525;
}
.btn-primary,
.btn-primary.outline:hover,
.bg-primary {
background-image: -moz-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2bbeff), color-stop(50%,#0099dd), color-stop(100%,#008bc9)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2bbeff', endColorstr='#ff008bc9',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2bbeff', endColorstr='#ff008bc9',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #0076aa;
}
.btn-primary:hover {
background-image: -moz-linear-gradient(top, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16b7ff), color-stop(50%,#008bc9), color-stop(100%,#007db4)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #16b7ff 0%, #008bc9 50%, #007db4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff16b7ff', endColorstr='#ff007db4',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff16b7ff', endColorstr='#ff007db4',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #006896;
}
.btn-secondary,
.btn-secondary.outline:hover,
.bg-secondary {
background-image: -moz-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04519b), color-stop(60%,#044687), color-stop(100%,#033769)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #04519b 0%, #044687 60%, #033769 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff04519b', endColorstr='#ff033769',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff04519b', endColorstr='#ff033769',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #022f5a;
}
.btn-secondary:hover {
background-image: -moz-linear-gradient(top, #003D87 0%, #003273 50%, #002355 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003D87), color-stop(50%,#003273), color-stop(100%,#002355)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #003D87 0%, #003273 50%, #002355 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #003D87 0%, #003273 50%, #002355 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #003D87 0%, #003273 50%, #002355 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #003D87 0%, #003273 50%, #002355 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003D87', endColorstr='#ff002355',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003D87', endColorstr='#ff002355',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #001B46;
}
.btn-success,
.btn-success.outline:hover,
.bg-success {
background-image: -moz-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61dd45), color-stop(50%,#3CB521), color-stop(100%,#36a41e)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61dd45', endColorstr='#ff36a41e',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61dd45', endColorstr='#ff36a41e',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #2e8a19;
}
.btn-success:hover {
background-image: -moz-linear-gradient(top, #52da34 0%, #36a41e 50%, #31921b 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52da34), color-stop(50%,#36a41e), color-stop(100%,#31921b)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #52da34 0%, #36a41e 50%, #31921b 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #52da34 0%, #36a41e 50%, #31921b 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #52da34 0%, #36a41e 50%, #31921b 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #52da34 0%, #36a41e 50%, #31921b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff52da34', endColorstr='#ff31921b',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff52da34', endColorstr='#ff31921b',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #287916;
}
.btn-info,
.btn-info.outline:hover,
.bg-info {
background-image: -moz-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b994cc), color-stop(50%,#9760B3), color-stop(100%,#8e52ac)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb994cc', endColorstr='#ff8e52ac',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb994cc', endColorstr='#ff8e52ac',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #7d4898;
}
.btn-info:hover {
background-image: -moz-linear-gradient(top, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b086c5), color-stop(50%,#8e52ac), color-stop(100%,#834c9e)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #b086c5 0%, #8e52ac 50%, #834c9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb086c5', endColorstr='#ff834c9e',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb086c5', endColorstr='#ff834c9e',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #71428a;
}
.btn-warning,
.btn-warning.outline:hover,
.bg-warning {
background-image: -moz-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bd45), color-stop(50%,#e79e09), color-stop(100%,#d49008)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8bd45', endColorstr='#ffd49008',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8bd45', endColorstr='#ffd49008',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #b67c07;
}
.btn-warning:hover {
background-image: -moz-linear-gradient(top, #f7b631 0%, #d49008 50%, #c08307 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b631), color-stop(50%,#d49008), color-stop(100%,#c08307)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f7b631 0%, #d49008 50%, #c08307 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f7b631 0%, #d49008 50%, #c08307 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f7b631 0%, #d49008 50%, #c08307 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f7b631 0%, #d49008 50%, #c08307 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7b631', endColorstr='#ffc08307',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7b631', endColorstr='#ffc08307',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #a26f06;
}
.btn-danger,
.btn-danger.outline:hover,
.bg-danger {
background-image: -moz-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1d1b), color-stop(50%,#CD0200), color-stop(100%,#b90200)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff1d1b', endColorstr='#ffb90200',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff1d1b', endColorstr='#ffb90200',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #9a0200;
}
.btn-danger:hover {
background-image: -moz-linear-gradient(top, #ff0906 0%, #b90200 50%, #a40200 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0906), color-stop(50%,#b90200), color-stop(100%,#a40200)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ff0906 0%, #b90200 50%, #a40200 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ff0906 0%, #b90200 50%, #a40200 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ff0906 0%, #b90200 50%, #a40200 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ff0906 0%, #b90200 50%, #a40200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff0906', endColorstr='#ffa40200',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff0906', endColorstr='#ffa40200',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
border: 1px solid #860100;
}
.btn-inverse:not(.disabled):not(.outline),
.btn-primary:not(.disabled):not(.outline),
.btn-secondary:not(.disabled):not(.outline),
.btn-success:not(.disabled):not(.outline),
.btn-info:not(.disabled):not(.outline),
.btn-warning:not(.disabled):not(.outline),
.btn-danger:not(.disabled):not(.outline) {
text-shadow: 0px 0px 1px #000;
}
.btn.outline {
background-image: -moz-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#f0f0f0), color-stop(100%,#eee)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #f0f0f0 50%, #eee 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #f0f0f0 50%, #eee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#ffeeeeee',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff', endColorstr='#ffeeeeee',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-image: -moz-linear-gradient(top, #0099dd 0%, #0087c4 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099dd), color-stop(100%,#0087c4)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #0099dd 0%,#0087c4 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #0099dd 0%,#0087c4 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #0099dd 0%,#0087c4 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #0099dd 0%,#0087c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0099dd', endColorstr='#ff0087c4',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0099dd', endColorstr='#ff0087c4',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.dropdown-menu.default > li > a:hover,
.dropdown-menu.default > li > a:focus,
.dropdown-menu.default > .active > a,
.dropdown-menu.default > .active > a:hover,
.dropdown-menu.default > .active > a:focus {
color: #666;
background-image: -moz-linear-gradient(top, #fff 0%, #eee 50%, #e4e4e4 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(100%,#e4e4e4)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%, #e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fff 0%, #eee 50%, #e4e4e4 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%, #e4e4e4 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%, #e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe4e4e4',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffe4e4e4',GradientType=0 ); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.inverse > li > a:hover,
.dropdown-menu.inverse > li > a:focus,
.dropdown-menu.inverse > .active > a,
.dropdown-menu.inverse > .active > a:hover,
.dropdown-menu.inverse > .active > a:focus {
background-color: #6C737E; /* Old browsers */
background-image: -moz-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #949aa3), color-stop(50%, #6c737e), color-stop(100%, #636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6c737e 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff949aa3', endColorstr='#ff636973', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.primary > li > a:hover,
.dropdown-menu.primary > li > a:focus,
.dropdown-menu.primary > .active > a,
.dropdown-menu.primary > .active > a:hover,
.dropdown-menu.primary > .active > a:focus,
.bg-primary .dropdown-menu > li > a:hover,
.bg-primary .dropdown-menu > li > a:focus,
.bg-primary .dropdown-menu > .active > a,
.bg-primary .dropdown-menu > .active > a:hover,
.bg-primary .dropdown-menu > .active > a:focus {
background-color: #3399F3; /* Old browsers */
background-image: -moz-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #2bbeff), color-stop(50%, #0099dd), color-stop(100%, #008bc9)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #2bbeff 0%, #0099dd 50%, #008bc9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2bbeff', endColorstr='#ff008bc9',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2bbeff', endColorstr='#ff008bc9', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.secondary > li > a:hover,
.dropdown-menu.secondary > li > a:focus,
.dropdown-menu.secondary > .active > a,
.dropdown-menu.secondary > .active > a:hover,
.dropdown-menu.secondary > .active > a:focus,
.bg-secondary .dropdown-menu > li > a:hover,
.bg-secondary .dropdown-menu > li > a:focus,
.bg-secondary .dropdown-menu > .active > a,
.bg-secondary .dropdown-menu > .active > a:hover,
.bg-secondary .dropdown-menu > .active > a:focus {
background-color: #033c73; /* Old browsers */
background-image: -moz-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #04519b), color-stop(60%, #044687), color-stop(100%, #033769)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #04519b 0%, #044687 60%, #033769 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #04519b 0%, #044687 60%, #033769 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff04519b', endColorstr='#ff033769',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.info > li > a:hover,
.dropdown-menu.info > li > a:focus,
.dropdown-menu.info > .active > a,
.dropdown-menu.info > .active > a:hover,
.dropdown-menu.info > .active > a:focus,
.bg-info .dropdown-menu > li > a:hover,
.bg-info .dropdown-menu > li > a:focus,
.bg-info .dropdown-menu > .active > a,
.bg-info .dropdown-menu > .active > a:hover,
.bg-info .dropdown-menu > .active > a:focus {
background-color: #9760B3; /* Old browsers */
background-image: -moz-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #b994cc), color-stop(50%, #9760B3), color-stop(100%, #8e52ac)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #b994cc 0%, #9760B3 50%, #8e52ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb994cc', endColorstr='#ff8e52ac',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb994cc', endColorstr='#ff8e52ac', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.success > li > a:hover,
.dropdown-menu.success > li > a:focus,
.dropdown-menu.success > .active > a,
.dropdown-menu.success > .active > a:hover,
.dropdown-menu.success > .active > a:focus,
.bg-success .dropdown-menu > li > a:hover,
.bg-success .dropdown-menu > li > a:focus,
.bg-success .dropdown-menu > .active > a,
.bg-success .dropdown-menu > .active > a:hover,
.bg-success .dropdown-menu > .active > a:focus {
background-color: #3CB521; /* Old browsers */
background-image: -moz-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #61dd45), color-stop(50%, #3CB521), color-stop(100%, #36a41e)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #61dd45 0%, #3CB521 50%, #36a41e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61dd45', endColorstr='#ff36a41e',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.warning > li > a:hover,
.dropdown-menu.warning > li > a:focus,
.dropdown-menu.warning > .active > a,
.dropdown-menu.warning > .active > a:hover,
.dropdown-menu.warning > .active > a:focus,
.bg-warning .dropdown-menu > li > a:hover,
.bg-warning .dropdown-menu > li > a:focus,
.bg-warning .dropdown-menu > .active > a,
.bg-warning .dropdown-menu > .active > a:hover,
.bg-warning .dropdown-menu > .active > a:focus {
background-color: #E79E09; /* Old browsers */
background-image: -moz-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #f8bd45), color-stop(50%, #e79e09), color-stop(100%, #d49008)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f8bd45 0%, #e79e09 50%, #d49008 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8bd45', endColorstr='#ffd49008',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8bd45', endColorstr='#ffd49008', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.dropdown-menu.danger > li > a:hover,
.dropdown-menu.danger > li > a:focus,
.dropdown-menu.danger > .active > a,
.dropdown-menu.danger > .active > a:hover,
.dropdown-menu.danger > .active > a:focus,
.bg-danger .dropdown-menu > li > a:hover,
.bg-danger .dropdown-menu > li > a:focus,
.bg-danger .dropdown-menu > .active > a,
.bg-danger .dropdown-menu > .active > a:hover,
.bg-danger .dropdown-menu > .active > a:focus {
background-color: #CD0200; /* Old browsers */
background-image: -moz-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #ff1d1b), color-stop(50%, #CD0200), color-stop(100%, #b90200)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ff1d1b 0%, #CD0200 50%, #b90200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff1d1b', endColorstr='#ffb90200',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
color: #eff6fc;
background-color: #004578; /* Old browsers */
background-image: -moz-linear-gradient(top, #106ebe 0%, #005a9e 50%, #004578 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #106ebe), color-stop(50%, #005a9e), color-stop(100%, #004578)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #106ebe 0%, #005a9e 50%, #004578 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #106ebe 0%, #005a9e 50%, #004578 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #106ebe 0%, #005a9e 50%, #004578 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #106ebe 0%, #005a9e 50%, #004578 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff106ebe', endColorstr='#ff004578',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff106ebe', endColorstr='#ff004578', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover,
.navbar-inverse .dropdown-menu > .active > a:focus {
background-color: #6C737E; /* Old browsers */
background-image: -moz-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #949aa3), color-stop(50%, #6c737e), color-stop(100%, #636973)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #949aa3 0%, #6c737e 50%, #636973 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #949aa3 0%, #6c737e 50%, #636973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff949aa3', endColorstr='#ff636973',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff949aa3', endColorstr='#ff636973', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.sidebar-left.navbar-default .navbar-nav > li:not(.open) > a:hover, .sidebar-left.navbar-default .navbar-nav > li:not(.open) > a:focus,
.sidebar-left.navbar-default .dropdown-menu > li:not(.open) > a:hover, .sidebar-left.navbar-default .dropdown-menu > li:not(.open) > a:focus,
.sidebar-left.navbar-default .dropdown-menu > .active:not(.open) > a:hover, .sidebar-left.navbar-default .dropdown-menu > .active:not(.open) > a:focus,
.sidebar-right.navbar-default .navbar-nav > li:not(.open) > a:hover, .sidebar-right.navbar-default .navbar-nav > li:not(.open) > a:focus,
.sidebar-right.navbar-default .dropdown-menu > li:not(.open) > a:hover, .sidebar-right.navbar-default .dropdown-menu > li:not(.open) > a:focus,
.sidebar-right.navbar-default .dropdown-menu > .active:not(.open) > a:hover, .sidebar-right.navbar-default .dropdown-menu > .active:not(.open) > a:focus {
color: #ffffff;
background-color: #bad80a; /* Old browsers */
background-image: -moz-linear-gradient(top, #bad80a 0%, #61dd45 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(100%, #61dd45)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #bad80a 0%, #61dd45 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #bad80a 0%, #61dd45 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #bad80a 0%, #61dd45 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #bad80a 0%, #61dd45 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbad80a', endColorstr='#ff61dd45',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbad80a', endColorstr='#ff61dd45', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.sidebar-left.navbar-default .navbar-nav > .open > a, .sidebar-left.navbar-default .navbar-nav > .open > a:hover, .sidebar-left.navbar-default .navbar-nav > .open > a:focus
.sidebar-left.navbar-default .dropdown.open > a, .sidebar-left.navbar-default .dropdown.open > a:hover, .sidebar-left.navbar-default .dropdown.open > a:focus
.sidebar-right.navbar-default .navbar-nav > .open > a, .sidebar-right.navbar-default .navbar-nav > .open > a:hover, .sidebar-right.navbar-default .navbar-nav > .open > a:focus,
.sidebar-right.navbar-default .dropdown.open > a, .sidebar-right.navbar-default .dropdown.open > a:hover, .sidebar-right.navbar-default .dropdown.open > a:focus,
.sidebar-left.navbar-default .dropdown-menu > .active > a, .sidebar-right.navbar-default .dropdown-menu > .active > a {
color: #ffffff;
background-color: #107c10; /* Old browsers */
background-image: -moz-linear-gradient(top, #61dd45 0%, #107c10 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #61dd45), color-stop(100%, #107c10)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #61dd45 0%,#107c10 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #61dd45 0%, #107c10 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #61dd45 0%, #107c10 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #61dd45 0%, #107c10 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61dd45', endColorstr='#ff107c10',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff107c10', GradientType=0); /* IE6-8 */
background-repeat: no-repeat;
filter: none;
}
.alert-warning {
background-image: -moz-linear-gradient(top, #fde8bf 0%, #fcdb9a 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #fde8bf), color-stop(100%, #fcdb9a)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fde8bf 0%, #fcdb9a 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fde8bf 0%, #fcdb9a 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fde8bf 0%, #fcdb9a 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fde8bf 0%, #fcdb9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffde8bf', endColorstr='#fffcdb9a',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffde8bf', endColorstr='#fffcdb9a', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #fbcd75;
}
.alert-danger {
background-image: -moz-linear-gradient(top, #F2BDB1 0%, #eda190 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #F2BDB1) color-stop(100%, #eda190)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #F2BDB1 0%, #eda190 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #F2BDB1 0%, #eda190 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #F2BDB1 0%, #eda190 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #F2BDB1 0%, #eda190 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bdb1', endColorstr='#ffeda190',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2bdb1', endColorstr='#ffeda190', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #e7866f;
}
.alert-success {
background-image: -moz-linear-gradient(top, #D5ECBF 0%, #c2e3a2 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #D5ECBF), color-stop(100%, #c2e3a2)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #D5ECBF 0%, #c2e3a2 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #D5ECBF 0%, #c2e3a2 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #D5ECBF 0%, #c2e3a2 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #D5ECBF 0%, #c2e3a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd5ecbf', endColorstr='#ffc2e3a2',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5ecbf', endColorstr='#ffc2e3a2', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #aeda84;
}
.alert-info {
background-image: -moz-linear-gradient(top, #ae83c3 0%, #9d69b7 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #ae83c3), color-stop(100%, #9d69b7)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ae83c3 0%, #9d69b7 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ae83c3 0%, #9d69b7 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ae83c3 0%, #9d69b7 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ae83c3 0%, #9d69b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ff9d69b7',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae83c3', endColorstr='#ff9d69b7', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #8c51a8;
}
.alert-primary {
background-image: -moz-linear-gradient(top, #A7DFF1 0%, #86d3ec 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #A7DFF1),color-stop(100%, #86d3ec)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #A7DFF1 0%, #86d3ec 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #A7DFF1 0%, #86d3ec 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #A7DFF1 0%, #86d3ec 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #A7DFF1 0%, #86d3ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa7dff1', endColorstr='#ff86d3ec',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7dff1', endColorstr='#ff86d3ec', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #65c7e7;
}
.alert-secondary {
background-image: -moz-linear-gradient(top, #9ac1ed 0%, #7aade7 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #9ac1ed), color-stop(100%, #7aade7)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #9ac1ed 0%, #7aade7 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #9ac1ed 0%, #7aade7 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #9ac1ed 0%, #7aade7 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #9ac1ed 0%, #7aade7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9ac1ed', endColorstr='#ff7aade7',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ac1ed', endColorstr='#ff7aade7', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #5999e1;
}
.alert-inverse {
background-image: -moz-linear-gradient(top, #d6d6d6 0%, #c3c3c3 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #d6d6d6), color-stop(100%, #c3c3c3)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #d6d6d6 0%, #c3c3c3 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #d6d6d6 0%, #c3c3c3 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #d6d6d6 0%, #c3c3c3 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #d6d6d6 0%, #c3c3c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd6d6d6', endColorstr='#ffc3c3c3',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6d6d6', endColorstr='#ffc3c3c3', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #b0b0b0;
}
.alert-default {
background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ddd 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ddd)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ddd 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f0f0f0 0%, #ddd 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f0f0f0 0%, #ddd 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f0f0f0 0%, #ddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f0f0', endColorstr='#ffdddddd',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffdddddd', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
border-color: #cacaca;
}
.progress {
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #ebebeb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #ebebeb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #e1e1e1 0%, #ebebeb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #ebebeb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #e1e1e1 0%, #ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1e1e1', endColorstr='#ffebebeb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffebebeb', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-primary {
background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #31b0d5)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5bc0de', endColorstr='#ff31b0d5',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-inverse {
background-image: -moz-linear-gradient(top, #666 0%, #4d4d4d 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #666), color-stop(100%, #4d4d4d)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #666 0%, #4d4d4d 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #666 0%, #4d4d4d 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #666 0%, #4d4d4d 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #666 0%, #4d4d4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff666666', endColorstr='#ff4d4d4d',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff4d4d4d', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -moz-linear-gradient(top, #3CB521 0%, #2e8a19 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #3CB521), color-stop(100%, #2e8a19)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #3CB521 0%, #2e8a19 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #3CB521 0%, #2e8a19 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #3CB521 0%, #2e8a19 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #3CB521 0%, #2e8a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3cb521', endColorstr='#ff2e8a19',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cb521', endColorstr='#ff2e8a19', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -moz-linear-gradient(top, #9760B3 0%, #7d4898 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #9760B3), color-stop(100%, #7d4898)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #9760B3 0%, #7d4898 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #9760B3 0%, #7d4898 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #9760B3 0%, #7d4898 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #9760B3 0%, #7d4898 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9760b3', endColorstr='#ff7d4898',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9760b3', endColorstr='#ff7d4898', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -moz-linear-gradient(top, #F7B42C 0%, #e79e09 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #F7B42C), color-stop(100%, #e79e09)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #F7B42C 0%, #e79e09 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #F7B42C 0%, #e79e09 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #F7B42C 0%, #e79e09 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #F7B42C 0%, #e79e09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffF7B42C', endColorstr='#ffe79e09',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF7B42C', endColorstr='#ffe79e09', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -moz-linear-gradient(top, #CD0200 0%, #9a0200 100%); /* FF3.6-15 */
background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #CD0200), color-stop(100%, #9a0200)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #CD0200 0%, #9a0200 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #CD0200 0%, #9a0200 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #CD0200 0%, #9a0200 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #CD0200 0%, #9a0200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd0200', endColorstr='#ff9a0200',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd0200', endColorstr='#ff9a0200', GradientType=0); /* IE6-8 */
background-repeat: repeat-x;
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.panel-default > .panel-heading,
.panel-default > .panel-footer {
background-image: -moz-linear-gradient(top, #eee 0%, #e1e1e1 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#e1e1e1)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #eee 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #eee 0%,#e1e1e1 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #eee 0%,#e1e1e1 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #eee 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-primary > .panel-heading,
.panel-primary > .panel-footer,
.popover-primary > .popover-title {
background-image: -moz-linear-gradient(top, #A7DFF1 0%, #91d7ee 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A7DFF1), color-stop(100%,#91d7ee)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #A7DFF1 0%, #91d7ee 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #A7DFF1 0%, #91d7ee 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #A7DFF1 0%, #91d7ee 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #A7DFF1 0%, #91d7ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa7dff1', endColorstr='#ff91d7ee',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa7dff1', endColorstr='#ff91d7ee',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-secondary > .panel-heading,
.panel-secondary > .panel-footer,
.popover-secondary > .popover-title {
background-image: -moz-linear-gradient(top, #178acc 0%, #147ab5 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#178acc), color-stop(100%,#147ab5)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #178acc 0%, #147ab5 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #178acc 0%, #147ab5 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #178acc 0%, #147ab5 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #178acc 0%, #147ab5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff178acc', endColorstr='#ff147ab5',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff178acc', endColorstr='#ff147ab5',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-success > .panel-heading,
.panel-success > .panel-footer,
.popover-success > .popover-title {
background-image: -moz-linear-gradient(top, #D5ECBF 0%, #c8e6ab 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5ECBF), color-stop(100%,#c8e6ab)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #D5ECBF 0%, #c8e6ab 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #D5ECBF 0%, #c8e6ab 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #D5ECBF 0%, #c8e6ab 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #D5ECBF 0%, #c8e6ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd5ecbf', endColorstr='#ffc8e6ab',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd5ecbf', endColorstr='#ffc8e6ab',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-info > .panel-heading,
.panel-info > .panel-footer,
.popover-info > .popover-title {
background-image: -moz-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae83c3), color-stop(100%,#a372bb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ae83c3 0%, #a372bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ffa372bb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ffa372bb',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-warning > .panel-heading,
.panel-warning > .panel-footer,
.popover-warning > .popover-title {
background-image: -moz-linear-gradient(top, #fde8bf 0%, #fcdfa6 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde8bf), color-stop(100%,#fcdfa6)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #fde8bf 0%, #fcdfa6 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #fde8bf 0%, #fcdfa6 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #fde8bf 0%, #fcdfa6 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #fde8bf 0%, #fcdfa6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffde8bf', endColorstr='#fffcdfa6',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffde8bf', endColorstr='#fffcdfa6',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-danger > .panel-heading,
.panel-danger > .panel-footer,
.popover-danger > .popover-title {
background-image: -moz-linear-gradient(top, #F2BDB1 0%, #eeab9b 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949aa3), color-stop(100%,#eeab9b)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #F2BDB1 0%, #eeab9b 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #F2BDB1 0%, #eeab9b 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #F2BDB1 0%, #eeab9b 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #F2BDB1 0%, #eeab9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bdb1', endColorstr='#ffeeab9b',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bdb1', endColorstr='#ffeeab9b',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-inverse > .panel-heading,
.panel-inverse > .panel-footer,
.popover-inverse > .popover-title {
background-image: -moz-linear-gradient(top, #6C737E 0%, #606670 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C737E), color-stop(100%,#606670)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #6C737E 0%, #606670 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #6C737E 0%, #606670 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #6C737E 0%, #606670 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #6C737E 0%, #606670 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c737e', endColorstr='#ff606670',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c737e', endColorstr='#ff606670',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-primary-alt > .panel-heading,
.panel-primary-alt > .panel-footer,
.popover-primary-alt > .popover-title {
background-image: -moz-linear-gradient(top, #2fa4e7 0%, #1a99e2 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fa4e7), color-stop(100%,#1a99e2)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #2fa4e7 0%, #1a99e2 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #2fa4e7 0%, #1a99e2 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #2fa4e7 0%, #1a99e2 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #2fa4e7 0%, #1a99e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2fa4e7', endColorstr='#ff1a99e2',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2fa4e7', endColorstr='#ff1a99e2',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-secondary-alt > .panel-heading,
.panel-secondary-alt > .panel-footer,
.popover-secondary-alt > .popover-title {
background-image: -moz-linear-gradient(top, #033c73 0%, #022f5a 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033c73), color-stop(100%,#022f5a)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #033c73 0%, #022f5a 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #033c73 0%, #022f5a 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #033c73 0%, #022f5a 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #033c73 0%, #022f5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff033c73', endColorstr='#ff022f5a',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff033c73', endColorstr='#ff022f5a',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-success-alt > .panel-heading,
.panel-success-alt > .panel-footer,
.popover-success-alt > .popover-title {
background-image: -moz-linear-gradient(top, #73a839 0%, #669533 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73a839), color-stop(100%,#669533)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #73a839 0%, #669533 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #73a839 0%, #669533 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #73a839 0%, #669533 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #73a839 0%, #669533 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff73a839', endColorstr='#ff669533',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff73a839', endColorstr='#ff669533',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-warning-alt > .panel-heading,
.panel-warning-alt > .panel-footer,
.popover-warning-alt > .popover-title {
background-image: -moz-linear-gradient(top, #dd5600 0%, #c44c00 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd5600), color-stop(100%,#c44c00)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #dd5600 0%,#c44c00 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #dd5600 0%,#c44c00 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #dd5600 0%,#c44c00 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #dd5600 0%,#c44c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd5600', endColorstr='#ffc44c00',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd5600', endColorstr='#ffc44c00',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-danger-alt > .panel-heading,
.panel-danger-alt > .panel-footer,
.popover-danger-alt > .popover-title {
background-image: -moz-linear-gradient(top, #b94a48 0%, #a74240 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94a48), color-stop(100%,#a74240)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #b94a48 0%,#a74240 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #b94a48 0%,#a74240 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #b94a48 0%,#a74240 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #b94a48 0%,#a74240 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb94a48', endColorstr='#ffa74240',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb94a48', endColorstr='#ffa74240',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.panel-info-alt > .panel-heading,
.panel-info-alt > .panel-footer,
.popover-info-alt > .popover-title {
background-image: -moz-linear-gradient(top, #ae83c3 0%, #a372bb 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae83c3), color-stop(100%,#a372bb)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ae83c3 0%,#a372bb 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ae83c3 0%,#a372bb 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ae83c3 0%,#a372bb 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ae83c3 0%,#a372bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ffa372bb',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae83c3', endColorstr='#ffa372bb',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
text-shadow: 0 -1px 0 #286090;
background-image: -moz-linear-gradient(top, #337ab7 0%, #2b669a 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337ab7), color-stop(100%,#2b669a)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #337ab7 0%, #2b669a 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff337ab7', endColorstr='#ff2b669a',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff337ab7', endColorstr='#ff2b669a',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
filter: none;
border-color: #2b669a;
}
.well {
background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f5f5f5)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #e8e8e8 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5',GradientType=0 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5',GradientType=0 ); /* IE6-8 */
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
background-repeat: repeat-x;
filter: none;
}
.jumbotron {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover, #eee 0%, #e0e0e0 100%); /* FF3.6-15 */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#eee), color-stop(100%,#e0e0e0)); /* Chrome4-9,Safari4-5 */
background: -webkit-radial-gradient(center, ellipse cover, #eee 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-radial-gradient(center, ellipse cover, #eee 0%,#e0e0e0 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #eee 0%,#e0e0e0 100%); /* IE10 preview */
background: radial-gradient(ellipse at center, #eee 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeeeee', endColorstr='#ffe0e0e0',GradientType=1 )"; /* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
filter: none;
}
.bg-black {
background-color: #000;
}
.bg-black.txt {
color: #ccc;
}
.bg-gray-darker {
background-color: #222;
}
.bg-gray-darker.txt {
color: #aaa;
}
.bg-gray-dark {
background-color: #333;
}
.bg-gray-dark.txt {
color: #999;
}
.bg-gray {
background-color: #666;
}
.bg-gray.txt {
color: #fff;
}
.bg-gray-light {
background-color: #ccc;
}
.bg-gray-light.txt {
color: #444;
}
.bg-gray-lighter {
background-color: #eee;
}
.bg-gray-lighter.txt {
color: #777;
}
.bg-blue {
background-color: #3399F3;
}
.bg-blue.txt {
color: #d2e8fc;
}
.bg-blue-dark {
background-color: #033C73;
}
.bg-blue-dark.txt {
color: #48a3fa;
}
.bg-green {
background-color: #3CB521;
}
.bg-green.txt {
color: #1f5f11;
}
.bg-red {
background-color: #CD0200;
}
.bg-red.txt {
color: #670100;
}
.bg-yellow {
background-color: #F4CA00;
}
.bg-yellow.txt {
color: #8e7600;
}
.bg-orange {
background-color: #D47500;
}
.bg-orange.txt {
color: #6e3d00;
}
.bg-pink {
background-color: #F44B8C;
}
.bg-pink.txt {
color: #cd0c56;
}
.bg-purple {
background-color: #9760B3;
}
.bg-purple.txt {
color: #603875;
}
.text-black {
color: #000;
}
.text-black.bg {
background-color: #ccc;
}
.text-gray-darker {
color: #222;
}
.text-gray-darker.bg {
background-color: #aaa;
}
.text-gray-dark {
background-color: #999;
}
.text-gray-dark.bg {
background-color: #666;
}
.text-white {
color: #fff;
}
.text-white.bg {
background-color: #999;
}
.text-gray-light {
color: #ccc;
}
.text-gray-light.bg {
background-color: #444;
}
.text-gray-lighter {
color: #eee;
}
.text-gray-lighter.bg {
background-color: #777;
}
.text-blue {
color: #3399F3;
}
.text-blue.bg {
background-color: #d2e8fc;
}
.text-blue-dark {
color: #033C73;
}
.text-blue-dark.bg {
background-color: #48a3fa;
}
.text-green {
color: #3CB521;
}
.text-green.bg {
background-color: #1f5f11;
}
.text-red {
color: #CD0200;
}
.text-red.bg {
background-color: #670100;
}
.text-yellow {
color: #F4CA00;
}
.text-yellow.bg {
background-color: #8e7600;
}
.text-orange {
color: #D47500;
}
.text-orange.bg {
background-color: #6e3d00;
}
.text-pink {
color: #F44B8C;
}
.text-pink.bg {
background-color: #cd0c56;
}
.text-purple {
color: #9760B3;
}
.text-purple.bg {
background-color: #603875;
}
| 0.666605 | 0.095055 |
body {
margin: 0;
padding: 0;
background: #f4f4f4;
font-family: Helvetica, Arial, sans-serif;
color: #222;
}
header {
margin: 0;
padding: 1em 0.5em 0 0.5em;
border-bottom: 1px solid #e1e1e1;
background: #fff;
color: #333;
}
#inner-header {
margin: 0;
padding: 0;
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
#logo {
margin: 3px 15px 0 0;
padding: 0;
width: 30px;
height: 30px;
}
header h1 {
margin: 0;
padding: 0;
font-size: 1.3em;
font-weight: 600;
color: #38ACEC;
}
header h2 {
margin: 0;
padding: 0;
font-size: .8em;
}
header nav {
flex-grow: 1;
}
header nav ul {
display: flex;
margin: 0;
padding: 0;
list-style-type: none;
}
header nav ul li {
flex-grow: 1;
text-align: center;
}
header nav ul li a {
display: block;
border: 1px solid #e1e1e1;
margin: 1em .5em;
padding: .5em;
-ms-border-radius: 3px;
border-radius: 3px;
background: #f8f8f8;
}
a {
color: #8C001A;
text-decoration: none;
}
.message {
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
align-items: flex-start;
margin: 7px;
padding: 10px;
border: 1px solid #e1e1e1;
background: #fff;
-ms-border-radius: 2px;
border-radius: 2px;
}
.user-picture {
margin: 0;
padding: 0;
-ms-border-radius: 3px;
border-radius: 3px;
width: 48px;
height: 48px;
}
.message-header {
display: inline-block;
margin: .3em 0 0 10px;
padding: 0;
flex-basis: 0;
flex-grow: 1;
}
.user-name {
font-weight: 600;
color: #000;
text-decoration: none;
}
.user-name:hover {
color: #38ACEC;
}
.message-timeinfo {
margin-top: .2em;
display: block;
font-size: .8em;
color: #888;
}
.message-text {
flex-basis: 100%;
margin-top: 1em;
font-size: .95em;
line-height: 1.4em;
}
#messages-aside div {
margin: 7px;
padding: 1em;
border: 1px solid #e1e1e1;
background: #fff;
-ms-border-radius: 2px;
border-radius: 2px;
}
#messages-aside h2 {
color: #777;
}
#messages-aside h2,
#messages-aside h3 {
margin-top: 0;
}
#messages-aside p {
line-height: 1.5em;
font-size: .9em;
}
#load-more-btn, #show-new-btn {
display: block;
margin: 7px;
padding: 1em 0;
border: 1px solid #e1e1e1;
-ms-border-radius: 2px;
border-radius: 2px;
background: #f1f1f1;
text-align: center;
}
footer {
margin: 10px;
padding: 0;
color: #888;
font-size: .8em;
}
#pinned {
margin-bottom: 1em;
}
#pinned p {
width: 100%;
margin: 0 0 .5em 0;
padding: 0;
font-weight: bold;
font-size: .85em;
color: #666;
}
#pinned iframe {
flex-grow: 1;
display: block;
}
#pinned ul li {
margin: .8em 0;
}
#about {
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.about-section {
margin: 7px;
border: 1px solid #e1e1e1;
padding: 0 1em;
background: #fff;
-ms-border-radius: 2px;
border-radius: 2px;
}
.about-section p {
font-size: .95em;
color: #444;
line-height: 1.5em;
}
.about-section iframe {
width: 100%;
min-height: 250px;
margin-bottom: 1em;
}
.about-section ul li {
margin: .5em 0;
}
@media all and (min-width: 917px) {
main,
#inner-header,
#inner-footer {
margin: 0 auto;
padding: 0;
max-width: 900px;
}
main {
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
header {
padding-bottom: 1em;
}
#logo {
margin: 0 20px 0 0;
padding: 0;
width: 50px;
height: 50px;
}
header h1 {
font-size: 1.8em;
font-weight: 600;
color: #38ACEC;
margin-right: 20px;
}
header h2 {
margin: .3em 0 0 0;
padding: 0;
font-size: 1em;
}
header nav ul {
align-items: flex-start;
}
header nav ul li {
flex-grow: 0;
}
header nav ul li a {
display: inline-block;
border: 0;
background: #fff;
color: #666;
}
header nav ul li a:hover {
color: #8C001A;
padding: .5em 0 .1em 0;
margin-left: 1em;
margin-right: 1em;
border-bottom: 3px solid #8C001A;
-ms-border-radius: 0;
border-radius: 0;
}
#messages {
margin-top: 15px;
max-width: 600px;
}
#messages-aside {
margin: 15px 0 0 15px;
max-width: 285px;
color: #333;
}
#messages-aside div {
margin: 0 0 15px 0;
}
.message {
display: block;
margin: 0;
padding: 10px;
border: 1px solid #e1e1e1;
border-bottom: 0;
}
.message:first-child {
-ms-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-ms-border-top-right-radius: 2px;
border-top-right-radius: 2px;
}
.message:last-child {
-ms-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
-ms-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom: 1px solid #e1e1e1;
}
.user-picture, .message-header {
float: left;
}
.message-text {
float: left;
width: 520px;
margin-top: .5em;
margin-left: 10px;
}
.message:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.message-timeinfo {
display: inline;
}
.message-timeinfo:before {
content: " - ";
}
#load-more-btn, #show-new-btn {
margin: 7px 1px;
}
footer {
margin: 1.5em 0 2em 0;
}
#pinned {
width: 600px;
margin-bottom: 1em;
}
#pinned .message {
display: flex;
}
#pinned iframe {
max-width: 300px;
}
#pinned ul {
margin: .5em 0;
max-width: 235px;
}
#about-left, #about-right {
max-width: 50%;
}
#about-left .about-section {
margin: 10px 5px 0 0;
}
#about-right .about-section {
margin: 10px 0 0 5px;
}
.about-section {
margin: 0;
}
}
|
JuniorDoctorsStrike.Web/Assets/site.css
|
body {
margin: 0;
padding: 0;
background: #f4f4f4;
font-family: Helvetica, Arial, sans-serif;
color: #222;
}
header {
margin: 0;
padding: 1em 0.5em 0 0.5em;
border-bottom: 1px solid #e1e1e1;
background: #fff;
color: #333;
}
#inner-header {
margin: 0;
padding: 0;
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
#logo {
margin: 3px 15px 0 0;
padding: 0;
width: 30px;
height: 30px;
}
header h1 {
margin: 0;
padding: 0;
font-size: 1.3em;
font-weight: 600;
color: #38ACEC;
}
header h2 {
margin: 0;
padding: 0;
font-size: .8em;
}
header nav {
flex-grow: 1;
}
header nav ul {
display: flex;
margin: 0;
padding: 0;
list-style-type: none;
}
header nav ul li {
flex-grow: 1;
text-align: center;
}
header nav ul li a {
display: block;
border: 1px solid #e1e1e1;
margin: 1em .5em;
padding: .5em;
-ms-border-radius: 3px;
border-radius: 3px;
background: #f8f8f8;
}
a {
color: #8C001A;
text-decoration: none;
}
.message {
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
align-items: flex-start;
margin: 7px;
padding: 10px;
border: 1px solid #e1e1e1;
background: #fff;
-ms-border-radius: 2px;
border-radius: 2px;
}
.user-picture {
margin: 0;
padding: 0;
-ms-border-radius: 3px;
border-radius: 3px;
width: 48px;
height: 48px;
}
.message-header {
display: inline-block;
margin: .3em 0 0 10px;
padding: 0;
flex-basis: 0;
flex-grow: 1;
}
.user-name {
font-weight: 600;
color: #000;
text-decoration: none;
}
.user-name:hover {
color: #38ACEC;
}
.message-timeinfo {
margin-top: .2em;
display: block;
font-size: .8em;
color: #888;
}
.message-text {
flex-basis: 100%;
margin-top: 1em;
font-size: .95em;
line-height: 1.4em;
}
#messages-aside div {
margin: 7px;
padding: 1em;
border: 1px solid #e1e1e1;
background: #fff;
-ms-border-radius: 2px;
border-radius: 2px;
}
#messages-aside h2 {
color: #777;
}
#messages-aside h2,
#messages-aside h3 {
margin-top: 0;
}
#messages-aside p {
line-height: 1.5em;
font-size: .9em;
}
#load-more-btn, #show-new-btn {
display: block;
margin: 7px;
padding: 1em 0;
border: 1px solid #e1e1e1;
-ms-border-radius: 2px;
border-radius: 2px;
background: #f1f1f1;
text-align: center;
}
footer {
margin: 10px;
padding: 0;
color: #888;
font-size: .8em;
}
#pinned {
margin-bottom: 1em;
}
#pinned p {
width: 100%;
margin: 0 0 .5em 0;
padding: 0;
font-weight: bold;
font-size: .85em;
color: #666;
}
#pinned iframe {
flex-grow: 1;
display: block;
}
#pinned ul li {
margin: .8em 0;
}
#about {
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.about-section {
margin: 7px;
border: 1px solid #e1e1e1;
padding: 0 1em;
background: #fff;
-ms-border-radius: 2px;
border-radius: 2px;
}
.about-section p {
font-size: .95em;
color: #444;
line-height: 1.5em;
}
.about-section iframe {
width: 100%;
min-height: 250px;
margin-bottom: 1em;
}
.about-section ul li {
margin: .5em 0;
}
@media all and (min-width: 917px) {
main,
#inner-header,
#inner-footer {
margin: 0 auto;
padding: 0;
max-width: 900px;
}
main {
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
header {
padding-bottom: 1em;
}
#logo {
margin: 0 20px 0 0;
padding: 0;
width: 50px;
height: 50px;
}
header h1 {
font-size: 1.8em;
font-weight: 600;
color: #38ACEC;
margin-right: 20px;
}
header h2 {
margin: .3em 0 0 0;
padding: 0;
font-size: 1em;
}
header nav ul {
align-items: flex-start;
}
header nav ul li {
flex-grow: 0;
}
header nav ul li a {
display: inline-block;
border: 0;
background: #fff;
color: #666;
}
header nav ul li a:hover {
color: #8C001A;
padding: .5em 0 .1em 0;
margin-left: 1em;
margin-right: 1em;
border-bottom: 3px solid #8C001A;
-ms-border-radius: 0;
border-radius: 0;
}
#messages {
margin-top: 15px;
max-width: 600px;
}
#messages-aside {
margin: 15px 0 0 15px;
max-width: 285px;
color: #333;
}
#messages-aside div {
margin: 0 0 15px 0;
}
.message {
display: block;
margin: 0;
padding: 10px;
border: 1px solid #e1e1e1;
border-bottom: 0;
}
.message:first-child {
-ms-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-ms-border-top-right-radius: 2px;
border-top-right-radius: 2px;
}
.message:last-child {
-ms-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
-ms-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom: 1px solid #e1e1e1;
}
.user-picture, .message-header {
float: left;
}
.message-text {
float: left;
width: 520px;
margin-top: .5em;
margin-left: 10px;
}
.message:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.message-timeinfo {
display: inline;
}
.message-timeinfo:before {
content: " - ";
}
#load-more-btn, #show-new-btn {
margin: 7px 1px;
}
footer {
margin: 1.5em 0 2em 0;
}
#pinned {
width: 600px;
margin-bottom: 1em;
}
#pinned .message {
display: flex;
}
#pinned iframe {
max-width: 300px;
}
#pinned ul {
margin: .5em 0;
max-width: 235px;
}
#about-left, #about-right {
max-width: 50%;
}
#about-left .about-section {
margin: 10px 5px 0 0;
}
#about-right .about-section {
margin: 10px 0 0 5px;
}
.about-section {
margin: 0;
}
}
| 0.417628 | 0.108001 |
.contact-content{
font-family: 'organo';
width: 100%;
height: 100vh;
display: flex;
flex-direction: row;
}
.contact-content div{
display: flex;
margin: auto;
text-align: center;
width: 250px;
height: 250px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
border: solid white 2px ;
color: rgba(255, 255, 255, 0.726);
cursor: pointer;
background-size: 250px 250px !important;
}
.contact_name{
margin: auto;
text-transform: capitalize;
font-size: 3rem;
}
.contact-content div:hover > .contact_name{
font-size: 3.5rem;
}
/* BG MOVEMENT */
body {
animation: fadeInAnimation ease 3s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
margin:0;
}
.bg {
animation:slide 3s ease-in-out infinite alternate;
background-image: linear-gradient(-40deg, rgb(255, 181, 44) 50%, #09f 50%);
bottom:0;
left:-50%;
opacity:.5;
position:fixed;
right:-50%;
top:0;
z-index:-1;
}
.bg2 {
animation-direction:alternate-reverse;
animation-duration:4s;
}
.bg3 {
animation-duration:5s;
}
@media only screen and (max-width:600px) and (min-width: 401px) {
.contact-content div{
width: 150px;
height: 150px;
background-size:150px !important
}
.contact_name{
font-size: 2rem;
}
}
@media only screen and (max-width:400px) {
.contact-content{
flex-direction: column;
margin-top: 35%;
height: 60vh;
}
.contact_name{
font-size: 2rem;
}
.contact_name:active{
transform: scale(0.8);
}
.contact-content div{
width: 150px;
height: 150px;
background-size:150px !important
}
.contact-content div:hover > .contact_name{
font-size: 1.5rem;
}
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes slide {
0% {
transform:translateX(-25%);
}
100% {
transform:translateX(25%);
}
}
|
public/css/contacto.css
|
.contact-content{
font-family: 'organo';
width: 100%;
height: 100vh;
display: flex;
flex-direction: row;
}
.contact-content div{
display: flex;
margin: auto;
text-align: center;
width: 250px;
height: 250px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
border: solid white 2px ;
color: rgba(255, 255, 255, 0.726);
cursor: pointer;
background-size: 250px 250px !important;
}
.contact_name{
margin: auto;
text-transform: capitalize;
font-size: 3rem;
}
.contact-content div:hover > .contact_name{
font-size: 3.5rem;
}
/* BG MOVEMENT */
body {
animation: fadeInAnimation ease 3s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
margin:0;
}
.bg {
animation:slide 3s ease-in-out infinite alternate;
background-image: linear-gradient(-40deg, rgb(255, 181, 44) 50%, #09f 50%);
bottom:0;
left:-50%;
opacity:.5;
position:fixed;
right:-50%;
top:0;
z-index:-1;
}
.bg2 {
animation-direction:alternate-reverse;
animation-duration:4s;
}
.bg3 {
animation-duration:5s;
}
@media only screen and (max-width:600px) and (min-width: 401px) {
.contact-content div{
width: 150px;
height: 150px;
background-size:150px !important
}
.contact_name{
font-size: 2rem;
}
}
@media only screen and (max-width:400px) {
.contact-content{
flex-direction: column;
margin-top: 35%;
height: 60vh;
}
.contact_name{
font-size: 2rem;
}
.contact_name:active{
transform: scale(0.8);
}
.contact-content div{
width: 150px;
height: 150px;
background-size:150px !important
}
.contact-content div:hover > .contact_name{
font-size: 1.5rem;
}
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes slide {
0% {
transform:translateX(-25%);
}
100% {
transform:translateX(25%);
}
}
| 0.507568 | 0.077832 |
body { /* Background of everything, sets main font */
background : grey;
font-family : Verdana, Geneva, sans-serif;
font-size : 14px;
}
div.main, .flright, .framesetLeft, .framesetRight {
background : snow; /* What colour is best, snow or seashell? */
border : 2px solid #a1a1a1;
padding : 10px 20px;
border-radius : 25px;
}
.banner { /* Top of mainpage.htm */
width : 95%;
height : 100%;
margin-right : auto;
margin-left : auto;
text-align : center;
}
.main { /* main site content */
width : 750px;
margin-right : auto;
margin-left : auto;
/* text-align : justify; */
}
.flright { /* for a floating/notification on the right */
background : #dddddd;
width : 350px;
float : right;
margin-right : 5px;
text-align : center;
}
.framesetLeft { /* for left of a frameset, contains navigation */
margin-right : -8px;
border-right-width: 0px;
padding-top: 0px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.framesetRight { /* for any page that goes on the right of a frameset, currently only blank.htm */
margin-left : -10px;
border-left-width: 2px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
h1 { /* indent headings */
margin-left : 30px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline overline;
}
a:active {
text-decoration: underline overline;
}
a:link.noLink {
color: #000000;
text-decoration: none
}
a:visited.noLink {
color: #000000;
text-decoration: none
}
a:hover.noLink {
color: #000000;
text-decoration: underline overline;
}
a:active.noLink {
color: #000000;
text-decoration: none
}
/* Demo at http://walkman100.github.io/Walkman/HTML/BtnNav/Page1.html */
code {
border-radius: 6px;
border: 1px solid #e5e5e5;
background: #f8f8f8;
padding: 1px 6px;
overflow-x: auto;
margin: 0 0px;
white-space: nowrap;
}
blockquote {
font-style: italic;
padding: 0 0 0 20px;
border-left: 2px solid #e5e5e5;
margin: 0;
}
kbd {
background-color: #e7e7e7;
background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
background-image: linear-gradient(#fefefe, #e7e7e7);
background-repeat: repeat-x;
display: inline-block;
padding: 3px 5px;
font: 13px Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: 10px;
color: #000;
border: 1px solid #cfcfcf;
border-radius: 2px;
}
|
embed/main.css
|
body { /* Background of everything, sets main font */
background : grey;
font-family : Verdana, Geneva, sans-serif;
font-size : 14px;
}
div.main, .flright, .framesetLeft, .framesetRight {
background : snow; /* What colour is best, snow or seashell? */
border : 2px solid #a1a1a1;
padding : 10px 20px;
border-radius : 25px;
}
.banner { /* Top of mainpage.htm */
width : 95%;
height : 100%;
margin-right : auto;
margin-left : auto;
text-align : center;
}
.main { /* main site content */
width : 750px;
margin-right : auto;
margin-left : auto;
/* text-align : justify; */
}
.flright { /* for a floating/notification on the right */
background : #dddddd;
width : 350px;
float : right;
margin-right : 5px;
text-align : center;
}
.framesetLeft { /* for left of a frameset, contains navigation */
margin-right : -8px;
border-right-width: 0px;
padding-top: 0px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.framesetRight { /* for any page that goes on the right of a frameset, currently only blank.htm */
margin-left : -10px;
border-left-width: 2px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
h1 { /* indent headings */
margin-left : 30px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline overline;
}
a:active {
text-decoration: underline overline;
}
a:link.noLink {
color: #000000;
text-decoration: none
}
a:visited.noLink {
color: #000000;
text-decoration: none
}
a:hover.noLink {
color: #000000;
text-decoration: underline overline;
}
a:active.noLink {
color: #000000;
text-decoration: none
}
/* Demo at http://walkman100.github.io/Walkman/HTML/BtnNav/Page1.html */
code {
border-radius: 6px;
border: 1px solid #e5e5e5;
background: #f8f8f8;
padding: 1px 6px;
overflow-x: auto;
margin: 0 0px;
white-space: nowrap;
}
blockquote {
font-style: italic;
padding: 0 0 0 20px;
border-left: 2px solid #e5e5e5;
margin: 0;
}
kbd {
background-color: #e7e7e7;
background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
background-image: linear-gradient(#fefefe, #e7e7e7);
background-repeat: repeat-x;
display: inline-block;
padding: 3px 5px;
font: 13px Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: 10px;
color: #000;
border: 1px solid #cfcfcf;
border-radius: 2px;
}
| 0.427875 | 0.15241 |
.img-fluid {
max-width: 100%;
height: auto; }
.m-0 {
margin: 0 0 !important; }
.mt-0 {
margin-top: 0 !important; }
.mr-0 {
margin-right: 0 !important; }
.mb-0 {
margin-bottom: 0 !important; }
.ml-0 {
margin-left: 0 !important; }
.p-0 {
padding: 0 0 !important; }
.pt-0 {
padding-top: 0 !important; }
.pr-0 {
padding-right: 0 !important; }
.pb-0 {
padding-bottom: 0 !important; }
.pl-0 {
padding-left: 0 !important; }
.site-header {
background-color: #2c3e50;
display: flex;
align-items: center;
min-height: 90px; }
.site-header-banner {
min-height: 200px;
width: 100%;
opacity: 0.5; }
.site-header-banner-wrap {
background: #000;
min-height: 200px;
position: relative; }
.site-header-inner {
display: flex;
justify-content: flex-start; }
.site-title {
font-size: 24px;
font-family: 'Oswald', sans-serif; }
.site-title a {
text-decoration: none;
color: #000; }
.site-title-heading {
font-weight: 100;
font-size: 28px; }
.site-title-name {
color: #000;
font-weight: 700;
font-size: 30px; }
.navbar-brand {
margin-bottom: 2%; }
.navbar-default {
display: flex;
align-items: center;
background-color: transparent;
border: none;
margin-bottom: 0;
justify-content: space-between;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.navbar-default .navbar-collapse {
width: 100%;
padding-right: 0; }
.navbar-default .navbar-nav {
width: 100%;
display: flex;
justify-content: flex-end; }
@media only screen and (max-width: 780px) {
.navbar-default .navbar-nav {
display: block; } }
.navbar-default .navbar-nav li {
margin-left: 5px; }
.navbar-default .navbar-nav li a {
color: #fff;
font: 400 16px Roboto;
text-transform: uppercase;
padding: 3px 16px; }
.navbar-default .navbar-nav li a:hover {
color: #ff4848; }
.navbar-default .navbar-nav li a:focus {
color: #ff4848; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
color: red;
font: 400 16px Roboto;
text-transform: uppercase;
background-color: transparent; }
.title-header {
color: #fff;
font: 700 30px Roboto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.site-footer {
background-color: #ff4848;
padding: 25px 0 12px 0; }
.site-footer-wrap {
display: flex;
justify-content: center; }
.sub-footer {
background-color: #17212a;
min-height: 140px;
display: flex;
align-items: center;
justify-content: center; }
.footer-copyright {
color: #fff;
font: 700 12px Arial; }
.footer-social {
background-color: #e2e2e2;
opacity: 0.84;
width: 33px;
height: 33px;
position: relative; }
.footer-social:hover {
background-color: #1b1b1a; }
.footer-social .fa {
padding: 5px; }
.footer-social-list {
list-style-type: none;
margin: 0;
padding: 0; }
.footer-social-list li {
margin-left: 5px;
display: inline-block; }
.footer-social-list a {
text-decoration: none;
color: #1b1b1a;
font-size: 24px; }
.footer-social-list a:hover {
color: #e2e2e2; }
.footer-contact {
background: #000;
height: auto; }
.footer-contact-us .container {
padding-top: 110px;
z-index: 5;
position: relative; }
.footer-contact-us-bg {
background: no-repeat url("http://dev-gh-ex-krasnikov.pantheonsite.io/wp-content/uploads/2017/04/image.png");
background-size: cover;
-webkit-background-size: cover;
position: relative; }
.footer-contact-us-bg::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
opacity: 0.6;
z-index: 2; }
.footer-contact-heading {
color: #fff;
font: 300 36px/24px Roboto;
margin: 0 0 40px 0; }
.footer-contact-info {
margin: 0 0 30px 0; }
.footer-contact-phone {
position: relative;
padding-left: 30px; }
.footer-contact-phone:after {
content: "\f095";
font-family: FontAwesome;
position: absolute;
left: 0;
color: #fff;
font-size: 20px; }
.footer-contact-address {
margin: 25px 0 35px 0;
position: relative;
padding-left: 30px;
width: 270px; }
.footer-contact-address:after {
content: "\f041";
font-family: FontAwesome;
position: absolute;
left: 0;
top: 0;
color: #fff;
font-size: 20px; }
.footer-contact-info, .footer-contact-phone, .footer-contact-address {
color: #fff;
font: 300 18px/24px Roboto; }
/* Footer form */
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
width: 100%;
outline: none;
padding: 16px;
margin-bottom: 20px;
border: none; }
.btn-read-more {
background-color: gray;
color: #2c2c2b;
font: 300 14px/14px Oswald;
border: none;
padding: 7px 44px 7px 12px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
position: relative; }
.btn-read-more:focus {
text-decoration: none;
color: #2c2c2b;
outline: none; }
.btn-read-more:hover {
text-decoration: none;
color: #2c2c2b; }
.btn-contact-send {
padding: 11px 55px 11px 12px;
text-transform: uppercase; }
.es_textbox_button {
border: 1px solid #fff;
background-color: #ff4848;
color: #fff;
font: 700 24px Roboto;
text-transform: uppercase;
padding: 13px 0;
width: 100%;
margin-top: 40px; }
.wpcf7-submit {
background-color: #ff4848;
color: #fff;
font: 700 24px/24px Roboto;
text-transform: uppercase;
border: none;
margin-top: 20px;
padding: 15px 60px; }
.widget {
background-color: #004966;
margin-bottom: 25px;
padding: 0 30px 50px 30px; }
.widget h3 {
color: #fff;
font: 700 30px Roboto;
text-transform: uppercase;
text-align: center; }
.widget_search h3, .elp-widget h3 {
padding-top: 35px;
margin-bottom: 35px; }
.widget_categories h3 {
padding-top: 50px;
margin-bottom: 50px; }
.widget_categories ul li a {
color: #fff; }
.widget_categories ul li:hover {
color: #fff; }
.widget_categories .nav > li > a:focus, .widget_categories .nav > li > a:hover {
background-color: transparent;
color: #fff; }
.search-field, .es_textbox_class {
border: 1px solid #fff;
background-color: transparent;
outline: none;
width: 100%;
color: #fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; }
.search-field:focus, .es_textbox_class:focus {
outline: none; }
.search-submit {
display: none; }
.search-field {
padding: 24px 0 24px 20px; }
.search-form label {
width: 100%; }
/* Newsletter */
.es_widget_form_email {
display: none; }
.es_textbox_class {
padding: 15px 0 15px 20px; }
.es_caption {
width: 60%;
margin-bottom: 30px;
color: #fff;
font: 300 12px Roboto; }
.heading-block {
color: #fff;
background-color: #222;
position: relative;
margin-bottom: 40px;
font: 400 12px/12px OpenSans; }
.main-back-section {
background-color: #ff4848;
padding-bottom: 140px; }
.main-back-section .container {
padding-left: 30px; }
.image-red-section {
margin-top: 100px; }
.info-start-section-wrap {
padding-top: 180px; }
.heading-red-section {
font: 700 60px Roboto;
color: #fff;
margin: 0 0 40px 0; }
.heading-red-section-two {
color: #2c3e50; }
.sub-heading-red-section {
font: 400 48px Roboto;
color: #fff;
margin: 0; }
.data-red-section {
font: 400 30px Roboto;
color: #fff;
margin: 0; }
.info-red-section {
color: #fff;
font: 300 24px Roboto;
margin: 40px 0 0 0; }
.welcome-section .container {
padding-top: 60px;
padding-bottom: 0; }
.heading-welcome-section {
color: #004966;
font: 700 36px Roboto;
margin: 0 0 50px 0; }
.info-welcome-section {
font: 700 18px/24px Roboto;
color: #004966;
padding-bottom: 40px; }
.wrap-info-welcome-section {
padding-top: 100px; }
.offering-section-heading {
color: #fff;
font: 300 36px/24px Roboto;
margin: 0 0 30px 0; }
.offering-section-sub-heading {
color: #fff;
font: 400 18px/24px Roboto; }
.offering-section-wrap-info {
padding-bottom: 100px; }
.offering-section {
background-color: #004966; }
.offering-section .container {
padding-top: 60px;
padding-bottom: 0; }
.offering-section-wrap-info {
text-align: center; }
.clients-section {
background-color: #ff4848; }
.offering-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0; }
.blog-post-title {
font-size: 20px;
padding: 0 15px 0 15px; }
.blog-post-title a {
text-decoration: none;
color: #222; }
.blog-post-content {
width: 100%; }
.type-post {
margin-bottom: 50px;
padding-bottom: 25px; }
.wp-post-image {
width: 100%; }
.main-content-inner article {
padding-right: 30px;
margin-bottom: 25px; }
.main-content-inner {
padding-top: 70px; }
.sidebar {
padding-top: 50px; }
.info-post {
border: 1px solid rgba(0, 1, 1, 0.5);
position: relative; }
.info-post:before {
content: "\f18e";
position: absolute;
font-family: FontAwesome;
top: 0;
right: 7px;
font-size: 35px;
color: #000;
z-index: 5; }
.info-post:hover:before {
color: #ff4848; }
.info-post:hover .blog-post-title a {
color: #ff4848; }
.info-post:after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 46px;
height: 46px;
background-color: #fff; }
.blog-post-content {
color: #000;
font: 900 9px Roboto;
border-bottom: 1px solid rgba(0, 0, 2, 0.5);
padding: 0 20px 0 15px; }
.entry-meta {
padding: 15px 0;
text-align: center; }
.post-date {
position: relative; }
.post-date:after {
content: "\f017";
font-family: FontAwesome;
position: absolute;
left: 100px;
top: -6px;
font-size: 22px;
color: #000; }
.pagination-links {
margin: 50px 0 70px;
display: inline-block;
width: 100%; }
.pagination-links .page-numbers {
opacity: 0.84;
padding: 8px 16px;
text-decoration: none;
background-color: #ff4848;
color: #fff;
font: 700 24px Roboto; }
.pagination-links .page-numbers:hover {
background-color: #ff4848;
color: #171717; }
.pagination-links .current {
background-color: #ff4848;
color: #171717; }
.entry-content-thumbnail img {
width: auto;
float: left;
padding: 0 15px 15px 0; }
.single-page-title {
color: #d35400;
font: 700 18px Roboto;
margin-top: 10px; }
.single-entry-content {
color: #000;
font: 400 12px/15px Roboto;
padding-left: 20px; }
.single-entry-content h2 {
color: #f9690e; }
.info-single-post {
border: 1px solid rgba(0, 1, 1, 0.5);
padding-right: 20px; }
|
wp-content/themes/gh-ex/vendors/css/style.css
|
.img-fluid {
max-width: 100%;
height: auto; }
.m-0 {
margin: 0 0 !important; }
.mt-0 {
margin-top: 0 !important; }
.mr-0 {
margin-right: 0 !important; }
.mb-0 {
margin-bottom: 0 !important; }
.ml-0 {
margin-left: 0 !important; }
.p-0 {
padding: 0 0 !important; }
.pt-0 {
padding-top: 0 !important; }
.pr-0 {
padding-right: 0 !important; }
.pb-0 {
padding-bottom: 0 !important; }
.pl-0 {
padding-left: 0 !important; }
.site-header {
background-color: #2c3e50;
display: flex;
align-items: center;
min-height: 90px; }
.site-header-banner {
min-height: 200px;
width: 100%;
opacity: 0.5; }
.site-header-banner-wrap {
background: #000;
min-height: 200px;
position: relative; }
.site-header-inner {
display: flex;
justify-content: flex-start; }
.site-title {
font-size: 24px;
font-family: 'Oswald', sans-serif; }
.site-title a {
text-decoration: none;
color: #000; }
.site-title-heading {
font-weight: 100;
font-size: 28px; }
.site-title-name {
color: #000;
font-weight: 700;
font-size: 30px; }
.navbar-brand {
margin-bottom: 2%; }
.navbar-default {
display: flex;
align-items: center;
background-color: transparent;
border: none;
margin-bottom: 0;
justify-content: space-between;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.navbar-default .navbar-collapse {
width: 100%;
padding-right: 0; }
.navbar-default .navbar-nav {
width: 100%;
display: flex;
justify-content: flex-end; }
@media only screen and (max-width: 780px) {
.navbar-default .navbar-nav {
display: block; } }
.navbar-default .navbar-nav li {
margin-left: 5px; }
.navbar-default .navbar-nav li a {
color: #fff;
font: 400 16px Roboto;
text-transform: uppercase;
padding: 3px 16px; }
.navbar-default .navbar-nav li a:hover {
color: #ff4848; }
.navbar-default .navbar-nav li a:focus {
color: #ff4848; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
color: red;
font: 400 16px Roboto;
text-transform: uppercase;
background-color: transparent; }
.title-header {
color: #fff;
font: 700 30px Roboto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.site-footer {
background-color: #ff4848;
padding: 25px 0 12px 0; }
.site-footer-wrap {
display: flex;
justify-content: center; }
.sub-footer {
background-color: #17212a;
min-height: 140px;
display: flex;
align-items: center;
justify-content: center; }
.footer-copyright {
color: #fff;
font: 700 12px Arial; }
.footer-social {
background-color: #e2e2e2;
opacity: 0.84;
width: 33px;
height: 33px;
position: relative; }
.footer-social:hover {
background-color: #1b1b1a; }
.footer-social .fa {
padding: 5px; }
.footer-social-list {
list-style-type: none;
margin: 0;
padding: 0; }
.footer-social-list li {
margin-left: 5px;
display: inline-block; }
.footer-social-list a {
text-decoration: none;
color: #1b1b1a;
font-size: 24px; }
.footer-social-list a:hover {
color: #e2e2e2; }
.footer-contact {
background: #000;
height: auto; }
.footer-contact-us .container {
padding-top: 110px;
z-index: 5;
position: relative; }
.footer-contact-us-bg {
background: no-repeat url("http://dev-gh-ex-krasnikov.pantheonsite.io/wp-content/uploads/2017/04/image.png");
background-size: cover;
-webkit-background-size: cover;
position: relative; }
.footer-contact-us-bg::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
opacity: 0.6;
z-index: 2; }
.footer-contact-heading {
color: #fff;
font: 300 36px/24px Roboto;
margin: 0 0 40px 0; }
.footer-contact-info {
margin: 0 0 30px 0; }
.footer-contact-phone {
position: relative;
padding-left: 30px; }
.footer-contact-phone:after {
content: "\f095";
font-family: FontAwesome;
position: absolute;
left: 0;
color: #fff;
font-size: 20px; }
.footer-contact-address {
margin: 25px 0 35px 0;
position: relative;
padding-left: 30px;
width: 270px; }
.footer-contact-address:after {
content: "\f041";
font-family: FontAwesome;
position: absolute;
left: 0;
top: 0;
color: #fff;
font-size: 20px; }
.footer-contact-info, .footer-contact-phone, .footer-contact-address {
color: #fff;
font: 300 18px/24px Roboto; }
/* Footer form */
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
width: 100%;
outline: none;
padding: 16px;
margin-bottom: 20px;
border: none; }
.btn-read-more {
background-color: gray;
color: #2c2c2b;
font: 300 14px/14px Oswald;
border: none;
padding: 7px 44px 7px 12px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
position: relative; }
.btn-read-more:focus {
text-decoration: none;
color: #2c2c2b;
outline: none; }
.btn-read-more:hover {
text-decoration: none;
color: #2c2c2b; }
.btn-contact-send {
padding: 11px 55px 11px 12px;
text-transform: uppercase; }
.es_textbox_button {
border: 1px solid #fff;
background-color: #ff4848;
color: #fff;
font: 700 24px Roboto;
text-transform: uppercase;
padding: 13px 0;
width: 100%;
margin-top: 40px; }
.wpcf7-submit {
background-color: #ff4848;
color: #fff;
font: 700 24px/24px Roboto;
text-transform: uppercase;
border: none;
margin-top: 20px;
padding: 15px 60px; }
.widget {
background-color: #004966;
margin-bottom: 25px;
padding: 0 30px 50px 30px; }
.widget h3 {
color: #fff;
font: 700 30px Roboto;
text-transform: uppercase;
text-align: center; }
.widget_search h3, .elp-widget h3 {
padding-top: 35px;
margin-bottom: 35px; }
.widget_categories h3 {
padding-top: 50px;
margin-bottom: 50px; }
.widget_categories ul li a {
color: #fff; }
.widget_categories ul li:hover {
color: #fff; }
.widget_categories .nav > li > a:focus, .widget_categories .nav > li > a:hover {
background-color: transparent;
color: #fff; }
.search-field, .es_textbox_class {
border: 1px solid #fff;
background-color: transparent;
outline: none;
width: 100%;
color: #fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; }
.search-field:focus, .es_textbox_class:focus {
outline: none; }
.search-submit {
display: none; }
.search-field {
padding: 24px 0 24px 20px; }
.search-form label {
width: 100%; }
/* Newsletter */
.es_widget_form_email {
display: none; }
.es_textbox_class {
padding: 15px 0 15px 20px; }
.es_caption {
width: 60%;
margin-bottom: 30px;
color: #fff;
font: 300 12px Roboto; }
.heading-block {
color: #fff;
background-color: #222;
position: relative;
margin-bottom: 40px;
font: 400 12px/12px OpenSans; }
.main-back-section {
background-color: #ff4848;
padding-bottom: 140px; }
.main-back-section .container {
padding-left: 30px; }
.image-red-section {
margin-top: 100px; }
.info-start-section-wrap {
padding-top: 180px; }
.heading-red-section {
font: 700 60px Roboto;
color: #fff;
margin: 0 0 40px 0; }
.heading-red-section-two {
color: #2c3e50; }
.sub-heading-red-section {
font: 400 48px Roboto;
color: #fff;
margin: 0; }
.data-red-section {
font: 400 30px Roboto;
color: #fff;
margin: 0; }
.info-red-section {
color: #fff;
font: 300 24px Roboto;
margin: 40px 0 0 0; }
.welcome-section .container {
padding-top: 60px;
padding-bottom: 0; }
.heading-welcome-section {
color: #004966;
font: 700 36px Roboto;
margin: 0 0 50px 0; }
.info-welcome-section {
font: 700 18px/24px Roboto;
color: #004966;
padding-bottom: 40px; }
.wrap-info-welcome-section {
padding-top: 100px; }
.offering-section-heading {
color: #fff;
font: 300 36px/24px Roboto;
margin: 0 0 30px 0; }
.offering-section-sub-heading {
color: #fff;
font: 400 18px/24px Roboto; }
.offering-section-wrap-info {
padding-bottom: 100px; }
.offering-section {
background-color: #004966; }
.offering-section .container {
padding-top: 60px;
padding-bottom: 0; }
.offering-section-wrap-info {
text-align: center; }
.clients-section {
background-color: #ff4848; }
.offering-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0; }
.blog-post-title {
font-size: 20px;
padding: 0 15px 0 15px; }
.blog-post-title a {
text-decoration: none;
color: #222; }
.blog-post-content {
width: 100%; }
.type-post {
margin-bottom: 50px;
padding-bottom: 25px; }
.wp-post-image {
width: 100%; }
.main-content-inner article {
padding-right: 30px;
margin-bottom: 25px; }
.main-content-inner {
padding-top: 70px; }
.sidebar {
padding-top: 50px; }
.info-post {
border: 1px solid rgba(0, 1, 1, 0.5);
position: relative; }
.info-post:before {
content: "\f18e";
position: absolute;
font-family: FontAwesome;
top: 0;
right: 7px;
font-size: 35px;
color: #000;
z-index: 5; }
.info-post:hover:before {
color: #ff4848; }
.info-post:hover .blog-post-title a {
color: #ff4848; }
.info-post:after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 46px;
height: 46px;
background-color: #fff; }
.blog-post-content {
color: #000;
font: 900 9px Roboto;
border-bottom: 1px solid rgba(0, 0, 2, 0.5);
padding: 0 20px 0 15px; }
.entry-meta {
padding: 15px 0;
text-align: center; }
.post-date {
position: relative; }
.post-date:after {
content: "\f017";
font-family: FontAwesome;
position: absolute;
left: 100px;
top: -6px;
font-size: 22px;
color: #000; }
.pagination-links {
margin: 50px 0 70px;
display: inline-block;
width: 100%; }
.pagination-links .page-numbers {
opacity: 0.84;
padding: 8px 16px;
text-decoration: none;
background-color: #ff4848;
color: #fff;
font: 700 24px Roboto; }
.pagination-links .page-numbers:hover {
background-color: #ff4848;
color: #171717; }
.pagination-links .current {
background-color: #ff4848;
color: #171717; }
.entry-content-thumbnail img {
width: auto;
float: left;
padding: 0 15px 15px 0; }
.single-page-title {
color: #d35400;
font: 700 18px Roboto;
margin-top: 10px; }
.single-entry-content {
color: #000;
font: 400 12px/15px Roboto;
padding-left: 20px; }
.single-entry-content h2 {
color: #f9690e; }
.info-single-post {
border: 1px solid rgba(0, 1, 1, 0.5);
padding-right: 20px; }
| 0.409575 | 0.082883 |
@charset "UTF-8";
* {padding: 0;margin: 0;}
ul,li {
list-style: none;
}
.list-main {
background: #F3F4F8;
}
.list-main-head {
position: relative;
z-index: 5;
width: 100%;
background: #4FA9FF;
margin-bottom: 10px;
padding-bottom: 10px;
padding-top: 10px;
}
.list-search {
position: relative;
width: 100%;
padding: 5px 0;
margin-bottom: 10px;
}
.list-search p.goBack {
position: absolute;
left: 10px;
top:10px;
}
.list-search p.goBack i,
.list-search p.position i {
color: #fff;
}
.list-search p.position {
position: absolute;
right: 10px;
top: 10px;
}
.list-search p.search {
position: relative;
margin: 0 50px 0 50px;
background: #fff;
border-radius: 15px;
height: 30px;
overflow: hidden;
}
.list-search p.search input {
width: 100%;
height: 30px;
line-height: 30px;
text-indent: 30px;
border: none;
}
.list-search p.search i.search {
position: absolute;
left: 10px;
top: 3px;
color: #999;
}
.list-search p.search i.close {
position: absolute;
right: 10px;
top: 3px;
color: #999;
}
.list-main-list {
background: #fff;
}
.list-main-list div.style {
position: relative;
border-bottom: 1px solid #eee;
padding: 10px;
overflow: hidden;
}
.style .style-end {
position: absolute;
right: 0;
top: 0;
width: 40px;
}
.style ul.style-box {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
}
.style-box .style-left {
float: left;
width: 110px;
overflow: hidden;
}
.style-box .style-left img {
height: 80px;
}
.style-box .style-right {
margin-left: 120px;
}
.style-right h3 {
font-size: 15px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0;
}
.style-right p.info {
font-size: 12px;
color: #999;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.style-right div.price {
padding-top: 0px;
width: 100%;
overflow: hidden;
}
.style-right div.price p.left {
float: left;
font-size: 12px;
color: #999;
padding-top: 6px;
}
.style-right div.price p.left span {
float: left;
font-size: 12px;
height: 12px;
line-height: 12px;
color: #999;
border-right: 1px solid #eee;
padding-right: 5px;
margin-right: 5px;
}
.style-right div.price p.left i {
float: left;
padding: 1px 3px;
height: 12px;
line-height: 12px;
font-size: 10px;
font-style: normal;
}
.style-right div.price p.right {
float: right;
color: #FF0022;
font-size: 18px;
}
.style-right div.price p.right i {
color: #FF0022;
font-size: 12px;
font-style: normal;
margin-right: 3px;
}
.style-right div.price p.right span {
font-size: 12px;
color: #999;
margin-left: 3px;
}
.style-right div.price p.right1 {
float: right;
color: #ccc;
font-size: 18px;
}
.style-right div.price p.right1 i {
color: #ccc;
font-size: 12px;
font-style: normal;
margin-right: 3px;
}
.style-right div.price p.right1 span {
font-size: 12px;
color: #ccc;
margin-left: 3px;
}
.color5 {
background: #C6924F;
color: #fff;
}
.color4 {
background: #4181E5;
color: #fff;
}
.color3 {
background: #00B39B;
color: #fff;
}
.color2,.color1 {
background: #B5B5B5;
color: #fff;
}
.list-main-head table {
width: 100%;
}
.list-main-head table td {
height: 14px;
font-size: 14px;
line-height: 14px;
overflow: hidden;
text-align: center;
color: #B4D6FF;
}
.list-main-head table td.cur {
color: #fff;
}
.list-main-head table td.cur i {
color: #fff;
}
.list-main-head table td i {
font-size: 10px;
}
.list-main-head table td.border {
border-right: 1px solid #B4D6FF;
}
.list-pop {
position: absolute;
z-index: 10;
left: 0;
top:89px;
width: 100%;
}
.hotel-position {
width: 100%;
background: #fff;
}
.hotel-position td.left {
width: 90px;
background: #F0F0F0;
}
.hotel-position td.left div {
width: 90px;
max-height: 300px;
overflow-y: auto;
}
.hotel-position td.left div p {
height: 42px;
line-height: 42px;
font-size: 14px;
color: #333;
border-bottom: 1px solid #E4E0E0;
text-align: center;
}
.hotel-position td.left div p.cur {
background: #fff;
color: #4895F2;
}
.hotel-position td.right {
padding: 0;
}
.hotel-position .right-style1 {
width: 100%;
}
.hotel-position .right-style1 td.style-left {
border-right:1px solid #E4E0E0;
padding-left: 5px;
}
.hotel-position .right-style1 td.style-left div,
.hotel-position .right-style1 td.style-right div {
max-height: 300px;
overflow-y: auto;
}
.hotel-position .right-style1 td.style-right {
padding-right: 5px;
}
.hotel-position .right-style1 td.style-left div p,
.hotel-position .right-style1 td.style-right div p {
position: relative;
height: 42px;
line-height: 42px;
border-bottom: 1px solid #E4E0E0;
padding-left: 10px;
font-size: 12px;
color: #333;
}
.hotel-position .right-style1 td.style-left div p.cur ,
.hotel-position .right-style1 td.style-right div p.cur {
color: #4895F2;
border-bottom: 1px solid #4895F2;
}
.hotel-position p.allCon i.selected {
position: absolute;
right: 5px;
}
.hotel-position .right-style2 {
padding-left: 10px;
max-height: 300px;
overflow-y: auto;
}
.hotel-position .right-style2 p {
position: relative;
height: 42px;
line-height: 42px;
border-bottom: 1px solid #E4E0E0;
padding-left: 15px;
font-size: 12px;
color: #333;
}
.hotel-position .right-style2 p.cur {
color: #4895F2;
border-bottom: 1px solid #4895F2;
}
.hotel-position p.allCon i.selected {
position: absolute;
right: 5px;
}
.hotel-sort {
background: #fff;
padding:0 10px;
max-height: 300px;
overflow-y: auto;
}
.hotel-sort p {
position: relative;
height: 42px;
line-height: 42px;
border-bottom: 1px solid #E4E0E0;
padding-left: 15px;
font-size: 14px;
color: #333;
}
.hotel-sort p.cur {
color: #4895F2;
border-bottom: 1px solid #4895F2;
}
.hotel-sort p i.selected {
position: absolute;
right: 5px;
}
.hotel-star-price {
background: #fff;
padding:10px 20px;
}
.hotel-star-price .star {
margin-bottom: 5px;
}
.hotel-star-price .star p.title,
.hotel-star-price .price p.title{
font-size: 15px;
color: #333;
line-height: 25px;
margin-bottom: 5px;
}
.hotel-star-price .star p.title span {
margin-left: 5px;
color: #ccc;
}
.hotel-star-price .star p.con {
padding-top: 10px;
text-align: right;
width: 100%;
overflow: hidden;
}
.hotel-star-price .star p.con span {
width: 25%;
height: 32px;
line-height: 32px;
overflow: hidden;
font-size: 14px;
text-align: center;
border: 1px solid #ccc;
border-radius: 3px;
float: right;
margin: 0 5% 10px 0;
}
.hotel-star-price .star p.con span.cur {
color: #4895F2;
background: #DFEEFF;
border: 1px solid #4895F2;
}
.hotel-star-price p.price-scope {
color: #4895F2;
line-height: 25px;
}
.hotel-star-price p.price-scope input {
width: 40px;
font-size: 15px;
color: #4895F2;
border:none;
}
.hotel-star-price .price-scope-show {
width: 100%;
overflow: hidden;
color: #ccc;
}
.hotel-star-price .price-scope-show .left {
float: left;
}
.hotel-star-price .price-scope-show .right {
float: right;
}
.irs .irs-from,
.irs .irs-to,
.irs .irs-min,
.irs .irs-max,
.irs .irs-single {
display: none;
}
.irs .irs-line {
height: 0;
border: none;
border-top:1px solid #E8E8E8;
}
.irs .irs-bar {
height: 0;
border-bottom: none;
}
.irs .irs-slider {
top: 19px;
}
.hotel-button {
width: 100%;
overflow: hidden;
padding-top: 20px;
}
.hotel-button a.clear-con {
border-radius: 4px;
width: 30%;
height: 36px;
background: #CCC;
color: #fff;
text-align: center;
line-height: 36px;
float: left;
font-size: 15px;
text-decoration: none;
}
.hotel-button a.submit {
border-radius: 4px;
width: 50%;
height: 36px;
background: #4895F2;
color: #fff;
text-align: center;
line-height: 36px;
float: right;
font-size: 15px;
text-decoration: none;
}
#searchPage{
position: absolute;
display: inline-block;
overflow: auto;
}
.searchPage-box {
width: 100%;
overflow: hidden;
}
#searchPage .weui-search-bar {
background: #fff;
}
#searchPage .weui-search-bar__box,#searchPage .weui-search-bar__label {
background: #efeff4;
border-radius: 50px;
}
#searchPage .weui-search-bar__form:after {
border: none;
border-radius:0;
}
.searchPage-title {
width: 100%;
overflow: hidden;
padding: 10px 0;
}
.searchPage-title p.left {
float: left;
padding-left: 10px;
font-size: 14px;
font-weight: 600;
}
.searchPage-title p.right {
float: right;
padding-right: 10px;
font-size: 12px;
}
.search-list {
width: 100%;
background: #fff;
}
.search-list tr td {
border-bottom: 1px solid #eee;
height: 40px;
padding: 0 10px;
}
.search-list tr td.left {
font-size: 14px;
color: #151515;
}
.search-list tr td.left span {
color: #666;
}
.search-list tr td.left i {
font-size: 12px;
color: #666;
font-style: normal;
margin-left: 5px;
}
.search-list tr td.right {
text-align: right;
font-size: 13px;
color: #666;
}
.login-more {
padding: 10px 0;
text-align: center;
font-size: 14px;
}
/*切进动画*/
.page {
position: absolute;
left: 0;
width: 100%;
top: 0px;
bottom: 0;
background: #fff;
overflow: hidden;
}
.page .container {
width: 100%;
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.page-next {
z-index: 5;
-webkit-transition: -webkit-transform 300ms cubic-bezier(0.42, 0, 0.58, 1);
-ms-transition: transform 300ms cubic-bezier(0.42, 0, 0.58, 1);
transition: transform 300ms cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
display: none;
}
.page-in {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#mask {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #000;
opacity: .8;
}
|
web/css/lists.css
|
@charset "UTF-8";
* {padding: 0;margin: 0;}
ul,li {
list-style: none;
}
.list-main {
background: #F3F4F8;
}
.list-main-head {
position: relative;
z-index: 5;
width: 100%;
background: #4FA9FF;
margin-bottom: 10px;
padding-bottom: 10px;
padding-top: 10px;
}
.list-search {
position: relative;
width: 100%;
padding: 5px 0;
margin-bottom: 10px;
}
.list-search p.goBack {
position: absolute;
left: 10px;
top:10px;
}
.list-search p.goBack i,
.list-search p.position i {
color: #fff;
}
.list-search p.position {
position: absolute;
right: 10px;
top: 10px;
}
.list-search p.search {
position: relative;
margin: 0 50px 0 50px;
background: #fff;
border-radius: 15px;
height: 30px;
overflow: hidden;
}
.list-search p.search input {
width: 100%;
height: 30px;
line-height: 30px;
text-indent: 30px;
border: none;
}
.list-search p.search i.search {
position: absolute;
left: 10px;
top: 3px;
color: #999;
}
.list-search p.search i.close {
position: absolute;
right: 10px;
top: 3px;
color: #999;
}
.list-main-list {
background: #fff;
}
.list-main-list div.style {
position: relative;
border-bottom: 1px solid #eee;
padding: 10px;
overflow: hidden;
}
.style .style-end {
position: absolute;
right: 0;
top: 0;
width: 40px;
}
.style ul.style-box {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
}
.style-box .style-left {
float: left;
width: 110px;
overflow: hidden;
}
.style-box .style-left img {
height: 80px;
}
.style-box .style-right {
margin-left: 120px;
}
.style-right h3 {
font-size: 15px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0;
}
.style-right p.info {
font-size: 12px;
color: #999;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.style-right div.price {
padding-top: 0px;
width: 100%;
overflow: hidden;
}
.style-right div.price p.left {
float: left;
font-size: 12px;
color: #999;
padding-top: 6px;
}
.style-right div.price p.left span {
float: left;
font-size: 12px;
height: 12px;
line-height: 12px;
color: #999;
border-right: 1px solid #eee;
padding-right: 5px;
margin-right: 5px;
}
.style-right div.price p.left i {
float: left;
padding: 1px 3px;
height: 12px;
line-height: 12px;
font-size: 10px;
font-style: normal;
}
.style-right div.price p.right {
float: right;
color: #FF0022;
font-size: 18px;
}
.style-right div.price p.right i {
color: #FF0022;
font-size: 12px;
font-style: normal;
margin-right: 3px;
}
.style-right div.price p.right span {
font-size: 12px;
color: #999;
margin-left: 3px;
}
.style-right div.price p.right1 {
float: right;
color: #ccc;
font-size: 18px;
}
.style-right div.price p.right1 i {
color: #ccc;
font-size: 12px;
font-style: normal;
margin-right: 3px;
}
.style-right div.price p.right1 span {
font-size: 12px;
color: #ccc;
margin-left: 3px;
}
.color5 {
background: #C6924F;
color: #fff;
}
.color4 {
background: #4181E5;
color: #fff;
}
.color3 {
background: #00B39B;
color: #fff;
}
.color2,.color1 {
background: #B5B5B5;
color: #fff;
}
.list-main-head table {
width: 100%;
}
.list-main-head table td {
height: 14px;
font-size: 14px;
line-height: 14px;
overflow: hidden;
text-align: center;
color: #B4D6FF;
}
.list-main-head table td.cur {
color: #fff;
}
.list-main-head table td.cur i {
color: #fff;
}
.list-main-head table td i {
font-size: 10px;
}
.list-main-head table td.border {
border-right: 1px solid #B4D6FF;
}
.list-pop {
position: absolute;
z-index: 10;
left: 0;
top:89px;
width: 100%;
}
.hotel-position {
width: 100%;
background: #fff;
}
.hotel-position td.left {
width: 90px;
background: #F0F0F0;
}
.hotel-position td.left div {
width: 90px;
max-height: 300px;
overflow-y: auto;
}
.hotel-position td.left div p {
height: 42px;
line-height: 42px;
font-size: 14px;
color: #333;
border-bottom: 1px solid #E4E0E0;
text-align: center;
}
.hotel-position td.left div p.cur {
background: #fff;
color: #4895F2;
}
.hotel-position td.right {
padding: 0;
}
.hotel-position .right-style1 {
width: 100%;
}
.hotel-position .right-style1 td.style-left {
border-right:1px solid #E4E0E0;
padding-left: 5px;
}
.hotel-position .right-style1 td.style-left div,
.hotel-position .right-style1 td.style-right div {
max-height: 300px;
overflow-y: auto;
}
.hotel-position .right-style1 td.style-right {
padding-right: 5px;
}
.hotel-position .right-style1 td.style-left div p,
.hotel-position .right-style1 td.style-right div p {
position: relative;
height: 42px;
line-height: 42px;
border-bottom: 1px solid #E4E0E0;
padding-left: 10px;
font-size: 12px;
color: #333;
}
.hotel-position .right-style1 td.style-left div p.cur ,
.hotel-position .right-style1 td.style-right div p.cur {
color: #4895F2;
border-bottom: 1px solid #4895F2;
}
.hotel-position p.allCon i.selected {
position: absolute;
right: 5px;
}
.hotel-position .right-style2 {
padding-left: 10px;
max-height: 300px;
overflow-y: auto;
}
.hotel-position .right-style2 p {
position: relative;
height: 42px;
line-height: 42px;
border-bottom: 1px solid #E4E0E0;
padding-left: 15px;
font-size: 12px;
color: #333;
}
.hotel-position .right-style2 p.cur {
color: #4895F2;
border-bottom: 1px solid #4895F2;
}
.hotel-position p.allCon i.selected {
position: absolute;
right: 5px;
}
.hotel-sort {
background: #fff;
padding:0 10px;
max-height: 300px;
overflow-y: auto;
}
.hotel-sort p {
position: relative;
height: 42px;
line-height: 42px;
border-bottom: 1px solid #E4E0E0;
padding-left: 15px;
font-size: 14px;
color: #333;
}
.hotel-sort p.cur {
color: #4895F2;
border-bottom: 1px solid #4895F2;
}
.hotel-sort p i.selected {
position: absolute;
right: 5px;
}
.hotel-star-price {
background: #fff;
padding:10px 20px;
}
.hotel-star-price .star {
margin-bottom: 5px;
}
.hotel-star-price .star p.title,
.hotel-star-price .price p.title{
font-size: 15px;
color: #333;
line-height: 25px;
margin-bottom: 5px;
}
.hotel-star-price .star p.title span {
margin-left: 5px;
color: #ccc;
}
.hotel-star-price .star p.con {
padding-top: 10px;
text-align: right;
width: 100%;
overflow: hidden;
}
.hotel-star-price .star p.con span {
width: 25%;
height: 32px;
line-height: 32px;
overflow: hidden;
font-size: 14px;
text-align: center;
border: 1px solid #ccc;
border-radius: 3px;
float: right;
margin: 0 5% 10px 0;
}
.hotel-star-price .star p.con span.cur {
color: #4895F2;
background: #DFEEFF;
border: 1px solid #4895F2;
}
.hotel-star-price p.price-scope {
color: #4895F2;
line-height: 25px;
}
.hotel-star-price p.price-scope input {
width: 40px;
font-size: 15px;
color: #4895F2;
border:none;
}
.hotel-star-price .price-scope-show {
width: 100%;
overflow: hidden;
color: #ccc;
}
.hotel-star-price .price-scope-show .left {
float: left;
}
.hotel-star-price .price-scope-show .right {
float: right;
}
.irs .irs-from,
.irs .irs-to,
.irs .irs-min,
.irs .irs-max,
.irs .irs-single {
display: none;
}
.irs .irs-line {
height: 0;
border: none;
border-top:1px solid #E8E8E8;
}
.irs .irs-bar {
height: 0;
border-bottom: none;
}
.irs .irs-slider {
top: 19px;
}
.hotel-button {
width: 100%;
overflow: hidden;
padding-top: 20px;
}
.hotel-button a.clear-con {
border-radius: 4px;
width: 30%;
height: 36px;
background: #CCC;
color: #fff;
text-align: center;
line-height: 36px;
float: left;
font-size: 15px;
text-decoration: none;
}
.hotel-button a.submit {
border-radius: 4px;
width: 50%;
height: 36px;
background: #4895F2;
color: #fff;
text-align: center;
line-height: 36px;
float: right;
font-size: 15px;
text-decoration: none;
}
#searchPage{
position: absolute;
display: inline-block;
overflow: auto;
}
.searchPage-box {
width: 100%;
overflow: hidden;
}
#searchPage .weui-search-bar {
background: #fff;
}
#searchPage .weui-search-bar__box,#searchPage .weui-search-bar__label {
background: #efeff4;
border-radius: 50px;
}
#searchPage .weui-search-bar__form:after {
border: none;
border-radius:0;
}
.searchPage-title {
width: 100%;
overflow: hidden;
padding: 10px 0;
}
.searchPage-title p.left {
float: left;
padding-left: 10px;
font-size: 14px;
font-weight: 600;
}
.searchPage-title p.right {
float: right;
padding-right: 10px;
font-size: 12px;
}
.search-list {
width: 100%;
background: #fff;
}
.search-list tr td {
border-bottom: 1px solid #eee;
height: 40px;
padding: 0 10px;
}
.search-list tr td.left {
font-size: 14px;
color: #151515;
}
.search-list tr td.left span {
color: #666;
}
.search-list tr td.left i {
font-size: 12px;
color: #666;
font-style: normal;
margin-left: 5px;
}
.search-list tr td.right {
text-align: right;
font-size: 13px;
color: #666;
}
.login-more {
padding: 10px 0;
text-align: center;
font-size: 14px;
}
/*切进动画*/
.page {
position: absolute;
left: 0;
width: 100%;
top: 0px;
bottom: 0;
background: #fff;
overflow: hidden;
}
.page .container {
width: 100%;
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.page-next {
z-index: 5;
-webkit-transition: -webkit-transform 300ms cubic-bezier(0.42, 0, 0.58, 1);
-ms-transition: transform 300ms cubic-bezier(0.42, 0, 0.58, 1);
transition: transform 300ms cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
display: none;
}
.page-in {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#mask {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #000;
opacity: .8;
}
| 0.49585 | 0.092115 |
* {
margin: 0;
padding: 0;
font-family: 微软雅黑;
color: #2e322c;
}
a {
text-decoration: none;
}
li {
list-style-type: none;
}
h2, h3, h4 > a, h5 {
font-weight: normal;
color: #03518a;
}
h2 {
font-size: 38px;
line-height: 38px;
}
h3 {
font-size: 30px;
font-style: italic;
line-height: 40px;
background-color: #f5f6e3; /* 用于和hr线配合使用 */
padding-right: 10px;
}
h4 > a {
font-size: 22px;
line-height: 40px;
}
h5 {
font-size: 16px;
line-height: 30px;
}
hr {
position: relative;
margin: 20px 50px;
height: 1px;
border-width: 0;
color: #959595;
background-color: #959595;
}
body, section, nav, header {
background-color: #f5f6e3;
}
body {
overflow-x: hidden; /* 取消屏幕下方水平滚动条 */
}
p {
line-height: 2;
}
/* 全局公用类 */
.e-fl {
float: left;
}
/* 浮动 */
.e-cl {
clear: both;
}
/* 清除浮动 */
.e-of {
overflow: hidden;
}
.e-wrapper { /* 块居中 */
width: 1280px;
margin: 0 auto;
}
.e-bgw {
background-color: #f5f6e3;
}
/* 专门用来处理导航栏最左侧logo的圆角 */
.e-tc {
text-align: center;
}
/* 文本居中 */
.e-sh {
color: #2e322c;
}
/* 专门用于修改二级标题中默认字体颜色为#2e322c */
.e-3-1 {
width: 33.3%;
box-sizing: border-box;
float: left;
}
.e-2-1 {
width: 50%;
box-sizing: border-box;
float: left;
}
.e-big-line { /* 用于大标题的上下划线 */
width: 450px;
display: inline-block;
}
.e-big-line-top { /* 微调线的位置 */
top: 7px;
}
/* nav.css */
/* 导航栏部分样式 */
.e-nav {
margin-top: 28px;
height: 48px;
background-color: #0087b4;
}
.e-nav-left {
position: relative;
top: -16px;
height: 77px;
width: 146px;
border-radius: 0 5px 5px 0;
background-color: #0087b4;
}
.e-nav-bg {
position: absolute;
background-color: #0087b4;
right: 142px;
height: 77px;
padding-left: 1000em;
}
.e-nav-title {
display: inline-block;
width: 198px;
height: 47px;
background: url(../images/sprite.png) 0 -92px no-repeat;
}
.e-nav-logo {
width: 60px;
height: 77px;
margin-left: 71px;
background: url(../images/sprite.png) -80px 0 no-repeat;
}
.e-nav-right {
height: 48px;
background-color: #f5f6e3;
}
.e-nav-list {
height: 48px;
border-radius: 5px 0 0 5px;
background-color: #0087b4;
}
.e-nav-list li {
float: left;
}
.e-nav-list a {
display: inline-block;
width: 130px;
height: 48px;
font-size: 18px;
color: #eaeaea;
line-height: 48px;
text-align: center;
transition: .5s all;
}
.e-nav-list a:hover {
background-color: #156d8b;
}
/* slider.css */
#e-slider-content {
width: 1280px;
height: 238px;
}
/* news.css */
/* 小瞳新闻和大屏幕部分样式 */
.e-news-icon {
margin: 0 10px;
height: 40px;
width: 40px;
}
.e-news-icon-news {
background: url(../images/sprite.png) 0 -52px no-repeat;
}
.e-news-icon-piao {
background: url(../images/sprite.png) -40px -52px no-repeat;
}
.e-piao-wrapper {
padding: 22px 0 0 26px;
}
.e-piao-wrapper > a > img:hover {
opacity: 0.8;
}
.e-piao-info > p {
font-size: 13px;
}
.e-piao-wrapper > a > img {
width: 102px;
border: none;
transition: all .5s;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.e-piao-wrapper > a {
display: inline-block;
width: 102px;
height: 144px;
background-color: #03518a;
}
.e-piao-info {
display: inline-block;
vertical-align: top;
padding-left: 25px;
}
.e-piao-info > h4 > a:hover {
opacity: 0.6;
}
.e-piao-btn {
display: inline-block;
height: 29px;
width: 99px;
margin-top: 15px;
line-height: 29px;
text-align: center;
color: #03518a;
border-radius: 5px;
border: 1px solid #03518a;
transition: .5s all;
}
.e-piao-btn:hover {
background-color: #03518a;
color: #f5f6e3;;
}
.e-news-list {
padding: 18px 0 0 63px;
}
.e-news-list > li {
list-style-type: circle;
font-size: 16px;
line-height: 2;
}
.e-news-list > li > a:hover {
color: #03518a;
}
.e-news-line {
top: 20px;
}
/* intro.css */
/* 社团介绍部分样式 */
.e-intro {
min-width: 1280px;
}
.e-intro-title {
margin-top: 59px;
}
.e-intro-photo {
padding: 33px 0 2em 19px;
position: relative;
z-index: 9;
}
.e-intro-text {
margin-top: 26px;
padding-right: 7em;
position: relative;
font-size: 14px;
}
.e-intro-black {
position: relative; /* 这里没有像导航栏最左侧一样用absolute处理是为了方便下面元素的定位,但是就需要给外围元素处理溢出 */
left: 0;
width: 100%;
height: 158px;
margin-left: -1000em;
padding: 0 100em 0 1000em;
background-color: #313131;
}
.e-intro-black p.e-intro-black-inner {
text-indent: 0;
color: #f5f6e3;
}
.e-intro-text p {
text-indent: 2em;
}
.e-intro-flag {
position: absolute;
right: 97em;
bottom: 2em;
}
.e-intro-div {
padding: 0 25px;
}
.e-intro-div p {
font-size: 15px;
text-align: left;
}
.e-intro-div-title {
margin-top: 44px;
}
/* join.css */
/* 加入我们部分样式 */
.e-join-title {
margin-top: 50px;
}
.e-join-left {
padding: 38px 50px 0 88px;
}
.e-join-left > p {
float: left;
width: 400px;
margin-top: 18px;
}
.e-join-right {
padding: 48px 0 0 62px;
}
.e-join-1, .e-join-2 {
width: 50px;
height: 61px;
margin-right: 20px;
}
.e-join-link {
color: blue;
text-decoration: underline;
}
.e-join-1 {
background: url(../images/sprite.png) 0 -152px no-repeat;
}
.e-join-2 {
background: url(../images/sprite.png) -50px -152px no-repeat;
margin-top: 35px;
}
.e-join-logo {
width: 198px;
height: 59px;
margin: 40px 0 0 54px;
background: url(../images/sprite.png) 0 -92px no-repeat;
}
.e-join-code {
}
/* footer.css */
/* footer部分样式 */
.e-footer {
position: relative;
height: 155px;
margin-top: 64px;
background-color: #313131;
}
.e-footer-logo {
position: absolute;
left: 60px;
width: 58px;
height: 88px;
background: url(../images/sprite.png) -140px 0 no-repeat;
}
.e-footer-list {
padding-top: 34px;
}
.e-footer-list > li {
display: inline-block;
}
.e-footer-list > li > a {
padding: 0 14px;
color: #626262;
}
.e-icp, .e-copyright {
color: #626262;
line-height: 1;
}
.e-copyright {
padding-top: 26px;
}
.e-icp {
padding-top: 15px;
}
|
css/style.css
|
* {
margin: 0;
padding: 0;
font-family: 微软雅黑;
color: #2e322c;
}
a {
text-decoration: none;
}
li {
list-style-type: none;
}
h2, h3, h4 > a, h5 {
font-weight: normal;
color: #03518a;
}
h2 {
font-size: 38px;
line-height: 38px;
}
h3 {
font-size: 30px;
font-style: italic;
line-height: 40px;
background-color: #f5f6e3; /* 用于和hr线配合使用 */
padding-right: 10px;
}
h4 > a {
font-size: 22px;
line-height: 40px;
}
h5 {
font-size: 16px;
line-height: 30px;
}
hr {
position: relative;
margin: 20px 50px;
height: 1px;
border-width: 0;
color: #959595;
background-color: #959595;
}
body, section, nav, header {
background-color: #f5f6e3;
}
body {
overflow-x: hidden; /* 取消屏幕下方水平滚动条 */
}
p {
line-height: 2;
}
/* 全局公用类 */
.e-fl {
float: left;
}
/* 浮动 */
.e-cl {
clear: both;
}
/* 清除浮动 */
.e-of {
overflow: hidden;
}
.e-wrapper { /* 块居中 */
width: 1280px;
margin: 0 auto;
}
.e-bgw {
background-color: #f5f6e3;
}
/* 专门用来处理导航栏最左侧logo的圆角 */
.e-tc {
text-align: center;
}
/* 文本居中 */
.e-sh {
color: #2e322c;
}
/* 专门用于修改二级标题中默认字体颜色为#2e322c */
.e-3-1 {
width: 33.3%;
box-sizing: border-box;
float: left;
}
.e-2-1 {
width: 50%;
box-sizing: border-box;
float: left;
}
.e-big-line { /* 用于大标题的上下划线 */
width: 450px;
display: inline-block;
}
.e-big-line-top { /* 微调线的位置 */
top: 7px;
}
/* nav.css */
/* 导航栏部分样式 */
.e-nav {
margin-top: 28px;
height: 48px;
background-color: #0087b4;
}
.e-nav-left {
position: relative;
top: -16px;
height: 77px;
width: 146px;
border-radius: 0 5px 5px 0;
background-color: #0087b4;
}
.e-nav-bg {
position: absolute;
background-color: #0087b4;
right: 142px;
height: 77px;
padding-left: 1000em;
}
.e-nav-title {
display: inline-block;
width: 198px;
height: 47px;
background: url(../images/sprite.png) 0 -92px no-repeat;
}
.e-nav-logo {
width: 60px;
height: 77px;
margin-left: 71px;
background: url(../images/sprite.png) -80px 0 no-repeat;
}
.e-nav-right {
height: 48px;
background-color: #f5f6e3;
}
.e-nav-list {
height: 48px;
border-radius: 5px 0 0 5px;
background-color: #0087b4;
}
.e-nav-list li {
float: left;
}
.e-nav-list a {
display: inline-block;
width: 130px;
height: 48px;
font-size: 18px;
color: #eaeaea;
line-height: 48px;
text-align: center;
transition: .5s all;
}
.e-nav-list a:hover {
background-color: #156d8b;
}
/* slider.css */
#e-slider-content {
width: 1280px;
height: 238px;
}
/* news.css */
/* 小瞳新闻和大屏幕部分样式 */
.e-news-icon {
margin: 0 10px;
height: 40px;
width: 40px;
}
.e-news-icon-news {
background: url(../images/sprite.png) 0 -52px no-repeat;
}
.e-news-icon-piao {
background: url(../images/sprite.png) -40px -52px no-repeat;
}
.e-piao-wrapper {
padding: 22px 0 0 26px;
}
.e-piao-wrapper > a > img:hover {
opacity: 0.8;
}
.e-piao-info > p {
font-size: 13px;
}
.e-piao-wrapper > a > img {
width: 102px;
border: none;
transition: all .5s;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.e-piao-wrapper > a {
display: inline-block;
width: 102px;
height: 144px;
background-color: #03518a;
}
.e-piao-info {
display: inline-block;
vertical-align: top;
padding-left: 25px;
}
.e-piao-info > h4 > a:hover {
opacity: 0.6;
}
.e-piao-btn {
display: inline-block;
height: 29px;
width: 99px;
margin-top: 15px;
line-height: 29px;
text-align: center;
color: #03518a;
border-radius: 5px;
border: 1px solid #03518a;
transition: .5s all;
}
.e-piao-btn:hover {
background-color: #03518a;
color: #f5f6e3;;
}
.e-news-list {
padding: 18px 0 0 63px;
}
.e-news-list > li {
list-style-type: circle;
font-size: 16px;
line-height: 2;
}
.e-news-list > li > a:hover {
color: #03518a;
}
.e-news-line {
top: 20px;
}
/* intro.css */
/* 社团介绍部分样式 */
.e-intro {
min-width: 1280px;
}
.e-intro-title {
margin-top: 59px;
}
.e-intro-photo {
padding: 33px 0 2em 19px;
position: relative;
z-index: 9;
}
.e-intro-text {
margin-top: 26px;
padding-right: 7em;
position: relative;
font-size: 14px;
}
.e-intro-black {
position: relative; /* 这里没有像导航栏最左侧一样用absolute处理是为了方便下面元素的定位,但是就需要给外围元素处理溢出 */
left: 0;
width: 100%;
height: 158px;
margin-left: -1000em;
padding: 0 100em 0 1000em;
background-color: #313131;
}
.e-intro-black p.e-intro-black-inner {
text-indent: 0;
color: #f5f6e3;
}
.e-intro-text p {
text-indent: 2em;
}
.e-intro-flag {
position: absolute;
right: 97em;
bottom: 2em;
}
.e-intro-div {
padding: 0 25px;
}
.e-intro-div p {
font-size: 15px;
text-align: left;
}
.e-intro-div-title {
margin-top: 44px;
}
/* join.css */
/* 加入我们部分样式 */
.e-join-title {
margin-top: 50px;
}
.e-join-left {
padding: 38px 50px 0 88px;
}
.e-join-left > p {
float: left;
width: 400px;
margin-top: 18px;
}
.e-join-right {
padding: 48px 0 0 62px;
}
.e-join-1, .e-join-2 {
width: 50px;
height: 61px;
margin-right: 20px;
}
.e-join-link {
color: blue;
text-decoration: underline;
}
.e-join-1 {
background: url(../images/sprite.png) 0 -152px no-repeat;
}
.e-join-2 {
background: url(../images/sprite.png) -50px -152px no-repeat;
margin-top: 35px;
}
.e-join-logo {
width: 198px;
height: 59px;
margin: 40px 0 0 54px;
background: url(../images/sprite.png) 0 -92px no-repeat;
}
.e-join-code {
}
/* footer.css */
/* footer部分样式 */
.e-footer {
position: relative;
height: 155px;
margin-top: 64px;
background-color: #313131;
}
.e-footer-logo {
position: absolute;
left: 60px;
width: 58px;
height: 88px;
background: url(../images/sprite.png) -140px 0 no-repeat;
}
.e-footer-list {
padding-top: 34px;
}
.e-footer-list > li {
display: inline-block;
}
.e-footer-list > li > a {
padding: 0 14px;
color: #626262;
}
.e-icp, .e-copyright {
color: #626262;
line-height: 1;
}
.e-copyright {
padding-top: 26px;
}
.e-icp {
padding-top: 15px;
}
| 0.199698 | 0.139191 |
.subscribtion-content .control-group {
padding-left: 0;
}
.subscribtion-content .control-group label {
float: left;
margin-left: 0;
width: 120px;
font-weight: normal;
}
.subscribtion-content .options-wrapper .control-group label {
font-weight: bold;
}
.subscribtion-content .control-group span {
display: inline-block;
padding-top: 6px;
padding-bottom: 6px;
}
.subscribtion-content .control-group .option-radio-group {
margin: 0;
}
.subscribtion-content .control-group .help-inline {
display: block;
margin-left: 120px;
}
.subscribtion-content .control-group .option-items {
width: auto;
}
.subscribtion-content .control-group .option-items .help-inline {
margin-left: 0;
}
.subscribtion-content .control-group .description {
margin-left: 120px;
}
.subscribtion-content .control-group .radio,
.subscribtion-content .control-group .checkbox {
margin: 0 6px 2px 0;
padding: 0;
}
.subscribtion-content .option-radio-group li {
clear: both;
}
.product-main-info .subscribtion-content .fileuploader .upload-file-local,
.product-main-info .subscribtion-content .fileuploader .upload-file-section {
margin-left: 120px;
}
.subscribtion-content .control-group .fileuploader span {
padding-top: 0;
}
.subscription-info {
margin: 15px 0 30px;
}
.subscription-option {
margin: 15px 0 5px;
padding: 10px 15px;
background-color: #f3f3f3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.subscription .period {
clear: none;
margin-top: 9px;
}
.subscription .control-group {
margin: 6px 0 11px 0;
}
.subscription .period-type {
margin: 7px 0 0 0;
}
.subscription select {
min-width: 180px;
}
.subscription .table td {
vertical-align: middle;
padding: 6px 10px 6px 10px;
}
.subscription .buttons-container {
border-top: 1px solid #ddd;
border-radius: 0px 0px 3px 3px;
padding: 17px 20px 17px 20px;
margin-top: 30px;
}
.subscription-products {
font-weight: bold;
color: #666666;
padding: 5px 0;
position: relative;
}
.subscription-products p {
font-weight: normal;
padding: 3px 0 0 0;
color: #666666;
}
.subscription-products-arrow {
position: absolute;
top: 0;
right: 22px;
width: 15px;
}
.subscription-products-link {
overflow: hidden;
margin-top: 10px;
}
.subscription-products-button {
margin-top: 12px;
text-align: center;
}
.long .subscribtion-content .options-wrapper label {
float: none;
}
.long.product-main-info .subscribtion-content .fileuploader .upload-file-section,
.long.product-main-info .subscribtion-content .fileuploader .upload-file-local,
.long .subscribtion-content .control-group .help-inline,
.long .subscribtion-content .control-group .description {
margin-left: 0;
}
/* /Recurring billing*/
|
www/html/var/themes_repository/basic/css/addons/recurring_billing/styles.css
|
.subscribtion-content .control-group {
padding-left: 0;
}
.subscribtion-content .control-group label {
float: left;
margin-left: 0;
width: 120px;
font-weight: normal;
}
.subscribtion-content .options-wrapper .control-group label {
font-weight: bold;
}
.subscribtion-content .control-group span {
display: inline-block;
padding-top: 6px;
padding-bottom: 6px;
}
.subscribtion-content .control-group .option-radio-group {
margin: 0;
}
.subscribtion-content .control-group .help-inline {
display: block;
margin-left: 120px;
}
.subscribtion-content .control-group .option-items {
width: auto;
}
.subscribtion-content .control-group .option-items .help-inline {
margin-left: 0;
}
.subscribtion-content .control-group .description {
margin-left: 120px;
}
.subscribtion-content .control-group .radio,
.subscribtion-content .control-group .checkbox {
margin: 0 6px 2px 0;
padding: 0;
}
.subscribtion-content .option-radio-group li {
clear: both;
}
.product-main-info .subscribtion-content .fileuploader .upload-file-local,
.product-main-info .subscribtion-content .fileuploader .upload-file-section {
margin-left: 120px;
}
.subscribtion-content .control-group .fileuploader span {
padding-top: 0;
}
.subscription-info {
margin: 15px 0 30px;
}
.subscription-option {
margin: 15px 0 5px;
padding: 10px 15px;
background-color: #f3f3f3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.subscription .period {
clear: none;
margin-top: 9px;
}
.subscription .control-group {
margin: 6px 0 11px 0;
}
.subscription .period-type {
margin: 7px 0 0 0;
}
.subscription select {
min-width: 180px;
}
.subscription .table td {
vertical-align: middle;
padding: 6px 10px 6px 10px;
}
.subscription .buttons-container {
border-top: 1px solid #ddd;
border-radius: 0px 0px 3px 3px;
padding: 17px 20px 17px 20px;
margin-top: 30px;
}
.subscription-products {
font-weight: bold;
color: #666666;
padding: 5px 0;
position: relative;
}
.subscription-products p {
font-weight: normal;
padding: 3px 0 0 0;
color: #666666;
}
.subscription-products-arrow {
position: absolute;
top: 0;
right: 22px;
width: 15px;
}
.subscription-products-link {
overflow: hidden;
margin-top: 10px;
}
.subscription-products-button {
margin-top: 12px;
text-align: center;
}
.long .subscribtion-content .options-wrapper label {
float: none;
}
.long.product-main-info .subscribtion-content .fileuploader .upload-file-section,
.long.product-main-info .subscribtion-content .fileuploader .upload-file-local,
.long .subscribtion-content .control-group .help-inline,
.long .subscribtion-content .control-group .description {
margin-left: 0;
}
/* /Recurring billing*/
| 0.408867 | 0.09645 |
*{
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin: 0;
padding: 0;
}
html{
scroll-behavior: smooth;
}
#imagenpresentacion{
padding: 120px 20px 0px 20px;
background-color: rgba(235, 230, 230, 0.993);
}
.slider{
width: 100%;
margin: auto;
height: 500px;
overflow: hidden;
}
.slider ul{
padding: 0px;
display: flex;
width: 400%;
animation: slider 15s infinite alternate;
animation-timing-function: linear;
}
.slider li{
width: 100%;
list-style: none;
}
.slider li img{
width: 110%;
height: 400px;
background-repeat: no-repeat;
background-size: cover;
transform-style: preserve-3d;
}
@keyframes slider{
0% {margin-left: 0;}
20% {margin-left: 0;}
25% {margin-left: -100%;}
45% {margin-left: -100%;}
50% {margin-left: -200%;}
70% {margin-left: -200%;}
75% {margin-left: -300%;}
100% {margin-left: -300%;}
}
body{
font-family: 'Roboto', Sans-serif;
margin: 0;
background: #b4bcc4; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eef2f3, #dbe5ec); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eef2f3, #dadada); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
h1{
font-size: 2.5em;
}
h2{ font-size: 2.7em;}
h3{ font-size: 2em; }
h4{ font-size: 1.5em;}
p{ font-size: 1.25em;}
button{
font-size: 1.5em;
font-weight: bold;
padding: 10px 30px;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.5);
box-shadow: 2px 2px 10px rgba(0,0,0,0.5) ;
color: white;
background-color: rgb(19, 142, 158);
}
button:hover{
background-color: rgb(7, 63, 100);
}
.container{
max-width: 1400px;
margin: auto;
}
.color-acento{color: rgb(19, 142, 158);}
.consultorio{color: rgb(53, 153, 167); font-size: 15px;}
header{
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
header .imagen{
display: flex;
}
header img{
padding: 5px 0px 10px 20px;
}
header .logo{
margin: 0;
font-weight: bold;
font-family: "Oswald",Verdana,sans-serif !important;
color: rgb(19, 142, 158);
font-size: 20px;
flex-direction: row;
padding: 10px 0px 0px 10px;
}
header .container{
display: flex;
flex-direction: column;
align-items: center;
}
header nav{
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
padding-bottom: 25px;
}
header a{
padding: 5px 12px;
font-size: 13px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-decoration: none;
letter-spacing: 0.2px;
color: black;
}
header a:hover{
color: white;
background-color: #6d6d7e;
}
.portada{
color: rgb(238, 237, 237);
height: 100%;
display: flex;
padding: 50px;
flex-direction: column;
justify-content: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#imagenpresentacion p{
font-size: 15px;
margin: 0;
color: rgba(250, 250, 250, 0.918);
}
.portada h3{
font-size: 32px;
margin: 0;
}
@media (min-width: 720px){
header{
position: fixed;
width: 100%;
}
header .container{
flex-direction: row;
justify-content: space-between;
}
header nav{
flex-direction: row;
padding-bottom: 0;
padding-right: 20px;
}
footer .datos{
grid-template-columns: 1fr 1fr 1fr;
}
#Tratamientos .contenedor0{
grid-template-columns: 1fr 1fr 1fr;
}
#Especialistas .contenedor0{
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 720px){
#intro .contenedor{
flex-direction: column;
}
#reservarcita .contenedor{
flex-direction: column;
}
}
#intro {
min-height: 100vh;
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ebe9e7); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fffbfb, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#intro .contenedor{
text-align: center;
padding: 100px 30px;
display: flex;
justify-content: center;
}
#intro .intro-texto{
width: 100%;
margin: auto;
text-align: initial;
max-width: 700px;
display: flex;
padding: 15px;
flex-direction: column;
justify-content: center;
}
#intro img{
border-radius: 6px;
box-shadow: 0px 15px 25px
rgb(0,0,0,0.50);
}
#intro h2{
font-size: 40px;
margin: 30px;
color: #4D4D5C;
text-align: center;
}
#intro p{
font-weight: normal;
font-family: 'Raleway';
text-align: center;
}
/*TRATAMIENTOS*/
#Especialistas{
padding: 50px;
background-size: cover;
background: #8e9eab; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eef2f3, #aeb3b8); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eef2f3, #c2c4c5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#Especialistas .contenedor0{
padding: 0px;
display: grid;
justify-content: center;
text-align: center;
}
#Especialistas img{
background-size: cover;
border-radius: 100%;
box-shadow: 0px 10px 10px
rgba(66, 66, 66, 0.5);
}
#Especialistas div{
padding: 25px;
}
#Especialistas .contendor{
padding: 15px;
}
#Especialistas div h4{
color: #000000;
font-size: 20px;
margin: 15px 0px;
}
#Especialistas div p{
color: #000000;
font-size: 15px;
text-align: center;
}
#Especialistas .titulocolor{
font-size: 32px;
color:rgba(27, 27, 27, 0.712);
font-weight: bold;
}
#Especialistas h5{
font-size: 32px;
margin: 20px 20px 0px 20px;
color:rgba(27, 27, 27, 0.74);
font-weight: normal;
font-family: 'Raleway';
}
#Especialistas hr {
border: none;
height: 4px;
width: 160px;
background-color: rgb(7, 163, 142);
margin: 7px 25px 25px 23px;
}
/*TRATAMIENTOS*/
#Tratamientos{
padding: 100px 0px 0px 0px;
font-family: Montserrat,sans-serif;
background-image: url(https://www.pacificdental.pe/wp-content/uploads/2016/09/parallax-3.jpg);
background-size: cover;
background-position: 50% -90px;
}
#Tratamientos .contenedor0{
padding: 20px;
display: grid;
grid-gap: 20px 20px;
justify-content: center;
text-align: center;
}
#Tratamientos img{
background-size: cover;
border-radius: 5px;
}
#Tratamientos div{
padding: 0px;
}
#Tratamientos .contenedor{
color: #6c757d;
padding: 10px 0px 0px 0px;
background-color: #fff;
}
#Tratamientos div h4{
color: #4D4D5C;
font-size: 20px;
margin: 15px 0px;
}
#Tratamientos div p{
color: #6d6d7e;
font-size: 15px;
text-align: center;
padding: 0px 20px 20px 20px;
}
#Tratamientos .titulocolor{
font-size: 32px;
color:rgb(255, 255, 255);
font-weight: bold;
}
#Tratamientos h5{
font-size: 32px;
margin: 20px 20px 0px 20px;
color: #f1f1f1;
font-weight: normal;
font-family: 'Raleway';
}
#Tratamientos hr {
border: none;
height: 4px;
width: 160px;
background-color: rgb(202, 226, 223);
margin: 7px 25px 25px 23px;
}
#Visualizarcita
{
background: #0F2027; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6d8c9b, #18627a, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #7794a0, #1c6a85, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
display: flex;
min-height: 100vh;
}
#Visualizarcita .form{
background-color: white;
margin: auto;
width: 90%;
max-width: 400px;
padding: 4.5em 3em;
border-radius: 10px;
box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
text-align: center;
}
#Visualizarcita h2{
font-size: 2rem;
margin-bottom: .5em;
}
#Visualizarcita .form_grupo{
margin-top: 3em;
display: grid;
gap: 2.5em;
}
#Visualizarcita .contenedor{
position: relative;
--color:#5757577e;
}
#Visualizarcita input{
width: 100%;
background: none;
color: #706c6c;
font-size: 1rem;
padding: .6em .3em;
border: none;
outline: none;
border-bottom: 1px solid var(--color);
font-family: 'Roboto',sans-serif;
}
#Visualizarcita input:focus + .form_label,
#Visualizarcita input:not(:placeholder-shown) + .form_label{
transform: translateY(-12px) scale(.7);
transform-origin: left top;
color: #0b7973;
}
#Visualizarcita .form_label{
color: var(--color);
cursor: pointer;
position: absolute;
top: 0;
left: 5px;
transform: translateY(10px);
transition: transform .5s, color .3s;
}
#Visualizarcita .form_submit{
background-color: #0b7973;
color: white;
font-family: 'Roboto',sans-serif;
font-weight: 300;
font-size: 1rem;
padding: .8em 0;
border: none;
border-radius: .5em;
}
#Visualizarcita .form_line{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #0e8a84;
transform: scale(0);
transform: left bottom;
transition: transform .4s;
}
#Visualizarcita input:focus ~ .form_line,
#Visualizarcita input:not(:placeholder-shown) + .form_line{
transform: scale(1);
}
@media (max-width:425px){
#Visualizarcita h2{
font-size: 1.8rem;
}
}
#reservarcita{
background: #808080; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #3fada8, #808080); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #3fada8, #808080); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
display: flex;
min-height: 100vh;
}
#reservarcita .contenedor{
display: flex;
justify-content: center;
margin: auto;
max-width: 100%;
background-color: white;
padding: 10px;
border-radius: 10px;
box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
text-align: center;
}
#reservarcita .reservar1{
padding: 20px;
color: #4D4D5C;
align-items: center;
margin: auto;
width: 90%;
max-width: 350px;
}
#reservarcita h6{
font-size: 33px;
font-weight: bold;
font-family: 'Raleway';
margin: 20px 0px;
font-family: 'Roboto',sans-serif;
}
#reservarcita p{
font-size: 15px;
font-family: 'Raleway';
margin: 10px 0px;
font-family: 'Roboto',sans-serif;
}
#reservarcita .horario{
display: flex;
font-size: 12px;
justify-content: space-between;
}
#reservarcita h2 {
font-size: 2rem;
margin: 16px;
}
#reservarcita .sexo {
display: flex;
margin: 0px 30px 0px 50px;
justify-content: center;
}
#reservarcita input{
width: 100%;
margin: 3px;
color: #6e6b6b;
font-size: 1rem;
padding: .6em .3em;
border:rgb(197, 141, 37) ;
border-bottom: 1px solid rgb(14, 163, 168);
font-family: 'Roboto',sans-serif;
}
#reservarcita .form_submit{
background-color: #0b7973;
color: white;
font-family: 'Roboto',sans-serif;
font-weight: 300;
font-size: 1rem;
padding: .8em 0;
border: none;
border-radius: .5em;
}
#Iniciarsesion
{
background: #8e9eab; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
display: flex;
min-height: 100vh;
}
#Iniciarsesion .form{
background-color: white;
margin: auto;
width: 90%;
max-width: 400px;
padding: 4.5em 3em;
border-radius: 10px;
box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
text-align: center;
}
#Iniciarsesion h2{
font-size: 2rem;
margin-bottom: .5em;
}
#Iniciarsesion .form_grupo{
margin-top: 3em;
display: grid;
gap: 2.5em;
}
#Iniciarsesion .contenedor{
position: relative;
--color:#5757577e;
}
#Iniciarsesion input{
width: 100%;
background: none;
color: #706c6c;
font-size: 1rem;
padding: .6em .3em;
border: none;
outline: none;
border-bottom: 1px solid var(--color);
font-family: 'Roboto',sans-serif;
}
#Iniciarsesion input:focus + .form_label,
#Iniciarsesion input:not(:placeholder-shown) + .form_label{
transform: translateY(-12px) scale(.7);
transform-origin: left top;
color: #0b7973;
}
#Iniciarsesion .form_label{
color: var(--color);
cursor: pointer;
position: absolute;
top: 0;
left: 5px;
transform: translateY(10px);
transition: transform .5s, color .3s;
}
#Iniciarsesion .form_submit{
background-color: #0b7973;
color: white;
font-family: 'Roboto',sans-serif;
font-weight: 300;
font-size: 1rem;
padding: .8em 0;
border: none;
border-radius: .5em;
}
#Iniciarsesion .form_line{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #0e8a84;
transform: scale(0);
transform: left bottom;
transition: transform .4s;
}
#Iniciarsesion input:focus ~ .form_line,
#Iniciarsesion input:not(:placeholder-shown) + .form_line{
transform: scale(1);
}
@media (max-width:425px){
#Iniciarsesion h2{
font-size: 1.8rem;
}
}
/*ULTIMO*/
footer{
background-color: rgb(7, 7, 7);
font-size: 11px;
}
footer .datos{
padding: 0px;
color: white;
display: grid;
}
footer .info{
text-align: initial;
padding: 25px;
flex-direction: column;
justify-content: center;
}
footer .localizacion{
display: flex;
margin:20px 0px;
align-items: center ;
}
footer h4{
margin: 0px;
text-size-adjust: 12px;
}
footer p1{
margin: 10px;
font-size: 12px;
color: rgb(150, 146, 146);
}
footer p{
text-align: justify;
color: rgb(150, 146, 146);
}
|
public/css/index.css
|
*{
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin: 0;
padding: 0;
}
html{
scroll-behavior: smooth;
}
#imagenpresentacion{
padding: 120px 20px 0px 20px;
background-color: rgba(235, 230, 230, 0.993);
}
.slider{
width: 100%;
margin: auto;
height: 500px;
overflow: hidden;
}
.slider ul{
padding: 0px;
display: flex;
width: 400%;
animation: slider 15s infinite alternate;
animation-timing-function: linear;
}
.slider li{
width: 100%;
list-style: none;
}
.slider li img{
width: 110%;
height: 400px;
background-repeat: no-repeat;
background-size: cover;
transform-style: preserve-3d;
}
@keyframes slider{
0% {margin-left: 0;}
20% {margin-left: 0;}
25% {margin-left: -100%;}
45% {margin-left: -100%;}
50% {margin-left: -200%;}
70% {margin-left: -200%;}
75% {margin-left: -300%;}
100% {margin-left: -300%;}
}
body{
font-family: 'Roboto', Sans-serif;
margin: 0;
background: #b4bcc4; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eef2f3, #dbe5ec); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eef2f3, #dadada); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
h1{
font-size: 2.5em;
}
h2{ font-size: 2.7em;}
h3{ font-size: 2em; }
h4{ font-size: 1.5em;}
p{ font-size: 1.25em;}
button{
font-size: 1.5em;
font-weight: bold;
padding: 10px 30px;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.5);
box-shadow: 2px 2px 10px rgba(0,0,0,0.5) ;
color: white;
background-color: rgb(19, 142, 158);
}
button:hover{
background-color: rgb(7, 63, 100);
}
.container{
max-width: 1400px;
margin: auto;
}
.color-acento{color: rgb(19, 142, 158);}
.consultorio{color: rgb(53, 153, 167); font-size: 15px;}
header{
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
header .imagen{
display: flex;
}
header img{
padding: 5px 0px 10px 20px;
}
header .logo{
margin: 0;
font-weight: bold;
font-family: "Oswald",Verdana,sans-serif !important;
color: rgb(19, 142, 158);
font-size: 20px;
flex-direction: row;
padding: 10px 0px 0px 10px;
}
header .container{
display: flex;
flex-direction: column;
align-items: center;
}
header nav{
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
padding-bottom: 25px;
}
header a{
padding: 5px 12px;
font-size: 13px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-decoration: none;
letter-spacing: 0.2px;
color: black;
}
header a:hover{
color: white;
background-color: #6d6d7e;
}
.portada{
color: rgb(238, 237, 237);
height: 100%;
display: flex;
padding: 50px;
flex-direction: column;
justify-content: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#imagenpresentacion p{
font-size: 15px;
margin: 0;
color: rgba(250, 250, 250, 0.918);
}
.portada h3{
font-size: 32px;
margin: 0;
}
@media (min-width: 720px){
header{
position: fixed;
width: 100%;
}
header .container{
flex-direction: row;
justify-content: space-between;
}
header nav{
flex-direction: row;
padding-bottom: 0;
padding-right: 20px;
}
footer .datos{
grid-template-columns: 1fr 1fr 1fr;
}
#Tratamientos .contenedor0{
grid-template-columns: 1fr 1fr 1fr;
}
#Especialistas .contenedor0{
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 720px){
#intro .contenedor{
flex-direction: column;
}
#reservarcita .contenedor{
flex-direction: column;
}
}
#intro {
min-height: 100vh;
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ebe9e7); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fffbfb, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#intro .contenedor{
text-align: center;
padding: 100px 30px;
display: flex;
justify-content: center;
}
#intro .intro-texto{
width: 100%;
margin: auto;
text-align: initial;
max-width: 700px;
display: flex;
padding: 15px;
flex-direction: column;
justify-content: center;
}
#intro img{
border-radius: 6px;
box-shadow: 0px 15px 25px
rgb(0,0,0,0.50);
}
#intro h2{
font-size: 40px;
margin: 30px;
color: #4D4D5C;
text-align: center;
}
#intro p{
font-weight: normal;
font-family: 'Raleway';
text-align: center;
}
/*TRATAMIENTOS*/
#Especialistas{
padding: 50px;
background-size: cover;
background: #8e9eab; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eef2f3, #aeb3b8); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eef2f3, #c2c4c5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#Especialistas .contenedor0{
padding: 0px;
display: grid;
justify-content: center;
text-align: center;
}
#Especialistas img{
background-size: cover;
border-radius: 100%;
box-shadow: 0px 10px 10px
rgba(66, 66, 66, 0.5);
}
#Especialistas div{
padding: 25px;
}
#Especialistas .contendor{
padding: 15px;
}
#Especialistas div h4{
color: #000000;
font-size: 20px;
margin: 15px 0px;
}
#Especialistas div p{
color: #000000;
font-size: 15px;
text-align: center;
}
#Especialistas .titulocolor{
font-size: 32px;
color:rgba(27, 27, 27, 0.712);
font-weight: bold;
}
#Especialistas h5{
font-size: 32px;
margin: 20px 20px 0px 20px;
color:rgba(27, 27, 27, 0.74);
font-weight: normal;
font-family: 'Raleway';
}
#Especialistas hr {
border: none;
height: 4px;
width: 160px;
background-color: rgb(7, 163, 142);
margin: 7px 25px 25px 23px;
}
/*TRATAMIENTOS*/
#Tratamientos{
padding: 100px 0px 0px 0px;
font-family: Montserrat,sans-serif;
background-image: url(https://www.pacificdental.pe/wp-content/uploads/2016/09/parallax-3.jpg);
background-size: cover;
background-position: 50% -90px;
}
#Tratamientos .contenedor0{
padding: 20px;
display: grid;
grid-gap: 20px 20px;
justify-content: center;
text-align: center;
}
#Tratamientos img{
background-size: cover;
border-radius: 5px;
}
#Tratamientos div{
padding: 0px;
}
#Tratamientos .contenedor{
color: #6c757d;
padding: 10px 0px 0px 0px;
background-color: #fff;
}
#Tratamientos div h4{
color: #4D4D5C;
font-size: 20px;
margin: 15px 0px;
}
#Tratamientos div p{
color: #6d6d7e;
font-size: 15px;
text-align: center;
padding: 0px 20px 20px 20px;
}
#Tratamientos .titulocolor{
font-size: 32px;
color:rgb(255, 255, 255);
font-weight: bold;
}
#Tratamientos h5{
font-size: 32px;
margin: 20px 20px 0px 20px;
color: #f1f1f1;
font-weight: normal;
font-family: 'Raleway';
}
#Tratamientos hr {
border: none;
height: 4px;
width: 160px;
background-color: rgb(202, 226, 223);
margin: 7px 25px 25px 23px;
}
#Visualizarcita
{
background: #0F2027; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6d8c9b, #18627a, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #7794a0, #1c6a85, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
display: flex;
min-height: 100vh;
}
#Visualizarcita .form{
background-color: white;
margin: auto;
width: 90%;
max-width: 400px;
padding: 4.5em 3em;
border-radius: 10px;
box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
text-align: center;
}
#Visualizarcita h2{
font-size: 2rem;
margin-bottom: .5em;
}
#Visualizarcita .form_grupo{
margin-top: 3em;
display: grid;
gap: 2.5em;
}
#Visualizarcita .contenedor{
position: relative;
--color:#5757577e;
}
#Visualizarcita input{
width: 100%;
background: none;
color: #706c6c;
font-size: 1rem;
padding: .6em .3em;
border: none;
outline: none;
border-bottom: 1px solid var(--color);
font-family: 'Roboto',sans-serif;
}
#Visualizarcita input:focus + .form_label,
#Visualizarcita input:not(:placeholder-shown) + .form_label{
transform: translateY(-12px) scale(.7);
transform-origin: left top;
color: #0b7973;
}
#Visualizarcita .form_label{
color: var(--color);
cursor: pointer;
position: absolute;
top: 0;
left: 5px;
transform: translateY(10px);
transition: transform .5s, color .3s;
}
#Visualizarcita .form_submit{
background-color: #0b7973;
color: white;
font-family: 'Roboto',sans-serif;
font-weight: 300;
font-size: 1rem;
padding: .8em 0;
border: none;
border-radius: .5em;
}
#Visualizarcita .form_line{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #0e8a84;
transform: scale(0);
transform: left bottom;
transition: transform .4s;
}
#Visualizarcita input:focus ~ .form_line,
#Visualizarcita input:not(:placeholder-shown) + .form_line{
transform: scale(1);
}
@media (max-width:425px){
#Visualizarcita h2{
font-size: 1.8rem;
}
}
#reservarcita{
background: #808080; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #3fada8, #808080); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #3fada8, #808080); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
display: flex;
min-height: 100vh;
}
#reservarcita .contenedor{
display: flex;
justify-content: center;
margin: auto;
max-width: 100%;
background-color: white;
padding: 10px;
border-radius: 10px;
box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
text-align: center;
}
#reservarcita .reservar1{
padding: 20px;
color: #4D4D5C;
align-items: center;
margin: auto;
width: 90%;
max-width: 350px;
}
#reservarcita h6{
font-size: 33px;
font-weight: bold;
font-family: 'Raleway';
margin: 20px 0px;
font-family: 'Roboto',sans-serif;
}
#reservarcita p{
font-size: 15px;
font-family: 'Raleway';
margin: 10px 0px;
font-family: 'Roboto',sans-serif;
}
#reservarcita .horario{
display: flex;
font-size: 12px;
justify-content: space-between;
}
#reservarcita h2 {
font-size: 2rem;
margin: 16px;
}
#reservarcita .sexo {
display: flex;
margin: 0px 30px 0px 50px;
justify-content: center;
}
#reservarcita input{
width: 100%;
margin: 3px;
color: #6e6b6b;
font-size: 1rem;
padding: .6em .3em;
border:rgb(197, 141, 37) ;
border-bottom: 1px solid rgb(14, 163, 168);
font-family: 'Roboto',sans-serif;
}
#reservarcita .form_submit{
background-color: #0b7973;
color: white;
font-family: 'Roboto',sans-serif;
font-weight: 300;
font-size: 1rem;
padding: .8em 0;
border: none;
border-radius: .5em;
}
#Iniciarsesion
{
background: #8e9eab; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
display: flex;
min-height: 100vh;
}
#Iniciarsesion .form{
background-color: white;
margin: auto;
width: 90%;
max-width: 400px;
padding: 4.5em 3em;
border-radius: 10px;
box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
text-align: center;
}
#Iniciarsesion h2{
font-size: 2rem;
margin-bottom: .5em;
}
#Iniciarsesion .form_grupo{
margin-top: 3em;
display: grid;
gap: 2.5em;
}
#Iniciarsesion .contenedor{
position: relative;
--color:#5757577e;
}
#Iniciarsesion input{
width: 100%;
background: none;
color: #706c6c;
font-size: 1rem;
padding: .6em .3em;
border: none;
outline: none;
border-bottom: 1px solid var(--color);
font-family: 'Roboto',sans-serif;
}
#Iniciarsesion input:focus + .form_label,
#Iniciarsesion input:not(:placeholder-shown) + .form_label{
transform: translateY(-12px) scale(.7);
transform-origin: left top;
color: #0b7973;
}
#Iniciarsesion .form_label{
color: var(--color);
cursor: pointer;
position: absolute;
top: 0;
left: 5px;
transform: translateY(10px);
transition: transform .5s, color .3s;
}
#Iniciarsesion .form_submit{
background-color: #0b7973;
color: white;
font-family: 'Roboto',sans-serif;
font-weight: 300;
font-size: 1rem;
padding: .8em 0;
border: none;
border-radius: .5em;
}
#Iniciarsesion .form_line{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #0e8a84;
transform: scale(0);
transform: left bottom;
transition: transform .4s;
}
#Iniciarsesion input:focus ~ .form_line,
#Iniciarsesion input:not(:placeholder-shown) + .form_line{
transform: scale(1);
}
@media (max-width:425px){
#Iniciarsesion h2{
font-size: 1.8rem;
}
}
/*ULTIMO*/
footer{
background-color: rgb(7, 7, 7);
font-size: 11px;
}
footer .datos{
padding: 0px;
color: white;
display: grid;
}
footer .info{
text-align: initial;
padding: 25px;
flex-direction: column;
justify-content: center;
}
footer .localizacion{
display: flex;
margin:20px 0px;
align-items: center ;
}
footer h4{
margin: 0px;
text-size-adjust: 12px;
}
footer p1{
margin: 10px;
font-size: 12px;
color: rgb(150, 146, 146);
}
footer p{
text-align: justify;
color: rgb(150, 146, 146);
}
| 0.367497 | 0.106551 |
* {
margin:0px;
padding:0px;
box-sizing:border-box;
font-family:sans-serif;
}
body {
transition:all 300ms linear;
background: white;
}
/* FOR CONTAINERS OF ALL DIV */
.containers{
margin-left: 67px;
margin-right: 67px;
}
/* FOR HEADER 1st Div */
.header{
width: 100%;
border: red 0px solid;
background-color: #790000;
overflow: hidden;
height: 50px;
margin-top: -50px;
position: fixed;
z-index: 1 !important;
}
.header-logo{
float: left;
margin-top: 8px;
margin-bottom: 10px;
line-height: 15px;
}
.header-logo li{
float: left;
list-style: none;
margin-right: 4px;
padding: 7px;
background-color: white;
color: #790000;
font-weight: 700;
font-size: 30px;
}
.header-nav{
float: right;
margin: 0;
padding: 0;
}
.header-nav ul{
text-decoration: none;
margin-top: 8px;
padding: 0;
display: block;
}
.header-nav ul li{
list-style: none;
display: block;
float: left;
border-left: 1px #980001 solid;
color: white;
font-size: 20px;
font-weight: 700;
padding-left: 15px;
padding-right: 15px;
}
.header-nav ul li a{
text-decoration: none;
color: white;
}
.header-nav ul li a:hover{
opacity: 0.8;
}
.header-search-box{
width: 130px;
height: 27px;
font-weight: 700;
border: #ededed 1px solid;
border-radius: 1px;
margin-top: 5px;
}
/* FOR NAVS
.navs{
border: red 0px solid;
background-color: white;
height: 250px;
overflow: hidden;
}
.navs .containers{
margin-top:70px;
}
.navs-logo{
color: black;
overflow: hidden;
}
.navs-logo p{
font-size: 22px;
padding: 2px;
margin: 2px;
border: red 0px solid;
font-family: arial;
}
.navs-logo li{
list-style: none;
font-weight: 700;
text-align: left;
font-size: 60px;
line-height: 32px;
float: left;
border: red 0px solid;
padding-bottom: 15px;
}
.navs-logo h6{
font-size: 16px;
float: left;
line-height: 28px;
border: red 0px solid;
font-family: times;
padding-top: 20px;
}
.navs-nav{
background-color: white;
margin: 0;
float: left;
width: 100%;
}
.navs-nav ul{
margin: 0;
padding: 0;
display: none;
width: 100%;
}
.navs-nav ul li{
list-style: none;
float: left;
border-right: #ededed 1px solid;
padding-top: 4px;
padding-bottom: 4px;
}
.navs-nav ul li:last-child{
border-right: none;
}
.navs-nav ul li a{
text-decoration: none;
color: white;
padding-left: 7px;
padding-right: 7px;
font-weight: 600;
}
.navs-nav ul li a:hover{
opacity: 0.7;
background: gray;
padding: 7px;
}
.navs-header-date{margin-top:-30px;}
.navs-nav-sidebar ul{display:none;}
*/
.navs-header-date{margin-top:15px;}
.navs-nav-sidebar ul{display:none;}
/* FOR NAVS */
.navs{
margin-top: 50px;
border: red 0px solid;
background-color: #970000;
max-height: 150px;
overflow: hidden;
}
.navs-logo{
color: white;
overflow: hidden;
}
.navs-logo p{
font-size: 22px;
padding: 2px;
margin: 2px;
border: red 0px solid;
font-family: arial;
}
.navs-logo li{
list-style: none;
font-weight: 700;
text-align: left;
font-size: 60px;
line-height: 32px;
float: left;
border: red 0px solid;
padding-bottom: 15px;
}
.navs-logo h6{
font-size: 16px;
float: left;
line-height: 68px;
border: red 0px solid;
font-family: times;
}
.navs-nav{
background-color: #3B0B0F;
margin: 0;
float: left;
width: 100%;
}
.navs-nav ul{
margin: 0;
padding: 0;
display: block;
width: 100%;
}
.navs-nav ul li{
list-style: none;
float: left;
border-right: #ededed 1px solid;
padding-top: 4px;
padding-bottom: 4px;
}
.navs-nav ul li:last-child{
border-right: none;
}
.navs-nav ul li a{
text-decoration: none;
color: white;
padding-left: 7px;
padding-right: 7px;
font-weight: 600;
}
.navs-nav ul li a:hover{
opacity: 0.7;
}
.toggleButton span{}
/* DIV FIRST */
.add1{width:100%;height:80px;}
.add1 img{width:100%;height:100%;}
.content{
border: green 0px solid;
background-color: #F0F0ED;
min-height: 500px;
}
.main-content{
text-align: left;
display: block;
overflow: hidden;
margin-top: 20px;
border: red 0px solid;
}
.main-content-left{
float: left;
width: 42%;
padding-right:0px;
min-height:600px;
border: green 0px solid;
margin-top: 25px;
margin-bottom: 25px;
}
.main-content-center{
float: left;
width: 28%;
min-height:600px;
border: green 0px solid;
margin-top: 25px;
margin-bottom: 25px;
}
.main-content-right{
float: right;
width: 30%;
padding-left:15px;
min-height:600px;
border: green 0px solid;
margin-top: 25px;
margin-bottom: 25px;
}
.main-content-right-ad img{width:100%; height:300px;}
/* SECOND DIV */
.add2{width:100%;height:80px;margin-top:30px;}
.add2 img{width:100%;height:100%;}
.add2 p{
color:red; border-bottom: 2px solid;background-color: #ededed; padding:10px;font-weight:800;font-size:25px;
}
.content2{
border: green 0px solid;
background-color: white;
min-height: 350px;
}
.main-content2{
text-align: left;
display: block;
overflow: hidden;
margin-top: 0px;
border: red 0px solid;
}
.main-content-left2{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
background:white;
color:black;
padding:10px;
}
.main-content-center2{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
background:white;
color:black;
padding:10px;
}
.main-content-right2{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
background:white;
color:black;
padding:10px;
}
.main-content-right24{
float: right;
width: 25%;
min-height:350px;
border: green 0px solid;
background:white;
color:black;
padding:10px;
}
.main-content2 h3{border-bottom:red 3px solid;font-size:22px;}
/* THIRD DIV */
.add3{width:100%;height:80px;}
.add3 img{width:100%;height:100%;padding-bottom: 20px}
.content3{
border: green 0px solid;
background-color: #F0F0ED;
min-height: 500px;
padding-top:30px;
padding-bottom:30px;
margin-top:20px;
}
.main-content3{
text-align: left;
display: block;
overflow: hidden;
margin-top: 0px;
border: red 1px solid;
}
.main-content-left3{
float: left;
width: 33%;
min-height:600px;
border: green 0px solid;
}
.main-content-center3{
float: left;
width: 34%;
min-height:600px;
border: green 0px solid;
}
.main-content-right3{
float: right;
width: 33%;
min-height:600px;
border: green 0px solid;
}
/* THIRD DIV */
.add4{width:100%;height:100px;}
.add4 img{width:100%;height:100%;}
.content4{
border: green 0px solid;
background-color: #F0F0ED;
min-height: 500px;
}
.main-content4{
text-align: left;
display: block;
overflow: hidden;
margin-top: 0px;
border: red 0px solid;
margin-left:-15px;
margin-right:-15px;
}
.main-content-4-1{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
}
.main-content-4-2{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
}
.main-content-4-3{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
}
.main-content-4-4{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
}
.feature-news{background:black;display:block;overflow:hidden; height:300px; z-index: -1 !important;}
.feature-news img{width:100%;height:100%;float:left;opacity:0.6;display:block;overflow:hidden;z-index: -1 !important;} .feature-news p {color:#D8B478;font-weight:1000; float:right;padding:15px;position:absolute;font-size:25px;display:block;margin-top:185px;overflow:hidden;width:37%;margin-right:35px;margin-left:0px;}
.feature-news-sub1{border:yellow 0px solid; width:50%;height:275px;display:block; float:left; padding-left:0px; padding-right:20px;} .feature-news-sub1 img{height:130px;width:100%;} .feature-news-sub1-body{font-size:16px;background:white;padding:10px;font-weight:700;height:85px;display:block;overflow:hidden} .feature-news-sub1-foot{font-size:16px;background:white;padding:10px;font-weight:700;height:40px;display:block;overflow:hidden} .feature-news-sub1-foot p{border-left:red 3px solid;padding-left:5px;font-weight:500; color:#4A4A5E}
.main-content-left-feature{height:330px;border: green 0px solid;padding-right:20px;} .main-content-left-feature a{color: black;} .main-content-left-feature a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-left-feature2{min-height:500px; border: red 0px solid} .main-content-left-feature2 a{color: black;} .main-content-left-feature2 a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-center-feature{height:330px;} .main-content-center-feature a{color: black;} .main-content-center-feature a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-center-feature2{min-height:500px} .main-content-center-feature2 a{color: black;} .main-content-center-feature2 a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-right-feature{height:330px;} .main-content-right-feature a{color: black;} .main-content-right-feature a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-right-feature2{min-height:500px} .main-content-right-feature2 a{color: black;} .main-content-right-feature2 a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.latest-news{display:block;background:white;overflow:hidden; height:74px;margin-bottom:2px;border-bottom:#CCCCCC 1px solid;}
.latest-news img{width:30%;height:100%;float:left;color:green;padding:5px;} .latest-news p{width:70%;font-weight:500; float:right;padding:0px;color:black;font-size:16px;}
.latest-news-vedio-feature{display:block;background:white;overflow:hidden; height:305px;width:100%;border-bottom:#CCCCCC 1px solid;}
.latest-news-vedio-feature img{width:100%;height:225px;float:left;color:green;padding:0px;} .latest-news-vedio-feature div{width:100%;height:50px;font-weight:700; float:right;padding:10px;color:black;font-size:16px;}
.latest-news-vedio{display:block;background:white;overflow:hidden; height:74px;margin-bottom:2px;border-bottom:#CCCCCC 1px solid;}
.latest-news-vedio img{width:30%;height:100%;float:left;color:green;padding:5px;} .latest-news-vedio p{width:70%;font-weight:600; float:right;padding:0px;color:black;font-size:16px;}
.feature-news-cover{height:180px;width:100%;padding:15px;} .feature-news-cover img{height:100%;width:100%;} .feature-news-cover a{color: black} .feature-news-cover a:hover{color: blue; opacity: 0.6;text-decoration: none;}
.feature-news-cover-body1{font-size:17px;font-weight:500;padding:8px;height:60px;background:#F9F9E9;}
.feature-news-cover-body2{font-size:14px;font-weight:250;padding:8px;height:75px;background:#F9F9F9;}
.feature-news-cover-foot{font-size:14px;padding-left:8px;background:#F9F9F9;height:30px;} .feature-news-cover-foot p{border-left:red 3px solid;padding-left:5px;color: black}
.feature-news-sub-body{font-weight: 500; }
.full-view-news{width:100%;min-height:550px;border:red 1px solid;}
.full-view-news-left{border:green 1px solid; width:20%;float:left;}
.full-view-news-center{border:green 1px solid; width:50%;float:left;} .full-view-news-center img{height: 350px; width: 100%;}
.full-view-news-right{border:green 1px solid; width:30%;float:right;}
.full_news_img img{height: 60%; width: 100%;}
.containers p(/n/r){color: red}
.details-content-left{border:red 0px solid; width:70%;float:left;padding-right:20px;}
.details-content-right{border:red 0px solid; width:30%;float:left}
.details-news-pic{} .details-news-pic img{width:100%;}
.details-news-body{} .details-news-body p{color:#5A5A5A}
.footer0{
border: red 0px solid;
background-color: #F0F0ED;
color: #181818;
padding: 15px;
height:70px;
} .footer0 .containers img{height:30px;float:left;} .footer0 .containers p{height:30px;float:right;line-height:35px;font-weight:800;font-size:20px;}
.footer{
border: red 0px solid;
background-color: #970000;
color: #181818;
padding: 5px;
}
.footer-items{text-align:left}
.footer-items ul{width: 100%;}
.footer-items ul li{ padding-left:15px;}
.footer-links{ border: red 0px solid; color: red; padding: 10px; float:left; width:16.6%;}
.footer-links ul li{list-style:none;text-align:left; border:red 0px solid;line-height:36px}
.footer-links ul li a{text-decoration: none; color: gray}
.footer-content{text-align: left;background-color: #970000; padding: 10px;color: gray;margin-left:56px;} .footer-content p{line-height:10px;}
.footer2{
border: red 0px solid;
background-color: #790000;
color: gray;
padding-top: 20px;
padding-bottom: 15px;
}.footer-content2{text-align: left;background-color: #790000; padding: 10px;color: gray;margin-left:56px;} .footer-content2 p{line-height:10px;font-size:14px;}
@media screen and (max-width: 667px) {
.toggleButton{float:right; padding:7px 35px; height:70px;width:50px;}
.toggleButton span{display:block;width:30px;height:5px;background:#151719;margin:5px 0px;cursor:pointer;}
.containers{
margin-left:20px;
margin-right:20px;
padding:0px;
}
.navs-logo p{ font-size: 20px !important}
.add2 p{
font-size:20px; padding: 5px;
}
.main-content{ margin-left:0px;margin-right:0px;}
.main-content-left{
width: 100% ;
margin-left:0px;
margin-right:0px;
padding-right:0px;
}
.main-content-center{
width: 100% ;
margin-left:0px;
margin-right:0px;
}
.main-content-right{
width: 100% ;
margin-left:0px;
margin-right:0px;
padding-left:0px;
}
.main-content-4-1{width:50%; min-height: 280px;}
.main-content-4-2{width:50%;}
.main-content-4-3{width:50%;}
.main-content-4-4{width:50%;}
.main-content-left-feature{height:330px;border: green 0px solid;padding-right:0px;}
.feature-news-sub1{padding-right: 0px;padding-left: 0px;width: 48%;margin: 1%;padding: 0px;}
.feature-news-cover{} .feature-news-cover img{}
.feature-news-cover{height:120px;width:100%;padding-left:5px;padding-right:15px;} .feature-news-cover img{height:100%;width:100%;}
.feature-news-cover-body1{font-size:14px;font-weight:500;padding:8px;height:60px;background:#F9F9F9;}
.feature-news-cover-body2{font-size:12px;font-weight:250;padding:8px;height:75px;background:#F9F9F9;}
.feature-news-cover-foot{font-size:12px;padding-left:8px;background:#F9F9F9;height:30px;} .feature-news-cover-foot p{border-left:red 3px solid;padding-left:5px;}
.details-content-left{width:100%;}
.details-content-right{width:100%;}
.details-headline h2{font-size:22px;font-weight:700}
.details-news-body p{font-size:14px;}
.header-nav ul{display:none;}
.navs-nav ul{display:none;}
body.active .navs-nav ul{display:block; margin-top:-115px;margin-left:-20px;z-index:1 !important; position:fixed;background:#100001;}
body.active .navs-nav ul li{border-bottom:white 1px solid;}
.navs-nav-sidebar ul{display:block;}
.navs{max-height:520px;}
.navs-nav-sidebar{
background-color: red;
margin: 0;
float: left;
width: 100%;
}
.navs-nav-sidebar ul{
margin: 0;
padding: 0;
display: none;
width: 100%;
}
.navs-nav-sidebar ul li{
list-style: none;
padding-top: 4px;
padding-bottom: 4px;
width:100%;
}
.navs-nav-sidebar ul li:last-child{
border-right: none;
}
.navs-nav-sidebar ul li a{
text-decoration: none;
color: white;
padding-left: 7px;
padding-right: 7px;
font-weight: 600;
width:100%;
}
.navs-nav-sidebar ul li a:hover{
opacity: 0.7;
background: gray;
padding: 7px;
width:100%;
}
.feature-news p{font-size:20px;width:90%;}
.footer{padding:2px;margin:0px;padding-top:10px; font-size:10px;}
.news-pic-right img{display:none;}
.footer-links{float:left; width:50%;font-size:10px;padding:0px;}
.footer-links ul{list-style:none; padding:0px;}
.footer-links h4{font-size:12px;color:gray;}
}
@media screen and (max-width: 728px) {
}
@media screen and (max-width: 1024px) {
}
|
public/frontEnd/css/style.css
|
* {
margin:0px;
padding:0px;
box-sizing:border-box;
font-family:sans-serif;
}
body {
transition:all 300ms linear;
background: white;
}
/* FOR CONTAINERS OF ALL DIV */
.containers{
margin-left: 67px;
margin-right: 67px;
}
/* FOR HEADER 1st Div */
.header{
width: 100%;
border: red 0px solid;
background-color: #790000;
overflow: hidden;
height: 50px;
margin-top: -50px;
position: fixed;
z-index: 1 !important;
}
.header-logo{
float: left;
margin-top: 8px;
margin-bottom: 10px;
line-height: 15px;
}
.header-logo li{
float: left;
list-style: none;
margin-right: 4px;
padding: 7px;
background-color: white;
color: #790000;
font-weight: 700;
font-size: 30px;
}
.header-nav{
float: right;
margin: 0;
padding: 0;
}
.header-nav ul{
text-decoration: none;
margin-top: 8px;
padding: 0;
display: block;
}
.header-nav ul li{
list-style: none;
display: block;
float: left;
border-left: 1px #980001 solid;
color: white;
font-size: 20px;
font-weight: 700;
padding-left: 15px;
padding-right: 15px;
}
.header-nav ul li a{
text-decoration: none;
color: white;
}
.header-nav ul li a:hover{
opacity: 0.8;
}
.header-search-box{
width: 130px;
height: 27px;
font-weight: 700;
border: #ededed 1px solid;
border-radius: 1px;
margin-top: 5px;
}
/* FOR NAVS
.navs{
border: red 0px solid;
background-color: white;
height: 250px;
overflow: hidden;
}
.navs .containers{
margin-top:70px;
}
.navs-logo{
color: black;
overflow: hidden;
}
.navs-logo p{
font-size: 22px;
padding: 2px;
margin: 2px;
border: red 0px solid;
font-family: arial;
}
.navs-logo li{
list-style: none;
font-weight: 700;
text-align: left;
font-size: 60px;
line-height: 32px;
float: left;
border: red 0px solid;
padding-bottom: 15px;
}
.navs-logo h6{
font-size: 16px;
float: left;
line-height: 28px;
border: red 0px solid;
font-family: times;
padding-top: 20px;
}
.navs-nav{
background-color: white;
margin: 0;
float: left;
width: 100%;
}
.navs-nav ul{
margin: 0;
padding: 0;
display: none;
width: 100%;
}
.navs-nav ul li{
list-style: none;
float: left;
border-right: #ededed 1px solid;
padding-top: 4px;
padding-bottom: 4px;
}
.navs-nav ul li:last-child{
border-right: none;
}
.navs-nav ul li a{
text-decoration: none;
color: white;
padding-left: 7px;
padding-right: 7px;
font-weight: 600;
}
.navs-nav ul li a:hover{
opacity: 0.7;
background: gray;
padding: 7px;
}
.navs-header-date{margin-top:-30px;}
.navs-nav-sidebar ul{display:none;}
*/
.navs-header-date{margin-top:15px;}
.navs-nav-sidebar ul{display:none;}
/* FOR NAVS */
.navs{
margin-top: 50px;
border: red 0px solid;
background-color: #970000;
max-height: 150px;
overflow: hidden;
}
.navs-logo{
color: white;
overflow: hidden;
}
.navs-logo p{
font-size: 22px;
padding: 2px;
margin: 2px;
border: red 0px solid;
font-family: arial;
}
.navs-logo li{
list-style: none;
font-weight: 700;
text-align: left;
font-size: 60px;
line-height: 32px;
float: left;
border: red 0px solid;
padding-bottom: 15px;
}
.navs-logo h6{
font-size: 16px;
float: left;
line-height: 68px;
border: red 0px solid;
font-family: times;
}
.navs-nav{
background-color: #3B0B0F;
margin: 0;
float: left;
width: 100%;
}
.navs-nav ul{
margin: 0;
padding: 0;
display: block;
width: 100%;
}
.navs-nav ul li{
list-style: none;
float: left;
border-right: #ededed 1px solid;
padding-top: 4px;
padding-bottom: 4px;
}
.navs-nav ul li:last-child{
border-right: none;
}
.navs-nav ul li a{
text-decoration: none;
color: white;
padding-left: 7px;
padding-right: 7px;
font-weight: 600;
}
.navs-nav ul li a:hover{
opacity: 0.7;
}
.toggleButton span{}
/* DIV FIRST */
.add1{width:100%;height:80px;}
.add1 img{width:100%;height:100%;}
.content{
border: green 0px solid;
background-color: #F0F0ED;
min-height: 500px;
}
.main-content{
text-align: left;
display: block;
overflow: hidden;
margin-top: 20px;
border: red 0px solid;
}
.main-content-left{
float: left;
width: 42%;
padding-right:0px;
min-height:600px;
border: green 0px solid;
margin-top: 25px;
margin-bottom: 25px;
}
.main-content-center{
float: left;
width: 28%;
min-height:600px;
border: green 0px solid;
margin-top: 25px;
margin-bottom: 25px;
}
.main-content-right{
float: right;
width: 30%;
padding-left:15px;
min-height:600px;
border: green 0px solid;
margin-top: 25px;
margin-bottom: 25px;
}
.main-content-right-ad img{width:100%; height:300px;}
/* SECOND DIV */
.add2{width:100%;height:80px;margin-top:30px;}
.add2 img{width:100%;height:100%;}
.add2 p{
color:red; border-bottom: 2px solid;background-color: #ededed; padding:10px;font-weight:800;font-size:25px;
}
.content2{
border: green 0px solid;
background-color: white;
min-height: 350px;
}
.main-content2{
text-align: left;
display: block;
overflow: hidden;
margin-top: 0px;
border: red 0px solid;
}
.main-content-left2{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
background:white;
color:black;
padding:10px;
}
.main-content-center2{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
background:white;
color:black;
padding:10px;
}
.main-content-right2{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
background:white;
color:black;
padding:10px;
}
.main-content-right24{
float: right;
width: 25%;
min-height:350px;
border: green 0px solid;
background:white;
color:black;
padding:10px;
}
.main-content2 h3{border-bottom:red 3px solid;font-size:22px;}
/* THIRD DIV */
.add3{width:100%;height:80px;}
.add3 img{width:100%;height:100%;padding-bottom: 20px}
.content3{
border: green 0px solid;
background-color: #F0F0ED;
min-height: 500px;
padding-top:30px;
padding-bottom:30px;
margin-top:20px;
}
.main-content3{
text-align: left;
display: block;
overflow: hidden;
margin-top: 0px;
border: red 1px solid;
}
.main-content-left3{
float: left;
width: 33%;
min-height:600px;
border: green 0px solid;
}
.main-content-center3{
float: left;
width: 34%;
min-height:600px;
border: green 0px solid;
}
.main-content-right3{
float: right;
width: 33%;
min-height:600px;
border: green 0px solid;
}
/* THIRD DIV */
.add4{width:100%;height:100px;}
.add4 img{width:100%;height:100%;}
.content4{
border: green 0px solid;
background-color: #F0F0ED;
min-height: 500px;
}
.main-content4{
text-align: left;
display: block;
overflow: hidden;
margin-top: 0px;
border: red 0px solid;
margin-left:-15px;
margin-right:-15px;
}
.main-content-4-1{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
}
.main-content-4-2{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
}
.main-content-4-3{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
}
.main-content-4-4{
float: left;
width: 25%;
min-height:350px;
border: green 0px solid;
}
.feature-news{background:black;display:block;overflow:hidden; height:300px; z-index: -1 !important;}
.feature-news img{width:100%;height:100%;float:left;opacity:0.6;display:block;overflow:hidden;z-index: -1 !important;} .feature-news p {color:#D8B478;font-weight:1000; float:right;padding:15px;position:absolute;font-size:25px;display:block;margin-top:185px;overflow:hidden;width:37%;margin-right:35px;margin-left:0px;}
.feature-news-sub1{border:yellow 0px solid; width:50%;height:275px;display:block; float:left; padding-left:0px; padding-right:20px;} .feature-news-sub1 img{height:130px;width:100%;} .feature-news-sub1-body{font-size:16px;background:white;padding:10px;font-weight:700;height:85px;display:block;overflow:hidden} .feature-news-sub1-foot{font-size:16px;background:white;padding:10px;font-weight:700;height:40px;display:block;overflow:hidden} .feature-news-sub1-foot p{border-left:red 3px solid;padding-left:5px;font-weight:500; color:#4A4A5E}
.main-content-left-feature{height:330px;border: green 0px solid;padding-right:20px;} .main-content-left-feature a{color: black;} .main-content-left-feature a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-left-feature2{min-height:500px; border: red 0px solid} .main-content-left-feature2 a{color: black;} .main-content-left-feature2 a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-center-feature{height:330px;} .main-content-center-feature a{color: black;} .main-content-center-feature a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-center-feature2{min-height:500px} .main-content-center-feature2 a{color: black;} .main-content-center-feature2 a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-right-feature{height:330px;} .main-content-right-feature a{color: black;} .main-content-right-feature a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.main-content-right-feature2{min-height:500px} .main-content-right-feature2 a{color: black;} .main-content-right-feature2 a:hover {color: blue; opacity: 0.6;text-decoration: none;}
.latest-news{display:block;background:white;overflow:hidden; height:74px;margin-bottom:2px;border-bottom:#CCCCCC 1px solid;}
.latest-news img{width:30%;height:100%;float:left;color:green;padding:5px;} .latest-news p{width:70%;font-weight:500; float:right;padding:0px;color:black;font-size:16px;}
.latest-news-vedio-feature{display:block;background:white;overflow:hidden; height:305px;width:100%;border-bottom:#CCCCCC 1px solid;}
.latest-news-vedio-feature img{width:100%;height:225px;float:left;color:green;padding:0px;} .latest-news-vedio-feature div{width:100%;height:50px;font-weight:700; float:right;padding:10px;color:black;font-size:16px;}
.latest-news-vedio{display:block;background:white;overflow:hidden; height:74px;margin-bottom:2px;border-bottom:#CCCCCC 1px solid;}
.latest-news-vedio img{width:30%;height:100%;float:left;color:green;padding:5px;} .latest-news-vedio p{width:70%;font-weight:600; float:right;padding:0px;color:black;font-size:16px;}
.feature-news-cover{height:180px;width:100%;padding:15px;} .feature-news-cover img{height:100%;width:100%;} .feature-news-cover a{color: black} .feature-news-cover a:hover{color: blue; opacity: 0.6;text-decoration: none;}
.feature-news-cover-body1{font-size:17px;font-weight:500;padding:8px;height:60px;background:#F9F9E9;}
.feature-news-cover-body2{font-size:14px;font-weight:250;padding:8px;height:75px;background:#F9F9F9;}
.feature-news-cover-foot{font-size:14px;padding-left:8px;background:#F9F9F9;height:30px;} .feature-news-cover-foot p{border-left:red 3px solid;padding-left:5px;color: black}
.feature-news-sub-body{font-weight: 500; }
.full-view-news{width:100%;min-height:550px;border:red 1px solid;}
.full-view-news-left{border:green 1px solid; width:20%;float:left;}
.full-view-news-center{border:green 1px solid; width:50%;float:left;} .full-view-news-center img{height: 350px; width: 100%;}
.full-view-news-right{border:green 1px solid; width:30%;float:right;}
.full_news_img img{height: 60%; width: 100%;}
.containers p(/n/r){color: red}
.details-content-left{border:red 0px solid; width:70%;float:left;padding-right:20px;}
.details-content-right{border:red 0px solid; width:30%;float:left}
.details-news-pic{} .details-news-pic img{width:100%;}
.details-news-body{} .details-news-body p{color:#5A5A5A}
.footer0{
border: red 0px solid;
background-color: #F0F0ED;
color: #181818;
padding: 15px;
height:70px;
} .footer0 .containers img{height:30px;float:left;} .footer0 .containers p{height:30px;float:right;line-height:35px;font-weight:800;font-size:20px;}
.footer{
border: red 0px solid;
background-color: #970000;
color: #181818;
padding: 5px;
}
.footer-items{text-align:left}
.footer-items ul{width: 100%;}
.footer-items ul li{ padding-left:15px;}
.footer-links{ border: red 0px solid; color: red; padding: 10px; float:left; width:16.6%;}
.footer-links ul li{list-style:none;text-align:left; border:red 0px solid;line-height:36px}
.footer-links ul li a{text-decoration: none; color: gray}
.footer-content{text-align: left;background-color: #970000; padding: 10px;color: gray;margin-left:56px;} .footer-content p{line-height:10px;}
.footer2{
border: red 0px solid;
background-color: #790000;
color: gray;
padding-top: 20px;
padding-bottom: 15px;
}.footer-content2{text-align: left;background-color: #790000; padding: 10px;color: gray;margin-left:56px;} .footer-content2 p{line-height:10px;font-size:14px;}
@media screen and (max-width: 667px) {
.toggleButton{float:right; padding:7px 35px; height:70px;width:50px;}
.toggleButton span{display:block;width:30px;height:5px;background:#151719;margin:5px 0px;cursor:pointer;}
.containers{
margin-left:20px;
margin-right:20px;
padding:0px;
}
.navs-logo p{ font-size: 20px !important}
.add2 p{
font-size:20px; padding: 5px;
}
.main-content{ margin-left:0px;margin-right:0px;}
.main-content-left{
width: 100% ;
margin-left:0px;
margin-right:0px;
padding-right:0px;
}
.main-content-center{
width: 100% ;
margin-left:0px;
margin-right:0px;
}
.main-content-right{
width: 100% ;
margin-left:0px;
margin-right:0px;
padding-left:0px;
}
.main-content-4-1{width:50%; min-height: 280px;}
.main-content-4-2{width:50%;}
.main-content-4-3{width:50%;}
.main-content-4-4{width:50%;}
.main-content-left-feature{height:330px;border: green 0px solid;padding-right:0px;}
.feature-news-sub1{padding-right: 0px;padding-left: 0px;width: 48%;margin: 1%;padding: 0px;}
.feature-news-cover{} .feature-news-cover img{}
.feature-news-cover{height:120px;width:100%;padding-left:5px;padding-right:15px;} .feature-news-cover img{height:100%;width:100%;}
.feature-news-cover-body1{font-size:14px;font-weight:500;padding:8px;height:60px;background:#F9F9F9;}
.feature-news-cover-body2{font-size:12px;font-weight:250;padding:8px;height:75px;background:#F9F9F9;}
.feature-news-cover-foot{font-size:12px;padding-left:8px;background:#F9F9F9;height:30px;} .feature-news-cover-foot p{border-left:red 3px solid;padding-left:5px;}
.details-content-left{width:100%;}
.details-content-right{width:100%;}
.details-headline h2{font-size:22px;font-weight:700}
.details-news-body p{font-size:14px;}
.header-nav ul{display:none;}
.navs-nav ul{display:none;}
body.active .navs-nav ul{display:block; margin-top:-115px;margin-left:-20px;z-index:1 !important; position:fixed;background:#100001;}
body.active .navs-nav ul li{border-bottom:white 1px solid;}
.navs-nav-sidebar ul{display:block;}
.navs{max-height:520px;}
.navs-nav-sidebar{
background-color: red;
margin: 0;
float: left;
width: 100%;
}
.navs-nav-sidebar ul{
margin: 0;
padding: 0;
display: none;
width: 100%;
}
.navs-nav-sidebar ul li{
list-style: none;
padding-top: 4px;
padding-bottom: 4px;
width:100%;
}
.navs-nav-sidebar ul li:last-child{
border-right: none;
}
.navs-nav-sidebar ul li a{
text-decoration: none;
color: white;
padding-left: 7px;
padding-right: 7px;
font-weight: 600;
width:100%;
}
.navs-nav-sidebar ul li a:hover{
opacity: 0.7;
background: gray;
padding: 7px;
width:100%;
}
.feature-news p{font-size:20px;width:90%;}
.footer{padding:2px;margin:0px;padding-top:10px; font-size:10px;}
.news-pic-right img{display:none;}
.footer-links{float:left; width:50%;font-size:10px;padding:0px;}
.footer-links ul{list-style:none; padding:0px;}
.footer-links h4{font-size:12px;color:gray;}
}
@media screen and (max-width: 728px) {
}
@media screen and (max-width: 1024px) {
}
| 0.35869 | 0.062189 |
.rotateDiv {
animation: rotate 16s linear infinite;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.noRotate {
animation-play-state: paused;
}
.link_comment {
position: fixed;
left: 25%;
bottom: 3vw;
width: 50%;
height: 30px;
border: 1px solid #ff3a3a;
border-radius: 40px;
font-size: 16px;
text-align: center;
background: #ff3a3a;
color: #fff;
line-height: 30px;
}
.lrc_item {
padding-bottom: 8px;
}
.lrc_content {
font-size: 16px;
line-height: 1.5;
overflow: hidden;
text-align: center;
color: hsla(0, 0%, 100%, 0.6);
}
.lrc_wrapper {
position: relative;
height: 40vw;
margin-top: 14px;
overflow: hidden;
}
.song_title {
text-align: center;
font-size: 18px;
line-height: 1.1;
color: #fefefe;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.song_info {
margin-top: 25px;
padding: 0 35px;
}
.play_btn {
position: absolute;
left: 50%;
top: 50%;
width: 65px;
height: 65px;
background-image: url('~@/assets/play_btn.png');
background-size: contain;
transform: translate(-50%, -50%);
z-index: 10;
}
.default_img img {
width: 100%;
}
.default_img {
width: 100%;
height: 100%;
border-radius: 50%;
overflow: hidden;
background: url('~@/assets/disc_default.png') no-repeat;
background-size: contain;
}
.song_img {
position: absolute;
left: 50%;
top: 50%;
width: 212px;
height: 212px;
margin: -106px 0 0 -106px;
z-index: 1;
}
.icon_center {
width: 100%;
height: 100%;
}
.icon_center::before {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
background: url('~@/assets/disc_plus.png') no-repeat;
background-size: contain;
}
.wrapper {
z-index: 1;
position: relative;
width: 100vw;
padding-top: 80px;
box-sizing: border-box;
}
.icon_rotate {
position: relative;
margin: 0 auto;
height: 342px;
width: 342px;
}
.needle {
position: absolute;
width: 110px;
height: 157px;
top: -80px;
left: 150px;
background: url('~@/assets/needle_plus.png') no-repeat;
background-size: contain;
z-index: 2;
}
.song_bg {
background-color: #161824;
background-position: 50%;
background-repeat: no-repeat;
background-size: auto 100%;
transform: scale(1.2);
transform-origin: center;
filter: blur(3px);
position: fixed;
left: 0;
right: 0;
top: 0;
height: 100%;
overflow: hidden;
z-index: 1;
animation: bgchange 50s linear infinite;
}
@keyframes bgchange {
from {
background-position: 0%;
}
to {
background-position: 100%;
}
}
.song_bg::before {
content: ' ';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.active_lrc {
color: #eb1206;
font-weight: 600;
font-size: 18px;
}
.player_getBack {
position: absolute;
top: 3vw;
left: 3vw;
color: #fff;
padding-left: 13px;
margin-bottom: 10px;
cursor: pointer;
}
.player_getBack:before {
content: '';
position: absolute;
width: 7px;
height: 7px;
border: solid #fff;
border-width: 3px 0 0 3px;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
top: 7px;
left: 0;
}
.comment_wrap {
margin: 10vw 0;
padding: 0 1vw;
}
.comment_wrap p {
margin: 3vw 0;
font-size: 18px;
color: #fff;
text-align: center;
}
|
vue/src/styles/player.css
|
.rotateDiv {
animation: rotate 16s linear infinite;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.noRotate {
animation-play-state: paused;
}
.link_comment {
position: fixed;
left: 25%;
bottom: 3vw;
width: 50%;
height: 30px;
border: 1px solid #ff3a3a;
border-radius: 40px;
font-size: 16px;
text-align: center;
background: #ff3a3a;
color: #fff;
line-height: 30px;
}
.lrc_item {
padding-bottom: 8px;
}
.lrc_content {
font-size: 16px;
line-height: 1.5;
overflow: hidden;
text-align: center;
color: hsla(0, 0%, 100%, 0.6);
}
.lrc_wrapper {
position: relative;
height: 40vw;
margin-top: 14px;
overflow: hidden;
}
.song_title {
text-align: center;
font-size: 18px;
line-height: 1.1;
color: #fefefe;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.song_info {
margin-top: 25px;
padding: 0 35px;
}
.play_btn {
position: absolute;
left: 50%;
top: 50%;
width: 65px;
height: 65px;
background-image: url('~@/assets/play_btn.png');
background-size: contain;
transform: translate(-50%, -50%);
z-index: 10;
}
.default_img img {
width: 100%;
}
.default_img {
width: 100%;
height: 100%;
border-radius: 50%;
overflow: hidden;
background: url('~@/assets/disc_default.png') no-repeat;
background-size: contain;
}
.song_img {
position: absolute;
left: 50%;
top: 50%;
width: 212px;
height: 212px;
margin: -106px 0 0 -106px;
z-index: 1;
}
.icon_center {
width: 100%;
height: 100%;
}
.icon_center::before {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
background: url('~@/assets/disc_plus.png') no-repeat;
background-size: contain;
}
.wrapper {
z-index: 1;
position: relative;
width: 100vw;
padding-top: 80px;
box-sizing: border-box;
}
.icon_rotate {
position: relative;
margin: 0 auto;
height: 342px;
width: 342px;
}
.needle {
position: absolute;
width: 110px;
height: 157px;
top: -80px;
left: 150px;
background: url('~@/assets/needle_plus.png') no-repeat;
background-size: contain;
z-index: 2;
}
.song_bg {
background-color: #161824;
background-position: 50%;
background-repeat: no-repeat;
background-size: auto 100%;
transform: scale(1.2);
transform-origin: center;
filter: blur(3px);
position: fixed;
left: 0;
right: 0;
top: 0;
height: 100%;
overflow: hidden;
z-index: 1;
animation: bgchange 50s linear infinite;
}
@keyframes bgchange {
from {
background-position: 0%;
}
to {
background-position: 100%;
}
}
.song_bg::before {
content: ' ';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.active_lrc {
color: #eb1206;
font-weight: 600;
font-size: 18px;
}
.player_getBack {
position: absolute;
top: 3vw;
left: 3vw;
color: #fff;
padding-left: 13px;
margin-bottom: 10px;
cursor: pointer;
}
.player_getBack:before {
content: '';
position: absolute;
width: 7px;
height: 7px;
border: solid #fff;
border-width: 3px 0 0 3px;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
top: 7px;
left: 0;
}
.comment_wrap {
margin: 10vw 0;
padding: 0 1vw;
}
.comment_wrap p {
margin: 3vw 0;
font-size: 18px;
color: #fff;
text-align: center;
}
| 0.783409 | 0.136608 |
header {
height:72px;
display:flex;
align-items:center;
justify-content:center;
}
.logo {
display:flex;
align-items:center;
}
.menu nav ul {
display:flex;
}
.menu a {
color:var(--black-color);
font-size:16px;
font-weight:400px;
margin-left:40px;
}
.active a{
color:var(--primary-color);
padding-bottom:12px;
border-bottom:1px solid var(--primary-color);
}
.menu a:hover{
color:var(--primary-color);
padding-bottom:12px;
border-bottom:1px solid var(--primary-color);
}
/*Menu mobile*/
.menuMobile {
width:40px;
height:28px;
display:none;
cursor:pointer;
margin-top:17px;
margin-bottom:17px;
}
.menuMobile img {
width:40px;
height:28px;
}
/*================================================== BANNER ==================================================*/
main {
display:flex;
height:700px;
box-shadow:0px 10px 10px #f2f2f2c4;
}
#banner {
display:flex;
justify-content:center;
height:700px;
}
#banner .container {
width:1285px;
}
.banner-left,
.banner-content {
display:flex;
justify-content:center;
}
.banner-left {
align-items:center;
}
.banner-left img{
height:400px;
display:flex;
}
.banner-content h1 {
margin:0;
font-size:60px;
font-weight:300;
line-height:80px;
max-width:620px;
margin-bottom:40px;
color:var(--black-color);
}
.banner-content strong {
font-weight:400;
color:var(--primary-color);
}
.banner-content p {
line-height:26px;
max-width:686px;
margin-bottom:40px;
color:var(--text-color);
}
.banner-options {
display:flex;
justify-content:center;
}
.banner-option--patient,
.banner-option--doctor {
cursor:pointer;
width:250px;
height:130px;
display:flex;
align-items:center;
justify-content:center;
border-radius:6px;
background-color:var(--primary-color);
}
.banner-option--patient:hover,
.banner-option--doctor:hover {
background-color:#005AAE;
}
.banner-option--patient img,
.banner-option--doctor img {
height:50px;
width:50px;
margin-top:47px;
}
.banner-option--patient p,
.banner-option--doctor p {
color:#FFF;
margin-top:10px;
}
.banner-option--doctor {
margin-left:50px;
}
/*=================================================== ABOUT ==================================================*/
#about {
height:700px;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0px 10px 10px #f2f2f2c4;
}
.about-left,
.about-right {
display:flex;
justify-content:center;
}
.banner-thumbnail img {
height:450px;
}
.about-right h2 {
margin:0;
max-width:635px;
margin-bottom:40px;
}
.about-right p {
line-height:25px;
max-width:711px;
}
/*================================================= SERVICES =================================================*/
#services {
height:auto;
display:flex;
justify-content:center;
padding-top:85px;
padding-bottom:85px;
}
.service-left {
display:flex;
}
.service-left h2 {
margin:0;
max-width:315px;
margin-bottom:40px;
}
.service-left p {
max-width:390px;
line-height:25px;
}
.service-right {
max-width:790px;
gap:50px;
display:grid;
grid-template-columns:1fr 1fr;
}
.services-right--item {
cursor:pointer;
width:360px;
height:390px;
padding:26px 30px;
display:flex;
align-items:flex-start;
border-radius:6px;
background-color:#FFF;
box-shadow:0px 0px 20px #d1d1d196;
}
/* Animation */
.services-right--item:hover {
transform:translateY(-30px);
}
.services-right--item img {
width:47px;
height:47px;
}
.services-right--item h3 {
margin:0;
font-size:19px;
font-weight:400;
margin-top:36px;
margin-bottom:18px;
}
.services-right--item p {
line-height:25px;
}
/*================================================== CONTACT =================================================*/
#contact {
height:800px;
display:flex;
justify-content:center;
}
#contact .container {
align-items:center;
justify-content:center;
}
#contact h2 {
margin:0;
margin-bottom:10px;
}
#contact p {
text-align:center;
margin-bottom:50px;
}
#contact strong {
font-weight:400;
}
form {
display:flex;
}
.form-headline {
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom:30px;
}
form .form-item {
display:flex;
}
form .form-item label,
form .form-item select {
font-size:20px;
font-weight:300;
color:var(--black-color);
margin-left:4px;
}
form .form-item input[type="email"] {
margin-right:48px;
}
form .form-item input[type="email"],
form .form-item select {
outline:none;
border:0;
width:250px;
font-size:20px;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
border-bottom:1px solid var(--black-color);
}
form .form-item textarea {
border:0;
width:100%;
padding:10px;
font-size:20px;
margin-top:10px;
min-width:730px;
max-width:709px;
max-height:180px;
min-height:180px;
border:1px solid var(--black-color);
}
form button {
border:0;
height:50px;
cursor:pointer;
color:#FFF;
font-size:20px;
margin-top:10px;
border-radius:6px;
background-color:var(--primary-color);
}
form button:hover {
background-color:#568ee2;
}
/*================================================== FOOTER ==================================================*/
footer {
height:230px;
display:flex;
align-items:center;
justify-content:center;
background-color:#1C1C1C;
}
.footer-left,
.footer-right {
display:flex;
align-items:center;
justify-content:center;
margin-bottom:60px;
}
footer h3 {
margin:0;
color:#FFF;
font-size:20px;
font-weight:400;
margin-top:35px;
margin-bottom:6px;
}
footer .footer-bar {
width:40px;
height:4px;
margin-bottom:24px;
background-color:var(--primary-color);
}
footer p {
font-size:17px;
font-weight:300;
color:#8D8D8D;
text-align:center;
max-width:380px;
}
.footer-social img{
width:22px;
height:22px;
margin-left:15px;
margin-right:15px;
}
.footer-copy {
color:var(--text-color);
width:100%;
height:40px;
display:flex;
align-items:center;
justify-content:center;
background-color:#111;
}
/*============================================== RESPONSIVIDADE ==============================================*/
@media (max-width:1400px) {
.container {
padding-left:20px;
padding-right:20px;
}
.banner-thumbnail img {
height:350px;
}
.banner-content h1 {
font-size:50px;
line-height:60px;
margin-bottom:20px;
}
footer .container{
width:1000px;
padding-left:0px;
padding-right:0px;
}
}
@media (max-width:1190px) {
.banner-content {
padding-left:20px;
}
#about h2,
#services h2,
#contact h2 {
font-size:30px;
}
.about-thumbnail img {
height:290px;
}
.banner-content h1 {
font-size:45px;
line-height:50px;
margin-bottom:15px;
}
.banner-content p {
margin-bottom:25px;
}
.banner-thumbnail img {
height:290px;
}
.service-left p {
max-width:300px;
}
.services-right--item {
max-width:340px;
}
footer .container{
width:1000px;
padding-left:0px;
}
}
@media (max-width:1050px) {
#banner .container {
justify-content:center;
}
.banner-left {
display:none;
}
.banner-content {
padding-left:0;
align-items:center;
justify-content:center;
}
.banner-content h1,
.about-right h2 {
max-width:none;
text-align:center;
}
.banner-content p,
.about-right p {
max-width:none;
text-align:center;
}
.banner-option--patient,
.banner-option--doctor {
width:230px;
}
#about .container {
text-align:center;
flex-direction:column;
}
#about h2,
#services h2,
#contact h2 {
max-width:none;
text-align:center;
margin-bottom:15px;
}
#services {
padding-left:20px;
padding-right:20px;
}
#services .container {
align-items:center;
flex-direction:column;
}
.service-left p {
max-width:none;
text-align:center;
}
.service-right {
margin-top:60px;
}
footer .container {
width:800px;
}
}
@media (max-width:800px) {
.service-right {
grid-template-columns:1fr;
}
.form-headline {
flex-direction:column;
}
.form-item {
margin-bottom:20px;
}
.form-headline {
margin-bottom:10px;
}
form .form-item input[type="email"] {
width:300px;
margin-right:0;
}
form .form-item select {
width:310px;
}
form .form-item textarea {
min-width:400px;
max-width:400px;
}
footer {
height:auto;
}
footer .container {
width:320px;
flex-direction:column;
}
.footer-left,
.footer-right {
margin-bottom:30px;
}
}
@media (max-width:740px) {
.menuMobile {
display:flex;
}
.menu nav ul {
height:80px;
width:100%;
left:0;
margin-top:0px;
position:absolute;
display:none;
align-items:center;
justify-content:center;
background-color:#FFF;
box-shadow:0px 10px 10px #f2f2f2c4;
}
.menu a {
margin-left:20px;
margin-right:20px;
}
.banner-content h1,
.about-right h2 {
font-size:33px;
}
.about-thumbnail img {
height:200px;
}
}
@media (max-height:700px) {
main {
height:700px;
}
.menu nav ul {
height:auto;
line-height:40px;
flex-direction:column;
}
.banner-content {
padding-top:50px;
}
#about {
height:auto;
padding-bottom:50px;
}
#about, #services {
padding-top:100px;
}
}
@media (max-width:562px) {
.container {
padding-left:10px;
padding-right:10px;
}
.menu nav ul {
height:auto;
line-height:40px;
flex-direction:column;
}
.banner-options {
flex-direction:column;
}
.banner-option--patient,
.banner-option--doctor {
height:120px;
}
.banner-option--doctor {
margin-left:0px;
margin-top:10px;
}
.banner-option--patient img,
.banner-option--doctor img {
margin-top:28px;
}
#about,
#services {
padding-top:200px;
}
.services-right--item {
height:420px;
max-width:300px;
}
form .form-item input[type="email"] {
width:208px;
}
form .form-item select {
width:222px;
}
form .form-item label, form .form-item select {
margin-left:0;
}
form .form-item textarea {
min-width:300px;
max-height:300px;
}
.footer-copy {
height:50px;
font-size:14px;
text-align:center;
}
}
|
public/styles/home.css
|
header {
height:72px;
display:flex;
align-items:center;
justify-content:center;
}
.logo {
display:flex;
align-items:center;
}
.menu nav ul {
display:flex;
}
.menu a {
color:var(--black-color);
font-size:16px;
font-weight:400px;
margin-left:40px;
}
.active a{
color:var(--primary-color);
padding-bottom:12px;
border-bottom:1px solid var(--primary-color);
}
.menu a:hover{
color:var(--primary-color);
padding-bottom:12px;
border-bottom:1px solid var(--primary-color);
}
/*Menu mobile*/
.menuMobile {
width:40px;
height:28px;
display:none;
cursor:pointer;
margin-top:17px;
margin-bottom:17px;
}
.menuMobile img {
width:40px;
height:28px;
}
/*================================================== BANNER ==================================================*/
main {
display:flex;
height:700px;
box-shadow:0px 10px 10px #f2f2f2c4;
}
#banner {
display:flex;
justify-content:center;
height:700px;
}
#banner .container {
width:1285px;
}
.banner-left,
.banner-content {
display:flex;
justify-content:center;
}
.banner-left {
align-items:center;
}
.banner-left img{
height:400px;
display:flex;
}
.banner-content h1 {
margin:0;
font-size:60px;
font-weight:300;
line-height:80px;
max-width:620px;
margin-bottom:40px;
color:var(--black-color);
}
.banner-content strong {
font-weight:400;
color:var(--primary-color);
}
.banner-content p {
line-height:26px;
max-width:686px;
margin-bottom:40px;
color:var(--text-color);
}
.banner-options {
display:flex;
justify-content:center;
}
.banner-option--patient,
.banner-option--doctor {
cursor:pointer;
width:250px;
height:130px;
display:flex;
align-items:center;
justify-content:center;
border-radius:6px;
background-color:var(--primary-color);
}
.banner-option--patient:hover,
.banner-option--doctor:hover {
background-color:#005AAE;
}
.banner-option--patient img,
.banner-option--doctor img {
height:50px;
width:50px;
margin-top:47px;
}
.banner-option--patient p,
.banner-option--doctor p {
color:#FFF;
margin-top:10px;
}
.banner-option--doctor {
margin-left:50px;
}
/*=================================================== ABOUT ==================================================*/
#about {
height:700px;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0px 10px 10px #f2f2f2c4;
}
.about-left,
.about-right {
display:flex;
justify-content:center;
}
.banner-thumbnail img {
height:450px;
}
.about-right h2 {
margin:0;
max-width:635px;
margin-bottom:40px;
}
.about-right p {
line-height:25px;
max-width:711px;
}
/*================================================= SERVICES =================================================*/
#services {
height:auto;
display:flex;
justify-content:center;
padding-top:85px;
padding-bottom:85px;
}
.service-left {
display:flex;
}
.service-left h2 {
margin:0;
max-width:315px;
margin-bottom:40px;
}
.service-left p {
max-width:390px;
line-height:25px;
}
.service-right {
max-width:790px;
gap:50px;
display:grid;
grid-template-columns:1fr 1fr;
}
.services-right--item {
cursor:pointer;
width:360px;
height:390px;
padding:26px 30px;
display:flex;
align-items:flex-start;
border-radius:6px;
background-color:#FFF;
box-shadow:0px 0px 20px #d1d1d196;
}
/* Animation */
.services-right--item:hover {
transform:translateY(-30px);
}
.services-right--item img {
width:47px;
height:47px;
}
.services-right--item h3 {
margin:0;
font-size:19px;
font-weight:400;
margin-top:36px;
margin-bottom:18px;
}
.services-right--item p {
line-height:25px;
}
/*================================================== CONTACT =================================================*/
#contact {
height:800px;
display:flex;
justify-content:center;
}
#contact .container {
align-items:center;
justify-content:center;
}
#contact h2 {
margin:0;
margin-bottom:10px;
}
#contact p {
text-align:center;
margin-bottom:50px;
}
#contact strong {
font-weight:400;
}
form {
display:flex;
}
.form-headline {
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom:30px;
}
form .form-item {
display:flex;
}
form .form-item label,
form .form-item select {
font-size:20px;
font-weight:300;
color:var(--black-color);
margin-left:4px;
}
form .form-item input[type="email"] {
margin-right:48px;
}
form .form-item input[type="email"],
form .form-item select {
outline:none;
border:0;
width:250px;
font-size:20px;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
border-bottom:1px solid var(--black-color);
}
form .form-item textarea {
border:0;
width:100%;
padding:10px;
font-size:20px;
margin-top:10px;
min-width:730px;
max-width:709px;
max-height:180px;
min-height:180px;
border:1px solid var(--black-color);
}
form button {
border:0;
height:50px;
cursor:pointer;
color:#FFF;
font-size:20px;
margin-top:10px;
border-radius:6px;
background-color:var(--primary-color);
}
form button:hover {
background-color:#568ee2;
}
/*================================================== FOOTER ==================================================*/
footer {
height:230px;
display:flex;
align-items:center;
justify-content:center;
background-color:#1C1C1C;
}
.footer-left,
.footer-right {
display:flex;
align-items:center;
justify-content:center;
margin-bottom:60px;
}
footer h3 {
margin:0;
color:#FFF;
font-size:20px;
font-weight:400;
margin-top:35px;
margin-bottom:6px;
}
footer .footer-bar {
width:40px;
height:4px;
margin-bottom:24px;
background-color:var(--primary-color);
}
footer p {
font-size:17px;
font-weight:300;
color:#8D8D8D;
text-align:center;
max-width:380px;
}
.footer-social img{
width:22px;
height:22px;
margin-left:15px;
margin-right:15px;
}
.footer-copy {
color:var(--text-color);
width:100%;
height:40px;
display:flex;
align-items:center;
justify-content:center;
background-color:#111;
}
/*============================================== RESPONSIVIDADE ==============================================*/
@media (max-width:1400px) {
.container {
padding-left:20px;
padding-right:20px;
}
.banner-thumbnail img {
height:350px;
}
.banner-content h1 {
font-size:50px;
line-height:60px;
margin-bottom:20px;
}
footer .container{
width:1000px;
padding-left:0px;
padding-right:0px;
}
}
@media (max-width:1190px) {
.banner-content {
padding-left:20px;
}
#about h2,
#services h2,
#contact h2 {
font-size:30px;
}
.about-thumbnail img {
height:290px;
}
.banner-content h1 {
font-size:45px;
line-height:50px;
margin-bottom:15px;
}
.banner-content p {
margin-bottom:25px;
}
.banner-thumbnail img {
height:290px;
}
.service-left p {
max-width:300px;
}
.services-right--item {
max-width:340px;
}
footer .container{
width:1000px;
padding-left:0px;
}
}
@media (max-width:1050px) {
#banner .container {
justify-content:center;
}
.banner-left {
display:none;
}
.banner-content {
padding-left:0;
align-items:center;
justify-content:center;
}
.banner-content h1,
.about-right h2 {
max-width:none;
text-align:center;
}
.banner-content p,
.about-right p {
max-width:none;
text-align:center;
}
.banner-option--patient,
.banner-option--doctor {
width:230px;
}
#about .container {
text-align:center;
flex-direction:column;
}
#about h2,
#services h2,
#contact h2 {
max-width:none;
text-align:center;
margin-bottom:15px;
}
#services {
padding-left:20px;
padding-right:20px;
}
#services .container {
align-items:center;
flex-direction:column;
}
.service-left p {
max-width:none;
text-align:center;
}
.service-right {
margin-top:60px;
}
footer .container {
width:800px;
}
}
@media (max-width:800px) {
.service-right {
grid-template-columns:1fr;
}
.form-headline {
flex-direction:column;
}
.form-item {
margin-bottom:20px;
}
.form-headline {
margin-bottom:10px;
}
form .form-item input[type="email"] {
width:300px;
margin-right:0;
}
form .form-item select {
width:310px;
}
form .form-item textarea {
min-width:400px;
max-width:400px;
}
footer {
height:auto;
}
footer .container {
width:320px;
flex-direction:column;
}
.footer-left,
.footer-right {
margin-bottom:30px;
}
}
@media (max-width:740px) {
.menuMobile {
display:flex;
}
.menu nav ul {
height:80px;
width:100%;
left:0;
margin-top:0px;
position:absolute;
display:none;
align-items:center;
justify-content:center;
background-color:#FFF;
box-shadow:0px 10px 10px #f2f2f2c4;
}
.menu a {
margin-left:20px;
margin-right:20px;
}
.banner-content h1,
.about-right h2 {
font-size:33px;
}
.about-thumbnail img {
height:200px;
}
}
@media (max-height:700px) {
main {
height:700px;
}
.menu nav ul {
height:auto;
line-height:40px;
flex-direction:column;
}
.banner-content {
padding-top:50px;
}
#about {
height:auto;
padding-bottom:50px;
}
#about, #services {
padding-top:100px;
}
}
@media (max-width:562px) {
.container {
padding-left:10px;
padding-right:10px;
}
.menu nav ul {
height:auto;
line-height:40px;
flex-direction:column;
}
.banner-options {
flex-direction:column;
}
.banner-option--patient,
.banner-option--doctor {
height:120px;
}
.banner-option--doctor {
margin-left:0px;
margin-top:10px;
}
.banner-option--patient img,
.banner-option--doctor img {
margin-top:28px;
}
#about,
#services {
padding-top:200px;
}
.services-right--item {
height:420px;
max-width:300px;
}
form .form-item input[type="email"] {
width:208px;
}
form .form-item select {
width:222px;
}
form .form-item label, form .form-item select {
margin-left:0;
}
form .form-item textarea {
min-width:300px;
max-height:300px;
}
.footer-copy {
height:50px;
font-size:14px;
text-align:center;
}
}
| 0.202325 | 0.084531 |
:root {
--colar-gray-0: #f8fafb;
--colar-gray-1: #f2f4f6;
--colar-gray-2: #ebedef;
--colar-gray-3: #e0e4e5;
--colar-gray-4: #d1d6d8;
--colar-gray-5: #b1b6b9;
--colar-gray-6: #979b9d;
--colar-gray-7: #7e8282;
--colar-gray-8: #666968;
--colar-gray-9: #50514f;
--colar-gray-10: #3a3a37;
--colar-gray-11: #252521;
--colar-gray-12: #121210;
--colar-red-0: #fff5f5;
--colar-red-1: #ffe3e3;
--colar-red-2: #ffc9c9;
--colar-red-3: #ffa8a8;
--colar-red-4: #ff8787;
--colar-red-5: #ff6b6b;
--colar-red-6: #fa5252;
--colar-red-7: #f03e3e;
--colar-red-8: #e03131;
--colar-red-9: #c92a2a;
--colar-red-10: #b02525;
--colar-red-11: #962020;
--colar-red-12: #7d1a1a;
--colar-pink-0: #fff0f6;
--colar-pink-1: #ffdeeb;
--colar-pink-2: #fcc2d7;
--colar-pink-3: #faa2c1;
--colar-pink-4: #f783ac;
--colar-pink-5: #f06595;
--colar-pink-6: #e64980;
--colar-pink-7: #d6336c;
--colar-pink-8: #c2255c;
--colar-pink-9: #a61e4d;
--colar-pink-10: #8c1941;
--colar-pink-11: #731536;
--colar-pink-12: #59102a;
--colar-purple-0: #f8f0fc;
--colar-purple-1: #f3d9fa;
--colar-purple-2: #eebefa;
--colar-purple-3: #e599f7;
--colar-purple-4: #da77f2;
--colar-purple-5: #cc5de8;
--colar-purple-6: #be4bdb;
--colar-purple-7: #ae3ec9;
--colar-purple-8: #9c36b5;
--colar-purple-9: #862e9c;
--colar-purple-10: #702682;
--colar-purple-11: #5a1e69;
--colar-purple-12: #44174f;
--colar-violet-0: #f3f0ff;
--colar-violet-1: #e5dbff;
--colar-violet-2: #d0bfff;
--colar-violet-3: #b197fc;
--colar-violet-4: #9775fa;
--colar-violet-5: #845ef7;
--colar-violet-6: #7950f2;
--colar-violet-7: #7048e8;
--colar-violet-8: #6741d9;
--colar-violet-9: #5f3dc4;
--colar-violet-10: #5235ab;
--colar-violet-11: #462d91;
--colar-violet-12: #3a2578;
--colar-indigo-0: #edf2ff;
--colar-indigo-1: #dbe4ff;
--colar-indigo-2: #bac8ff;
--colar-indigo-3: #91a7ff;
--colar-indigo-4: #748ffc;
--colar-indigo-5: #5c7cfa;
--colar-indigo-6: #4c6ef5;
--colar-indigo-7: #4263eb;
--colar-indigo-8: #3b5bdb;
--colar-indigo-9: #364fc7;
--colar-indigo-10: #2f44ad;
--colar-indigo-11: #283a94;
--colar-indigo-12: #21307a;
--colar-blue-0: #e7f5ff;
--colar-blue-1: #d0ebff;
--colar-blue-2: #a5d8ff;
--colar-blue-3: #74c0fc;
--colar-blue-4: #4dabf7;
--colar-blue-5: #339af0;
--colar-blue-6: #228be6;
--colar-blue-7: #1c7ed6;
--colar-blue-8: #1971c2;
--colar-blue-9: #1864ab;
--colar-blue-10: #145591;
--colar-blue-11: #114678;
--colar-blue-12: #0d375e;
--colar-cyan-0: #e3fafc;
--colar-cyan-1: #c5f6fa;
--colar-cyan-2: #99e9f2;
--colar-cyan-3: #66d9e8;
--colar-cyan-4: #3bc9db;
--colar-cyan-5: #22b8cf;
--colar-cyan-6: #15aabf;
--colar-cyan-7: #1098ad;
--colar-cyan-8: #0c8599;
--colar-cyan-9: #0b7285;
--colar-cyan-10: #095c6b;
--colar-cyan-11: #074652;
--colar-cyan-12: #053038;
--colar-teal-0: #e6fcf5;
--colar-teal-1: #c3fae8;
--colar-teal-2: #96f2d7;
--colar-teal-3: #63e6be;
--colar-teal-4: #38d9a9;
--colar-teal-5: #20c997;
--colar-teal-6: #12b886;
--colar-teal-7: #0ca678;
--colar-teal-8: #099268;
--colar-teal-9: #087f5b;
--colar-teal-10: #066649;
--colar-teal-11: #054d37;
--colar-teal-12: #033325;
--colar-green-0: #ebfbee;
--colar-green-1: #d3f9d8;
--colar-green-2: #b2f2bb;
--colar-green-3: #8ce99a;
--colar-green-4: #69db7c;
--colar-green-5: #51cf66;
--colar-green-6: #40c057;
--colar-green-7: #37b24d;
--colar-green-8: #2f9e44;
--colar-green-9: #2b8a3e;
--colar-green-10: #237032;
--colar-green-11: #1b5727;
--colar-green-12: #133d1b;
--colar-lime-0: #f4fce3;
--colar-lime-1: #e9fac8;
--colar-lime-2: #d8f5a2;
--colar-lime-3: #c0eb75;
--colar-lime-4: #a9e34b;
--colar-lime-5: #94d82d;
--colar-lime-6: #82c91e;
--colar-lime-7: #74b816;
--colar-lime-8: #66a80f;
--colar-lime-9: #5c940d;
--colar-lime-10: #4c7a0b;
--colar-lime-11: #3c6109;
--colar-lime-12: #2c4706;
--colar-yellow-0: #fff9db;
--colar-yellow-1: #fff3bf;
--colar-yellow-2: #ffec99;
--colar-yellow-3: #ffe066;
--colar-yellow-4: #ffd43b;
--colar-yellow-5: #fcc419;
--colar-yellow-6: #fab005;
--colar-yellow-7: #f59f00;
--colar-yellow-8: #f08c00;
--colar-yellow-9: #e67700;
--colar-yellow-10: #b35c00;
--colar-yellow-11: #804200;
--colar-yellow-12: #663500;
--colar-orange-0: #fff4e6;
--colar-orange-1: #ffe8cc;
--colar-orange-2: #ffd8a8;
--colar-orange-3: #ffc078;
--colar-orange-4: #ffa94d;
--colar-orange-5: #ff922b;
--colar-orange-6: #fd7e14;
--colar-orange-7: #f76707;
--colar-orange-8: #e8590c;
--colar-orange-9: #d9480f;
--colar-orange-10: #bf400d;
--colar-orange-11: #99330b;
--colar-orange-12: #802b09;
--colar-choco-0: #fff8dc;
--colar-choco-1: #fce1bc;
--colar-choco-2: #f7ca9e;
--colar-choco-3: #f1b280;
--colar-choco-4: #e99b62;
--colar-choco-5: #df8545;
--colar-choco-6: #d46e25;
--colar-choco-7: #bd5f1b;
--colar-choco-8: #a45117;
--colar-choco-9: #8a4513;
--colar-choco-10: #703a13;
--colar-choco-11: #572f12;
--colar-choco-12: #3d210d;
--colar-brown-0: #faf4eb;
--colar-brown-1: #ede0d1;
--colar-brown-2: #e0cab7;
--colar-brown-3: #d3b79e;
--colar-brown-4: #c5a285;
--colar-brown-5: #b78f6d;
--colar-brown-6: #a87c56;
--colar-brown-7: #956b47;
--colar-brown-8: #825b3a;
--colar-brown-9: #6f4b2d;
--colar-brown-10: #5e3a21;
--colar-brown-11: #4e2b15;
--colar-brown-12: #422412;
--colar-sand-0: #f8fafb;
--colar-sand-1: #e6e4dc;
--colar-sand-2: #d5cfbd;
--colar-sand-3: #c2b9a0;
--colar-sand-4: #aea58c;
--colar-sand-5: #9a9178;
--colar-sand-6: #867c65;
--colar-sand-7: #736a53;
--colar-sand-8: #5f5746;
--colar-sand-9: #4b4639;
--colar-sand-10: #38352d;
--colar-sand-11: #252521;
--colar-sand-12: #121210;
--colar-camo-0: #f9fbe7;
--colar-camo-1: #e8ed9c;
--colar-camo-2: #d2df4e;
--colar-camo-3: #c2ce34;
--colar-camo-4: #b5bb2e;
--colar-camo-5: #a7a827;
--colar-camo-6: #999621;
--colar-camo-7: #8c851c;
--colar-camo-8: #7e7416;
--colar-camo-9: #6d6414;
--colar-camo-10: #5d5411;
--colar-camo-11: #4d460e;
--colar-camo-12: #36300a;
--colar-jungle-0: #ecfeb0;
--colar-jungle-1: #def39a;
--colar-jungle-2: #d0e884;
--colar-jungle-3: #c2dd6e;
--colar-jungle-4: #b5d15b;
--colar-jungle-5: #a8c648;
--colar-jungle-6: #9bbb36;
--colar-jungle-7: #8fb024;
--colar-jungle-8: #84a513;
--colar-jungle-9: #7a9908;
--colar-jungle-10: #658006;
--colar-jungle-11: #516605;
--colar-jungle-12: #3d4d04;
}
|
src/colar.css
|
:root {
--colar-gray-0: #f8fafb;
--colar-gray-1: #f2f4f6;
--colar-gray-2: #ebedef;
--colar-gray-3: #e0e4e5;
--colar-gray-4: #d1d6d8;
--colar-gray-5: #b1b6b9;
--colar-gray-6: #979b9d;
--colar-gray-7: #7e8282;
--colar-gray-8: #666968;
--colar-gray-9: #50514f;
--colar-gray-10: #3a3a37;
--colar-gray-11: #252521;
--colar-gray-12: #121210;
--colar-red-0: #fff5f5;
--colar-red-1: #ffe3e3;
--colar-red-2: #ffc9c9;
--colar-red-3: #ffa8a8;
--colar-red-4: #ff8787;
--colar-red-5: #ff6b6b;
--colar-red-6: #fa5252;
--colar-red-7: #f03e3e;
--colar-red-8: #e03131;
--colar-red-9: #c92a2a;
--colar-red-10: #b02525;
--colar-red-11: #962020;
--colar-red-12: #7d1a1a;
--colar-pink-0: #fff0f6;
--colar-pink-1: #ffdeeb;
--colar-pink-2: #fcc2d7;
--colar-pink-3: #faa2c1;
--colar-pink-4: #f783ac;
--colar-pink-5: #f06595;
--colar-pink-6: #e64980;
--colar-pink-7: #d6336c;
--colar-pink-8: #c2255c;
--colar-pink-9: #a61e4d;
--colar-pink-10: #8c1941;
--colar-pink-11: #731536;
--colar-pink-12: #59102a;
--colar-purple-0: #f8f0fc;
--colar-purple-1: #f3d9fa;
--colar-purple-2: #eebefa;
--colar-purple-3: #e599f7;
--colar-purple-4: #da77f2;
--colar-purple-5: #cc5de8;
--colar-purple-6: #be4bdb;
--colar-purple-7: #ae3ec9;
--colar-purple-8: #9c36b5;
--colar-purple-9: #862e9c;
--colar-purple-10: #702682;
--colar-purple-11: #5a1e69;
--colar-purple-12: #44174f;
--colar-violet-0: #f3f0ff;
--colar-violet-1: #e5dbff;
--colar-violet-2: #d0bfff;
--colar-violet-3: #b197fc;
--colar-violet-4: #9775fa;
--colar-violet-5: #845ef7;
--colar-violet-6: #7950f2;
--colar-violet-7: #7048e8;
--colar-violet-8: #6741d9;
--colar-violet-9: #5f3dc4;
--colar-violet-10: #5235ab;
--colar-violet-11: #462d91;
--colar-violet-12: #3a2578;
--colar-indigo-0: #edf2ff;
--colar-indigo-1: #dbe4ff;
--colar-indigo-2: #bac8ff;
--colar-indigo-3: #91a7ff;
--colar-indigo-4: #748ffc;
--colar-indigo-5: #5c7cfa;
--colar-indigo-6: #4c6ef5;
--colar-indigo-7: #4263eb;
--colar-indigo-8: #3b5bdb;
--colar-indigo-9: #364fc7;
--colar-indigo-10: #2f44ad;
--colar-indigo-11: #283a94;
--colar-indigo-12: #21307a;
--colar-blue-0: #e7f5ff;
--colar-blue-1: #d0ebff;
--colar-blue-2: #a5d8ff;
--colar-blue-3: #74c0fc;
--colar-blue-4: #4dabf7;
--colar-blue-5: #339af0;
--colar-blue-6: #228be6;
--colar-blue-7: #1c7ed6;
--colar-blue-8: #1971c2;
--colar-blue-9: #1864ab;
--colar-blue-10: #145591;
--colar-blue-11: #114678;
--colar-blue-12: #0d375e;
--colar-cyan-0: #e3fafc;
--colar-cyan-1: #c5f6fa;
--colar-cyan-2: #99e9f2;
--colar-cyan-3: #66d9e8;
--colar-cyan-4: #3bc9db;
--colar-cyan-5: #22b8cf;
--colar-cyan-6: #15aabf;
--colar-cyan-7: #1098ad;
--colar-cyan-8: #0c8599;
--colar-cyan-9: #0b7285;
--colar-cyan-10: #095c6b;
--colar-cyan-11: #074652;
--colar-cyan-12: #053038;
--colar-teal-0: #e6fcf5;
--colar-teal-1: #c3fae8;
--colar-teal-2: #96f2d7;
--colar-teal-3: #63e6be;
--colar-teal-4: #38d9a9;
--colar-teal-5: #20c997;
--colar-teal-6: #12b886;
--colar-teal-7: #0ca678;
--colar-teal-8: #099268;
--colar-teal-9: #087f5b;
--colar-teal-10: #066649;
--colar-teal-11: #054d37;
--colar-teal-12: #033325;
--colar-green-0: #ebfbee;
--colar-green-1: #d3f9d8;
--colar-green-2: #b2f2bb;
--colar-green-3: #8ce99a;
--colar-green-4: #69db7c;
--colar-green-5: #51cf66;
--colar-green-6: #40c057;
--colar-green-7: #37b24d;
--colar-green-8: #2f9e44;
--colar-green-9: #2b8a3e;
--colar-green-10: #237032;
--colar-green-11: #1b5727;
--colar-green-12: #133d1b;
--colar-lime-0: #f4fce3;
--colar-lime-1: #e9fac8;
--colar-lime-2: #d8f5a2;
--colar-lime-3: #c0eb75;
--colar-lime-4: #a9e34b;
--colar-lime-5: #94d82d;
--colar-lime-6: #82c91e;
--colar-lime-7: #74b816;
--colar-lime-8: #66a80f;
--colar-lime-9: #5c940d;
--colar-lime-10: #4c7a0b;
--colar-lime-11: #3c6109;
--colar-lime-12: #2c4706;
--colar-yellow-0: #fff9db;
--colar-yellow-1: #fff3bf;
--colar-yellow-2: #ffec99;
--colar-yellow-3: #ffe066;
--colar-yellow-4: #ffd43b;
--colar-yellow-5: #fcc419;
--colar-yellow-6: #fab005;
--colar-yellow-7: #f59f00;
--colar-yellow-8: #f08c00;
--colar-yellow-9: #e67700;
--colar-yellow-10: #b35c00;
--colar-yellow-11: #804200;
--colar-yellow-12: #663500;
--colar-orange-0: #fff4e6;
--colar-orange-1: #ffe8cc;
--colar-orange-2: #ffd8a8;
--colar-orange-3: #ffc078;
--colar-orange-4: #ffa94d;
--colar-orange-5: #ff922b;
--colar-orange-6: #fd7e14;
--colar-orange-7: #f76707;
--colar-orange-8: #e8590c;
--colar-orange-9: #d9480f;
--colar-orange-10: #bf400d;
--colar-orange-11: #99330b;
--colar-orange-12: #802b09;
--colar-choco-0: #fff8dc;
--colar-choco-1: #fce1bc;
--colar-choco-2: #f7ca9e;
--colar-choco-3: #f1b280;
--colar-choco-4: #e99b62;
--colar-choco-5: #df8545;
--colar-choco-6: #d46e25;
--colar-choco-7: #bd5f1b;
--colar-choco-8: #a45117;
--colar-choco-9: #8a4513;
--colar-choco-10: #703a13;
--colar-choco-11: #572f12;
--colar-choco-12: #3d210d;
--colar-brown-0: #faf4eb;
--colar-brown-1: #ede0d1;
--colar-brown-2: #e0cab7;
--colar-brown-3: #d3b79e;
--colar-brown-4: #c5a285;
--colar-brown-5: #b78f6d;
--colar-brown-6: #a87c56;
--colar-brown-7: #956b47;
--colar-brown-8: #825b3a;
--colar-brown-9: #6f4b2d;
--colar-brown-10: #5e3a21;
--colar-brown-11: #4e2b15;
--colar-brown-12: #422412;
--colar-sand-0: #f8fafb;
--colar-sand-1: #e6e4dc;
--colar-sand-2: #d5cfbd;
--colar-sand-3: #c2b9a0;
--colar-sand-4: #aea58c;
--colar-sand-5: #9a9178;
--colar-sand-6: #867c65;
--colar-sand-7: #736a53;
--colar-sand-8: #5f5746;
--colar-sand-9: #4b4639;
--colar-sand-10: #38352d;
--colar-sand-11: #252521;
--colar-sand-12: #121210;
--colar-camo-0: #f9fbe7;
--colar-camo-1: #e8ed9c;
--colar-camo-2: #d2df4e;
--colar-camo-3: #c2ce34;
--colar-camo-4: #b5bb2e;
--colar-camo-5: #a7a827;
--colar-camo-6: #999621;
--colar-camo-7: #8c851c;
--colar-camo-8: #7e7416;
--colar-camo-9: #6d6414;
--colar-camo-10: #5d5411;
--colar-camo-11: #4d460e;
--colar-camo-12: #36300a;
--colar-jungle-0: #ecfeb0;
--colar-jungle-1: #def39a;
--colar-jungle-2: #d0e884;
--colar-jungle-3: #c2dd6e;
--colar-jungle-4: #b5d15b;
--colar-jungle-5: #a8c648;
--colar-jungle-6: #9bbb36;
--colar-jungle-7: #8fb024;
--colar-jungle-8: #84a513;
--colar-jungle-9: #7a9908;
--colar-jungle-10: #658006;
--colar-jungle-11: #516605;
--colar-jungle-12: #3d4d04;
}
| 0.295738 | 0.138812 |
@charset "utf-8";
/* made by exotheme
body
header
subheader
navigation
content
footer
blog
elements
accordion
button
address
blockquote
breadcrumb
call to action
featured box
form
heading
list
separator
tab
testimonial
timeline
widget
plugin
misc
*/
/*------------------------------
BODY
------------------------------ */
body {
font-family: "Lato", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.7em;
margin: 0;
padding: 0;
color: #888;
background: #fff;
text-shadow: none !important;
}
#wrapper {
overflow: hidden;
}
/*------------------------------
HEADER
------------------------------ */
header {
position: absolute;
width: 100%;
z-index: 100;
height: 80px;
}
header.overlay{
background:rgba(12,121,227,.2);
}
header .logo-2 {
display: none;
}
header.clone {
width: 100%;
position: fixed;
top: -180px;
transition: 0.5s top ease-in;
margin-left: 0;
border-bottom: solid 1px #eee;
margin-top: 0;
background: #fff;
}
header.clone .logo-1 {
display: none;
}
header.clone .logo-2 {
display: block;
}
body.down header.clone {
top: 0;
left: 0;
right: 0;
z-index: 999;
}
header .buttons {
margin-top: 35px;
display: inline-block;
float: right;
}
header .social {
margin-top: 30px;
display: inline-block;
float: right;
}
header .social a {
color: #D03232;
font-size: 18px;
padding: 0 8px 0 8px;
}
header .social a:hover {
color: #D03232;
}
header .animated {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
header .search {
margin-top: 25px;
display: inline-block;
float: right;
}
header .search input[type=text]{
border-radius:60px;
border:none;
padding:2px 20px 2px 20px;
width:100px;
opacity:.7;
}
header.clone .search input[type=text]{
background:#eee;
color:#333;
opacity:.7;
}
header .search input[type=text]:focus{
width:100%;
opacity:1;
}
/*------------------------------
SUBHEADER
------------------------------ */
#subheader {
padding-top: 80px;
background: url(../img/bg/bg-subheader.jpg) top;
background-size: cover !important;
text-align: center;
}
#subheader.page-gallery {
background: url(../img/bg/bg-subheader-1.jpg) top;
}
#subheader.page-about {
background: url(../img/bg/bg-subheader-2.jpg) top;
}
#subheader.page-news {
background: url(../img/bg/bg-subheader-3.jpg) top;
}
#subheader.page-contact {
background: url(../img/bg/bg-subheader-4.jpg) top;
}
#subheader.page-track {
background: url(../img/bg/bg-subheader-5.jpg) top;
}
#subheader h1 {
color: #fff;
}
#subheader h1 span {
display: block;
font-family: "Georgia";
font-style: italic;
text-transform: none;
font-size: 18px;
color: #ddd;
margin-top: 10px;
letter-spacing: 0;
}
#subheader .overlay{
padding:90px 0 60px 0;
background:rgba(0,0,0,.2);
}
/*------------------------------
MAINMENU
------------------------------ */
#mainmenu-container {
font-family: "Montserrat";
text-align: center;
height: 60px;
margin-top: 20px;
display: inline-block;
font-weight: bold;
}
.menu-right{
float:right;
}
#mainmenu {
color: #0F74C2;
font-size: 15px;
display: inline-block;
text-align: left;
}
#mainmenu a {
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
outline: none;
}
#mainmenu ul {
float: right;
margin: 0px 0px;
padding: 0px 0px;
height: 30px;
padding-top: 20px !important;
}
#mainmenu li {
margin: 0px 0px;
padding: 0px 0px;
float: left;
display: inline;
list-style: none;
position: relative;
}
#mainmenu li:last-child {
}
#mainmenu a {
display: block;
padding: 10px 16px 8px 16px;
text-decoration: none;
color: #fff;
}
header.clone #mainmenu a {
color: #555;
}
#mainmenu a:hover {
color: #fff;
}
#mainmenu li:hover a {
color: #0F74C2;
}
#mainmenu li:hover li a {
color: #fff;
}
#mainmenu li li, #mainmenu li li:last-child {
font-size: 14px;
border-left: none;
border-right: none;
}
#mainmenu li li a {
padding: 10px 15px 10px 15px;
color: #fff;
background: #222;
border-top: none;
text-transform: none;
letter-spacing: normal;
}
#mainmenu li li a:hover {
border-top: none;
}
#mainmenu li li a:hover {
color: #fff;
background: #D03232;
}
#mainmenu li ul {
width: 170px;
height: auto;
position: absolute;
top: 40px;
left: 0px;
z-index: 10;
display: none;
}
#mainmenu li li {
display: block;
float: none;
}
#mainmenu li:hover > ul {
display: block;
}
#mainmenu li ul ul {
left: 100%;
top: 0px;
}
#mainmenu select {
padding: 10px;
height: 36px;
font-size: 14px;
border: none;
background: #ff4200;
color: #fff;
}
#mainmenu select option {
padding: 10px;
}
/* --------------- menu btn --------------- */
#menu-btn {
position:relative;
z-index:1000;
display:none;
float:right;
margin-top:22px;
width:36px;
height:36px;
background:#D03232;
padding:6px;
text-align:center;
cursor:pointer;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px
}
#menu-btn:before {
font-family:FontAwesome;
content:"\f0c9";
font-size:24px;
color:#fff
}
.selectnav {
display: none;
width: 80%;
font-size: 16px;
border: solid 1px #ccc;
padding: 5px;
}
/*------------------------------
/* FOOTER
/*------------------------------ */
footer {
background: #101314;
color: #ccc;
padding: 40px 0 40px 0;
}
footer a {
color: #ccc;
}
footer ul {
margin: 0;
padding: 0;
list-style: none;
}
footer li {
padding: 0 10px 0 0;
}
footer .social {
display: inline-block;
}
footer .social i{
display:inline-block;
font-size:14px;
background:none;
color:#777;
}
footer .social a {
padding: 0 8px 0 0;
background:none;
margin-right:20px;
}
.subfooter {
margin-top:40px;
padding: 40px;
background:#1b1f27;
text-align:center;
}
/*------------------------------
/* BLOG
/*------------------------------ */
.blog-list {
margin-top: -10px;
margin: 0;
padding: 0;
}
.blog-list li {
margin-bottom: 20px;
list-style: none;
background: url(../img/dotwhite50.html);
line-height: 1.7em;
padding-bottom: 40px;
}
/* blog list */
.blog-list li {
margin-bottom: 40px;
width: 48%;
float: left;
padding: 20px;
background: #fff;
margin: 0 10px 10px 0;
border: solid 1px #f2f2f2;
}
.blog-list li:hover {
background: #eee;
border-color: #D03232;
}
.blog-list .info {
position: absolute;
width: 60px;
}
.blog-list h3 {
font-size: 20px;
margin: 0;
margin-bottom: 10px;
}
.blog-list .date-box {
border: none;
}
.blog-list .date {
text-shadow: none;
text-shadow: none;
text-align: center;
padding: 10px 0 10px 0;
}
.blog-list .date h4 {
font-size: 40px;
margin-bottom: 20px;
}
.blog-list .date span {
letter-spacing: 8px;
padding-left: 5px;
}
.blog-list a.readmore {
display: block;
width: 60px;
height: 40px;
background: url(../img/arrow-2.html) right center no-repeat #555;
}
.blog-list a.readmore:hover {
background: url(../img/arrow-2.html) left center no-repeat #E1704B;
}
.blog-list .preview {
line-height: 1.6em;
}
.blog-list .meta-info {
text-align: center;
background: #fff;
margin: 10px 0 0 0;
font-size: 11px;
padding: 5px;
border: solid 1px #eee;
}
.blog-list .meta-info span {
padding: 0 10px 0 10px;
color: #ccc;
}
.blog-list .preview img {
width: 100%;
margin-bottom: 20px;
background: #fff;
}
.blog-list .callbacks_container {
margin-bottom: -35px;
}
/*------------------------------
/* blog single */
/*------------------------------ */
.blog-read {
margin-top: -10px;
margin: 0;
padding: 0;
}
.blog-read {
margin-bottom: 20px;
list-style: none;
background: url(../img/dotwhite50.html);
line-height: 1.7em;
padding-bottom: 40px;
}
.blog-header .by {
display: inline-block;
float: left;
background: url(../img/icon-user.html) left center no-repeat;
padding-left: 24px;
}
.blog-header .cat {
display: inline-block;
float: left;
background: url(../img/icon-folder.html) left center no-repeat;
padding-left: 24px;
}
.blog-header .news-date {
display: inline-block;
float: left;
background: url(../img/icon-folder.html) left center no-repeat;
padding-left: 24px;
}
/* blog list */
.blog-read {
margin-bottom: 40px;
}
.blog-read h3 {
margin: 0;
margin-bottom: 10px;
}
.blog-read .info {
position: absolute;
width: 60px;
}
.blog-read .date {
text-shadow: none;
text-shadow: none;
text-align: center;
padding: 10px 0 10px 0;
}
.blog-read .date h4 {
font-size: 40px;
margin-bottom: 20px;
}
.blog-read .date span {
letter-spacing: 8px;
padding-left: 5px;
}
.blog-read a.readmore {
display: block;
width: 60px;
height: 40px;
background: url(../img/arrow-2.html) right center no-repeat #555;
}
.blog-read a.readmore:hover {
background: url(../img/arrow-2.html) left center no-repeat #E1704B;
}
.blog-read .preview {
padding-left: 80px;
line-height: 1.6em;
}
.blog-read .meta-info {
background: #fff;
margin: 10px 0 0 80px;
font-size: 11px;
padding: 10px 20px 10px 20px;
border: solid 1px #ddd;
}
.blog-read .meta-info span {
padding: 0 10px 0 10px;
color: #ccc;
}
.blog-read .preview img {
width: 100%;
margin-bottom: 20px;
background: #fff;
padding: 10px;
border: solid 1px #ddd;
}
.blog-read .callbacks_container {
margin-bottom: -35px;
}
/* blog comment */
#blog-comment {
margin-left: 70px;
}
#blog-comment h5 {
margin-bottom: 10px;
}
#blog-comment ul, #blog-comment li {
list-style: none;
margin-left: -30px;
padding-left: 0;
}
#blog-comment li {
min-height: 70px;
padding-bottom: 10px;
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: solid 1px #eee;
}
#blog-comment li .avatar {
position: absolute;
margin-top: 5px;
}
#blog-comment li .avatar img {
width: 60px;
height: 60px;
}
#blog-comment .comment {
margin-left: 85px;
}
#blog-comment li {
min-height: 70px;
font-size: 14px;
line-height: 1.6em;
}
#blog-comment li li {
margin-left: 55px;
padding-bottom: 0px;
margin-top: 20px;
padding-top: 10px;
border-top: solid 1px #eee;
border-bottom: none;
}
#blog-comment li li .avatar {
position: absolute;
}
#blog-comment li li .comment {
}
.comment-info {
margin-left: 85px;
margin-bottom: 5px;
}
.comment-info span {
}
.comment-info .c_name {
display: block;
font-weight: 700;
}
.comment-info .c_reply {
padding-left: 20px;
margin-left: 20px;
border-left: solid 1px #ddd;
font-size: 12px;
}
.comment-info .c_date {
font-size: 12px;
}
/* comment form */
#commentform label {
display: block;
}
#commentform input {
width: 290px;
margin-bottom: 20px;
}
#commentform input:focus {
border: solid 1px #999;
background: #fff;
}
#commentform textarea {
width: 97%;
padding: 5px;
height: 150px;
margin-bottom: 20px;
}
#commentform textarea:focus {
border: solid 1px #999;
background: #fff;
}
#commentform input.btn {
width: auto;
}
/* blog list
/*------------------------------ */
.bloglist-small {
list-style: none;
margin: 0;
padding: 0;
}
.bloglist-small li {
padding-bottom: 10px;
margin-bottom: 10px;
}
.bloglist-small li h5 {
margin-bottom: 5px;
}
.bloglist-small li .txt {
padding-left: 80px;
}
.bloglist-small li .read {
display: block;
margin-bottom: 5px;
}
.bloglist-small li .info {
display: block;
margin: 0;
font-size: 11px;
color: #aaa;
}
.bloglist-small img {
position: absolute;
}
.date-box {
background: #eee;
width: 60px;
position: absolute;
text-align: center;
color: #D03232;
}
.date-box .day {
display: block;
font-size: 32px;
padding: 12px 0 12px 0;
font-weight: 500;
}
.date-box .month {
font-size: 12px;
display: block;
letter-spacing: 5px;
padding-left: 5px;
background: #fff;
color: #222;
}
/*------------------------------
ELEMENTS
------------------------------ */
/* accordion
------------------------------ */
.accordion-toggle, .accordion-inner {
background: #fff;
color: #555;
}
.accordion-inner {
background: #fff;
color: #555;
}
.accordion {
margin-top: 10px;
list-style: none;
margin-left: 0;
padding-left: 0;
}
.accordion li {
list-style: none;
margin-left: 0;
padding-left: 0;
background: #fff;
}
.accordion .content {
display: none;
padding-left: 15px;
padding-bottom: 20px;
}
.accordion a.Active {
display: block;
width: 483px;
color: #333;
padding-left: 15px;
height: 40px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
.accordion a.NoneActive {
display: block;
width: 483px;
color: #333;
padding-left: 15px;
height: 40px;
line-height: 40px;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
.accordion li {
border: solid 1px #ddd;
border-left: solid 2px #D03232;
margin-bottom: 10px;
}
.accordion.style-2 li{
border: solid 1px #f2f2f2;
border-left: solid 1px #f2f2f2;
}
.accordion.style-2 li a:before{
font-family:"FontAwesome";
font-weight:normal;
color:#cccccc;
content:"\f107";
position:absolute;
right:30px;
margin-top:-1px;
}
.accordion.style-2 li a.active:before{
content:"\f106";
}
.light-text .accordion {
color: #fff;
}
.light-text .accordion a {
color: #fff;
}
.light-text .accordion li {
border-color: rgba(255,255,255,.3);
border-left: solid 2px #D03232;
background: none;
}
.expand-box .inner{
padding:30px;
border:solid 1px #f1f1f1;
}
.expand-box .req{
margin-bottom:5px;
}
.expand-box .hide-content{
display:none;
}
.expand-box .btn-fullwidth{
opacity:0;
}
.expand {
margin-bottom: 10px;
border: solid 1px #ddd;
background: #f2f2f2;
padding: 20px;
}
.expand .title {
font-weight: bold;
font-size: 15px;
color: #333;
cursor: pointer;
}
.expand .content {
display: none;
padding-left: 40px;
}
.expand.active .content {
display: block;
}
.expand .title:before {
content: "+";
font-size: 24px;
line-height: 1;
color: #D03232;
font-style: normal;
padding: 5px;
margin-right: 20px;
padding-top: 20px;
}
.expand.active .title:before {
content: "-";
}
.faq .icon-search{
position:absolute;
width:50px;
height:50px;
background:#333;
color:#fff;
text-align:center;
padding-top:18px;
}
.faq h4{padding-left:70px;}
.faq .inner{
padding:20px;
border:solid 1px #f1f1f1;
min-height:90px;
border-bottom:none;
}
.faq .btn-expand{
position:absolute;
right:0;
margin-top:0;
}
.faq .hide-content{
background:#f5f5f5;
padding:20px 20px 20px 90px;
display:none;
}
/* address
------------------------------ */
address span {
display: block;
margin-bottom: 5px;
}
address span strong {
display: inline-block;
width: 60px;
}
/* button
/*------------------------------ */
.btn {
padding: 3px 20px 3px 20px;
}
.btn-custom {
background: #D03232;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px 30px 5px 30px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
display: inline-block;
}
.btn-fullwidth{
display:block;
width:100%;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
text-align:center;
}
.btn-custom-2 {
background: #57647e;
color: #fff;
}
a.btn:hover {
background: #ddd;
color: #333 !important;
}
.btn-border {
display: block;
border: solid 3px #555;
color: #333;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px 30px 5px 30px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
display: inline-block;
}
a.btn-text {
color: #333;
display: inline-block;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
outline: none;
}
.btn-text:after {
content: "\f178";
font-family: "FontAwesome";
margin-left: 10px;
}
.btn-border-light {
display: block;
border: solid 3px rgba(255,255,255,.5);
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px 30px 5px 30px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
display: inline-block;
}
.btn-border-light:hover {
background: #eee;
color: #222;
text-decoration: none;
}
.btn-big {
padding: 10px 30px 10px 30px;
}
.btn-border {
color: #333;
border: solid 2px #333;
}
.btn-border.white {
color: #fff;
border: solid 2px #fff;
}
.btn-custom:hover {
text-decoration:none;
color: #333 !important;
background:#ccc;
}
a.btn-arrow{
text-decoration:none;
}
.btn-arrow span.line{
border-top:solid 1px #333;
width:40px;
height:1px;
display:inline-block;
float:left;
margin-top:12px;
margin-right:-3px;
width:0;
}
.btn-arrow span.url,.btn-arrow span.url:hover{
font-style:italic;
text-decoration:none;
}
.btn-arrow span.url:before{
font-family:"FontAwesome";
content:"\f105";
padding-right:10px;
font-size:16px;
font-style:normal;
}
.btn-expand:before{
position:absolute;
display:block;
width:26px;
height:26px;
text-align:center;
font-family:"FontAwesome";
content:"\f107";
color:#fff;
font-size:16px;
font-style:normal;
background:#333;
right:15px;
margin-top:30px;
}
.btn-expand.click:before{
content:"\f106";
}
/* blockquote
------------------------------ */
blockquote {
background: #fff;
margin: 1.5em 10px;
padding-left: 0;
font-family: 'Lato';
font-style: italic;
font-size: 20px;
padding: 0;
}
blockquote:before {
display: block;
color: #fff;
font-family: "Georgia";
content: 'open-quote';
font-size: 120px;
line-height: 0.1em;
vertical-align: -0.4em;
content: "\201C";
font-style: normal;
}
blockquote p {
display inline;
}
blockquote span {
font-family: "Open Sans", Arial;
display: block;
}
#testi-carousel blockquote {
font-size: 18px;
color: #fff;
background: none;
border: none;
line-height: 1.5em;
margin-top: 60px;
margin-left: 0;
}
.single-carousel-no-nav{
display:inline-block;
width:auto;
}
/* breadcrumb
------------------------------ */
.crumb {
display: block;
font-family:"Georgia";
font-size: 14px;
font-style:italic;
color:#fff;
}
.crumb .separator {
padding: 0 10px 0 10px;
}
.crumb ul, .crumb li{
padding:0;
margin:0;
list-style:none;
}
.crumb li{
display:inline;
}
.crumb li:before{
font-family:"FontAwesome";
content:"\f105";
margin-right:10px;
padding-left:10px;
color:#fff;
}
.crumb li:first-child:before{
display:none;
}
.crumb .deco {
display: inline-block;
position: relative;
}
.crumb .deco:before,
.crumb .deco:after {
content: "";
position: absolute;
height: 5px;
border-top: 1px solid white;
top: 10px;
width: 30px;
}
.crumb .deco:before {
right: 100%;
margin-right: 15px;
}
.crumb .deco:after {
left: 100%;
margin-left: 15px;
}
/* call to action
------------------------------ */
.call-to-action {
background: url(../img/bg_full_2.html) center fixed;
}
.call-to-action h2 {
margin: 0;
padding: 0;
}
.call-to-action {
background: #D03232;
padding: 30px 0 30px 0;
}
.call-to-action h2 {
color: #fff;
text-transform: none;
letter-spacing: 0;
margin-top: 5px;
font-size: 24px;
}
/* form
------------------------------ */
.input-fullwidth{
width:100%;
background:#eee;
padding:6px;
border:none;
}
#section-track .input-fullwidth{
background:rgba(255,255,255,.2);
}
/* featured box
------------------------------ */
.feature-box i {
font-size: 48px;
position: absolute;
color: #D03232;
}
.feature-box .text {
padding-left: 80px;
}
.feature-box.icon-square .text{
padding-left:90px;
}
.feature-box.icon-square > i{
font-size:32px;
width:70px;
height:70px;
text-align:center;
color:#fff;
background:#333;
padding-top:20px;
}
.f_box {
width: 49.9%;
float: left;
background: #D03232;
}
.f_box .text {
float: left;
position: absolute;
color: #fff;
font-size: 20px;
font-weight: 600;
text-align: center;
}
.f_box.f_right .text {
float: right;
}
.f_box.f_right .pic {
float: left;
}
.f_box.f_left .pic {
float: right;
}
.f_box span {
display: block;
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
margin-top: 10px;
}
.f_box .border {
width: 30px;
height: 2px;
background: #fff;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
}
.f_box.even {
background: #dba646;
}
.featured-box {
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: solid 1px #ddd;
}
.featured-box h3 {
margin-bottom: 10px;
}
.featured-box i {
color: #888;
position: absolute;
}
.featured-box .text {
padding-left: 70px;
}
.featured-box-pic img {
margin: 0 0 20px 0;
}
.featured-box-pic .inner {
}
.featured-box-pic .inner h4 {
margin-top: 0;
font-size: 22px;
}
.featured-box-pic .text {
margin-bottom: 20px;
}
.featured-box-pic .btn-custom {
background: #D03232;
color: #fff;
padding: 5px 20px 5px 20px;
}
.feature {
text-align: center;
}
.feature h4 {
}
.feature i {
display: inline-block;
margin-bottom: 20px;
float: none;
border-radius: 10px;
text-align: center;
}
.feature .border {
border: solid 1px #ddd;
background: #fff;
padding: 30px;
}
.box-with-icon-left {
padding-left: 0;
}
.box-with-icon-left .text {
margin-left: 56px;
padding: 0 30px 0 30px;
border-left: solid 1px #D03232;
}
.box-icon-small i {
position:absolute !important;
font-size:18px;
width:50px;
height:50px;
text-align:center;
padding-top:15px;
color:#fff;
border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
}
.box-icon-small .text {
padding-left: 70px;
}
.box-icon-small:hover .btn-arrow span.line{
width:30px;
}
/* form
------------------------------ */
.cta-form input[type=text], .cta-form input[type=submit] {
color: #fff;
border: none;
font-size: 20px;
height: auto;
padding: 15px;
float: left;
font-family: "Lato";
}
.cta-form input[type=text] {
border-radius: 10px 0 0 10px;
background: #21282b;
width: 75%;
}
.cta-form input[type=submit] {
border-radius: 0 10px 10px 0;
background: #D03232;
width: 25%;
}
.cta-form input[type=submit]:hover{
background:#eee;
color:#333;
}
/* heading
------------------------------ */
h1, h2 {
font-weight: 500;
color: #333;
font-family: "Montserrat";
}
h3, h4, h5, h6 {
font-weight: lighter;
;
color: #333;
font-family: "Montserrat";
}
footer h3, footerh4, footerh5, footer h6 {
font-weight: 500;
color: #fff;
}
h1.h1-style {
letter-spacing: -1px;
font-weight: lighter;
}
h1,.type-wrap.title {
font-size: 36px;
margin: 0;
margin-bottom: 20px;
letter-spacing: -1px;
text-transform: uppercase;
}
h3.title {
font-weight: 600;
padding-bottom: 10px;
margin-bottom: 20px;
}
h2 {
font-size: 26px;
text-transform: uppercase;
margin-top: 0;
}
h2 strong {
font-weight: normal;
color: #D03232;
}
h2 span {
display: block;
font-family: "Georgia";
font-style: italic;
text-transform: none;
font-size: 18px;
color: #aaa;
margin-top: 10px;
}
.box-with-icon-left h2 {
text-transform: none;
}
h3 {
font-size: 20px;
margin-bottom: 10px !important;
line-height:28px;
}
/* list
------------------------------ */
.icon-list{
list-style:none;
padding-left:20px;
}
.icon-list li:before {
font-family:"FontAwesome";
content:"\f105";
display: inline-block;
width: 1.2em; /* same as padding-left set on li */
margin-left: -1.2em; /* same as padding-left set on li */
}
.list-border-bottom li{
border-bottom:solid 1px rgba(255,255,255,.1);
padding-bottom:10px;
margin-bottom:10px;
}
.list-2-col, .list-2-col li{
padding:0;
margin:0;
}
.list-2-col li{
display:block;
padding:0;
margin:0;
width:50%;
float:left;
}
.list-2-col li:before{
font-family:"FontAwesome";
content:"\f105";
margin-right:10px;
}
.list-2-col li a{
text-decoration:none;
}
/* separator
------------------------------ */
hr {
border: none;
height: 80px;
background: url(../img/divider-1.html) center no-repeat;
clear: both;
}
.divider {
clear: both;
height: 20px;
}
.divider-single {
clear: both;
height: 30px;
}
.divider-double {
clear: both;
height: 60px;
}
.divider-line {
display: block;
clear: both;
border-bottom: solid 1px #ddd;
padding-top: 60px;
margin-bottom: 60px;
}
footer .divider-line{
padding-top:40px;
margin-bottom:40px;
border-bottom: solid 1px rgba(255,255,255,.1);
}
.divider-deco{
background:#e1e1e1;
height:1px;
margin:20px 0 20px 0;
}
.divider-deco span{
background:#333;
height:1px;
width:30px;
height:1px;
display:block;
}
.small-border {
clear: both;
width: 80px;
height: 3px;
background: #D03232;
margin: 20px auto 20px auto;
}
.tiny-border {
clear: both;
width: 40px;
height: 3px;
background: #D03232;
margin: 20px 0 20px 0;
}
.tiny-border.center{
margin:20px auto 20px auto;
}
.tiny-border.white {
background: #fff;
}
/* tab
------------------------------ */
.exo_tab {
}
.exo_tab .lt_nav {
overflow: hidden;
padding-left: 0;
margin: 0;
padding: 0;
font-weight: bold;
}
.exo_tab .lt_nav li {
float: left;
list-style: none;
background: #EEE;
margin-right: 5px;
}
.exo_tab .lt_nav li span {
padding: 8px 16px 8px 16px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
display: block;
background: #f5f5f5;
text-decoration: none;
color: #646464;
font-size: 13px;
cursor: pointer;
}
.exo_tab .lt_nav li:first-child span {
border-left: 1px solid #ddd;
}
.exo_tab .exo_tab_content {
border: 1px solid #ddd;
padding: 15px 20px 20px 20px;
margin-top: -1px;
color: #555;
background: #fff;
}
.exo_tab .lt_nav li span.active {
background: #FFF;
border-bottom: 1px solid #fff;
color: #222;
margin-bottom: -3px;
}
/* testimonial
------------------------------ */
.testimonial {
margin: 0;
background: #B7EDFF;
padding: 20px 50px;
position: relative;
font-family: Georgia, serif;
color: #666;
border-radius: 5px;
font-style: italic;
text-shadow: 0 1px 0 #ECFBFF;
background-image: linear-gradient(#f2f2f2, #dddddd);
font-size: 16px;
border: none;
}
.testimonial:before, .testimonial:after {
content: "\201C";
position: absolute;
font-size: 80px;
line-height: 1;
color: #999;
font-style: normal;
}
.testimonial:before {
top: 0;
left: 10px;
}
.testimonial:after {
content: "\201D";
right: 10px;
bottom: -0.5em;
}
.arrow-down {
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid #dddddd;
margin: 0 0 0 25px;
}
.testimonial-author {
margin: 0 0 0 25px;
font-family: Arial, Helvetica, sans-serif;
color: #999;
text-align: left;
}
.testimonial-author span {
font-size: 12px;
color: #666;
}
/* timeline
------------------------------ */
.timeline-year, .timeline-year li{
list-style:none;
padding:0;
margin:0;
}
.timeline-year{
position:relative;
}
.timeline-year:before{
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 2px;
background-color: #eeeeee;
left:35px;
margin-left: -1.5px;
}
.timeline-year li{
margin-bottom:30px;
}
.timeline-year .num{
position:absolute;
background:#e1e1e1;
color:#fff;
width:70px;
height:70px;
text-align:center;
padding-top:23px;
font-weight:bold;
border-radius:60px;
-moz-border-radius:60px;
-webkit-border-radius:60px;
}
.timeline-year .post{
padding-left:90px;
margin-bottom:20px;
}
.timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
.timeline-wrapper{
padding:30px;
border:solid 1px rgba(255,255,255,.2);
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 2px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}
.timeline.custom-tl:before {
left: 130px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline.custom-tl > li {
border-bottom:dashed 1px rgba(255,255,255,.1);
padding-bottom:20px;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: 46%;
float: left;
border: 1px solid #d4d4d4;
border-radius: 2px;
padding: 20px;
position: relative;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel {
border: 1px solid #d4d4d4;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline.custom-tl > li > .timeline-panel {
border:none;
-webkit-box-shadow: none;
box-shadow: none;
width:100%;
color:#fff;
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #ccc;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #fff;
border-right: 0 solid #fff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline.custom-tl > li > .timeline-panel:before ,
.timeline.custom-tl > li > .timeline-panel:after
{
display:none;
}
.timeline > li > .timeline-badge {
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 1.4em;
text-align: center;
position: absolute;
top: 16px;
left: 50%;
margin-left: -25px;
background-color: #999999;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline.custom-tl > li > .timeline-badge {
background:#D03232;
}
.timeline.custom-tl > li > .timeline-badge {
left: 130px;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline.custom-tl > li.timeline-inverted > .timeline-panel {
float: none;
left:170px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-badge.primary {
background-color: #2e6da4 !important;
}
.timeline-badge.success {
display:block;
background-color: #3f903f !important;
}
.timeline-badge.warning {
background-color: #f0ad4e !important;
}
.timeline-badge.danger {
background-color: #d9534f !important;
}
.timeline-badge.info {
background-color: #5bc0de !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}
.timeline-body > p + p {
margin-top: 5px;
}
.timeline-body > .location{
display:block;
text-transform:uppercase;
color:#555;
}
.timeline-body > .location a{
margin-left:10px;
text-transform:none;
}
.timeline-body > .location a:hover{
color:#fff;
text-decoration:none;
}
.timeline-date{
position:absolute;
left: 0;
top: 16px;
font-weight:bold;
color:#fff;
}
.timeline-date > span{
display:block;
font-size:12px;
text-align:center;
color:#555;
}
ul.progress li.active {
background-color: #D03232;
}
ul.progress li {
background-color: #555;
text-transform:uppercase;
font-size:11px;
}
ul.progress {
list-style: none;
margin: 0;
padding: 0;
background:#555;
}
ul.progress li {
float: left;
line-height: 20px;
height: 20px;
min-width: 24%;
position: relative;
}
ul.progress li:after {
content: '';
position: absolute;
width: 0;
height: 0;
right: 4px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #555;
}
ul.progress li:before {
content: '';
position: absolute;
width: 0;
height: 0;
right: 0px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #1A1E20 ;
}
ul.progress li.beforeactive:before {
background-color: #D03232;
}
ul.progress li.active:before {
background-color: #555;
}
ul.progress li.active:after {
border-color: transparent transparent transparent #D03232;
}
ul.progress li:last-child:after,
ul.progress li:last-child:before {
border: 0;
}
ul.progress li a {
padding: 0px 0px 0px 6px;
color: #FFF;
text-decoration: none;
}
/* widget
------------------------------ */
.widget {
margin-bottom: 40px;
border-bottom: solid 1px #ccc;
padding-bottom: 40px;
}
.widget h3 {
margin: 0;
padding-bottom: 10px;
text-transform: uppercase;
font-size: 18px;
}
.widget ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_category li {
margin-bottom: 5px;
padding: 5px 0 5px 0;
}
.widget_category li i {
margin-right: 10px;
}
.widget_recent_post li {
padding-left: 20px;
background: url(../img/list-arrow.html) left 2px no-repeat;
border-bottom: solid 1px #4b1701;
padding-bottom: 7px;
margin-bottom: 5px;
}
.widget_recent_post li a {
color: #555;
}
.widget .comments li {
padding-left: 20px;
background: url(../img/list-arrow.html) left 2px no-repeat;
border-bottom: solid 1px #4b1701;
padding-bottom: 7px;
margin-bottom: 5px;
}
.widget_tags li {
display: inline-block;
margin-right: 2px;
margin-bottom: 14px;
}
.widget_tags li a {
text-decoration: none;
text-shadow: none;
margin-bottom: 5px;
padding: 5px 10px 5px 10px;
background: none;
color: #888;
border: solid 2px #ddd;
}
.widget_tags li a:hover {
background: #fff;
color: #333;
}
footer .widget_tags li {
display: inline-block;
margin-right: -5px !important;
margin-bottom: 8px;
}
footer .widget_tags li a {
font-size:12px;
color: #888;
border: solid 1px rgba(255,255,255,.1);
}
footer .widget{
border-bottom:none;
}
.widget iframe {
margin-bottom: 20px;
border: solid 1px #ddd;
}
/*------------------------------
PLUGIN
------------------------------ */
/* owl carousel */
#awards-carousel, #awards-carousel li{
margin:0; padding:0;list-style:none;
}
#awards-carousel .overlay{
position:absolute;
width:100%;
height:100%;
background:#333;
padding:30px 30px 0 30px;
text-align:center;
font-style:italic;
opacity:0;
}
#awards-carousel .overlay:hover{
opacity:.9;
}
#awards-carousel .overlay h3 {
font-family:"Lato";
font-size:16px;
font-weight:normal;
color:#fff;
}
#awards-carousel .overlay h4 {
font-family:"Georgia";
font-size:12px;
font-weight:normal;
color:#fff;
line-height:1.8em;
margin-top:20px;
}
#awards-carousel img{
width:100%;
height:auto;
}
.testi-slider .slides li {
margin-bottom: 30px;
}
.testi-slider .testi-by {
display: block;
margin-bottom: 30px;
color: #fff;
}
.testi-slider .flex-control-nav {
margin-left: -30px;
}
.testi-slider .flex-control-paging li a {
width: 60px;
height: 5px;
background: #f4ebd8;
}
.testi-slider .flex-control-paging li a.flex-active {
background: #D03232;
}
#testi-carousel-2 blockquote{
color:#fff;
background:#333;
padding:0;
margin:0;
border:none;
font-family:"Lato";
font-size:16px;
padding:15px 20px 15px 20px;
}
#testi-carousel-2 blockquote:before{
content:none;
}
#testi-carousel-2 .testi-by{
padding:20px;
background:#f2f2f2;
height:110px;
}
#testi-carousel-2 .testi-by .name{
color:#555;
display:block;
padding-left:90px;
padding-top:10px;
}
#testi-carousel-2 .testi-by img{
position:absolute;
width:70px;
height:auto;
}
.testi-box-1 blockquote{
color:#fff;
background:#333;
padding:0;
margin:0;
border:none;
font-family:"Lato";
font-size:16px;
padding:15px 20px 15px 20px;
}
.testi-box-1 blockquote:before{
content:none;
}
.testi-box-1 .testi-by{
padding:20px;
background:#f2f2f2;
height:110px;
}
.testi-box-1 .testi-by .name{
color:#555;
display:block;
padding-left:90px;
padding-top:10px;
}
.testi-box-1 .testi-by img{
position:absolute;
width:70px;
height:auto;
}
.arrow-down {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
position:absolute;
border-top: 5px solid #333;
left:25px;
}
/* twitter widget */
.twitter-widget ul {
margin: 0;
padding: 0;
}
.twitter-widget li {
list-style: none;
clear: both;
}
.twitter-widget li img, .twitter-widget li .tweets_txt {
float: left;
margin-bottom: 10px;
}
.twitter-widget li img {
position:absolute;
margin-left:15px;
left:0;
}
.twitter-widget li .tweets_txt {
margin-left: 65px;
}
.twitter-widget li .tweets_txt span {
font-style: italic;
color: #666;
display: block;
}
/* instagram widget */
#instagram img{
margin:0 10px 10px 0;
width:55px;
height:55px;
}
/* jquery isotope
/* ------------------------------ */
.isotope,
.isotope .isotope-item {
/* change duration value to whatever you like */
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
#filters {
padding: 0;
margin: 0;
margin-bottom: 20px;
letter-spacing: 2px;
}
#filters li {
display: inline-block;
margin-right: 3px;
margin-bottom: 20px;
}
#filters a {
background: #fff;
color: #222;
padding: 5px 10px 5px 10px;
text-decoration: none;
}
#filters a.selected {
background: #D03232;
color: #FFF;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
.light-text{
color: #959595;
}
.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
color: #fff;
}
.light-text strong{
color:#fff;
}
p.lead {
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
}
strong {
color: #333;
}
.slides {
margin: 0;
padding: 0;
}
.teaser {
font-size: 18px;
line-height: 1.7em;
}
.title-text {
font-weight: bold;
font-size: 26px;
text-align: center;
margin-bottom: 40px;
}
.title-text {
overflow: hidden;
text-align: center;
}
.title-text:before,
.title-text:after {
border-top: solid 2px #D03232;
content: "";
display: inline-block;
height: 4px;
position: relative;
vertical-align: middle;
width: 50%;
}
.title-text:before {
right: 0.5em;
margin-left: -50%;
}
.title-text:after {
left: 0.5em;
margin-right: -50%;
}
.title-area {
vertical-align: middle;
display: inline-block;
text-align: left;
}
.title-area h1 {
color: #fff;
font-family: "Montserrat", Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: 500;
letter-spacing: 5px;
text-transform: uppercase;
margin: 0;
}
.title-area span {
font-size: 15px;
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 300;
}
.fx .item .overlay {
position: absolute;
bottom: 0;
background: rgba(255,255,255,.9);
padding: 20px 30px 20px 30px;
width: 100%;
}
.hover {
height: 200px;
}
.fx .item {
overflow: hidden !important;
}
.item .overlay {
color: #fff;
background: #000;
display: block;
position: absolute;
overflow: hidden;
}
.item .pf_text {
display: block;
position: absolute;
overflow: hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.item .overlay .desc {
display: block;
height: 0px;
overflow: hidden;
}
.item .overlay h3 {
font-size: 18px;
margin: 0;
padding: 0;
}
.item .overlay .time {
letter-spacing: 1px;
text-transform: uppercase;
}
/*------------------------------
/* link
/*------------------------------ */
a {
color: #D03232;
text-decoration: none;
outline: none;
}
a:hover {
color: #222;
}
footer a:hover {
color: #fff;
}
/*------------------------------
/* logo
/*------------------------------ */
#logo {
text-align: center;
}
#logo .inner {
display: table-cell;
vertical-align: middle;
height: 80px;
}
/*------------------------------
/* content
/*------------------------------ */
#content {
padding: 80px 0 80px 0;
background: #fff;
}
/* columns */
.fullwidth {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: collapse;
padding: 0 !important;
margin: 0 !important;
overflow: hidden;
}
.box-container {
width: 101%;
}
.one-fourth {
width: 24.9%;
display: table-cell;
vertical-align: middle;
}
.one-third {
width: 33.3%;
float: left;
}
.three-fourth {
width: 74.9%;
height: 100%;
display: table-cell;
}
.box-one-third {
width: 33.3%;
float: left;
}
.box-one-third .inner {
color:#fff;
padding: 60px;
}
.container-fullwidth .one-fourth{
width:25%;
float:left;
}
.bg-color-fx:hover{
background:rgba(12,121,227,.2);
}
.bg-color-fx .tiny-border{
margin:0 auto;
}
.box-padding-30{
padding:30px;
}
.bg-1{
background: url(../img/about/company/truck.html) bottom right no-repeat #1f242e;
}
/* carousel */
.custom-col-2 {
overflow: hidden;
margin-bottom: 30px;
}
.custom-col-2 .inner {
background: #222;
}
.custom-col-2 img {
width: 100%;
height: auto;
}
.custom-col-2 .overlay .desc {
display: block;
height: 0px;
overflow: hidden;
}
.custom-col-2 .overlay {
position: absolute;
display: block;
bottom: 0;
padding: 20px 30px 20px 30px;
}
.custom-col-2 .overlay h3 {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
margin: 0;
padding: 0;
color: #fff;
}
.custom-col-2 .overlay .by {
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}
.custom-col-3 {
display: table;
width: 100%;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: solid 1px #eee;
}
.custom-col-3:hover {
border-bottom: solid 1px #D03232;
}
.custom-col-3 .left-col,
.custom-col-3 .mid-col,
.custom-col-3 .right-col {
display: table-cell;
padding-right: 20px;
vertical-align: middle;
}
.custom-col-3 .left-col {
width: 180px;
}
.custom-col-3 img {
width: 100%;
height: auto;
}
.custom-col-3 h3 {
margin: 0;
}
.custom-col-3 .right-col {
text-align: right;
}
.custom-col-3 .details span {
margin-right: 5px;
}
.custom-col-3 .details strong {
font-weight: 500;
}
.custom-col-3 i {
color: #fff;
font-size: 24px;
padding: 18px;
width: 60px;
height: 60px;
text-align: center;
margin-left: 10px;
background: #555;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.custom-col-3 i:hover {
border-color: #D03232;
color: #D03232;
}
.img-fullwidth{
width:100%;
height:auto;
}
.single-carousel-arrow-nav,
.single-carousel-arrow-nav li{
list-style:none;
margin:0;
padding:0;
}
.single-carousel-arrow-nav li{
background:#f5f5f5;
}
.single-carousel-arrow-nav .text{
padding:20px 40px 20px 20px;
}
.single-carousel-arrow-nav .name, .single-carousel-arrow-nav .position{
display:block;
}
.single-carousel-arrow-nav .name{
margin-top:10px;
font-family:"Georgia";
font-style:italic;
color:#333;
}
.single-carousel-arrow-nav .position{
color:#ccc;
margin-bottom:20px;
}
#countdown-container {
color: #fff;
padding: 70px 0 60px 0;
background: #454545;
}
#countdown-container h3 {
color: #fff;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
font-size: 20px;
padding-bottom: 3px;
margin: 10px 0 3px 0;
border-bottom: solid 2px #D03232;
}
#countdown-container .time {
color: #ccc;
display: block;
font-family: "Montserrat";
text-transform: uppercase;
}
.content-group-1 {
border: solid 1px #ddd;
padding: 20px;
text-align: center;
margin-bottom: 30px;
background: #fff;
}
.content-group-1 .date-wrap {
text-align: center;
border: none;
margin: 0 auto;
display: block;
color: #fff;
}
.content-group-1 .date-wrap .date:before {
font-family: "FontAwesome";
content: "\f073";
margin-right: 10px;
color: #fff;
display: inline-block;
font-weight: normal;
}
.content-group-1 .date-wrap .date {
font-size: 20px;
padding: 0;
font-weight: bold;
background: #D03232;
padding: 10px;
}
.content-group-1 .date-wrap .month {
font-size: 16px;
letter-spacing: 2px;
margin-top: 10px;
}
.no-margin {
margin: 0 !important;
padding: 0 !important;
}
.no-top {
padding-top: 0 !important;
}
.no-bottom {
padding-bottom: 0 !important;
}
/*------------------------------
section and parallax background settings
------------------------------ */
section {
padding: 60px 0 60px 0;
background: #fff;
}
.section-title {
text-align: center;
}
#section-gallery {
background: #eee;
}
#page-events, #page-blog {
background: #D03232;
}
.no-padding {
padding: 0 !important;
}
.no-padding-top {
padding-top: 0 !important;
}
.no-padding-bottom {
padding-bottom: 0 !important;
}
#section-testimonial {
background: url(../img/bg_full_1.html) top fixed;
background-size: cover;
}
#section-text-1 {
background: #7fb32a;
color: #fff;
}
#section-text-1 h3 {
color: #fff;
}
#section-text-2 {
background: url(../img/misc/pic-6.html) top fixed;
background-size: cover;
}
#section-text {
background: #eee;
}
#latest-events {
background: #e7dacd;
}
.owl-theme .owl-controls .owl-page span {
background: #aaa !important;
}
.owl-custom-nav{
position:absolute;
z-index:100;
right:4px;
margin-top:80px;
width:40px;
}
.owl-custom-nav .btn-next:before{
font-family:"FontAwesome";
content:"\f105";
color:#fff;
background:#333;
padding:5px 12px 5px 12px;
}
.owl-custom-nav .btn-prev:before{
font-family:"FontAwesome";
content:"\f104";
color:#fff;
background:#333;
padding:5px 12px 5px 12px;
}
.owl-custom-nav a{
text-decoration:none;
}
.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before{
background:#eee;
color:#333;
}
#section-testimonial .owl-theme .owl-controls .owl-page span {
background: #fff !important;
}
#section-pricing {
background: #8c96ad;
}
#section-tracking {
background: #1a1e20;
}
#featured-box {
background: url(../img/bg_full_3.html) center fixed;
}
#bg-service-1 {
background: url(../img/bg/bg_service_1.jpg) top center #565f68;
background-size: cover;
}
#section-features {
/*background:url(../img/map.jpg) top center no-repeat;*/
}
#bg-service-2 {
background: url(../img/bg/bg_service_2.jpg) top center #236b94;
background-size: cover;
}
#bg-service-3 {
background: url(../img/bg/bg_service_3.jpg) top center #bf3f3f;
background-size: cover;
}
#bg-service-4 {
background: url(../img/bg_service_4.html) top center #565f68;
background-size: cover;
}
#bg-service-5 {
background: url(../img/bg_service_5.html) top center #565f68;
background-size: cover;
}
#bg-service-6 {
background: url(../img/bg_service_6.html) top center #565f68;
background-size: cover;
}
.side-bg {
position: relative;
}
.side-bg .image-container {
height: 100%;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
}
.side-bg .background-image {
background: url(../img/bg/bg-2.html);
background-position: 50% 50%!important;
background-size: cover!important;
width: 100%;
height: 100%;
left: 0;
position: absolute;
z-index: 0;
}
#explore-1 {
background: #D03232;
}
#explore-1.side-bg .background-image {
background: url('../img/bg/bg_square_1.jpg');
}
#explore-2 {
background: #D03232;
}
#explore-2.side-bg .background-image {
background: url('../img/bg/bg_square_2.jpg');
}
#explore-3 {
background: #D03232;
}
#explore-3.side-bg .background-image {
background: url('../img/bg/bg_square_3.jpg');
}
#section-faq {
background: url('../img/bg/bg_1.jpg') #303a43; background-size:cover;
}
#service-details.side-bg .background-image {
background: url('../img/bg/bg_service_details_1.jpg');
}
#service-details-2.side-bg .background-image {
background: url('../img/bg/bg_service_details_2.jpg');
}
#service-details-3.side-bg .background-image {
background: url('../img/bg/bg_service_details_3.jpg');
}
#section-intro {
background: url('../img/bg/bg_2.jpg') #303a43; background-size:cover;
}
#section-intro-2{
background: url('../img/bg/bg_3.jpg') #303a43; background-size:cover;
}
.sub-intro-text{
font-family:Georgia;
font-size:18px;
font-style:italic;
}
.sub-intro-text {
line-height: 0.5;
text-align: center;
}
.sub-intro-text span {
display: inline-block;
position: relative;
}
.sub-intro-text span:before,
.sub-intro-text span:after {
content: "";
position: absolute;
height: 5px;
border-top: 1px solid #D03232;
top: 5px;
width: 30px;
}
.sub-intro-text span:before {
right: 100%;
margin-right: 15px;
}
.sub-intro-text span:after {
left: 100%;
margin-left: 15px;
}
.carousel-text h1{
font-size:56px;
font-weight:800;
text-transform:uppercase;
line-height:56px;
font-weight:normal;
color:#fff;
}
.custom-font-3{
font-family:Georgia;
font-size:18px;
font-style:italic;
}
/*------------------------------
jquery toTop
------------------------------ */
#toTop {
z-index: 1555;
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 51px;
height: 51px;
border: none;
text-indent: -999px;
background: url(../img/ui.totop.png) no-repeat left top;
}
#toTopHover {
background: url(../img/ui.totop.png) no-repeat left -51px;
width: 51px;
height: 51px;
display: block;
overflow: hidden;
float: left;
}
#toTop:active, #toTop:focus {
outline: none;
}
/*------------------------------
map
------------------------------ */
.map {
margin-top: 40px;
}
.map iframe {
width: 100%;
height: 400px;
border: solid 1px #ccc;
padding: 2px;
background: #fff;
}
#map-container iframe {
width: 100%;
height: 360px;
margin-bottom: -6px;
}
#map {
width: 100%;
height: 480px;
}
#map-tracking {
overflow: hidden;
height: 0;
}
.gmap iframe {
width: 100%;
height: 200px;
}
.news-item {
margin-bottom: 30px;
}
.news-item .desc {
margin-top: 20px;
}
.news-item a h3 {
font-size: 18px;
margin: 0;
margin-bottom: 5px!important;
}
.news-item .post-details {
font-size: 11px;
color: #888;
margin-bottom: 10px;
}
.news-item .fa {
float: none;
margin: 0;
color: #D03232;
}
.news-item .separator {
text-align: center;
padding: 0 10px;
}
.news-item .quote {
background: #D03232;
padding: 25px;
color: #fff;
font-size: 16px;
font-style: italic;
}
.news-list-date, .news-list-date li{ list-style:none; margin:0; padding:0;}
.news-list-date{
border:solid 1px #f2f2f2;
}
.news-list-date li{
padding:20px;
padding-bottom:10px;
border-bottom:solid 1px #f2f2f2;
}
.news-list-date .date{
position:absolute;
background:#333;
width:70px;
height:70px;
text-align:center;
font-weight:bold;
}
.news-list-date .date span{
display:block;
}
.news-list-date .date .day{
font-size:18px;
color:#fff;
margin-top:10px;
}
.news-list-date .date .month{
font-size:14px;
color:#fff;
}
.news-list-date .text{
padding-left:85px;
}
.news-list-date h4{
margin:0;
margin-bottom:5px;
}
.list-thumbnail, .list-thumbnail li{ list-style:none; margin:0; padding:0;}
.list-thumbnail{
border:solid 1px #f5f5f5;
}
.list-thumbnail li{
padding:20px;
border-bottom:solid 1px #f2f2f2;
}
.list-thumbnail img{
position:absolute;
width:70px;
height:auto;
}
.list-thumbnail .text{
padding-left:85px;
}
.list-thumbnail h4{
margin:0;
margin-bottom:5px;
}
.list-thumbnail li:nth-child(odd) {
background:#f5f5f5;
}
.list-thumbnail li:nth-child(even) {
}
/*------------------------------
/* contact */
/*------------------------------ */
.error {
width: 280px;
display: none;
color: #C03;
font-size: 12px;
margin-bottom: 10px;
}
.success {
display: none;
padding: 2px 10px 2px 10px;
background: #E5EAD4;
color: #555;
width: 280px;
font-size: 12px;
}
.error img {
vertical-align: top;
}
.full {
width: 98%;
}
#contact input[type="text"], #contact textarea {
}
#contact select {
width: 100%;
}
.contact_form_holder .form-control {
margin: 20px 0 20px 0;
}
#contact input[type=text], #contact textarea {
background: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#contact-form-wrapper {
background: #eee;
padding: 20px 60px 40px 60px;
}
.contact-info .title {
display: block;
font-size: 16px;
font-weight: 800;
color: #222;
margin-bottom: 10px;
}
.booking_form_holder .form-control {
margin-bottom: 20px;
}
.form-transparent input{
margin-bottom:30px;
padding:8px !important;
height:auto;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}
.form-transparent input[type=text]{
background:rgba(255,255,255,.2);
color:#fff;
border:none;
font-size:16px;
}
.form-transparent .text-label{
padding:5px 0 1px 0;
margin-bottom:30px;
}
.form-transparent h3{
padding:0;
margin:0;
}
.subscribe {
display:table;
width:100%;
margin-top:10px
}
.subscribe .l-col {
width:65%;
float:left;
}
.subscribe .r-col {
width:35%;
float:left;
}
.subscribe input {
color:#fff!important;
margin-bottom:15px;
/*background:rgba(255,255,255,.5);*/
border-radius:0!important;
-moz-border-radius:0!important;
-webkit-border-radius:0!important;
border:solid 1px rgba(255,255,255,.2);
border-right:none!important;
}
.subscribe input.btn-custom {
padding:3px 10px;
border:none!important
}
.subscribe input[type=text]{
background:none;
height:26px;
font-size:12px;
padding:2px 10px 2px 10px;
}
.simple-form {
margin-top:10px
}
.simple-form .l-col {
width:100%;
float:left;
}
.simple-form .r-col {
position:absolute;
right:15px;
}
.simple-form input {
color:#333!important;
margin-bottom:15px;
/*background:rgba(255,255,255,.5);*/
border-radius:0!important;
-moz-border-radius:0!important;
-webkit-border-radius:0!important;
border:none!important;
}
.simple-form input.btn-custom {
padding:3px 10px;
border:none!important;
}
.simple-form input[type=text]{
background:#f5f5f5;
height:26px;
padding:2px 60px 2px 10px;
}
.simple-form input[type=submit]{
color:#fff !important;
}
/* ------------------------------
gallery
/* ------------------------------ */
.blog-carousel {
list-style: none;
margin: 0;
padding: 0;
}
.blog-carousel h4 {
line-height: 1.5em;
font-weight: bold;
font-size: 16px;
margin-bottom: 5px;
}
.blog-carousel img {
margin-bottom: 20px;
}
.blog-carousel .date-post {
display: block;
margin-bottom: 15px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
#gallery .item {
text-align: center;
font-size: 12px;
width: 32.5%;
margin: 1px;
float: left;
}
.gallery .item img {
width: 100%;
}
#gallery .item h4 {
font-size: 16px;
margin-bottom: 0;
}
#gallery-fullwidth .gallery-item {
width: 16.65%;
float: left;
}
#gallery-fullwidth .gallery-item img {
width: 100%;
}
#gallery-isotope .item {
background: #333;
margin: 0 10px 10px 0;
overflow: hidden;
}
#gallery-isotope img {
width: 100%;
height: auto;
}
.ex-gallery .project-name {
display: block;
letter-spacing: 2px;
padding: 5px 10px 5px 10px;
margin: 0 auto;
margin-top: 20px;
text-transform: uppercase;
font-weight: 800;
color: #fff;
}
.ex-gallery .small-border {
height: 2px;
display: block;
background: #D03232;
width: 50px;
margin: 0;
margin-left: auto;
margin-right: auto;
}
.ex-gallery .overlay .icon {
display: inline-block;
text-align: center;
}
.ex-gallery .overlay .icon i {
text-shadow: none;
color: #fff;
font-size: 26px;
padding: 16px;
width: 60px;
height: 60px;
text-align: center;
border-radius: 60px;
margin-left: 10px;
border: solid 2px #fff;
}
.ex-gallery .overlay .icon i.icon-info {
margin-left: 0;
}
.ex-gallery .overlay .icon i:hover {
color: #222;
background: #333;
}
/*------------------------------
/* FEATURED BOX
/*------------------------------ */
.dark .feature {
color: #fff;
}
.dark .feature h4 {
color: #fff;
}
.dark .feature i {
color: #ccc;
}
#slider {
text-align: center;
height: 100%;
}
.slider-info {
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
font-family: "Open Sans";
top: 30%;
}
.callbacks_nav.prev {
left: 0;
}
.callbacks_nav.next {
right: 0;
}
.slider-info h1 {
font-size: 48px;
color: #fff;
display: inline-block;
padding: 20px 0 20px 0;
font-weight: 300;
letter-spacing: -1px;
border-bottom: solid 3px #D03232;
}
.slider-info .btn {
margin-top: 10px;
}
.slider-info .text {
color: #fff;
font-size: 14px;
}
/* main slider */
#menu-parallax-bg {
padding: 60px 0 60px 0;
margin: 60px 0 60px 0;
background: url(../img/bg-big-1.html) top center;
}
/*------------------------------
control nav
------------------------------ */
.hover {
font-size: 12px;
display: block;
width: 100%;
height: 100px;
background: #fff;
position: absolute;
overflow: hidden;
line-height: 1.5em;
text-align: center;
}
.hover .btn-view-details {
display: inline-block;
font-size: 14px;
color: #D03232;
padding: 10px 20px 10px 20px;
text-decoration: none;
margin: 0 auto;
border: solid 1px #D03232;
}
.social-icons i {
text-align: center;
color: #fff!important;
font-size: 20px!important;
border-radius: 60px;
padding: 8px!important;
width: 38px;
height: 38px;
margin-right: 10px;
margin-bottom: 10px!important;
background: #D03232;
border: solid 2px #D03232;
}
.social-icons i:hover {
color: #D03232;
border: solid 2px #D03232;
background: none;
}
/* overide */
.form-control {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.pull-left {
margin: 0 20px 0 0;
}
img.pull-right{
padding-left:20px;
}
.col-md-3 {
margin-left: -1px;
}
.pagination li a {
color: #D03232;
}
.pagination li.active a {
background: #D03232;
border: solid 1px #D03232;
}
.pagination li.active a:hover {
background: #D03232;
border: solid 1px #D03232;
}
/* misc */
#section-tracking-result{
display:none;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
#section-track{
position:absolute;
width:100%;
top:90%;
background:none;
font-size:12px;
}
#section-track .inner{
height:36px;
border:solid 1px rgba(255,255,255,.2);
padding:2px;
padding-left:10px;
}
#section-track h3{
display:inline-block;
margin:0;
padding:0;
margin-right:20px;
padding-right:20px;
border-right:solid 1px rgba(255,255,255,.2);
}
#section-track .btn-fullwidth{
padding:6px;
}
.grey{
color:#888;
}
.side-nav{
border:solid 1px #f2f2f2;
}
.typed-strings p{position:absolute;}
.type-wrap.title.big {font-size:60px !important; font-weight:600; color:#fff;}
.side-nav li{
border-bottom:solid 1px #f2f2f2;
padding:10px 20px 10px 20px;
}
.side-nav li a{
color:#333;
}
.side-nav li.active{
background:#333;
}
.side-nav li.active a{
color:#fff;
}
.side-nav li:hover{
background:#f2f2f2;
}
.text-white{color:#fff;}
.wrapper-line{
border:solid 1px rgba(255,255,255,.1);
overflow:hidden;
}
.padding30{padding:30px;}
.padding40{padding:40px;}
.rounded10{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.counter{
display:table;
height:100%;
}
.counter .num, .counter .text{
display:table-cell;
vertical-align:middle;
}
.counter .num{
font-size:25px;
font-weight:bold;
padding-right:20px;
}
.counter .tiny-border{
margin:5px 0 0 0;
}
.row.no-gutter div[class*="col-"] {
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
padding-right: 0;
padding-left: 0;
}
.padding-5{
padding:50px;
}
.container-fluid{
padding:0;
}
.team-profile h4 {
display: block;
text-transform: none;
font-size: 14px;
color: #888;
margin-top: 10px;
}
.team-profile .text {
margin: -20px 20px 0 20px !important;
position: relative;
background: #eee;
padding: 20px;
padding-top: 5px;
border-top: solid 3px #D03232;
}
.team-social-icons i {
color: #D03232;
font-size: 16px;
margin-right: 15px;
}
.team-social-icons {
display: inline-block;
margin-top: 10px;
}
.team-list .name, .team-list .position{
display:block;
}
.team-list .name{
margin-top:10px;
font-family:"Georgia";
font-style:italic;
}
.team-list .pic{
position:relative;
}
.team-list .pic .fx{
display:block;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}
.team-list .pic .fx:hover{
background:rgba(12,121,227,.5);
}
.h-border {
height: 1px;
background: rgba(255,255,255,.3);
}
.bg-grey{
background:#eee;
}
@keyframes box_icon_move {
from {
padding-top: 10px;
}
to {
padding-top: 50px;
}
}
@keyframes box_icon_move_out {
from {
padding-top: 50px;
}
to {
padding-top: 10px;
}
}
@keyframes move {
from {
margin-left: 0px;
}
to {
margin-left: 20px;
}
}
.box-with-icon-left i {
position: absolute;
-moz-animation: 1s box_icon_move_out alternate forwards;
}
.box-with-icon-left:hover > i {
background: #333;
height: 100%;
-moz-animation: 1s box_icon_move alternate forwards;
}
.box-with-icon-left:hover > .text {
border-color: #333;
}
.box-with-icon-left:hover > .text a.btn-text {
-moz-animation: 1s move infinite alternate;
}
.icon-big {
font-size: 32px !important;
margin-bottom: 20px;
color: #fff;
background: #D03232;
padding: 10px;
width: 56px;
height: 56px;
text-align: center;
}
/* animate */
a,
a:hover,
.custom-col-3 i,
.custom-col-3 i:hover,
.custom-carousel-2 .item-blog,
.custom-carousel-2 .item-blog:hover,
.custom-col-3,
.custom-col-3:hover,
.blog-list li,
.blog-list li:hover,
.event-item .right-col,
.event-item:hover .right-col,
.box-with-icon-left,
.box-with-icon-left i,
.box-with-icon-left .text,
.box-with-icon-left .text a.btn-text,
.box-icon-small .btn-arrow span.line,
.box-icon-small:hover .btn-arrow span.line,
.bg-color-fx,
.bg-color-fx:hover,
#awards-carousel .overlay,
#awards-carousel .overlay:hover,
header .search input[type=text],
header .search input[type=text]:focus,
.team-list .pic .fx,
.team-list .pic .fx:hover,
#mainmenu li,
#mainmenu a,
.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before,
input.btn-custom,
.cta-form input[type=submit],
.cta-form input[type=submit]:hover
{
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.logo-partners img {
width: 100%;
}
.custom-carousel-1,
.custom-carousel-2,
#testi-carousel {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 8px !important;
height: 8px !important;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0!important;
border-radius: 0 !important;
}
#calendar .fc-view {
background: #fff;
}
.img-full {
width: 100%;
height: auto;
}
.img-event {
margin-bottom: 30px;
}
.latest h3.title {
width: 340px;
text-align: center;
padding: 0;
background: #4e3927;
color: #fff;
padding: 10px;
height: 50px;
margin: 0 auto;
}
.no-bottom {
margin-bottom: 0 !important;
padding-bottom: 0;
}
#preloader {
position: absolute;
z-index: 100001;
width: 100%;
height: 100%;
background: url(../img/loader.gif) center no-repeat #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
header {
display: none;
}
header.clone {
display: block;
position: inherit;
margin: 0;
padding: 0;
margin-top: 0;
}
header .col-md-9 {
text-align: right;
}
#mainmenu-container {
display: inline-block;
text-align: right;
margin-right: 20px;
}
header .social{display:none;}
#subheader .overlay{background:none;}
}
@media (max-width: 992px) {
#slider .slider-info {
display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
margin-bottom: 30px;
}
.box-one-third {
width: 100%;
}
#gallery .item{
width:100%;
}
header {
display: none;
}
header.clone {
display: block;
position: inherit;
margin: 0;
padding: 0;
margin-top: 0;
}
header.clone #logo {
display: block;
}
header.clone #logo a{
text-align:center;
}
header.clone #logo .logo-2{
display:inline-block !important;
}
header.clone #logo img{
max-height:60px;
width:auto;
}
#subheader {
padding: 40px 0 40px 0;
}
#logo {
margin: 0 auto;
text-align: center;
}
#logo .inner {
margin: 20px 0 20px 0;
}
#booking input, #booking select {
width: 100%;
margin-bottom: 10px;
}
.selectnav {
display: block;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 20px;
}
#mainmenu-container {
display: block;
}
header .buttons {
width: 100%;
display: block;
text-align: center;
float: none;
margin-top: 0px;
}
header, #content, footer, #subheader, #booking {
padding-left: 20px;
padding-right: 20px;
}
header, #mainmenu-container {
border: none;
}
footer nav {
display: inline-block;
}
.blog-list li {
width: 100%;
}
.bloglist-small {
float: left;
}
.custom-col-3 {
display: block;
}
.custom-col-3 .left-col,
.custom-col-3 .mid-col {
width: 50%;
background: #f2f2f2;
}
.custom-col-3 .right-col {
display: block;
text-align: center;
padding: 40px 0 20px 0;
}
#section-text-1 img {
width: 100%;
}
#subheader {
padding-bottom: 0;
}
.crumb {
display: none;
}
header .social {
width: 100%;
text-align: center;
margin: 40px 0 40px 0;
}
#section-track{
display:none;
}
.one-fourth, .three-fourth {
width: 100% !important;
display: block;
float: none;
}
.one-fourth .title-area, .three-fourth .title-area {
padding: 20px 0 20px 0;
}
#menu-btn {
display:block
}
#mainmenu-container{
display:block;
}
#mainmenu {
display:none;
left:0;
float:none;
z-index:200;
width:100%;
margin:0;
padding:0 20px 0 20px;
}
#mainmenu > li{
font-size:16px;
margin-bottom:0;
}
#mainmenu li {
text-align:left;
border-bottom:solid 1px #ddd;
}
#mainmenu li li{
padding-left:30px;
}
#mainmenu li a:hover{
background:none !important;
}
#mainmenu li:hover{
background:#eee;
}
#mainmenu li ul {
display:block;
position:inherit;
margin:0;
width:100%
}
#mainmenu li li{
background:#fff;
}
#mainmenu li {
border-bottom:solid 1px #eee;
margin:0;
width:100%;
display:block;
letter-spacing:3px
}
#mainmenu li:last-child {
margin-bottom:30px
}
#mainmenu > li li:first-child {
border-top:solid 1px #eee;
}
#mainmenu li ul {
border-top:solid 1px #333;
border:none;
margin-top:-15px;
top: 0px;
}
#mainmenu li ul a {
width:100%;
background:none;
border:none
}
#mainmenu li ul li a {
display:block
}
#mainmenu li ul li:last-child {
border-bottom:none;
margin:0
}
#mainmenu li ul li:last-child a {
border-bottom:none
}
#mainmenu li a {
color:#555!important;
letter-spacing:0;
}
.timeline.custom-tl > li > .timeline-panel {
width:50%;
}
header .search,
header .social
{display:none;}
#subheader .overlay{background:none;}
.cta-form input[type=text] {
width: 60%;
}
.cta-form input[type=submit] {
border-radius: 0 10px 10px 0;
background: #D03232;
width: 40%;
}
}
|
public/main/css/style.css
|
@charset "utf-8";
/* made by exotheme
body
header
subheader
navigation
content
footer
blog
elements
accordion
button
address
blockquote
breadcrumb
call to action
featured box
form
heading
list
separator
tab
testimonial
timeline
widget
plugin
misc
*/
/*------------------------------
BODY
------------------------------ */
body {
font-family: "Lato", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.7em;
margin: 0;
padding: 0;
color: #888;
background: #fff;
text-shadow: none !important;
}
#wrapper {
overflow: hidden;
}
/*------------------------------
HEADER
------------------------------ */
header {
position: absolute;
width: 100%;
z-index: 100;
height: 80px;
}
header.overlay{
background:rgba(12,121,227,.2);
}
header .logo-2 {
display: none;
}
header.clone {
width: 100%;
position: fixed;
top: -180px;
transition: 0.5s top ease-in;
margin-left: 0;
border-bottom: solid 1px #eee;
margin-top: 0;
background: #fff;
}
header.clone .logo-1 {
display: none;
}
header.clone .logo-2 {
display: block;
}
body.down header.clone {
top: 0;
left: 0;
right: 0;
z-index: 999;
}
header .buttons {
margin-top: 35px;
display: inline-block;
float: right;
}
header .social {
margin-top: 30px;
display: inline-block;
float: right;
}
header .social a {
color: #D03232;
font-size: 18px;
padding: 0 8px 0 8px;
}
header .social a:hover {
color: #D03232;
}
header .animated {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
header .search {
margin-top: 25px;
display: inline-block;
float: right;
}
header .search input[type=text]{
border-radius:60px;
border:none;
padding:2px 20px 2px 20px;
width:100px;
opacity:.7;
}
header.clone .search input[type=text]{
background:#eee;
color:#333;
opacity:.7;
}
header .search input[type=text]:focus{
width:100%;
opacity:1;
}
/*------------------------------
SUBHEADER
------------------------------ */
#subheader {
padding-top: 80px;
background: url(../img/bg/bg-subheader.jpg) top;
background-size: cover !important;
text-align: center;
}
#subheader.page-gallery {
background: url(../img/bg/bg-subheader-1.jpg) top;
}
#subheader.page-about {
background: url(../img/bg/bg-subheader-2.jpg) top;
}
#subheader.page-news {
background: url(../img/bg/bg-subheader-3.jpg) top;
}
#subheader.page-contact {
background: url(../img/bg/bg-subheader-4.jpg) top;
}
#subheader.page-track {
background: url(../img/bg/bg-subheader-5.jpg) top;
}
#subheader h1 {
color: #fff;
}
#subheader h1 span {
display: block;
font-family: "Georgia";
font-style: italic;
text-transform: none;
font-size: 18px;
color: #ddd;
margin-top: 10px;
letter-spacing: 0;
}
#subheader .overlay{
padding:90px 0 60px 0;
background:rgba(0,0,0,.2);
}
/*------------------------------
MAINMENU
------------------------------ */
#mainmenu-container {
font-family: "Montserrat";
text-align: center;
height: 60px;
margin-top: 20px;
display: inline-block;
font-weight: bold;
}
.menu-right{
float:right;
}
#mainmenu {
color: #0F74C2;
font-size: 15px;
display: inline-block;
text-align: left;
}
#mainmenu a {
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
outline: none;
}
#mainmenu ul {
float: right;
margin: 0px 0px;
padding: 0px 0px;
height: 30px;
padding-top: 20px !important;
}
#mainmenu li {
margin: 0px 0px;
padding: 0px 0px;
float: left;
display: inline;
list-style: none;
position: relative;
}
#mainmenu li:last-child {
}
#mainmenu a {
display: block;
padding: 10px 16px 8px 16px;
text-decoration: none;
color: #fff;
}
header.clone #mainmenu a {
color: #555;
}
#mainmenu a:hover {
color: #fff;
}
#mainmenu li:hover a {
color: #0F74C2;
}
#mainmenu li:hover li a {
color: #fff;
}
#mainmenu li li, #mainmenu li li:last-child {
font-size: 14px;
border-left: none;
border-right: none;
}
#mainmenu li li a {
padding: 10px 15px 10px 15px;
color: #fff;
background: #222;
border-top: none;
text-transform: none;
letter-spacing: normal;
}
#mainmenu li li a:hover {
border-top: none;
}
#mainmenu li li a:hover {
color: #fff;
background: #D03232;
}
#mainmenu li ul {
width: 170px;
height: auto;
position: absolute;
top: 40px;
left: 0px;
z-index: 10;
display: none;
}
#mainmenu li li {
display: block;
float: none;
}
#mainmenu li:hover > ul {
display: block;
}
#mainmenu li ul ul {
left: 100%;
top: 0px;
}
#mainmenu select {
padding: 10px;
height: 36px;
font-size: 14px;
border: none;
background: #ff4200;
color: #fff;
}
#mainmenu select option {
padding: 10px;
}
/* --------------- menu btn --------------- */
#menu-btn {
position:relative;
z-index:1000;
display:none;
float:right;
margin-top:22px;
width:36px;
height:36px;
background:#D03232;
padding:6px;
text-align:center;
cursor:pointer;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px
}
#menu-btn:before {
font-family:FontAwesome;
content:"\f0c9";
font-size:24px;
color:#fff
}
.selectnav {
display: none;
width: 80%;
font-size: 16px;
border: solid 1px #ccc;
padding: 5px;
}
/*------------------------------
/* FOOTER
/*------------------------------ */
footer {
background: #101314;
color: #ccc;
padding: 40px 0 40px 0;
}
footer a {
color: #ccc;
}
footer ul {
margin: 0;
padding: 0;
list-style: none;
}
footer li {
padding: 0 10px 0 0;
}
footer .social {
display: inline-block;
}
footer .social i{
display:inline-block;
font-size:14px;
background:none;
color:#777;
}
footer .social a {
padding: 0 8px 0 0;
background:none;
margin-right:20px;
}
.subfooter {
margin-top:40px;
padding: 40px;
background:#1b1f27;
text-align:center;
}
/*------------------------------
/* BLOG
/*------------------------------ */
.blog-list {
margin-top: -10px;
margin: 0;
padding: 0;
}
.blog-list li {
margin-bottom: 20px;
list-style: none;
background: url(../img/dotwhite50.html);
line-height: 1.7em;
padding-bottom: 40px;
}
/* blog list */
.blog-list li {
margin-bottom: 40px;
width: 48%;
float: left;
padding: 20px;
background: #fff;
margin: 0 10px 10px 0;
border: solid 1px #f2f2f2;
}
.blog-list li:hover {
background: #eee;
border-color: #D03232;
}
.blog-list .info {
position: absolute;
width: 60px;
}
.blog-list h3 {
font-size: 20px;
margin: 0;
margin-bottom: 10px;
}
.blog-list .date-box {
border: none;
}
.blog-list .date {
text-shadow: none;
text-shadow: none;
text-align: center;
padding: 10px 0 10px 0;
}
.blog-list .date h4 {
font-size: 40px;
margin-bottom: 20px;
}
.blog-list .date span {
letter-spacing: 8px;
padding-left: 5px;
}
.blog-list a.readmore {
display: block;
width: 60px;
height: 40px;
background: url(../img/arrow-2.html) right center no-repeat #555;
}
.blog-list a.readmore:hover {
background: url(../img/arrow-2.html) left center no-repeat #E1704B;
}
.blog-list .preview {
line-height: 1.6em;
}
.blog-list .meta-info {
text-align: center;
background: #fff;
margin: 10px 0 0 0;
font-size: 11px;
padding: 5px;
border: solid 1px #eee;
}
.blog-list .meta-info span {
padding: 0 10px 0 10px;
color: #ccc;
}
.blog-list .preview img {
width: 100%;
margin-bottom: 20px;
background: #fff;
}
.blog-list .callbacks_container {
margin-bottom: -35px;
}
/*------------------------------
/* blog single */
/*------------------------------ */
.blog-read {
margin-top: -10px;
margin: 0;
padding: 0;
}
.blog-read {
margin-bottom: 20px;
list-style: none;
background: url(../img/dotwhite50.html);
line-height: 1.7em;
padding-bottom: 40px;
}
.blog-header .by {
display: inline-block;
float: left;
background: url(../img/icon-user.html) left center no-repeat;
padding-left: 24px;
}
.blog-header .cat {
display: inline-block;
float: left;
background: url(../img/icon-folder.html) left center no-repeat;
padding-left: 24px;
}
.blog-header .news-date {
display: inline-block;
float: left;
background: url(../img/icon-folder.html) left center no-repeat;
padding-left: 24px;
}
/* blog list */
.blog-read {
margin-bottom: 40px;
}
.blog-read h3 {
margin: 0;
margin-bottom: 10px;
}
.blog-read .info {
position: absolute;
width: 60px;
}
.blog-read .date {
text-shadow: none;
text-shadow: none;
text-align: center;
padding: 10px 0 10px 0;
}
.blog-read .date h4 {
font-size: 40px;
margin-bottom: 20px;
}
.blog-read .date span {
letter-spacing: 8px;
padding-left: 5px;
}
.blog-read a.readmore {
display: block;
width: 60px;
height: 40px;
background: url(../img/arrow-2.html) right center no-repeat #555;
}
.blog-read a.readmore:hover {
background: url(../img/arrow-2.html) left center no-repeat #E1704B;
}
.blog-read .preview {
padding-left: 80px;
line-height: 1.6em;
}
.blog-read .meta-info {
background: #fff;
margin: 10px 0 0 80px;
font-size: 11px;
padding: 10px 20px 10px 20px;
border: solid 1px #ddd;
}
.blog-read .meta-info span {
padding: 0 10px 0 10px;
color: #ccc;
}
.blog-read .preview img {
width: 100%;
margin-bottom: 20px;
background: #fff;
padding: 10px;
border: solid 1px #ddd;
}
.blog-read .callbacks_container {
margin-bottom: -35px;
}
/* blog comment */
#blog-comment {
margin-left: 70px;
}
#blog-comment h5 {
margin-bottom: 10px;
}
#blog-comment ul, #blog-comment li {
list-style: none;
margin-left: -30px;
padding-left: 0;
}
#blog-comment li {
min-height: 70px;
padding-bottom: 10px;
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: solid 1px #eee;
}
#blog-comment li .avatar {
position: absolute;
margin-top: 5px;
}
#blog-comment li .avatar img {
width: 60px;
height: 60px;
}
#blog-comment .comment {
margin-left: 85px;
}
#blog-comment li {
min-height: 70px;
font-size: 14px;
line-height: 1.6em;
}
#blog-comment li li {
margin-left: 55px;
padding-bottom: 0px;
margin-top: 20px;
padding-top: 10px;
border-top: solid 1px #eee;
border-bottom: none;
}
#blog-comment li li .avatar {
position: absolute;
}
#blog-comment li li .comment {
}
.comment-info {
margin-left: 85px;
margin-bottom: 5px;
}
.comment-info span {
}
.comment-info .c_name {
display: block;
font-weight: 700;
}
.comment-info .c_reply {
padding-left: 20px;
margin-left: 20px;
border-left: solid 1px #ddd;
font-size: 12px;
}
.comment-info .c_date {
font-size: 12px;
}
/* comment form */
#commentform label {
display: block;
}
#commentform input {
width: 290px;
margin-bottom: 20px;
}
#commentform input:focus {
border: solid 1px #999;
background: #fff;
}
#commentform textarea {
width: 97%;
padding: 5px;
height: 150px;
margin-bottom: 20px;
}
#commentform textarea:focus {
border: solid 1px #999;
background: #fff;
}
#commentform input.btn {
width: auto;
}
/* blog list
/*------------------------------ */
.bloglist-small {
list-style: none;
margin: 0;
padding: 0;
}
.bloglist-small li {
padding-bottom: 10px;
margin-bottom: 10px;
}
.bloglist-small li h5 {
margin-bottom: 5px;
}
.bloglist-small li .txt {
padding-left: 80px;
}
.bloglist-small li .read {
display: block;
margin-bottom: 5px;
}
.bloglist-small li .info {
display: block;
margin: 0;
font-size: 11px;
color: #aaa;
}
.bloglist-small img {
position: absolute;
}
.date-box {
background: #eee;
width: 60px;
position: absolute;
text-align: center;
color: #D03232;
}
.date-box .day {
display: block;
font-size: 32px;
padding: 12px 0 12px 0;
font-weight: 500;
}
.date-box .month {
font-size: 12px;
display: block;
letter-spacing: 5px;
padding-left: 5px;
background: #fff;
color: #222;
}
/*------------------------------
ELEMENTS
------------------------------ */
/* accordion
------------------------------ */
.accordion-toggle, .accordion-inner {
background: #fff;
color: #555;
}
.accordion-inner {
background: #fff;
color: #555;
}
.accordion {
margin-top: 10px;
list-style: none;
margin-left: 0;
padding-left: 0;
}
.accordion li {
list-style: none;
margin-left: 0;
padding-left: 0;
background: #fff;
}
.accordion .content {
display: none;
padding-left: 15px;
padding-bottom: 20px;
}
.accordion a.Active {
display: block;
width: 483px;
color: #333;
padding-left: 15px;
height: 40px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
.accordion a.NoneActive {
display: block;
width: 483px;
color: #333;
padding-left: 15px;
height: 40px;
line-height: 40px;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
.accordion li {
border: solid 1px #ddd;
border-left: solid 2px #D03232;
margin-bottom: 10px;
}
.accordion.style-2 li{
border: solid 1px #f2f2f2;
border-left: solid 1px #f2f2f2;
}
.accordion.style-2 li a:before{
font-family:"FontAwesome";
font-weight:normal;
color:#cccccc;
content:"\f107";
position:absolute;
right:30px;
margin-top:-1px;
}
.accordion.style-2 li a.active:before{
content:"\f106";
}
.light-text .accordion {
color: #fff;
}
.light-text .accordion a {
color: #fff;
}
.light-text .accordion li {
border-color: rgba(255,255,255,.3);
border-left: solid 2px #D03232;
background: none;
}
.expand-box .inner{
padding:30px;
border:solid 1px #f1f1f1;
}
.expand-box .req{
margin-bottom:5px;
}
.expand-box .hide-content{
display:none;
}
.expand-box .btn-fullwidth{
opacity:0;
}
.expand {
margin-bottom: 10px;
border: solid 1px #ddd;
background: #f2f2f2;
padding: 20px;
}
.expand .title {
font-weight: bold;
font-size: 15px;
color: #333;
cursor: pointer;
}
.expand .content {
display: none;
padding-left: 40px;
}
.expand.active .content {
display: block;
}
.expand .title:before {
content: "+";
font-size: 24px;
line-height: 1;
color: #D03232;
font-style: normal;
padding: 5px;
margin-right: 20px;
padding-top: 20px;
}
.expand.active .title:before {
content: "-";
}
.faq .icon-search{
position:absolute;
width:50px;
height:50px;
background:#333;
color:#fff;
text-align:center;
padding-top:18px;
}
.faq h4{padding-left:70px;}
.faq .inner{
padding:20px;
border:solid 1px #f1f1f1;
min-height:90px;
border-bottom:none;
}
.faq .btn-expand{
position:absolute;
right:0;
margin-top:0;
}
.faq .hide-content{
background:#f5f5f5;
padding:20px 20px 20px 90px;
display:none;
}
/* address
------------------------------ */
address span {
display: block;
margin-bottom: 5px;
}
address span strong {
display: inline-block;
width: 60px;
}
/* button
/*------------------------------ */
.btn {
padding: 3px 20px 3px 20px;
}
.btn-custom {
background: #D03232;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px 30px 5px 30px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
display: inline-block;
}
.btn-fullwidth{
display:block;
width:100%;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
text-align:center;
}
.btn-custom-2 {
background: #57647e;
color: #fff;
}
a.btn:hover {
background: #ddd;
color: #333 !important;
}
.btn-border {
display: block;
border: solid 3px #555;
color: #333;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px 30px 5px 30px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
display: inline-block;
}
a.btn-text {
color: #333;
display: inline-block;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
outline: none;
}
.btn-text:after {
content: "\f178";
font-family: "FontAwesome";
margin-left: 10px;
}
.btn-border-light {
display: block;
border: solid 3px rgba(255,255,255,.5);
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px 30px 5px 30px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
display: inline-block;
}
.btn-border-light:hover {
background: #eee;
color: #222;
text-decoration: none;
}
.btn-big {
padding: 10px 30px 10px 30px;
}
.btn-border {
color: #333;
border: solid 2px #333;
}
.btn-border.white {
color: #fff;
border: solid 2px #fff;
}
.btn-custom:hover {
text-decoration:none;
color: #333 !important;
background:#ccc;
}
a.btn-arrow{
text-decoration:none;
}
.btn-arrow span.line{
border-top:solid 1px #333;
width:40px;
height:1px;
display:inline-block;
float:left;
margin-top:12px;
margin-right:-3px;
width:0;
}
.btn-arrow span.url,.btn-arrow span.url:hover{
font-style:italic;
text-decoration:none;
}
.btn-arrow span.url:before{
font-family:"FontAwesome";
content:"\f105";
padding-right:10px;
font-size:16px;
font-style:normal;
}
.btn-expand:before{
position:absolute;
display:block;
width:26px;
height:26px;
text-align:center;
font-family:"FontAwesome";
content:"\f107";
color:#fff;
font-size:16px;
font-style:normal;
background:#333;
right:15px;
margin-top:30px;
}
.btn-expand.click:before{
content:"\f106";
}
/* blockquote
------------------------------ */
blockquote {
background: #fff;
margin: 1.5em 10px;
padding-left: 0;
font-family: 'Lato';
font-style: italic;
font-size: 20px;
padding: 0;
}
blockquote:before {
display: block;
color: #fff;
font-family: "Georgia";
content: 'open-quote';
font-size: 120px;
line-height: 0.1em;
vertical-align: -0.4em;
content: "\201C";
font-style: normal;
}
blockquote p {
display inline;
}
blockquote span {
font-family: "Open Sans", Arial;
display: block;
}
#testi-carousel blockquote {
font-size: 18px;
color: #fff;
background: none;
border: none;
line-height: 1.5em;
margin-top: 60px;
margin-left: 0;
}
.single-carousel-no-nav{
display:inline-block;
width:auto;
}
/* breadcrumb
------------------------------ */
.crumb {
display: block;
font-family:"Georgia";
font-size: 14px;
font-style:italic;
color:#fff;
}
.crumb .separator {
padding: 0 10px 0 10px;
}
.crumb ul, .crumb li{
padding:0;
margin:0;
list-style:none;
}
.crumb li{
display:inline;
}
.crumb li:before{
font-family:"FontAwesome";
content:"\f105";
margin-right:10px;
padding-left:10px;
color:#fff;
}
.crumb li:first-child:before{
display:none;
}
.crumb .deco {
display: inline-block;
position: relative;
}
.crumb .deco:before,
.crumb .deco:after {
content: "";
position: absolute;
height: 5px;
border-top: 1px solid white;
top: 10px;
width: 30px;
}
.crumb .deco:before {
right: 100%;
margin-right: 15px;
}
.crumb .deco:after {
left: 100%;
margin-left: 15px;
}
/* call to action
------------------------------ */
.call-to-action {
background: url(../img/bg_full_2.html) center fixed;
}
.call-to-action h2 {
margin: 0;
padding: 0;
}
.call-to-action {
background: #D03232;
padding: 30px 0 30px 0;
}
.call-to-action h2 {
color: #fff;
text-transform: none;
letter-spacing: 0;
margin-top: 5px;
font-size: 24px;
}
/* form
------------------------------ */
.input-fullwidth{
width:100%;
background:#eee;
padding:6px;
border:none;
}
#section-track .input-fullwidth{
background:rgba(255,255,255,.2);
}
/* featured box
------------------------------ */
.feature-box i {
font-size: 48px;
position: absolute;
color: #D03232;
}
.feature-box .text {
padding-left: 80px;
}
.feature-box.icon-square .text{
padding-left:90px;
}
.feature-box.icon-square > i{
font-size:32px;
width:70px;
height:70px;
text-align:center;
color:#fff;
background:#333;
padding-top:20px;
}
.f_box {
width: 49.9%;
float: left;
background: #D03232;
}
.f_box .text {
float: left;
position: absolute;
color: #fff;
font-size: 20px;
font-weight: 600;
text-align: center;
}
.f_box.f_right .text {
float: right;
}
.f_box.f_right .pic {
float: left;
}
.f_box.f_left .pic {
float: right;
}
.f_box span {
display: block;
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
margin-top: 10px;
}
.f_box .border {
width: 30px;
height: 2px;
background: #fff;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
}
.f_box.even {
background: #dba646;
}
.featured-box {
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: solid 1px #ddd;
}
.featured-box h3 {
margin-bottom: 10px;
}
.featured-box i {
color: #888;
position: absolute;
}
.featured-box .text {
padding-left: 70px;
}
.featured-box-pic img {
margin: 0 0 20px 0;
}
.featured-box-pic .inner {
}
.featured-box-pic .inner h4 {
margin-top: 0;
font-size: 22px;
}
.featured-box-pic .text {
margin-bottom: 20px;
}
.featured-box-pic .btn-custom {
background: #D03232;
color: #fff;
padding: 5px 20px 5px 20px;
}
.feature {
text-align: center;
}
.feature h4 {
}
.feature i {
display: inline-block;
margin-bottom: 20px;
float: none;
border-radius: 10px;
text-align: center;
}
.feature .border {
border: solid 1px #ddd;
background: #fff;
padding: 30px;
}
.box-with-icon-left {
padding-left: 0;
}
.box-with-icon-left .text {
margin-left: 56px;
padding: 0 30px 0 30px;
border-left: solid 1px #D03232;
}
.box-icon-small i {
position:absolute !important;
font-size:18px;
width:50px;
height:50px;
text-align:center;
padding-top:15px;
color:#fff;
border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
}
.box-icon-small .text {
padding-left: 70px;
}
.box-icon-small:hover .btn-arrow span.line{
width:30px;
}
/* form
------------------------------ */
.cta-form input[type=text], .cta-form input[type=submit] {
color: #fff;
border: none;
font-size: 20px;
height: auto;
padding: 15px;
float: left;
font-family: "Lato";
}
.cta-form input[type=text] {
border-radius: 10px 0 0 10px;
background: #21282b;
width: 75%;
}
.cta-form input[type=submit] {
border-radius: 0 10px 10px 0;
background: #D03232;
width: 25%;
}
.cta-form input[type=submit]:hover{
background:#eee;
color:#333;
}
/* heading
------------------------------ */
h1, h2 {
font-weight: 500;
color: #333;
font-family: "Montserrat";
}
h3, h4, h5, h6 {
font-weight: lighter;
;
color: #333;
font-family: "Montserrat";
}
footer h3, footerh4, footerh5, footer h6 {
font-weight: 500;
color: #fff;
}
h1.h1-style {
letter-spacing: -1px;
font-weight: lighter;
}
h1,.type-wrap.title {
font-size: 36px;
margin: 0;
margin-bottom: 20px;
letter-spacing: -1px;
text-transform: uppercase;
}
h3.title {
font-weight: 600;
padding-bottom: 10px;
margin-bottom: 20px;
}
h2 {
font-size: 26px;
text-transform: uppercase;
margin-top: 0;
}
h2 strong {
font-weight: normal;
color: #D03232;
}
h2 span {
display: block;
font-family: "Georgia";
font-style: italic;
text-transform: none;
font-size: 18px;
color: #aaa;
margin-top: 10px;
}
.box-with-icon-left h2 {
text-transform: none;
}
h3 {
font-size: 20px;
margin-bottom: 10px !important;
line-height:28px;
}
/* list
------------------------------ */
.icon-list{
list-style:none;
padding-left:20px;
}
.icon-list li:before {
font-family:"FontAwesome";
content:"\f105";
display: inline-block;
width: 1.2em; /* same as padding-left set on li */
margin-left: -1.2em; /* same as padding-left set on li */
}
.list-border-bottom li{
border-bottom:solid 1px rgba(255,255,255,.1);
padding-bottom:10px;
margin-bottom:10px;
}
.list-2-col, .list-2-col li{
padding:0;
margin:0;
}
.list-2-col li{
display:block;
padding:0;
margin:0;
width:50%;
float:left;
}
.list-2-col li:before{
font-family:"FontAwesome";
content:"\f105";
margin-right:10px;
}
.list-2-col li a{
text-decoration:none;
}
/* separator
------------------------------ */
hr {
border: none;
height: 80px;
background: url(../img/divider-1.html) center no-repeat;
clear: both;
}
.divider {
clear: both;
height: 20px;
}
.divider-single {
clear: both;
height: 30px;
}
.divider-double {
clear: both;
height: 60px;
}
.divider-line {
display: block;
clear: both;
border-bottom: solid 1px #ddd;
padding-top: 60px;
margin-bottom: 60px;
}
footer .divider-line{
padding-top:40px;
margin-bottom:40px;
border-bottom: solid 1px rgba(255,255,255,.1);
}
.divider-deco{
background:#e1e1e1;
height:1px;
margin:20px 0 20px 0;
}
.divider-deco span{
background:#333;
height:1px;
width:30px;
height:1px;
display:block;
}
.small-border {
clear: both;
width: 80px;
height: 3px;
background: #D03232;
margin: 20px auto 20px auto;
}
.tiny-border {
clear: both;
width: 40px;
height: 3px;
background: #D03232;
margin: 20px 0 20px 0;
}
.tiny-border.center{
margin:20px auto 20px auto;
}
.tiny-border.white {
background: #fff;
}
/* tab
------------------------------ */
.exo_tab {
}
.exo_tab .lt_nav {
overflow: hidden;
padding-left: 0;
margin: 0;
padding: 0;
font-weight: bold;
}
.exo_tab .lt_nav li {
float: left;
list-style: none;
background: #EEE;
margin-right: 5px;
}
.exo_tab .lt_nav li span {
padding: 8px 16px 8px 16px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
display: block;
background: #f5f5f5;
text-decoration: none;
color: #646464;
font-size: 13px;
cursor: pointer;
}
.exo_tab .lt_nav li:first-child span {
border-left: 1px solid #ddd;
}
.exo_tab .exo_tab_content {
border: 1px solid #ddd;
padding: 15px 20px 20px 20px;
margin-top: -1px;
color: #555;
background: #fff;
}
.exo_tab .lt_nav li span.active {
background: #FFF;
border-bottom: 1px solid #fff;
color: #222;
margin-bottom: -3px;
}
/* testimonial
------------------------------ */
.testimonial {
margin: 0;
background: #B7EDFF;
padding: 20px 50px;
position: relative;
font-family: Georgia, serif;
color: #666;
border-radius: 5px;
font-style: italic;
text-shadow: 0 1px 0 #ECFBFF;
background-image: linear-gradient(#f2f2f2, #dddddd);
font-size: 16px;
border: none;
}
.testimonial:before, .testimonial:after {
content: "\201C";
position: absolute;
font-size: 80px;
line-height: 1;
color: #999;
font-style: normal;
}
.testimonial:before {
top: 0;
left: 10px;
}
.testimonial:after {
content: "\201D";
right: 10px;
bottom: -0.5em;
}
.arrow-down {
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid #dddddd;
margin: 0 0 0 25px;
}
.testimonial-author {
margin: 0 0 0 25px;
font-family: Arial, Helvetica, sans-serif;
color: #999;
text-align: left;
}
.testimonial-author span {
font-size: 12px;
color: #666;
}
/* timeline
------------------------------ */
.timeline-year, .timeline-year li{
list-style:none;
padding:0;
margin:0;
}
.timeline-year{
position:relative;
}
.timeline-year:before{
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 2px;
background-color: #eeeeee;
left:35px;
margin-left: -1.5px;
}
.timeline-year li{
margin-bottom:30px;
}
.timeline-year .num{
position:absolute;
background:#e1e1e1;
color:#fff;
width:70px;
height:70px;
text-align:center;
padding-top:23px;
font-weight:bold;
border-radius:60px;
-moz-border-radius:60px;
-webkit-border-radius:60px;
}
.timeline-year .post{
padding-left:90px;
margin-bottom:20px;
}
.timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
.timeline-wrapper{
padding:30px;
border:solid 1px rgba(255,255,255,.2);
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 2px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}
.timeline.custom-tl:before {
left: 130px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline.custom-tl > li {
border-bottom:dashed 1px rgba(255,255,255,.1);
padding-bottom:20px;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: 46%;
float: left;
border: 1px solid #d4d4d4;
border-radius: 2px;
padding: 20px;
position: relative;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel {
border: 1px solid #d4d4d4;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline.custom-tl > li > .timeline-panel {
border:none;
-webkit-box-shadow: none;
box-shadow: none;
width:100%;
color:#fff;
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #ccc;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #fff;
border-right: 0 solid #fff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline.custom-tl > li > .timeline-panel:before ,
.timeline.custom-tl > li > .timeline-panel:after
{
display:none;
}
.timeline > li > .timeline-badge {
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 1.4em;
text-align: center;
position: absolute;
top: 16px;
left: 50%;
margin-left: -25px;
background-color: #999999;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline.custom-tl > li > .timeline-badge {
background:#D03232;
}
.timeline.custom-tl > li > .timeline-badge {
left: 130px;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline.custom-tl > li.timeline-inverted > .timeline-panel {
float: none;
left:170px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-badge.primary {
background-color: #2e6da4 !important;
}
.timeline-badge.success {
display:block;
background-color: #3f903f !important;
}
.timeline-badge.warning {
background-color: #f0ad4e !important;
}
.timeline-badge.danger {
background-color: #d9534f !important;
}
.timeline-badge.info {
background-color: #5bc0de !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}
.timeline-body > p + p {
margin-top: 5px;
}
.timeline-body > .location{
display:block;
text-transform:uppercase;
color:#555;
}
.timeline-body > .location a{
margin-left:10px;
text-transform:none;
}
.timeline-body > .location a:hover{
color:#fff;
text-decoration:none;
}
.timeline-date{
position:absolute;
left: 0;
top: 16px;
font-weight:bold;
color:#fff;
}
.timeline-date > span{
display:block;
font-size:12px;
text-align:center;
color:#555;
}
ul.progress li.active {
background-color: #D03232;
}
ul.progress li {
background-color: #555;
text-transform:uppercase;
font-size:11px;
}
ul.progress {
list-style: none;
margin: 0;
padding: 0;
background:#555;
}
ul.progress li {
float: left;
line-height: 20px;
height: 20px;
min-width: 24%;
position: relative;
}
ul.progress li:after {
content: '';
position: absolute;
width: 0;
height: 0;
right: 4px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #555;
}
ul.progress li:before {
content: '';
position: absolute;
width: 0;
height: 0;
right: 0px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #1A1E20 ;
}
ul.progress li.beforeactive:before {
background-color: #D03232;
}
ul.progress li.active:before {
background-color: #555;
}
ul.progress li.active:after {
border-color: transparent transparent transparent #D03232;
}
ul.progress li:last-child:after,
ul.progress li:last-child:before {
border: 0;
}
ul.progress li a {
padding: 0px 0px 0px 6px;
color: #FFF;
text-decoration: none;
}
/* widget
------------------------------ */
.widget {
margin-bottom: 40px;
border-bottom: solid 1px #ccc;
padding-bottom: 40px;
}
.widget h3 {
margin: 0;
padding-bottom: 10px;
text-transform: uppercase;
font-size: 18px;
}
.widget ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_category li {
margin-bottom: 5px;
padding: 5px 0 5px 0;
}
.widget_category li i {
margin-right: 10px;
}
.widget_recent_post li {
padding-left: 20px;
background: url(../img/list-arrow.html) left 2px no-repeat;
border-bottom: solid 1px #4b1701;
padding-bottom: 7px;
margin-bottom: 5px;
}
.widget_recent_post li a {
color: #555;
}
.widget .comments li {
padding-left: 20px;
background: url(../img/list-arrow.html) left 2px no-repeat;
border-bottom: solid 1px #4b1701;
padding-bottom: 7px;
margin-bottom: 5px;
}
.widget_tags li {
display: inline-block;
margin-right: 2px;
margin-bottom: 14px;
}
.widget_tags li a {
text-decoration: none;
text-shadow: none;
margin-bottom: 5px;
padding: 5px 10px 5px 10px;
background: none;
color: #888;
border: solid 2px #ddd;
}
.widget_tags li a:hover {
background: #fff;
color: #333;
}
footer .widget_tags li {
display: inline-block;
margin-right: -5px !important;
margin-bottom: 8px;
}
footer .widget_tags li a {
font-size:12px;
color: #888;
border: solid 1px rgba(255,255,255,.1);
}
footer .widget{
border-bottom:none;
}
.widget iframe {
margin-bottom: 20px;
border: solid 1px #ddd;
}
/*------------------------------
PLUGIN
------------------------------ */
/* owl carousel */
#awards-carousel, #awards-carousel li{
margin:0; padding:0;list-style:none;
}
#awards-carousel .overlay{
position:absolute;
width:100%;
height:100%;
background:#333;
padding:30px 30px 0 30px;
text-align:center;
font-style:italic;
opacity:0;
}
#awards-carousel .overlay:hover{
opacity:.9;
}
#awards-carousel .overlay h3 {
font-family:"Lato";
font-size:16px;
font-weight:normal;
color:#fff;
}
#awards-carousel .overlay h4 {
font-family:"Georgia";
font-size:12px;
font-weight:normal;
color:#fff;
line-height:1.8em;
margin-top:20px;
}
#awards-carousel img{
width:100%;
height:auto;
}
.testi-slider .slides li {
margin-bottom: 30px;
}
.testi-slider .testi-by {
display: block;
margin-bottom: 30px;
color: #fff;
}
.testi-slider .flex-control-nav {
margin-left: -30px;
}
.testi-slider .flex-control-paging li a {
width: 60px;
height: 5px;
background: #f4ebd8;
}
.testi-slider .flex-control-paging li a.flex-active {
background: #D03232;
}
#testi-carousel-2 blockquote{
color:#fff;
background:#333;
padding:0;
margin:0;
border:none;
font-family:"Lato";
font-size:16px;
padding:15px 20px 15px 20px;
}
#testi-carousel-2 blockquote:before{
content:none;
}
#testi-carousel-2 .testi-by{
padding:20px;
background:#f2f2f2;
height:110px;
}
#testi-carousel-2 .testi-by .name{
color:#555;
display:block;
padding-left:90px;
padding-top:10px;
}
#testi-carousel-2 .testi-by img{
position:absolute;
width:70px;
height:auto;
}
.testi-box-1 blockquote{
color:#fff;
background:#333;
padding:0;
margin:0;
border:none;
font-family:"Lato";
font-size:16px;
padding:15px 20px 15px 20px;
}
.testi-box-1 blockquote:before{
content:none;
}
.testi-box-1 .testi-by{
padding:20px;
background:#f2f2f2;
height:110px;
}
.testi-box-1 .testi-by .name{
color:#555;
display:block;
padding-left:90px;
padding-top:10px;
}
.testi-box-1 .testi-by img{
position:absolute;
width:70px;
height:auto;
}
.arrow-down {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
position:absolute;
border-top: 5px solid #333;
left:25px;
}
/* twitter widget */
.twitter-widget ul {
margin: 0;
padding: 0;
}
.twitter-widget li {
list-style: none;
clear: both;
}
.twitter-widget li img, .twitter-widget li .tweets_txt {
float: left;
margin-bottom: 10px;
}
.twitter-widget li img {
position:absolute;
margin-left:15px;
left:0;
}
.twitter-widget li .tweets_txt {
margin-left: 65px;
}
.twitter-widget li .tweets_txt span {
font-style: italic;
color: #666;
display: block;
}
/* instagram widget */
#instagram img{
margin:0 10px 10px 0;
width:55px;
height:55px;
}
/* jquery isotope
/* ------------------------------ */
.isotope,
.isotope .isotope-item {
/* change duration value to whatever you like */
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
#filters {
padding: 0;
margin: 0;
margin-bottom: 20px;
letter-spacing: 2px;
}
#filters li {
display: inline-block;
margin-right: 3px;
margin-bottom: 20px;
}
#filters a {
background: #fff;
color: #222;
padding: 5px 10px 5px 10px;
text-decoration: none;
}
#filters a.selected {
background: #D03232;
color: #FFF;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
.light-text{
color: #959595;
}
.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
color: #fff;
}
.light-text strong{
color:#fff;
}
p.lead {
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
}
strong {
color: #333;
}
.slides {
margin: 0;
padding: 0;
}
.teaser {
font-size: 18px;
line-height: 1.7em;
}
.title-text {
font-weight: bold;
font-size: 26px;
text-align: center;
margin-bottom: 40px;
}
.title-text {
overflow: hidden;
text-align: center;
}
.title-text:before,
.title-text:after {
border-top: solid 2px #D03232;
content: "";
display: inline-block;
height: 4px;
position: relative;
vertical-align: middle;
width: 50%;
}
.title-text:before {
right: 0.5em;
margin-left: -50%;
}
.title-text:after {
left: 0.5em;
margin-right: -50%;
}
.title-area {
vertical-align: middle;
display: inline-block;
text-align: left;
}
.title-area h1 {
color: #fff;
font-family: "Montserrat", Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: 500;
letter-spacing: 5px;
text-transform: uppercase;
margin: 0;
}
.title-area span {
font-size: 15px;
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 300;
}
.fx .item .overlay {
position: absolute;
bottom: 0;
background: rgba(255,255,255,.9);
padding: 20px 30px 20px 30px;
width: 100%;
}
.hover {
height: 200px;
}
.fx .item {
overflow: hidden !important;
}
.item .overlay {
color: #fff;
background: #000;
display: block;
position: absolute;
overflow: hidden;
}
.item .pf_text {
display: block;
position: absolute;
overflow: hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.item .overlay .desc {
display: block;
height: 0px;
overflow: hidden;
}
.item .overlay h3 {
font-size: 18px;
margin: 0;
padding: 0;
}
.item .overlay .time {
letter-spacing: 1px;
text-transform: uppercase;
}
/*------------------------------
/* link
/*------------------------------ */
a {
color: #D03232;
text-decoration: none;
outline: none;
}
a:hover {
color: #222;
}
footer a:hover {
color: #fff;
}
/*------------------------------
/* logo
/*------------------------------ */
#logo {
text-align: center;
}
#logo .inner {
display: table-cell;
vertical-align: middle;
height: 80px;
}
/*------------------------------
/* content
/*------------------------------ */
#content {
padding: 80px 0 80px 0;
background: #fff;
}
/* columns */
.fullwidth {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: collapse;
padding: 0 !important;
margin: 0 !important;
overflow: hidden;
}
.box-container {
width: 101%;
}
.one-fourth {
width: 24.9%;
display: table-cell;
vertical-align: middle;
}
.one-third {
width: 33.3%;
float: left;
}
.three-fourth {
width: 74.9%;
height: 100%;
display: table-cell;
}
.box-one-third {
width: 33.3%;
float: left;
}
.box-one-third .inner {
color:#fff;
padding: 60px;
}
.container-fullwidth .one-fourth{
width:25%;
float:left;
}
.bg-color-fx:hover{
background:rgba(12,121,227,.2);
}
.bg-color-fx .tiny-border{
margin:0 auto;
}
.box-padding-30{
padding:30px;
}
.bg-1{
background: url(../img/about/company/truck.html) bottom right no-repeat #1f242e;
}
/* carousel */
.custom-col-2 {
overflow: hidden;
margin-bottom: 30px;
}
.custom-col-2 .inner {
background: #222;
}
.custom-col-2 img {
width: 100%;
height: auto;
}
.custom-col-2 .overlay .desc {
display: block;
height: 0px;
overflow: hidden;
}
.custom-col-2 .overlay {
position: absolute;
display: block;
bottom: 0;
padding: 20px 30px 20px 30px;
}
.custom-col-2 .overlay h3 {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
margin: 0;
padding: 0;
color: #fff;
}
.custom-col-2 .overlay .by {
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}
.custom-col-3 {
display: table;
width: 100%;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: solid 1px #eee;
}
.custom-col-3:hover {
border-bottom: solid 1px #D03232;
}
.custom-col-3 .left-col,
.custom-col-3 .mid-col,
.custom-col-3 .right-col {
display: table-cell;
padding-right: 20px;
vertical-align: middle;
}
.custom-col-3 .left-col {
width: 180px;
}
.custom-col-3 img {
width: 100%;
height: auto;
}
.custom-col-3 h3 {
margin: 0;
}
.custom-col-3 .right-col {
text-align: right;
}
.custom-col-3 .details span {
margin-right: 5px;
}
.custom-col-3 .details strong {
font-weight: 500;
}
.custom-col-3 i {
color: #fff;
font-size: 24px;
padding: 18px;
width: 60px;
height: 60px;
text-align: center;
margin-left: 10px;
background: #555;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.custom-col-3 i:hover {
border-color: #D03232;
color: #D03232;
}
.img-fullwidth{
width:100%;
height:auto;
}
.single-carousel-arrow-nav,
.single-carousel-arrow-nav li{
list-style:none;
margin:0;
padding:0;
}
.single-carousel-arrow-nav li{
background:#f5f5f5;
}
.single-carousel-arrow-nav .text{
padding:20px 40px 20px 20px;
}
.single-carousel-arrow-nav .name, .single-carousel-arrow-nav .position{
display:block;
}
.single-carousel-arrow-nav .name{
margin-top:10px;
font-family:"Georgia";
font-style:italic;
color:#333;
}
.single-carousel-arrow-nav .position{
color:#ccc;
margin-bottom:20px;
}
#countdown-container {
color: #fff;
padding: 70px 0 60px 0;
background: #454545;
}
#countdown-container h3 {
color: #fff;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
font-size: 20px;
padding-bottom: 3px;
margin: 10px 0 3px 0;
border-bottom: solid 2px #D03232;
}
#countdown-container .time {
color: #ccc;
display: block;
font-family: "Montserrat";
text-transform: uppercase;
}
.content-group-1 {
border: solid 1px #ddd;
padding: 20px;
text-align: center;
margin-bottom: 30px;
background: #fff;
}
.content-group-1 .date-wrap {
text-align: center;
border: none;
margin: 0 auto;
display: block;
color: #fff;
}
.content-group-1 .date-wrap .date:before {
font-family: "FontAwesome";
content: "\f073";
margin-right: 10px;
color: #fff;
display: inline-block;
font-weight: normal;
}
.content-group-1 .date-wrap .date {
font-size: 20px;
padding: 0;
font-weight: bold;
background: #D03232;
padding: 10px;
}
.content-group-1 .date-wrap .month {
font-size: 16px;
letter-spacing: 2px;
margin-top: 10px;
}
.no-margin {
margin: 0 !important;
padding: 0 !important;
}
.no-top {
padding-top: 0 !important;
}
.no-bottom {
padding-bottom: 0 !important;
}
/*------------------------------
section and parallax background settings
------------------------------ */
section {
padding: 60px 0 60px 0;
background: #fff;
}
.section-title {
text-align: center;
}
#section-gallery {
background: #eee;
}
#page-events, #page-blog {
background: #D03232;
}
.no-padding {
padding: 0 !important;
}
.no-padding-top {
padding-top: 0 !important;
}
.no-padding-bottom {
padding-bottom: 0 !important;
}
#section-testimonial {
background: url(../img/bg_full_1.html) top fixed;
background-size: cover;
}
#section-text-1 {
background: #7fb32a;
color: #fff;
}
#section-text-1 h3 {
color: #fff;
}
#section-text-2 {
background: url(../img/misc/pic-6.html) top fixed;
background-size: cover;
}
#section-text {
background: #eee;
}
#latest-events {
background: #e7dacd;
}
.owl-theme .owl-controls .owl-page span {
background: #aaa !important;
}
.owl-custom-nav{
position:absolute;
z-index:100;
right:4px;
margin-top:80px;
width:40px;
}
.owl-custom-nav .btn-next:before{
font-family:"FontAwesome";
content:"\f105";
color:#fff;
background:#333;
padding:5px 12px 5px 12px;
}
.owl-custom-nav .btn-prev:before{
font-family:"FontAwesome";
content:"\f104";
color:#fff;
background:#333;
padding:5px 12px 5px 12px;
}
.owl-custom-nav a{
text-decoration:none;
}
.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before{
background:#eee;
color:#333;
}
#section-testimonial .owl-theme .owl-controls .owl-page span {
background: #fff !important;
}
#section-pricing {
background: #8c96ad;
}
#section-tracking {
background: #1a1e20;
}
#featured-box {
background: url(../img/bg_full_3.html) center fixed;
}
#bg-service-1 {
background: url(../img/bg/bg_service_1.jpg) top center #565f68;
background-size: cover;
}
#section-features {
/*background:url(../img/map.jpg) top center no-repeat;*/
}
#bg-service-2 {
background: url(../img/bg/bg_service_2.jpg) top center #236b94;
background-size: cover;
}
#bg-service-3 {
background: url(../img/bg/bg_service_3.jpg) top center #bf3f3f;
background-size: cover;
}
#bg-service-4 {
background: url(../img/bg_service_4.html) top center #565f68;
background-size: cover;
}
#bg-service-5 {
background: url(../img/bg_service_5.html) top center #565f68;
background-size: cover;
}
#bg-service-6 {
background: url(../img/bg_service_6.html) top center #565f68;
background-size: cover;
}
.side-bg {
position: relative;
}
.side-bg .image-container {
height: 100%;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
}
.side-bg .background-image {
background: url(../img/bg/bg-2.html);
background-position: 50% 50%!important;
background-size: cover!important;
width: 100%;
height: 100%;
left: 0;
position: absolute;
z-index: 0;
}
#explore-1 {
background: #D03232;
}
#explore-1.side-bg .background-image {
background: url('../img/bg/bg_square_1.jpg');
}
#explore-2 {
background: #D03232;
}
#explore-2.side-bg .background-image {
background: url('../img/bg/bg_square_2.jpg');
}
#explore-3 {
background: #D03232;
}
#explore-3.side-bg .background-image {
background: url('../img/bg/bg_square_3.jpg');
}
#section-faq {
background: url('../img/bg/bg_1.jpg') #303a43; background-size:cover;
}
#service-details.side-bg .background-image {
background: url('../img/bg/bg_service_details_1.jpg');
}
#service-details-2.side-bg .background-image {
background: url('../img/bg/bg_service_details_2.jpg');
}
#service-details-3.side-bg .background-image {
background: url('../img/bg/bg_service_details_3.jpg');
}
#section-intro {
background: url('../img/bg/bg_2.jpg') #303a43; background-size:cover;
}
#section-intro-2{
background: url('../img/bg/bg_3.jpg') #303a43; background-size:cover;
}
.sub-intro-text{
font-family:Georgia;
font-size:18px;
font-style:italic;
}
.sub-intro-text {
line-height: 0.5;
text-align: center;
}
.sub-intro-text span {
display: inline-block;
position: relative;
}
.sub-intro-text span:before,
.sub-intro-text span:after {
content: "";
position: absolute;
height: 5px;
border-top: 1px solid #D03232;
top: 5px;
width: 30px;
}
.sub-intro-text span:before {
right: 100%;
margin-right: 15px;
}
.sub-intro-text span:after {
left: 100%;
margin-left: 15px;
}
.carousel-text h1{
font-size:56px;
font-weight:800;
text-transform:uppercase;
line-height:56px;
font-weight:normal;
color:#fff;
}
.custom-font-3{
font-family:Georgia;
font-size:18px;
font-style:italic;
}
/*------------------------------
jquery toTop
------------------------------ */
#toTop {
z-index: 1555;
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 51px;
height: 51px;
border: none;
text-indent: -999px;
background: url(../img/ui.totop.png) no-repeat left top;
}
#toTopHover {
background: url(../img/ui.totop.png) no-repeat left -51px;
width: 51px;
height: 51px;
display: block;
overflow: hidden;
float: left;
}
#toTop:active, #toTop:focus {
outline: none;
}
/*------------------------------
map
------------------------------ */
.map {
margin-top: 40px;
}
.map iframe {
width: 100%;
height: 400px;
border: solid 1px #ccc;
padding: 2px;
background: #fff;
}
#map-container iframe {
width: 100%;
height: 360px;
margin-bottom: -6px;
}
#map {
width: 100%;
height: 480px;
}
#map-tracking {
overflow: hidden;
height: 0;
}
.gmap iframe {
width: 100%;
height: 200px;
}
.news-item {
margin-bottom: 30px;
}
.news-item .desc {
margin-top: 20px;
}
.news-item a h3 {
font-size: 18px;
margin: 0;
margin-bottom: 5px!important;
}
.news-item .post-details {
font-size: 11px;
color: #888;
margin-bottom: 10px;
}
.news-item .fa {
float: none;
margin: 0;
color: #D03232;
}
.news-item .separator {
text-align: center;
padding: 0 10px;
}
.news-item .quote {
background: #D03232;
padding: 25px;
color: #fff;
font-size: 16px;
font-style: italic;
}
.news-list-date, .news-list-date li{ list-style:none; margin:0; padding:0;}
.news-list-date{
border:solid 1px #f2f2f2;
}
.news-list-date li{
padding:20px;
padding-bottom:10px;
border-bottom:solid 1px #f2f2f2;
}
.news-list-date .date{
position:absolute;
background:#333;
width:70px;
height:70px;
text-align:center;
font-weight:bold;
}
.news-list-date .date span{
display:block;
}
.news-list-date .date .day{
font-size:18px;
color:#fff;
margin-top:10px;
}
.news-list-date .date .month{
font-size:14px;
color:#fff;
}
.news-list-date .text{
padding-left:85px;
}
.news-list-date h4{
margin:0;
margin-bottom:5px;
}
.list-thumbnail, .list-thumbnail li{ list-style:none; margin:0; padding:0;}
.list-thumbnail{
border:solid 1px #f5f5f5;
}
.list-thumbnail li{
padding:20px;
border-bottom:solid 1px #f2f2f2;
}
.list-thumbnail img{
position:absolute;
width:70px;
height:auto;
}
.list-thumbnail .text{
padding-left:85px;
}
.list-thumbnail h4{
margin:0;
margin-bottom:5px;
}
.list-thumbnail li:nth-child(odd) {
background:#f5f5f5;
}
.list-thumbnail li:nth-child(even) {
}
/*------------------------------
/* contact */
/*------------------------------ */
.error {
width: 280px;
display: none;
color: #C03;
font-size: 12px;
margin-bottom: 10px;
}
.success {
display: none;
padding: 2px 10px 2px 10px;
background: #E5EAD4;
color: #555;
width: 280px;
font-size: 12px;
}
.error img {
vertical-align: top;
}
.full {
width: 98%;
}
#contact input[type="text"], #contact textarea {
}
#contact select {
width: 100%;
}
.contact_form_holder .form-control {
margin: 20px 0 20px 0;
}
#contact input[type=text], #contact textarea {
background: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#contact-form-wrapper {
background: #eee;
padding: 20px 60px 40px 60px;
}
.contact-info .title {
display: block;
font-size: 16px;
font-weight: 800;
color: #222;
margin-bottom: 10px;
}
.booking_form_holder .form-control {
margin-bottom: 20px;
}
.form-transparent input{
margin-bottom:30px;
padding:8px !important;
height:auto;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}
.form-transparent input[type=text]{
background:rgba(255,255,255,.2);
color:#fff;
border:none;
font-size:16px;
}
.form-transparent .text-label{
padding:5px 0 1px 0;
margin-bottom:30px;
}
.form-transparent h3{
padding:0;
margin:0;
}
.subscribe {
display:table;
width:100%;
margin-top:10px
}
.subscribe .l-col {
width:65%;
float:left;
}
.subscribe .r-col {
width:35%;
float:left;
}
.subscribe input {
color:#fff!important;
margin-bottom:15px;
/*background:rgba(255,255,255,.5);*/
border-radius:0!important;
-moz-border-radius:0!important;
-webkit-border-radius:0!important;
border:solid 1px rgba(255,255,255,.2);
border-right:none!important;
}
.subscribe input.btn-custom {
padding:3px 10px;
border:none!important
}
.subscribe input[type=text]{
background:none;
height:26px;
font-size:12px;
padding:2px 10px 2px 10px;
}
.simple-form {
margin-top:10px
}
.simple-form .l-col {
width:100%;
float:left;
}
.simple-form .r-col {
position:absolute;
right:15px;
}
.simple-form input {
color:#333!important;
margin-bottom:15px;
/*background:rgba(255,255,255,.5);*/
border-radius:0!important;
-moz-border-radius:0!important;
-webkit-border-radius:0!important;
border:none!important;
}
.simple-form input.btn-custom {
padding:3px 10px;
border:none!important;
}
.simple-form input[type=text]{
background:#f5f5f5;
height:26px;
padding:2px 60px 2px 10px;
}
.simple-form input[type=submit]{
color:#fff !important;
}
/* ------------------------------
gallery
/* ------------------------------ */
.blog-carousel {
list-style: none;
margin: 0;
padding: 0;
}
.blog-carousel h4 {
line-height: 1.5em;
font-weight: bold;
font-size: 16px;
margin-bottom: 5px;
}
.blog-carousel img {
margin-bottom: 20px;
}
.blog-carousel .date-post {
display: block;
margin-bottom: 15px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
#gallery .item {
text-align: center;
font-size: 12px;
width: 32.5%;
margin: 1px;
float: left;
}
.gallery .item img {
width: 100%;
}
#gallery .item h4 {
font-size: 16px;
margin-bottom: 0;
}
#gallery-fullwidth .gallery-item {
width: 16.65%;
float: left;
}
#gallery-fullwidth .gallery-item img {
width: 100%;
}
#gallery-isotope .item {
background: #333;
margin: 0 10px 10px 0;
overflow: hidden;
}
#gallery-isotope img {
width: 100%;
height: auto;
}
.ex-gallery .project-name {
display: block;
letter-spacing: 2px;
padding: 5px 10px 5px 10px;
margin: 0 auto;
margin-top: 20px;
text-transform: uppercase;
font-weight: 800;
color: #fff;
}
.ex-gallery .small-border {
height: 2px;
display: block;
background: #D03232;
width: 50px;
margin: 0;
margin-left: auto;
margin-right: auto;
}
.ex-gallery .overlay .icon {
display: inline-block;
text-align: center;
}
.ex-gallery .overlay .icon i {
text-shadow: none;
color: #fff;
font-size: 26px;
padding: 16px;
width: 60px;
height: 60px;
text-align: center;
border-radius: 60px;
margin-left: 10px;
border: solid 2px #fff;
}
.ex-gallery .overlay .icon i.icon-info {
margin-left: 0;
}
.ex-gallery .overlay .icon i:hover {
color: #222;
background: #333;
}
/*------------------------------
/* FEATURED BOX
/*------------------------------ */
.dark .feature {
color: #fff;
}
.dark .feature h4 {
color: #fff;
}
.dark .feature i {
color: #ccc;
}
#slider {
text-align: center;
height: 100%;
}
.slider-info {
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
font-family: "Open Sans";
top: 30%;
}
.callbacks_nav.prev {
left: 0;
}
.callbacks_nav.next {
right: 0;
}
.slider-info h1 {
font-size: 48px;
color: #fff;
display: inline-block;
padding: 20px 0 20px 0;
font-weight: 300;
letter-spacing: -1px;
border-bottom: solid 3px #D03232;
}
.slider-info .btn {
margin-top: 10px;
}
.slider-info .text {
color: #fff;
font-size: 14px;
}
/* main slider */
#menu-parallax-bg {
padding: 60px 0 60px 0;
margin: 60px 0 60px 0;
background: url(../img/bg-big-1.html) top center;
}
/*------------------------------
control nav
------------------------------ */
.hover {
font-size: 12px;
display: block;
width: 100%;
height: 100px;
background: #fff;
position: absolute;
overflow: hidden;
line-height: 1.5em;
text-align: center;
}
.hover .btn-view-details {
display: inline-block;
font-size: 14px;
color: #D03232;
padding: 10px 20px 10px 20px;
text-decoration: none;
margin: 0 auto;
border: solid 1px #D03232;
}
.social-icons i {
text-align: center;
color: #fff!important;
font-size: 20px!important;
border-radius: 60px;
padding: 8px!important;
width: 38px;
height: 38px;
margin-right: 10px;
margin-bottom: 10px!important;
background: #D03232;
border: solid 2px #D03232;
}
.social-icons i:hover {
color: #D03232;
border: solid 2px #D03232;
background: none;
}
/* overide */
.form-control {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.pull-left {
margin: 0 20px 0 0;
}
img.pull-right{
padding-left:20px;
}
.col-md-3 {
margin-left: -1px;
}
.pagination li a {
color: #D03232;
}
.pagination li.active a {
background: #D03232;
border: solid 1px #D03232;
}
.pagination li.active a:hover {
background: #D03232;
border: solid 1px #D03232;
}
/* misc */
#section-tracking-result{
display:none;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
#section-track{
position:absolute;
width:100%;
top:90%;
background:none;
font-size:12px;
}
#section-track .inner{
height:36px;
border:solid 1px rgba(255,255,255,.2);
padding:2px;
padding-left:10px;
}
#section-track h3{
display:inline-block;
margin:0;
padding:0;
margin-right:20px;
padding-right:20px;
border-right:solid 1px rgba(255,255,255,.2);
}
#section-track .btn-fullwidth{
padding:6px;
}
.grey{
color:#888;
}
.side-nav{
border:solid 1px #f2f2f2;
}
.typed-strings p{position:absolute;}
.type-wrap.title.big {font-size:60px !important; font-weight:600; color:#fff;}
.side-nav li{
border-bottom:solid 1px #f2f2f2;
padding:10px 20px 10px 20px;
}
.side-nav li a{
color:#333;
}
.side-nav li.active{
background:#333;
}
.side-nav li.active a{
color:#fff;
}
.side-nav li:hover{
background:#f2f2f2;
}
.text-white{color:#fff;}
.wrapper-line{
border:solid 1px rgba(255,255,255,.1);
overflow:hidden;
}
.padding30{padding:30px;}
.padding40{padding:40px;}
.rounded10{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.counter{
display:table;
height:100%;
}
.counter .num, .counter .text{
display:table-cell;
vertical-align:middle;
}
.counter .num{
font-size:25px;
font-weight:bold;
padding-right:20px;
}
.counter .tiny-border{
margin:5px 0 0 0;
}
.row.no-gutter div[class*="col-"] {
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
padding-right: 0;
padding-left: 0;
}
.padding-5{
padding:50px;
}
.container-fluid{
padding:0;
}
.team-profile h4 {
display: block;
text-transform: none;
font-size: 14px;
color: #888;
margin-top: 10px;
}
.team-profile .text {
margin: -20px 20px 0 20px !important;
position: relative;
background: #eee;
padding: 20px;
padding-top: 5px;
border-top: solid 3px #D03232;
}
.team-social-icons i {
color: #D03232;
font-size: 16px;
margin-right: 15px;
}
.team-social-icons {
display: inline-block;
margin-top: 10px;
}
.team-list .name, .team-list .position{
display:block;
}
.team-list .name{
margin-top:10px;
font-family:"Georgia";
font-style:italic;
}
.team-list .pic{
position:relative;
}
.team-list .pic .fx{
display:block;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}
.team-list .pic .fx:hover{
background:rgba(12,121,227,.5);
}
.h-border {
height: 1px;
background: rgba(255,255,255,.3);
}
.bg-grey{
background:#eee;
}
@keyframes box_icon_move {
from {
padding-top: 10px;
}
to {
padding-top: 50px;
}
}
@keyframes box_icon_move_out {
from {
padding-top: 50px;
}
to {
padding-top: 10px;
}
}
@keyframes move {
from {
margin-left: 0px;
}
to {
margin-left: 20px;
}
}
.box-with-icon-left i {
position: absolute;
-moz-animation: 1s box_icon_move_out alternate forwards;
}
.box-with-icon-left:hover > i {
background: #333;
height: 100%;
-moz-animation: 1s box_icon_move alternate forwards;
}
.box-with-icon-left:hover > .text {
border-color: #333;
}
.box-with-icon-left:hover > .text a.btn-text {
-moz-animation: 1s move infinite alternate;
}
.icon-big {
font-size: 32px !important;
margin-bottom: 20px;
color: #fff;
background: #D03232;
padding: 10px;
width: 56px;
height: 56px;
text-align: center;
}
/* animate */
a,
a:hover,
.custom-col-3 i,
.custom-col-3 i:hover,
.custom-carousel-2 .item-blog,
.custom-carousel-2 .item-blog:hover,
.custom-col-3,
.custom-col-3:hover,
.blog-list li,
.blog-list li:hover,
.event-item .right-col,
.event-item:hover .right-col,
.box-with-icon-left,
.box-with-icon-left i,
.box-with-icon-left .text,
.box-with-icon-left .text a.btn-text,
.box-icon-small .btn-arrow span.line,
.box-icon-small:hover .btn-arrow span.line,
.bg-color-fx,
.bg-color-fx:hover,
#awards-carousel .overlay,
#awards-carousel .overlay:hover,
header .search input[type=text],
header .search input[type=text]:focus,
.team-list .pic .fx,
.team-list .pic .fx:hover,
#mainmenu li,
#mainmenu a,
.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before,
input.btn-custom,
.cta-form input[type=submit],
.cta-form input[type=submit]:hover
{
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.logo-partners img {
width: 100%;
}
.custom-carousel-1,
.custom-carousel-2,
#testi-carousel {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 8px !important;
height: 8px !important;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0!important;
border-radius: 0 !important;
}
#calendar .fc-view {
background: #fff;
}
.img-full {
width: 100%;
height: auto;
}
.img-event {
margin-bottom: 30px;
}
.latest h3.title {
width: 340px;
text-align: center;
padding: 0;
background: #4e3927;
color: #fff;
padding: 10px;
height: 50px;
margin: 0 auto;
}
.no-bottom {
margin-bottom: 0 !important;
padding-bottom: 0;
}
#preloader {
position: absolute;
z-index: 100001;
width: 100%;
height: 100%;
background: url(../img/loader.gif) center no-repeat #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
header {
display: none;
}
header.clone {
display: block;
position: inherit;
margin: 0;
padding: 0;
margin-top: 0;
}
header .col-md-9 {
text-align: right;
}
#mainmenu-container {
display: inline-block;
text-align: right;
margin-right: 20px;
}
header .social{display:none;}
#subheader .overlay{background:none;}
}
@media (max-width: 992px) {
#slider .slider-info {
display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
margin-bottom: 30px;
}
.box-one-third {
width: 100%;
}
#gallery .item{
width:100%;
}
header {
display: none;
}
header.clone {
display: block;
position: inherit;
margin: 0;
padding: 0;
margin-top: 0;
}
header.clone #logo {
display: block;
}
header.clone #logo a{
text-align:center;
}
header.clone #logo .logo-2{
display:inline-block !important;
}
header.clone #logo img{
max-height:60px;
width:auto;
}
#subheader {
padding: 40px 0 40px 0;
}
#logo {
margin: 0 auto;
text-align: center;
}
#logo .inner {
margin: 20px 0 20px 0;
}
#booking input, #booking select {
width: 100%;
margin-bottom: 10px;
}
.selectnav {
display: block;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 20px;
}
#mainmenu-container {
display: block;
}
header .buttons {
width: 100%;
display: block;
text-align: center;
float: none;
margin-top: 0px;
}
header, #content, footer, #subheader, #booking {
padding-left: 20px;
padding-right: 20px;
}
header, #mainmenu-container {
border: none;
}
footer nav {
display: inline-block;
}
.blog-list li {
width: 100%;
}
.bloglist-small {
float: left;
}
.custom-col-3 {
display: block;
}
.custom-col-3 .left-col,
.custom-col-3 .mid-col {
width: 50%;
background: #f2f2f2;
}
.custom-col-3 .right-col {
display: block;
text-align: center;
padding: 40px 0 20px 0;
}
#section-text-1 img {
width: 100%;
}
#subheader {
padding-bottom: 0;
}
.crumb {
display: none;
}
header .social {
width: 100%;
text-align: center;
margin: 40px 0 40px 0;
}
#section-track{
display:none;
}
.one-fourth, .three-fourth {
width: 100% !important;
display: block;
float: none;
}
.one-fourth .title-area, .three-fourth .title-area {
padding: 20px 0 20px 0;
}
#menu-btn {
display:block
}
#mainmenu-container{
display:block;
}
#mainmenu {
display:none;
left:0;
float:none;
z-index:200;
width:100%;
margin:0;
padding:0 20px 0 20px;
}
#mainmenu > li{
font-size:16px;
margin-bottom:0;
}
#mainmenu li {
text-align:left;
border-bottom:solid 1px #ddd;
}
#mainmenu li li{
padding-left:30px;
}
#mainmenu li a:hover{
background:none !important;
}
#mainmenu li:hover{
background:#eee;
}
#mainmenu li ul {
display:block;
position:inherit;
margin:0;
width:100%
}
#mainmenu li li{
background:#fff;
}
#mainmenu li {
border-bottom:solid 1px #eee;
margin:0;
width:100%;
display:block;
letter-spacing:3px
}
#mainmenu li:last-child {
margin-bottom:30px
}
#mainmenu > li li:first-child {
border-top:solid 1px #eee;
}
#mainmenu li ul {
border-top:solid 1px #333;
border:none;
margin-top:-15px;
top: 0px;
}
#mainmenu li ul a {
width:100%;
background:none;
border:none
}
#mainmenu li ul li a {
display:block
}
#mainmenu li ul li:last-child {
border-bottom:none;
margin:0
}
#mainmenu li ul li:last-child a {
border-bottom:none
}
#mainmenu li a {
color:#555!important;
letter-spacing:0;
}
.timeline.custom-tl > li > .timeline-panel {
width:50%;
}
header .search,
header .social
{display:none;}
#subheader .overlay{background:none;}
.cta-form input[type=text] {
width: 60%;
}
.cta-form input[type=submit] {
border-radius: 0 10px 10px 0;
background: #D03232;
width: 40%;
}
}
| 0.11827 | 0.054828 |
body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
p.about {
text-indent: 20px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
color: #e74c3c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.btn-learn-more {
color: #fff;
font-weight: bold;
padding-top: 10px;
}
#details {
padding-top: 20px;
font-weight: 200;
font-size: 1.25em;
}
.oss-projects {
padding-bottom: 15px;
}
.oss-projects p {
margin: 0px;
}
.oss-projects .roles {
font-weight: 500;
font-size: 1.2em;
}
.oss-projects a {
font-weight: 500;
font-size: 1.25em;
color: #2d3e4f;
}
nav {
background-color: #2d3e4f !important;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
color: #fff;
border-bottom: 4px solid #2c3e50;
transition-delay: 0s;
transition-duration: 0.4s;
transition-property: all;
transition-timing-function: ease;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #fff;
border-bottom: 4px solid #fff;
transition-delay: 0s;
transition-duration: 0.8s;
transition-property: all;
transition-timing-function: ease;
}
hr.star-light,
hr.star-primary {
margin: 25px auto 30px;
padding: 0;
max-width: 250px;
border: 0;
border-top: solid 4px;
text-align: center;
}
hr.star-light {
border-color: #fff;
}
hr.star-primary {
border-color: #2c3e50;
}
img.grayscale:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
img.grayscale {
filter: none;
-webkit-filter: grayscale(0%);
}
.img-centered {
margin: 0 auto;
}
header {
text-align: center;
color: #fff;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQIW2N87mOzmYGBwYcBChif+9j8h3FANLLAFpBKDBUAmO0KvexnxscAAAAASUVORK5CYII=) repeat;
}
header .container {
padding-top: 100px;
padding-bottom: 50px;
}
header img {
display: block;
margin: 0 auto 20px;
}
header .intro-text .name {
display: block;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 2em;
font-weight: 700;
}
header .intro-text .skills {
font-size: 1.25em;
font-weight: 400;
}
@media(min-width:768px) {
header .container {
padding-top: 200px;
padding-bottom: 100px;
}
header .intro-text .name {
font-size: 4.75em;
}
header .intro-text .skills {
font-size: 1.75em;
}
}
@media(min-width:768px) {
.navbar-fixed-top {
padding: 25px 0;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
font-size: 2em;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
padding: 10px 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
}
.navbar {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.navbar a:focus {
outline: 0;
}
.navbar .navbar-nav {
letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
outline: 0;
}
.navbar-default,
.navbar-inverse {
border: 0;
}
section {
padding: 100px 0;
}
section h2 {
margin: 0;
font-size: 3em;
}
section.success {
color: #fff;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJUlEQVQIW2OU2DPn/6/LtxjYdNUYQIARJABmMTAwgCTAAnhVAAD20hUPtQrfHwAAAABJRU5ErkJggg==) repeat;
}
@media(max-width:767px) {
section {
padding: 75px 0;
}
section.first {
padding-top: 75px;
}
}
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
margin: 0 auto;
max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(24,188,156,.9);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
font-size: 20px;
color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
margin: 0;
}
#portfolio * {
z-index: 2;
}
@media(min-width:767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
}
.btn-outline {
margin-top: 15px;
border: solid 2px #fff;
font-size: 20px;
color: #fff;
background: 0 0;
transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
border: solid 2px #fff;
color: #18bc9c;
background: #fff;
}
.floating-label-form-group {
position: relative;
margin-bottom: 0;
padding-bottom: .5em;
border-bottom: 1px solid #eee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: 0;
border-radius: 0;
font-size: 1.5em;
background: 0 0;
box-shadow: none!important;
resize: none;
}
.floating-label-form-group label {
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: .85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top .3s ease,opacity .3s ease;
-moz-transition: top .3s ease,opacity .3s ease;
-ms-transition: top .3s ease,opacity .3s ease;
transition: top .3s ease,opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #18bc9c;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #eee;
}
footer {
color: #fff;
}
footer h3 {
margin-bottom: 30px;
}
footer .footer-above {
padding-top: 50px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAIElEQVQIW2PUsQv4z8DAwPD/P8NzRkYGSRAbBBipJwEACkQS6S3zyusAAAAASUVORK5CYII=) repeat;
}
footer .footer-col {
margin-bottom: 50px;
}
footer .footer-below {
padding: 25px 0;
background-color: #233140;
}
.btn-social {
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #fff;
border-radius: 100%;
text-align: center;
font-size: 20px;
line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
outline: 0;
}
.scroll-top {
z-index: 1049;
position: fixed;
right: 2%;
bottom: 2%;
width: 50px;
height: 50px;
}
.scroll-top .btn {
width: 50px;
height: 50px;
border-radius: 100%;
font-size: 20px;
line-height: 28px;
}
.scroll-top .btn:focus {
outline: 0;
}
.portfolio-modal .modal-content {
padding: 100px 0;
min-height: 100%;
border: 0;
border-radius: 0;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal .modal-content h2 {
margin: 0;
font-size: 3em;
}
.portfolio-modal .modal-content img {
margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
margin: 30px 0;
}
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal .close-modal:hover {
opacity: .3;
}
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #2c3e50;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #2c3e50;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
display: none;
opacity: 0;
}
|
static/css/site.css
|
body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
p.about {
text-indent: 20px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
color: #e74c3c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.btn-learn-more {
color: #fff;
font-weight: bold;
padding-top: 10px;
}
#details {
padding-top: 20px;
font-weight: 200;
font-size: 1.25em;
}
.oss-projects {
padding-bottom: 15px;
}
.oss-projects p {
margin: 0px;
}
.oss-projects .roles {
font-weight: 500;
font-size: 1.2em;
}
.oss-projects a {
font-weight: 500;
font-size: 1.25em;
color: #2d3e4f;
}
nav {
background-color: #2d3e4f !important;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
color: #fff;
border-bottom: 4px solid #2c3e50;
transition-delay: 0s;
transition-duration: 0.4s;
transition-property: all;
transition-timing-function: ease;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #fff;
border-bottom: 4px solid #fff;
transition-delay: 0s;
transition-duration: 0.8s;
transition-property: all;
transition-timing-function: ease;
}
hr.star-light,
hr.star-primary {
margin: 25px auto 30px;
padding: 0;
max-width: 250px;
border: 0;
border-top: solid 4px;
text-align: center;
}
hr.star-light {
border-color: #fff;
}
hr.star-primary {
border-color: #2c3e50;
}
img.grayscale:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
img.grayscale {
filter: none;
-webkit-filter: grayscale(0%);
}
.img-centered {
margin: 0 auto;
}
header {
text-align: center;
color: #fff;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQIW2N87mOzmYGBwYcBChif+9j8h3FANLLAFpBKDBUAmO0KvexnxscAAAAASUVORK5CYII=) repeat;
}
header .container {
padding-top: 100px;
padding-bottom: 50px;
}
header img {
display: block;
margin: 0 auto 20px;
}
header .intro-text .name {
display: block;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 2em;
font-weight: 700;
}
header .intro-text .skills {
font-size: 1.25em;
font-weight: 400;
}
@media(min-width:768px) {
header .container {
padding-top: 200px;
padding-bottom: 100px;
}
header .intro-text .name {
font-size: 4.75em;
}
header .intro-text .skills {
font-size: 1.75em;
}
}
@media(min-width:768px) {
.navbar-fixed-top {
padding: 25px 0;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
font-size: 2em;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
padding: 10px 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
}
.navbar {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.navbar a:focus {
outline: 0;
}
.navbar .navbar-nav {
letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
outline: 0;
}
.navbar-default,
.navbar-inverse {
border: 0;
}
section {
padding: 100px 0;
}
section h2 {
margin: 0;
font-size: 3em;
}
section.success {
color: #fff;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJUlEQVQIW2OU2DPn/6/LtxjYdNUYQIARJABmMTAwgCTAAnhVAAD20hUPtQrfHwAAAABJRU5ErkJggg==) repeat;
}
@media(max-width:767px) {
section {
padding: 75px 0;
}
section.first {
padding-top: 75px;
}
}
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
margin: 0 auto;
max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(24,188,156,.9);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
font-size: 20px;
color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
margin: 0;
}
#portfolio * {
z-index: 2;
}
@media(min-width:767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
}
.btn-outline {
margin-top: 15px;
border: solid 2px #fff;
font-size: 20px;
color: #fff;
background: 0 0;
transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
border: solid 2px #fff;
color: #18bc9c;
background: #fff;
}
.floating-label-form-group {
position: relative;
margin-bottom: 0;
padding-bottom: .5em;
border-bottom: 1px solid #eee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: 0;
border-radius: 0;
font-size: 1.5em;
background: 0 0;
box-shadow: none!important;
resize: none;
}
.floating-label-form-group label {
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: .85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top .3s ease,opacity .3s ease;
-moz-transition: top .3s ease,opacity .3s ease;
-ms-transition: top .3s ease,opacity .3s ease;
transition: top .3s ease,opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #18bc9c;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #eee;
}
footer {
color: #fff;
}
footer h3 {
margin-bottom: 30px;
}
footer .footer-above {
padding-top: 50px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAIElEQVQIW2PUsQv4z8DAwPD/P8NzRkYGSRAbBBipJwEACkQS6S3zyusAAAAASUVORK5CYII=) repeat;
}
footer .footer-col {
margin-bottom: 50px;
}
footer .footer-below {
padding: 25px 0;
background-color: #233140;
}
.btn-social {
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #fff;
border-radius: 100%;
text-align: center;
font-size: 20px;
line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
outline: 0;
}
.scroll-top {
z-index: 1049;
position: fixed;
right: 2%;
bottom: 2%;
width: 50px;
height: 50px;
}
.scroll-top .btn {
width: 50px;
height: 50px;
border-radius: 100%;
font-size: 20px;
line-height: 28px;
}
.scroll-top .btn:focus {
outline: 0;
}
.portfolio-modal .modal-content {
padding: 100px 0;
min-height: 100%;
border: 0;
border-radius: 0;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal .modal-content h2 {
margin: 0;
font-size: 3em;
}
.portfolio-modal .modal-content img {
margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
margin: 30px 0;
}
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal .close-modal:hover {
opacity: .3;
}
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #2c3e50;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #2c3e50;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
display: none;
opacity: 0;
}
| 0.424889 | 0.122313 |
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.switch_radio {
height: 35px;
margin-bottom: 10px;
position: relative;
width: 72px;
}
.switch_radio .off_state,
.switch_radio .on_state {
-webkit-transition: opacity 0.2s ease-out 0.1s;
-moz-transition: opacity 0.2s ease-out 0.1s;
-o-transition: opacity 0.2s ease-out 0.1s;
transition: opacity 0.2s ease-out 0.1s;
cursor: pointer;
display: block;
font-size: 1em;
font-weight: bold;
line-height: 1em;
position: absolute;
top: 7px;
text-transform: uppercase;
}
.switch_radio .off_state {
right: 30px;
}
.switch_radio .on_state {
color: #fefefe;
opacity: 0;
left: 10px;
}
.switch_radio .switch {
height: 0;
left: 0;
line-height: 0;
position: absolute;
top: 0;
width: 0;
}
.switch_radio .switch:before,
.switch_radio .switch:after {
content: '';
position: absolute;
}
.switch_radio .switch:before {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-webkit-transition: background-color 0.2s ease-out 0.1s;
-moz-transition: background-color 0.2s ease-out 0.1s;
-o-transition: background-color 0.2s ease-out 0.1s;
transition: background-color 0.2s ease-out 0.1s;
background: #bdc3c7;
height: 25px;
left: -4px;
top: 0;
width: 72px;
}
.switch_radio .switch:after {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: -webkit-transform 0.2s ease-out 0.1s;
-moz-transition: -moz-transform 0.2s ease-out 0.1s;
-o-transition: -o-transform 0.2s ease-out 0.1s;
transition: transform 0.2s ease-out 0.1s;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
background: #fefefe;
height: 24px;
width: 24px;
}
.switch_radio .switch:checked:after {
-webkit-transform: translate(40px, 0);
-moz-transform: translate(40px, 0);
-ms-transform: translate(40px, 0);
-o-transform: translate(40px, 0);
transform: translate(40px, 0);
}
.switch_radio .switch:checked ~ .off_state {
opacity: 0;
}
.switch_radio .switch:checked ~ .on_state {
opacity: 1;
}
.switch_radio .switch:checked:before{
background: #279FD9;
}
|
release/src/router/www/css/effect.css
|
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.switch_radio {
height: 35px;
margin-bottom: 10px;
position: relative;
width: 72px;
}
.switch_radio .off_state,
.switch_radio .on_state {
-webkit-transition: opacity 0.2s ease-out 0.1s;
-moz-transition: opacity 0.2s ease-out 0.1s;
-o-transition: opacity 0.2s ease-out 0.1s;
transition: opacity 0.2s ease-out 0.1s;
cursor: pointer;
display: block;
font-size: 1em;
font-weight: bold;
line-height: 1em;
position: absolute;
top: 7px;
text-transform: uppercase;
}
.switch_radio .off_state {
right: 30px;
}
.switch_radio .on_state {
color: #fefefe;
opacity: 0;
left: 10px;
}
.switch_radio .switch {
height: 0;
left: 0;
line-height: 0;
position: absolute;
top: 0;
width: 0;
}
.switch_radio .switch:before,
.switch_radio .switch:after {
content: '';
position: absolute;
}
.switch_radio .switch:before {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-webkit-transition: background-color 0.2s ease-out 0.1s;
-moz-transition: background-color 0.2s ease-out 0.1s;
-o-transition: background-color 0.2s ease-out 0.1s;
transition: background-color 0.2s ease-out 0.1s;
background: #bdc3c7;
height: 25px;
left: -4px;
top: 0;
width: 72px;
}
.switch_radio .switch:after {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: -webkit-transform 0.2s ease-out 0.1s;
-moz-transition: -moz-transform 0.2s ease-out 0.1s;
-o-transition: -o-transform 0.2s ease-out 0.1s;
transition: transform 0.2s ease-out 0.1s;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
background: #fefefe;
height: 24px;
width: 24px;
}
.switch_radio .switch:checked:after {
-webkit-transform: translate(40px, 0);
-moz-transform: translate(40px, 0);
-ms-transform: translate(40px, 0);
-o-transform: translate(40px, 0);
transform: translate(40px, 0);
}
.switch_radio .switch:checked ~ .off_state {
opacity: 0;
}
.switch_radio .switch:checked ~ .on_state {
opacity: 1;
}
.switch_radio .switch:checked:before{
background: #279FD9;
}
| 0.245537 | 0.047936 |
* {
outline: 0;
}
.pr0 {
padding-right: 0px;
}
.pl0 {
padding-left: 0px;
}
.feature-item p {
margin-bottom: 0px;
}
.feature-item h3 {
margin-top: 0px;
margin-bottom: 15px;
font-family: "Iosevka Bold";
font-size: 26px;
line-height: 28px;
color: #4ebb00;
}
.feature-item h3 span {
display: block;
font-family: "Iosevka Regular";
color: #262626;
}
.btn {
line-height: 1;
border-radius: 0px;
outline: 0 !important;
}
.btn-shadow {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
outline: 0;
}
.btn-shadow:active {
box-shadow: none;
}
.btn-custom-lg {
font-family: "Iosevka Medium";
padding: 20px 36px;
margin: 15px 0px;
text-transform: uppercase;
}
.btn-round {
border-radius: 50px;
}
.btn-yellow,
.btn-yellow:hover {
color: #5c4a0b;
}
.btn-yellow {
background-color: #ffc90f;
color: #5c4a0b;
}
.btn-yellow:hover {
background-color: #ffd428;
}
.btn-yellow:focus {
color: #5c4a0b;
}
.btn-custom-lg i {
line-height: 0.3;
}
.btn-black {
background-color: #262626;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black {
color: white;
}
.btn-black:hover {
background-color: #4b4b4b;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.btn-green {
color: white;
}
.btn-green {
background-color: #4ebb00;
}
.btn-green:hover {
background-color: #56cb00;
}
.text-block {
display: block;
margin: 15px 0px;
padding: 30px;
border-radius: 4px;
background-color: white;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.text-block h3 {
margin-top: 0px;
}
.list-params {
color: #8c8e8f;
margin-bottom: 30px;
}
.list-params li {
border-bottom: solid 1px #e4e4e5;
line-height: 1.6em;
margin: 0 0 5px 0;
}
.list-params li span {
color: #666869;
float: right;
}
/*custom grid*/
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-five {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-five {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-five {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-five {
width: 20%;
float: left;
}
}
/*end custom grid*/
.real-estate-complex-bg {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #598457;
height: 100vh;
min-height: 700px;
position: relative;
margin-bottom: 60px;
}
.feature-item {
display: block;
margin-bottom: 30px;
padding: 20px;
background-color: white;
min-height: 292px;
}
.feature-item p {
margin-bottom: 0px;
}
.feature-item h3 {
margin-top: 0px;
margin-bottom: 15px;
font-family: "Iosevka Bold";
font-size: 26px;
line-height: 28px;
color: #4ebb00;
}
.feature-item h3 span {
display: block;
font-family: "Iosevka Regular";
color: #262626;
}
/*
.navigation-rc{
padding-left: 0px;
}
.navigation-rc li{
list-style-type: none;
}
.navigation-rc-item {
background-color: white;
font-family: "Iosevka Slab";
font-size: 18px;
height: 50px;
display: block;
margin-bottom: 7px;
}
.navigation-rc-icon-bg {
background-color: #f7f7f7;
height: 50px;
width: 50px;
float: left;
padding: 9px 6px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-icon {
background-image: url(../img/residential_complex.png);
width: 38px;
height: 31px;
}
.navigation-rc-item:hover .navigation-rc-icon-bg{
background-color: #4EBB00;
}
.navigation-rc-icon-key {
background-position: 0px -31px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-item:hover .navigation-rc-icon-key {
background-position: -36px -31px;
}
.navigation-rc-icon-info {
background-position: 0px -62px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-item:hover .navigation-rc-icon-info {
background-position: -36px -62px;
}
.navigation-rc-icon-infrastructure {
background-position: 0px -93px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-item:hover .navigation-rc-icon-infrastructure {
background-position: -36px -93px;
}
.navigation-rc-icon-stages-construction {
background-position: 0px 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-item:hover .navigation-rc-icon-stages-construction {
background-position: -36px 0px;
}
.navigation-rc-item-value {
float: left;
color: #666869;
border-bottom: 1px solid rgba(102, 104, 105, 0.3);
margin: 11px 0px 0px 15px;
}
.navigation-rc-item:hover .navigation-rc-item-value {
border: none;
}
*/
.preview-apartment {
margin-bottom: 45px;
}
.preview-apartment .nav-pills {
border: none;
margin-bottom: 30px;
}
.preview-apartment .nav-pills > li.active > a,
.preview-apartment .nav-pills > li.active > a:focus,
.preview-apartment .nav-pills > li.active > a:hover {
background-color: #d2d6d7;
border-radius: 50px;
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
margin: 0px 0px 0px 0px;
padding: 13px 30px 13px 30px;
border-bottom: none;
color: #666869;
}
.preview-apartment .nav-pills > li > a {
color: #666869;
font-size: 16px;
font-family: "century gothic";
margin: 13px 30px 0px 30px;
padding: 0px 0px 4px 0px;
border-bottom: 1px dashed #85888a;
border-radius: 0px;
}
.preview-apartment .nav-pills > li > a:hover {
background-color: #d2d6d7;
border-bottom: none;
margin: 0px 0px 0px 0px;
padding: 13px 30px 13px 30px;
border-radius: 50px;
color: #666869;
}
.preview-apartment-element {
background-color: white;
padding: 0px 20px 5px 20px;
text-align: center;
margin-bottom: 30px;
}
.preview-apartment-head {
line-height: 1;
font-size: 20px;
font-family: "Iosevka Regular";
color: #abafb1;
text-align: left;
}
.preview-apartment-area {
font-family: "Iosevka Bold";
float: right;
}
.preview-apartment-element img {
display: inline-block;
max-height: 125px;
}
.preview-apartment-deadline {
font-family: "Iosevka Regular";
}
.preview-apartment-price {
width: 160px;
margin: auto;
display: inline-block;
position: relative;
}
.preview-apartment-price-value {
position: absolute;
top: -10px;
background-color: #4ebb00;
color: white;
padding: 10px 0px;
line-height: 1;
font-family: "Iosevka Bold";
font-size: 20px;
width: 100%;
}
.preview-apartment-price-value a {
color: white;
}
.preview-apartment-price-value a:hover,
.preview-apartment-price-value a:focus {
text-decoration: none;
}
.rc-main-block {
background-color: white;
margin-left: 30px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.rc-main-block-position {
position: absolute;
width: 100%;
right: 0;
bottom: 10%;
}
.rc-main-block-position .col-md-3 {
padding: 0px 30px 0px 0px;
}
.rc-main-block h1 {
position: absolute;
top: -52px;
left: 15px;
background-color: #4ebb00;
color: #262626;
padding: 12px 20px;
line-height: 1;
font-family: "Iosevka Medium";
font-size: 36px;
}
.rc-main-block h1 span {
color: white;
}
.rc-main-block p {
padding: 0px 20px 0px 20px;
min-height: 175px;
}
.rc-main-block ul {
padding: 15px 20px 20px 15px;
background: #ebeeef;
}
.rc-main-block ul li span {
color: #262626
}
.rc-main-block ul li {
border-bottom: solid 1px #d1d1d2;
padding-top: 5px;
color: #666869;
}
.rc-feature {
padding: 19px 15px 9px 15px;
position: relative;
line-height: 1;
font-size: 16px;
font-family: "Iosevka Light";
background: url('../img/corner.png') 84px 81px no-repeat white;
margin-right: 18px;
margin-bottom: 15px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.rc-feature-big-number {
font-size: 30px;
font-family: "Iosevka Bold";
color: #262626;
}
.rc-feature img {
position: absolute;
bottom: 10px;
right: 10px;
}
.rc-main-block .breadcrumb {
background: transparent;
margin: 0;
padding: 30px 20px 15px 20px;
}
.rc-main-block .breadcrumb li {
font-size: 12px;
border-bottom: none;
}
.rc-main-block .breadcrumb li a:hover,
.rc-main-block .breadcrumb li a:focus {
text-decoration: none;
color: #666;
}
.rc-main-block p {
padding: 0px 20px 20px 20px;
margin: 0;
}
.rc-main-block ul.list-params li {
margin: 0;
}
.navbar-brand {
position: absolute;
width: 228px;
left: 0;
top: 0;
right: 0;
text-align: center;
margin: auto;
padding: 0px;
}
.navbar-toggle {
z-index: 3;
}
.navbar-nav {
display: table;
width: 40%;
}
.navbar-nav li {
display: table-cell;
float: none;
}
.navbar-default .navbar-nav li a {
padding: 0 0 4px 0;
font-family: 'Iosevka Slab';
font-size: 24px;
color: #fff;
border-bottom: 1px dashed #ffffff;
margin: 20px 0px;
display: inline-block;
}
.navbar-nav.navbar-right {
text-align: right;
margin-right: 0px !important;
}
.navbar-default {
margin: 30px 0px;
border: 0px;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active:hover a {
text-decoration: none;
border-bottom-color: transparent;
background: none;
color: white;
}
.gradient-black-menu {
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
padding-bottom: 70px;
position: absolute;
left: 0;
right: 0;
z-index: 1;
}
@media (max-width: 767px) {
#top-sticky-menu-wrapper {
display: none;
}
.navbar-nav li {
display: block
}
.navbar-nav {
display: block;
width: 100%;
text-align: center;
margin: 0px;
}
.navbar-collapse {
padding-top: 35px;
}
.navbar-nav.navbar-right {
text-align: center;
}
.rc-main-block-position .col-sm-3 {
display: none;
}
.rc-main-block h1 {
position: inherit;
margin-bottom: 15px;
font-size: 7vw;
min-height: 70px;
padding: 15px 20px;
color: white;
}
.rc-main-block .breadcrumb {
padding-top: 0px;
}
.rc-main-block {
margin: 0px;
}
.real-estate-complex-bg {
background-position: top center;
background-size: auto 70vh;
background-color: #ebeeef;
height: auto;
min-height: 600px;
}
.gradient-black-menu {
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
width: 100%;
}
.rc-main-block-position {
position: relative;
padding-top: calc(70vh - 80px);
}
.rc-main-block ul {
padding: 0px 20px 20px 20px;
background: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}
.navbar-default .navbar-toggle {
border: none;
}
.navbar-toggle .icon-bar {
display: block;
width: 30px;
height: 4px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 7px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-toggle {
margin-top: 24px;
}
.top-menu-contacts-info {
display: none;
}
.navbar-collapse {
border-top: 0px;
box-shadow: none;
}
.gradient-black-menu {
background: rgba(5, 5, 5, 0.5);
background: -webkit-gradient(left top, left bottom, color-stop(77%, rgba(5, 5, 5, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(top, rgba(5, 5, 5, 0.5) 77%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(5, 5, 5, 0.5) 77%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#050505', endColorstr='#000000', GradientType=0);
padding-bottom: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.rc-feature {
background: url(../img/corner.png) 95px 81px no-repeat white;
}
}
@media (max-width: 991px) and (min-width: 779px) {
.navbar-nav {
width: 36%;
}
.navbar-default .navbar-nav li a {
font-size: 18px;
margin-top: 15px;
}
}
@media (max-width: 991px) {
.rc-feature {
background: url(../img/corner.png) 100px 81px no-repeat white;
}
.navbar-brand {
width: 165px;
}
.navbar-brand img {
width: 100%;
}
}
.block-shadow {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.cost {
color: white;
text-align: center;
}
.price {
color: white;
background-color: #4ebb00;
padding: 5px 0px 3px 0px;
}
.price span {
font-family: "Iosevka Bold";
font-size: 30px;
}
.cost .mortgage {
background-color: #262626;
padding: 3px 0px;
}
.apartment-property {
background-color: white;
text-align: center;
}
.apartment-property-row {
margin-right: -7px;
margin-left: -22px;
}
.apartment-property .title {
color: #aeb1b2;
padding: 6px 0px 5px 0px;
border-bottom: 1px solid #dfe2e3;
}
.apartment-property .number {
font-family: "Iosevka Medium";
font-size: 18px;
padding: 9px;
}
.apartment-info {
}
.apartment-info-item {
padding: 15px 30px;
font-size: 14px;
}
.apartment-into-tile {
font-family: "Century Gothic Regular";
margin-bottom: 5px;
}
.apartment-info-value {
font-family: "Century Gothic";
}
.border {
border: 1px solid #b7b8b8;
}
.border .col-md-4 {
border-left: 1px solid #b7b8b8;
}
.border div:first-child {
border-left: none !important;
}
.apartment-features-item {
background-color: white;
float: left;
padding: 16px 25px 15px 20px;
border-radius: 30px;
vertical-align: middle;
font-family: "Iosevka Regular";
font-size: 16px;
margin: 0px 15px 15px 0px;
}
.apartment-features-item i {
line-height: 0.8;
padding-right: 15px;
color: #4ebb00;
font-size: 28px;
}
.work-with-us {
background-color: white;
}
.work-with-us-head {
background-color: #262626;
font-family: 'Century Gothic Regular';
color: white;
}
.work-with-us-title {
font-family: "Iosevka Bold";
font-size: 24px;
text-transform: uppercase;
background-color: #262626;
line-height: 20px;
padding: 18px 0px 0px 18px;
}
.work-with-us-sub-title {
padding: 0px 18px 15px 18px;
font-size: 16px;
}
.work-with-us-title p span {
background-color: #4EBB00;
display: inline-block;
height: 18px;
width: 56%;
float: right;
}
.work-with-us ul {
list-style-type: none;
padding: 0px 18px;
}
.work-with-us li {
padding: 15px 0px 10px;
border-bottom: 1px solid #d7d8d8;
}
.work-with-us li:last-child {
border: none;
padding-bottom: 15px;
}
.apartment-img {
background: white;
margin-bottom: 15px;
padding: 30px;
}
.apartment-img img {
width: 100%;
}
/*custom grid*/
.apartment-property-row .col-md-five {
padding-right: 7px;
padding-left: 0px;
}
.mb15 {
margin-bottom: 15px;
}
.modal-content {
border-radius: 0;
}
/*.search-new-layout-flat-item {
padding-left: 8px !important;
padding-right: 8px !important;
}*/
.search-new-layout-flat-item > .preview-apartment-element > a {
text-decoration: none;
}
.preview-apartment-thumbimage {
padding-top: 20px;
padding-bottom: 15px;
display: table;
width: 100%;
}
.preview-apartment-thumbimage-wrapper {
display: table-cell;
vertical-align: middle;
text-align: center;
height: 125px;
}
.preview-apartment-typearea {
line-height: 1;
font-size: 16px;
font-family: "Century Gothic Regular";
color: #4ebb00;
text-align: center;
}
@media (max-width: 400px) {
.preview-apartment-typearea {
font-size: 15px;
}
}
.preview-apartment-price-valueonly {
line-height: 1;
font-size: 22px;
font-family: "Iosevka Bold";
text-align: center;
padding-top: 12px;
color: #262626;
text-decoration: none;
}
.preview-apartment-price-valueonly > a {
color: #262626;
text-decoration: none;
}
.preview-apartment-moreinfo {
color: #666869;
line-height: 1;
font-size: 14px;
font-family: "Open Sans";
text-align: center;
padding: 10px 0;
margin: 0 -20px -5px;
background-color: #f1f4f5;
border-top: 1px solid #d4d9db;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
text-decoration: none;
}
@media (max-width: 991px) {
.preview-apartment-moreinfo {
color: white;
background-color: #4ebb00;
border-top: 1px solid #4ebb00;
}
}
.search-new-layout-flat-item a:hover {
text-decoration: none;
}
.preview-apartment-moreinfo > a {
color: #666869;
text-decoration: none;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.preview-apartment-element:hover .preview-apartment-moreinfo {
background-color: #4ebb00;
border-top: 1px solid #4ebb00;
}
.preview-apartment-element:hover .preview-apartment-moreinfo {
color: white;
}
.preview-apartment-floor-list {
color: #666869;
line-height: 1;
font-size: 13px;
font-family: "Open Sans";
text-align: center;
padding-top: 10px;
padding-bottom: 15px;
}
#search-new-layout-flats > ul.pagination {
overflow: hidden;
text-align: center;
}
/*#search-new-layout-flats > ul.pagination:before,
#search-new-layout-flats > ul.pagination:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 50%;
height: 2px;
background: #D0D0D0;
}*/
.preview-apartment-discount-block {
margin-bottom: 60px;
}
#search-new-layout-flats > ul.pagination:before {
margin: 0 0 0 -50%;
}
#search-new-layout-flats > ul.pagination:after {
margin: 0 -50% 0 0;
}
.apartment_filter {
margin-bottom: 45px;
background-color: white;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
/*
.apartment_filter_number_rooms {
padding: 20px 23px 15px 13px;
text-align: center;
border-bottom: 1px solid #cccfd0;
}
.apartment_filter_number_rooms_group {
display: inline-block;
padding: 7px 5px;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > label {
border-radius: 50px;
background-color: #cccfd0;
font-weight: normal;
min-width: 116px;
height: 35px;
padding: 5px 0px 0px 0px;
cursor: pointer;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > label:hover {
background-color: #d8dbdc;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > label > .type-rooms-vlaue {
display: inline-block;
text-align: center;
min-width: 94px;
padding-right: 8px;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > input[type="checkbox"] {
display: none;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > input[type="checkbox"] + label::before {
content: "";
height: 11px;
width: 11px;
background-color: #ebeeef;
display: inline-block;
border-radius: 10px;
border: 2px solid #ebeeef;
margin-left: 13px;
margin: 6px 0px 0px 13px;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > input[type="checkbox"]:checked + label::before {
height: 11px;
width: 11px;
border: 2px solid #ebeeef;
background-color: #ffc90f;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > input[type="checkbox"]:checked + label {
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
}*/
.apartment-filter-cost-area-floor {
padding: 24px 30px 24px 30px;
}
.apartment-filter-cost-area-floor .apartment-filter-area,
.apartment-filter-cost-area-floor .apartment-filter-floor {
display: inline-block;
text-align: left;
}
.apartment-filter-cost-area-floor .col-xs-five {
text-align: center;
border-right: 1px solid #dfe1e2;
}
.apartment-filter-cost-area-floor .col-xs-7 {
width: 60%;
padding-right: 20px;
}
.apartment-filter-cost-area-floor p {
color: black;
}
.apartment-filter-cost-area-floor input {
border: 1px solid #ced1d1;
height: 25px;
background-color: #f8f8f8;
text-align: center;
}
.apartment-filter-cost-area-floor .col-xs-five input {
width: 51px;
}
.apartment-filter-cost-area-floor .h-sep {
height: 1px;
width: 10px;
display: inline-block;
margin: 0px 10px 5px 10px;
background-color: #666869;
}
.apartment_filter_cost_area_floor {
height: 147px;
}
.apartment_filter_cost {
position: absolute;
height: 70px;
width: 434px;
}
.apartment_filter_sep1 {
position: absolute;
left: 434px;
top: 120px;
height: 50px;
width: 1px;
border-left: 1px solid #969797;
}
.apartment_filter_area {
position: absolute;
left: 435px;
height: 70px;
width: 204px;
}
.apartment_filter_sep2 {
position: absolute;
left: 639px;
top: 120px;
height: 50px;
width: 1px;
border-left: 1px solid #969797;
}
.apartment_filter_floor {
position: absolute;
left: 640px;
height: 70px;
width: 204px;
}
.apartment_filter_cost_title {
background: #ff0000;
position: absolute;
height: 50px;
width: 434px;
font-size: 14px;
font-family: "Open Sans";
color: #262626;
padding-left: 32px;
padding-top: 22px;
}
.apartment_filter_buttons {
width: 450px;
float: right;
}
.apartment_filter_buttons_apply {
background: url(../img/filter-search.png) 10% 50% no-repeat #4ebb00;
padding: 9px 20px 10px 50px;
font-size: 14px;
border: 1px solid #4ebb00;
font-family: "Open Sans";
color: #ffffff;
border-radius: 30px;
margin: 8px 15px;
cursor: pointer;
display: inline-block;
}
.apartment_filter_buttons_reset {
background: url(../img/filter-reset.png) 10% 50% no-repeat;
padding: 9px 20px 10px 40px;
font-size: 14px;
font-family: "Open Sans";
color: #666869;
border-radius: 30px;
border: 1px solid #969797;
cursor: pointer;
display: inline-block;
}
.apartment_filter_buttons_reset:hover {
color: #262626;
text-decoration: none;
border: 1px solid #666869;
}
.apartment_filter_buttons_apply:hover {
text-decoration: none;
color: white;
background-color: #54c304;
}
.map-residential-complex {
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.map-marker-popup .leaflet-popup-content-wrapper {
background-color: white;
border-radius: 0px;
box-shadow: 6px 7px 3px 0px rgba(0, 0, 0, 0.3);
}
.popup-marker-title {
font-family: 'Iosevka Medium';
font-size: 18px;
color: #262626;
background-color: #4ebb00;
padding: 20px;
text-align: center;
text-transform: uppercase;
}
.popup-marker-title p {
font-family: 'Iosevka Bold';
color: #ffffff;
}
.popup-marker-content {
font-size: 14px;
color: #666869;
padding: 10px 20px;
}
.leaflet-popup-content-wrapper {
min-width: 215px !important;
}
.popup-marker-content p {
margin: 8px 0px !important;
}
.popup-marker-content p .fa {
font-size: 26px;
color: #4ebb00;
margin-right: 10px;
vertical-align: middle;
padding-bottom: 5px;
min-width: 20px;
text-align: center;
}
.popup-marker-rhombus {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: top left;
transform-origin: top left;
width: 38px;
height: 38px;
display: inline-block;
background-color: white;
position: fixed;
bottom: -37px;
left: 50%;
margin-left: -25px;
box-shadow: 6px 7px 3px 0px rgba(0, 0, 0, 0.3);
}
.popup-marker-rhombus:after {
content: "";
width: 30px;
height: 40px;
background-color: white;
display: inline-block;
position: absolute;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 0px;
left: 25px;
}
.leaflet-map-pane .leaflet-popup-tip-container {
display: none;
}
.title-map {
position: relative;
z-index: 1;
margin-top: 40px;
}
.leaflet-top {
margin-top: 50px;
}
.title-map .container {
margin-bottom: -50px;
}
.title-map:before {
width: 50%;
font-family: "<NAME>";
font-size: 36px;
background-color: #ffffff;
border-top: 4px solid #4ebb00;
box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
-webkit-transform: skew(-30deg);
transform: skew(-30deg);
content: "";
display: block;
position: absolute;
top: 0;
height: 100%;
left: -35px;
}
.title-map h2 {
display: block;
position: relative;
z-index: 1;
margin: 0;
padding: 26px 0;
color: #262626;
}
.excursion-block {
background-color: #ffffff;
border-bottom: 4px solid #4ebb00;
padding: 30px 0px;
}
.excursion-block-head {
font-size: 30px;
font-family: "Century Gothic";
color: #262626;
line-height: 1.2;
padding-right: 40px;
}
.excursion-block-head span {
color: #4ebb00;
}
.excursion-block .btn {
margin: 0px;
padding: 17px 0px 15px;
}
.excursion-block-head:after {
content: "";
background: url(../img/line.png);
display: inline-block;
position: absolute;
right: 0px;
height: 177px;
top: -28px;
width: 101px;
}
.excursion-block-description {
font-size: 16px;
padding-left: 20px;
}
.search-new-buildings-description {
margin-top: 140px;
}
.search-new-buildings-description h2 {
font-size: 26px;
}
.slider-main {
padding-bottom: 15px;
height: 500px;
overflow: hidden;
position: relative;
}
.slider-nav .col-xs-6 {
padding-top: 10px;
padding-bottom: 10px;
}
.slider-nav-item {
cursor: pointer;
overflow: hidden;
height: 110px;
position: relative;
}
.slider-nav-item-active {
cursor: auto;
}
.slider-nav-item img {
min-width: 100%;
min-height: 110px;
}
.slider-nav-item-active:after {
content: "";
display: block;
width: 165px;
height: 110px;
position: absolute;
top: 0;
background-color: rgba(255, 255, 255, 0.2);
}
.slider-nav-item:after {
content: "";
display: block;
width: 165px;
height: 110px;
position: absolute;
top: 0;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
.slider-nav-item:hover:after {
content: "";
background-color: rgba(255, 255, 255, 0.2);
}
/*
.slider-main img, .slider-nav-item img {
width: 100%;
}
*/
.slider-nav.row {
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
}
@media (max-width: 991px) {
.slider-nav.row {
margin-top: 20px;
}
}
.preview-apartment-discount {
font-family: "Century Gothic Regular";
color: #262626;
padding-bottom: 15px;
position: relative;
text-align: right;
}
.preview-apartment-discount-value {
display: inline-block;
width: 110px;
margin-right: -29px;
height: 30px;
background-color: #feca1a;
padding: 5px 5px;
color: #463704;
margin-left: 12px;
text-align: center;
}
.preview-apartment-discount-value span {
font-family: 'Century Gothic';
}
.preview-apartment-discount-value::after {
content: "";
display: inline-block;
position: absolute;
background: url('/img/discount-after.png');
width: 8px;
height: 8px;
bottom: 7px;
right: -28px;
}
.preview-apartment-discount-title {
width: 100%;
height: 320px;
background: #4ebb00;
vertical-align: top;
padding: 20px;
position: relative;
}
.preview-apartment-discount-title:before {
content: "";
width: 75px;
height: 75px;
background: url(/img/discount.png);
display: block;
position: absolute;
bottom: 20px;
right: 20px;
}
.preview-apartment-discount-title:after {
content: "";
width: 20px;
height: 20px;
background-color: #4ebb00;
display: block;
position: absolute;
bottom: 160px;
right: -10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.preview-apartment-discount-title h3 {
font-size: 30px;
margin-top: 10px;
}
.preview-apartment-discount-title h3 span {
color: white;
}
.quick-view {
cursor: pointer;
}
/* residentail-complex-mortgage */
.rc-mortgage {
background-color: white;
margin-bottom: 60px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.rc-mortgage .apartment_filter_number_rooms2 {
padding: 40px 15px 20px 15px;
text-align: center;
border-bottom: 0px;
}
.rc-mortgage-step {
display: inline-block;
padding: 10px 30px;
border: 1px solid #cccfd0;
border-radius: 50px 50px 50px 50px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
color: #999c9d;
background-color: white;
}
.rc-mortgage-step-wrap {
text-align: center;
margin-bottom: -20px;
overflow: hidden;
}
.rc-mortgage-step-wrap:before,
.rc-mortgage-step-wrap:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 50%;
height: 1px;
background: #cccfd0;
}
.rc-mortgage-step-wrap:after {
margin-right: -50%;
margin-left: -4px;
}
.rc-mortgage-step-wrap:before {
margin-right: -4px;
margin-left: -50%;
}
.rc-mortgage-lending-terms {
padding: 40px 40px 25px 40px;
text-align: center;
}
.rc-mortgage-lending-terms-title {
font-family: "Century Gothic Regular";
font-size: 20px;
margin-bottom: 22px;
text-align: left;
}
#MortgageSliderMin {
font-size: 20px;
font-family: "Century Gothic";
color: #4ebb00;
float: left;
margin-top: 20px;
}
#MortgageSliderMax {
font-size: 20px;
font-family: "Century Gothic";
color: #f9bd1b;
float: right;
margin-top: 20px;
}
.rc-mortgage .ui-widget.ui-widget-content {
border: none;
background-color: #ffc90f;
height: 13px;
border-radius: 15px;
background-image: url('/img/bg-slider-mortgage.png')
}
.ui-slider-horizontal .ui-slider-range {
border-radius: 15px;
background-color: #4ebb00;
background-image: url('/img/bg-slider-mortgage.png')
}
.rc-mortgage > .rc-mortgage-lending-terms .ui-state-default, .ui-widget-content .ui-state-default {
border: 3px solid #ffffff;
background: #4ebb00;
font-weight: normal;
height: 40px;
width: 40px;
border-radius: 25px 25px 25px 25px;
-moz-border-radius: 25px 25px 25px 25px;
-webkit-border-radius: 25px 25px 25px 25px;
color: white;
top: -14px;
padding: 7px 3px;
box-shadow: 0px 0px 0px 1px rgba(204, 207, 208, 1);
outline: none;
text-align: center;
}
.rc-mortgage-lending-terms-title span {
float: right;
}
.rc-mortgage-lending-terms-years {
margin-top: 20px;
cursor: pointer;
}
.rc-mortgage-lending-terms-years input {
display: none;
}
.rc-mortgage-lending-terms-years > label {
border: 2px solid #dcdedf;
display: inline-block;
width: 32px;
height: 32px;
margin: 2px;
font-family: "Century Gothic Regular";
font-size: 16px;
color: #696969;
padding: 3px;
font-weight: normal;
background-color: #fbfbfb;
cursor: pointer;
}
.rc-mortgage-lending-terms-years > label:hover {
border: 2px solid #cccdce;
}
.rc-mortgage-lending-terms-years > input[type="radio"]:checked + label {
border: 2px solid #4ebb00;
color: #4ebb00;
font-family: "Century Gothic"
}
.rc-mortgage-contacts .custom-form .form-control {
border: 1px solid #ced1d1;
height: 50px;
background-color: #f8f8f8;
text-align: center;
font-family: "Iosevka Regular";
font-size: 16px;
border-radius: 50px 50px 50px 50px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
width: 100%
}
.rc-mortgage-contacts {
padding: 50px 30px 30px 30px;
}
.rc-mortgage-contacts .btn-custom-lg {
padding: 15px 36px;
margin: 0px;
}
.rc-mortgage-contacts-phone-info {
padding-top: 15px;
}
.apartment_filter_number_rooms2 {
padding: 20px 15px 15px 15px;
text-align: center;
border-bottom: 1px solid #cccfd0;
}
.apartment_filter_number_rooms_group {
display: inline-block;
padding: 7px 5px;
position: relative;
text-align: left;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > label {
cursor: pointer;
color: #a0a5a7;
font-weight: normal;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > label > .type-rooms-vlaue {
border-bottom: 3px solid #eceff0;
font-size: 16px;
padding-bottom: 4px;
margin-bottom: 4px;
min-width: 145px;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"]:checked + label > .type-rooms-vlaue {
border-bottom: 3px solid #58bf0e;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > label > .cost-distance {
font-size: 12px;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"] {
display: none;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group .type-rooms-vlaue::before {
content: "";
display: inline-block;
width: 12px;
height: 12px;
border: 1px solid #cccfd0;
margin-right: 10px;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"]:checked + label::before {
content: "";
height: 16px;
width: 15px;
background: url(/img/chek.png);
display: inline-block;
position: absolute;
left: 7px;
top: 6px;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"]:checked + label {
color: #262626;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"]:checked + label > .cost-distance {
color: #666869;
}
.rc-mortgage-input-alert {
color: #de1010;
}
#rcmg-spinner {
display: none;
}
/* end residentail-complex-mortgage */
/* RC-main-description */
.rc-main-description {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
background-color: white;
margin-bottom: 65px;
}
.rc-main-description-wrapper-img {
overflow: hidden;
}
.rc-main-description-wrapper-img img {
height: 100%;
min-height: 450px;
width: 100%;
}
.rc-main-description-text {
padding: 30px 30px 30px 0px;
}
@media (max-width: 991px) {
.rc-main-description-text {
padding: 30px 30px 30px 30px;
}
.feature-item {
min-height: 220px;
}
}
.stick-phone {
display: none;
}
.apartment-acc-info-room {
font-size: 18px;
font-family: 'Century Gothic';
}
.apartment-acc-info-price {
font-size: 14px;
font-family: 'Century Gothic Regular';
margin-top: 8px;
}
.panel-heading {
padding: 0px;
}
.apartment-acc-info {
float: left;
padding: 30px 15px 0px 30px;
}
.apartment-acc-amount {
float: right;
padding: 10px 15px;
background: #4ebb00;
border-radius: 50px;
color: white;
margin: 36px 30px 36px 0px;
cursor: pointer;
}
.accordion-active .apartment-acc-amount {
background: #b4b6b7;
}
.accordion-active .panel-heading-button {
border-bottom: 4px solid #d1d3d4;
}
.accordion-content {
display: none;
height: 0;
transition: top 0.3s ease-out;
}
.accordion-active + .accordion-content {
height: auto;
display: block;
}
.panel {
background: none;
box-shadow: none;
border-width: 0px;
}
.panel-heading-button {
border-width: 0px;
border-bottom: 4px solid #4ebb00;
border-radius: 0px;
background: white;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
margin-bottom: 30px;
}
.panel-group {
margin-bottom: 60px;
}
@media (max-width: 768px) {
.stick-phone {
display: block;
position: fixed;
top: 37px;
left: 25px;
z-index: 1000;
background: white;
border-radius: 60px;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.stick-phone i {
color: #262626;
background: #ffc90f;
width: 70px;
height: 70px;
border-radius: 50px;
font-size: 38px;
padding: 13px 15px;
border: 4px solid white;
cursor: pointer;
}
.stick-phone-value {
display: none;
color: #262626;
font-size: 16px;
font-weight: bold;
margin-left: 5px;
padding-right: 24px;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.stick-phone-value p {
font-size: 14px;
font-weight: normal;
margin-bottom: 0px;
}
.stick-phone-active {
display: inline-block;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
}
/** new-map **/
.new-map {
background-color: white;
margin-top: 30px;
margin-bottom: 30px;
}
.new-map-info {
padding: 30px 30px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 530px;
box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
position: relative;
}
.new-map-info:after {
content: "";
width: 34px;
height: 75px;
background: url(/img/map-triangle.png);
right: -34px;
position: absolute;
}
.new-map-info-element img {
display: inline-block;
vertical-align: top;
padding-top: 5px;
max-width: 26px;
}
.new-map-info-element-value {
display: inline-block;
margin-left: 15px;
}
.new-map-info-element-value-title {
color: #4ebb00;
}
.new-map-info-element-value-description {
color: #262626;
font-size: 16px;
}
.new-map-info-element {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e4e4e5;
}
.new-map-info-element:last-child {
border-bottom: 0px;
}
.new-map .col-md-8 {
float: right;
}
/* Popup */
.popup-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
}
.popup {
background-color: rgba(94, 95, 96, 0.7);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow-y: auto;
overflow-x: hidden;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity .2s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
[v-cloak] * {
display: none;
}
@media (min-width: 992px) {
.new-map .col-md-4 {
padding-right: 0px;
}
.new-map .col-md-8 {
padding-left: 0px;
}
}
@media (max-width: 991px) {
.new-map .col-md-8 {
float: none;
}
.new-map-info:after {
content: "";
width: 75px;
height: 34px;
background: url('/img/map-triangle-horizontal.png');
right: inherit;
top: -34px;
position: absolute;
margin: auto;
left: 0;
right: 0;
}
.new-map-info {
display: block;
min-height: 0px;
box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 420px) {
.preview-apartment-typearea {
font-size: 14px;
}
.preview-apartment-floor-list {
font-size: 12px;
}
}
/* SPINNER */
.sk-fading-circle {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-fading-circle .sk-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-fading-circle .sk-circle:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #666869;
border-radius: 100%;
-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
0%, 39%, 100% {
opacity: 0;
}
40% {
opacity: 1;
}
}
@keyframes sk-circleFadeDelay {
0%, 39%, 100% {
opacity: 0;
}
40% {
opacity: 1;
}
}
/* END-SPINNER */
/* DEVELOPER */
.property-developer-search {
background: white;
margin-bottom: 40px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.property-developer-search-filters {
padding: 20px;
}
.property-developer-search-filters-rooms {
padding-bottom: 15px;
border-bottom: 1px solid #d1d3d5;
}
.property-developer-search-result {
position: relative;
color: #ffffff;
padding: 20px;
height: 180px;
background: rgba(83, 91, 95, 1);
background: -moz-linear-gradient(-45deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83, 91, 95, 1)), color-stop(100%, rgba(61, 63, 67, 1)));
background: -webkit-linear-gradient(-45deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
background: linear-gradient(135deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535b5f', endColorstr='#3d3f43', GradientType=1);
}
.property-developer-search-result:before {
content: "";
position: absolute;
top: 16px;
left: -10px;
display: block;
background-color: rgba(83, 91, 95, 1);
width: 20px;
height: 20px;
transform: rotate(45deg);
}
.property-developer-search-result-head {
font-weight: bold;
text-transform: uppercase;
padding-bottom: 12px;
line-height: 1;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.property-developer-search-result-value {
padding: 15px 0;
display: table;
}
.property-developer-search-result-value-number {
font-size: 40px;
font-weight: bold;
line-height: 1;
display: table-cell;
width: 80px;
vertical-align: top;
padding-right: 10px;
color: #4ebb00;
}
.property-developer-search-result-value-description {
display: table-cell;
}
.property-developer-search-result-button {
display: table;
width: 100%;
}
.property-developer-search-result-button-left {
display: table-cell;
vertical-align: top;
}
.property-developer-search-result-button-right {
display: table-cell;
width: 50px;
padding-left: 10px;
vertical-align: top;
}
.property-developer-search-result-button-left button {
background-color: transparent;
border-radius: 30px;
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
padding: 13px;
width: 100%;
line-height: 1;
border: 1px solid rgba(255, 255, 255, 0.4);
}
.property-developer-search-result-button-left button:hover {
color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.7);
}
.property-developer-search-result-button-right i {
width: 1px;
height: 15px;
display: block;
background-color: #67696d;
margin: auto;
}
.property-developer-search-result-button-right i + i {
width: 16px;
height: 1px;
background-color: #67696d;
position: absolute;
left: 12px;
top: 20px;
}
.property-developer-rc-block {
background: white;
margin-bottom: 30px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.property-developer-rc-left {
height: 400px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.property-developer-rc-left-content {
padding: 100px 30px 20px;
background: rgba(38, 38, 38, 0);
background: -moz-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(38, 38, 38, 0)), color-stop(70%, rgba(38, 38, 38, 0.8)));
background: -webkit-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
background: -o-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
background: -ms-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
background: linear-gradient(to bottom, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.property-developer-rc-title {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
color: #ffffff;
}
.property-developer-rc-title h3 {
display: inline-block;
text-transform: uppercase;
font-size: 40px;
color: #ffffff;
vertical-align: top;
margin: 2px 0;
line-height: 1;
vertical-align: top;
padding-bottom: 12px;
margin-right: 25px;
}
.property-developer-rc-info {
display: inline-block;
vertical-align: top;
padding-bottom: 12px;
}
.property-developer-rc-info-item {
display: inline-block;
margin-right: 25px;
}
.property-developer-rc-info-item img {
display: inline-block;
vertical-align: middle;
}
.property-developer-rc-info-item-text {
display: inline-block;
margin-left: 5px;
vertical-align: middle;
}
.property-developer-rc-info-item-title {
opacity: 0.8;
}
.property-developer-rc-info-item-description {
font-size: 16px;
}
.property-developer-rc-actions {
padding-top: 20px;
}
.property-developer-rc-actions a {
display: inline-block;
border: 1px solid rgba(255, 255, 255, 0.8);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0.15);
color: white;
text-transform: uppercase;
line-height: 1;
padding: 13px 30px;
margin-right: 20px;
cursor: pointer;
}
.property-developer-rc-actions a:hover {
background-color: rgba(255, 255, 255, 0.25);
border-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
.property-developer-rc-actions a:visited {
color: white;
}
.property-developer-rc-right {
padding: 20px;
height: 400px;
position: relative;
}
.property-developer-rc-apartments-amount-value {
padding: 10px 0 20px;
}
.property-developer-rc-apartments-amount {
display: inline-block;
font-size: 48px;
line-height: 1;
font-weight: bold;
}
.property-developer-rc-apartments-description {
display: inline-block;
font-size: 16px;
text-transform: uppercase;
line-height: 22px;
margin-left: 5px;
}
.property-developer-rc-right table {
width: 100%;
}
.property-developer-rc-right thead td {
border-width: 1px 0 1px 0;
border-style: solid;
border-color: #d3d6d7;
color: #9ca1a3;
text-transform: uppercase;
font-size: 12px;
padding: 5px 0;
text-align: center;
}
.property-developer-rc-right tbody td {
padding: 5px;
color: #262626;
text-align: center;
}
.property-developer-rc-right tbody tr:nth-child(2n) {
background: #ebeeef;
}
.property-developer-rc-right-button-wrapper {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
}
.property-developer-rc-right-button {
background-color: #4ebb00;
color: #ffffff;
text-transform: uppercase;
color: white;
font-weight: bold;
padding: 13px;
line-height: 1;
text-align: center;
border-radius: 30px;
box-shadow: 0 2px 5px rgba(78, 187, 0, 0.5);
cursor: pointer;
}
.property-developer-rc-right-button-hide {
background-color: #b0b1b2;
box-shadow: none;
font-weight: normal;
}
.property-developer-rc-right-button:hover {
background-color: #51c900;
box-shadow: 0 1px 3px rgba(78, 187, 0, 0.7);
}
.property-developer-rc-right-button-hide:hover {
background-color: #b9babb;
box-shadow: none;
}
.property-developer-rc-hide span {
border: 1px solid #9ea2a4;
border-radius: 30px;
padding: 13px 35px;
line-height: 1;
text-transform: uppercase;
display: inline-block;
cursor: pointer;
}
.property-developer-rc-hide span:hover {
border: 1px solid #8a8e90;
color: #262626;
}
.property-developer-rc-hide {
text-align: center;
overflow: hidden;
padding-bottom: 30px;
}
.property-developer-rc-hide:before,
.property-developer-rc-hide:after {
content: "";
width: 50%;
height: 1px;
display: inline-block;
background-color: #bdc2c4;
vertical-align: middle;
}
.property-developer-rc-hide:before {
margin-left: -50%;
}
.property-developer-rc-hide-wrapper {
padding: 0 15px;
display: inline-block;
vertical-align: middle;
}
.property-developer-rc-hide:after {
margin-right: -50%;
}
.slider-tooltip {
color: #262626;
white-space: nowrap;
padding-left: 10px;
background: rgba(255, 255, 255, 0.7);
}
.vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-top {
top: -5px !important;
}
.vue-slider-process {
height: 4px !important;
background-color: #4ebb00 !important;
top: 2px !important;
}
.vue-slider-component .vue-slider {
background-color: white !important;
border: 1px solid #b0b4b6;
}
.vue-slider-dot {
background: transparent url('/img/developer/slider-dot.png')!important;
box-shadow: none !important;
height: 26px !important;
width: 24px !important;
margin-left: -5px !important;
top: -7px !important;
}
.property-developer-search-filters-sliders {
padding-top: 20px;
}
.property-developer-search-filters-sliders .col-md-6{
padding: 20px 40px 0 20px;
}
.property-developer-search-filters-sliders .col-md-6 + .col-md-6 {
border-left: 1px solid #d3d6d7;
padding-left: 40px;
}
.property-developer-search-filters-sliders-legend {
color: #8c8e8f;
position: relative;
height: 20px;
}
.property-developer-search-filters-sliders-legend div{
position: absolute;
top: 5px;
}
.property-developer-search-filters-sliders-legend-left {
left: 12px;
transform: translate(-50%, 0);
}
.property-developer-search-filters-sliders-legend-center {
left: 50%;
transform: translate(-50%, 0);
}
.property-developer-search-filters-sliders-legend-right {
right: 5px;
transform: translate(50%, 0);
}
.developer-payment-container .block-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.developer-payment-container-wrapper {
width: 1170px;
}
.developer-payment-container {
display: flex;
flex-direction: column;
height: 500px;
flex-wrap: wrap;
align-items: center;
align-content: center;
}
.developer-payment-block {
padding: 30px 20px 20px 30px;
background: white url('/img/developer/payments-triangle-bg.png') 100% 100% no-repeat;
height: 225px;
width: 268px;
margin: 10px;
position: relative;
}
.developer-payment-block img {
position: absolute;
bottom: 20px;
right: 20px;
}
.developer-payment-block-title {
font-family: 'Iosevka Bold';
color: #262626;
font-size: 30px;
line-height: 1.2;
margin-bottom: 6px;
text-transform: uppercase;
}
.developer-payment-block-description {
color: #4ebb00;
font-size: 16px;
line-height: 1.3;
}
.developer-payment-block-description b {
text-transform: uppercase;
font-size: 20px;
}
.developer-payment-cta {
padding: 30px 20px 20px 30px;
background: white url('/img/developer/payments-triangle-yelow-bg.png') 100% 100% no-repeat;
height: 470px;
width: 268px;
margin: 10px;
position: relative;
}
.developer-payment-cta-title {
font-family: 'Iosevka Bold';
color: #262626;
font-size: 26px;
line-height: 1;
margin-bottom: 10px;
text-transform: uppercase;
}
.developer-payment-cta-description {
font-size: 16px;
line-height: 21px;
}
.developer-payment-cta img {
display: block;
margin: 20px auto 15px;
}
.developer-payment-cta-name {
text-align: center;
font-size: 18px;
color: #4ebb00;
margin-bottom: 20px;
}
.developer-close-popup {
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.developer-payment-cta input {
border-radius: 30px;
padding: 11px;
width: 100%;
text-align: center;
line-height: 1;
border: 1px solid #bfc1c3;
margin-bottom: 10px;
}
.developer-payment-cta-call {
cursor: pointer;
border-radius: 30px;
padding: 11px;
width: 100%;
text-align: center;
line-height: 1;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
border: 1px solid #d87306;
box-shadow: 0 2px 5px rgba(244, 162, 18, 0.81);
background: rgba(236, 155, 13, 1);
background: -moz-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(236, 155, 13, 1)), color-stop(100%, rgba(216, 114, 6, 1)));
background: -webkit-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: linear-gradient(135deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9b0d', endColorstr='#d87206', GradientType=1)
}
.developer-payment-cta-call:hover {
border: 1px solid #d87306;
box-shadow: 0 1px 3px rgba(244, 162, 18, 0.81);
background: rgba(240, 159, 19, 1);
background: -moz-linear-gradient(-45deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(240, 159, 19, 1)), color-stop(100%, rgba(219, 117, 15, 1)));
background: -webkit-linear-gradient(-45deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
background: linear-gradient(135deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09f13', endColorstr='#db750f', GradientType=1);
}
.developer-payment-cta-phone {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
line-height: 1;
color: #262626;
text-align: center;
}
.developer-payment-mobile {
max-width: 400px;
margin: auto;
position: relative;
}
.developer-payment-mobile-close-wrapper {
text-align: right;
margin-bottom: 10px;
}
.developer-payment-mobile-close {
cursor: pointer;
line-height: 1;
text-transform: uppercase;
font-size: 12px;
padding: 9px 15px 8px 35px;
border-radius: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
display: inline-block;
background: white url('/img/developer/icon-close-popup.png') 10px 50% no-repeat;
}
.developer-payment-mobile-item {
background: white;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
display: table;
width: 100%;
margin-bottom: 10px;
}
.developer-payment-mobile-item > * {
display: table-cell;
}
.developer-payment-mobile-item-img {
background-color: #f1f4f5;
border-right: 1px solid #d3d6d7;
height: 90px;
width: 90px;
vertical-align: middle;
text-align: center;
}
.developer-payment-mobile-item-content {
vertical-align: middle;
padding-left: 20px;
}
.developer-payment-mobile-item-title {
text-transform: uppercase;
color: #262626;
font-weight: bold;
}
.developer-payment-mobile-item-title span,
.developer-payment-mobile-item-description {
color: #4ebb00;
}
.developer-payment-mobile-cta {
position: relative;
padding: 20px;
background: rgba(83,91,95,1);
background: -moz-linear-gradient(-45deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83,91,95,1)), color-stop(100%, rgba(61,63,67,1)));
background: -webkit-linear-gradient(-45deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
background: -o-linear-gradient(-45deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
background: linear-gradient(135deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535b5f', endColorstr='#3d3f43', GradientType=1 );
}
.developer-payment-mobile-cta:before {
content: "";
position: absolute;
background-image: url('/img/developer/manager-mini.png');
height: 50px;
width: 46px;
top: 25px;
right: 37px;
}
.developer-payment-mobile-cta-title {
text-transform: uppercase;
color: white;
font-weight: bold;
font-size: 15px;
}
.developer-payment-mobile-cta-subtitle {
color: rgba(255, 255, 255, 0.7);
font-size: 13px;
}
.developer-payment-mobile-cta .row {
margin: 15px -10px 0;
}
.developer-payment-mobile-cta .col-xs-6 {
padding: 0 10px;
}
.developer-payment-mobile-cta input,
.developer-payment-mobile-form-button {
border-radius: 30px;
line-height: 1;
text-align: center;
color: #fff;
}
.developer-payment-mobile-form-button {
cursor: pointer;
padding: 13px 0 12px;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
border: 1px solid #d87306;
box-shadow: 0 2px 5px rgba(244, 162, 18, 0.5);
background: rgba(236, 155, 13, 1);
background: -moz-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(236, 155, 13, 1)), color-stop(100%, rgba(216, 114, 6, 1)));
background: -webkit-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: linear-gradient(135deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9b0d', endColorstr='#d87206', GradientType=1)
}
.developer-payment-mobile-cta input {
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.1);
}
.developer-payment-mobile-cta input[type="text"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
.developer-payment-mobile-cta input[type="text"]:-moz-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
.developer-payment-mobile-cta input[type="text"]:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
.developer-payment-mobile-cta input[type="text"]::-moz-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
@media (min-width: 992px) {
.property-developer-rc-block .col-md-8 {
padding-right: 0;
}
.property-developer-rc-block .col-md-4 {
padding-left: 0;
}
.property-developer-search .col-md-8 {
padding-right: 0;
}
.property-developer-search .col-md-4 {
padding-left: 0;
}
}
@media (min-width: 631px) and (max-width: 991px) {
.property-developer-rc-apartments-amount-value {
position: absolute;
left: 20px;
bottom: 20px;
padding: 0;
}
.property-developer-rc-right-button-wrapper {
left: 230px;
}
.property-developer-search-result-value {
padding: 15px 15px 15px 0;
display: table;
width: 50%;
float: left;
}
.property-developer-search-result-button {
width: 50%;
float: left;
padding: 15px 0 14px;
}
.property-developer-search-result {
height: 120px;
}
}
@media (max-width: 1199px) {
.property-developer-rc-actions a {
background: none;
border-width: 0;
border-radius: 0;
padding: 3px 0;
margin-right: 20px;
cursor: pointer;
color: #ffffff;
border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.property-developer-rc-actions a:hover {
background: none;
border-bottom: 1px solid transparent;
}
}
@media (max-width: 630px) {
.property-developer-rc-title h3 {
font-size: 30px;
}
.property-developer-search-filters .property-developer-search-filters-rooms-item:before {
margin-right: 8px;
vertical-align: middle;
}
.property-developer-search-filters .property-developer-search-filters-rooms-item-wrapper + .property-developer-search-filters-rooms-item-wrapper {
padding-left: 7px;
}
.property-developer-search-filters .property-developer-search-filters-rooms-item-wrapper {
padding: 0 5px 0 0;
}
.property-developer-search-filters .property-developer-search-filters-rooms-item {
font-size: 14px;
}
.property-developer-rc-actions {
padding-top: 10px;
}
.property-developer-rc-info-item img {
display: none;
}
.property-developer-rc-info-item-title {
display: inline-block;
width: 120px;
}
.property-developer-rc-info-item-description {
display: inline-block;
font-size: 14px;
font-weight: bold;
}
.property-developer-rc-info {
display: block;
margin: 0;
}
.property-developer-rc-info-item {
display: block;
}
.property-developer-rc-info-item-text {
display: block;
}
.property-developer-rc-actions a{
margin-top: 5px;
}
}
@media (max-width: 991px) {
.property-developer-search-filters-sliders .col-md-6{
padding: 20px 30px 0 30px;
}
.property-developer-search-filters-sliders .col-md-6 + .col-md-6 {
margin-top: 20px;
border-left: 0;
border-top: 1px solid #d3d6d7;
padding: 40px 30px 0 30px;
}
.property-developer-rc-right {
height: auto;
padding-bottom: 80px;
}
.property-developer-search-result:before {
display: none;
}
}
|
public/css/template.css
|
* {
outline: 0;
}
.pr0 {
padding-right: 0px;
}
.pl0 {
padding-left: 0px;
}
.feature-item p {
margin-bottom: 0px;
}
.feature-item h3 {
margin-top: 0px;
margin-bottom: 15px;
font-family: "Iosevka Bold";
font-size: 26px;
line-height: 28px;
color: #4ebb00;
}
.feature-item h3 span {
display: block;
font-family: "Iosevka Regular";
color: #262626;
}
.btn {
line-height: 1;
border-radius: 0px;
outline: 0 !important;
}
.btn-shadow {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
outline: 0;
}
.btn-shadow:active {
box-shadow: none;
}
.btn-custom-lg {
font-family: "Iosevka Medium";
padding: 20px 36px;
margin: 15px 0px;
text-transform: uppercase;
}
.btn-round {
border-radius: 50px;
}
.btn-yellow,
.btn-yellow:hover {
color: #5c4a0b;
}
.btn-yellow {
background-color: #ffc90f;
color: #5c4a0b;
}
.btn-yellow:hover {
background-color: #ffd428;
}
.btn-yellow:focus {
color: #5c4a0b;
}
.btn-custom-lg i {
line-height: 0.3;
}
.btn-black {
background-color: #262626;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black {
color: white;
}
.btn-black:hover {
background-color: #4b4b4b;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.btn-green {
color: white;
}
.btn-green {
background-color: #4ebb00;
}
.btn-green:hover {
background-color: #56cb00;
}
.text-block {
display: block;
margin: 15px 0px;
padding: 30px;
border-radius: 4px;
background-color: white;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.text-block h3 {
margin-top: 0px;
}
.list-params {
color: #8c8e8f;
margin-bottom: 30px;
}
.list-params li {
border-bottom: solid 1px #e4e4e5;
line-height: 1.6em;
margin: 0 0 5px 0;
}
.list-params li span {
color: #666869;
float: right;
}
/*custom grid*/
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-five {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-five {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-five {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-five {
width: 20%;
float: left;
}
}
/*end custom grid*/
.real-estate-complex-bg {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #598457;
height: 100vh;
min-height: 700px;
position: relative;
margin-bottom: 60px;
}
.feature-item {
display: block;
margin-bottom: 30px;
padding: 20px;
background-color: white;
min-height: 292px;
}
.feature-item p {
margin-bottom: 0px;
}
.feature-item h3 {
margin-top: 0px;
margin-bottom: 15px;
font-family: "Iosevka Bold";
font-size: 26px;
line-height: 28px;
color: #4ebb00;
}
.feature-item h3 span {
display: block;
font-family: "Iosevka Regular";
color: #262626;
}
/*
.navigation-rc{
padding-left: 0px;
}
.navigation-rc li{
list-style-type: none;
}
.navigation-rc-item {
background-color: white;
font-family: "Iosevka Slab";
font-size: 18px;
height: 50px;
display: block;
margin-bottom: 7px;
}
.navigation-rc-icon-bg {
background-color: #f7f7f7;
height: 50px;
width: 50px;
float: left;
padding: 9px 6px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-icon {
background-image: url(../img/residential_complex.png);
width: 38px;
height: 31px;
}
.navigation-rc-item:hover .navigation-rc-icon-bg{
background-color: #4EBB00;
}
.navigation-rc-icon-key {
background-position: 0px -31px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-item:hover .navigation-rc-icon-key {
background-position: -36px -31px;
}
.navigation-rc-icon-info {
background-position: 0px -62px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-item:hover .navigation-rc-icon-info {
background-position: -36px -62px;
}
.navigation-rc-icon-infrastructure {
background-position: 0px -93px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-item:hover .navigation-rc-icon-infrastructure {
background-position: -36px -93px;
}
.navigation-rc-icon-stages-construction {
background-position: 0px 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-rc-item:hover .navigation-rc-icon-stages-construction {
background-position: -36px 0px;
}
.navigation-rc-item-value {
float: left;
color: #666869;
border-bottom: 1px solid rgba(102, 104, 105, 0.3);
margin: 11px 0px 0px 15px;
}
.navigation-rc-item:hover .navigation-rc-item-value {
border: none;
}
*/
.preview-apartment {
margin-bottom: 45px;
}
.preview-apartment .nav-pills {
border: none;
margin-bottom: 30px;
}
.preview-apartment .nav-pills > li.active > a,
.preview-apartment .nav-pills > li.active > a:focus,
.preview-apartment .nav-pills > li.active > a:hover {
background-color: #d2d6d7;
border-radius: 50px;
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
margin: 0px 0px 0px 0px;
padding: 13px 30px 13px 30px;
border-bottom: none;
color: #666869;
}
.preview-apartment .nav-pills > li > a {
color: #666869;
font-size: 16px;
font-family: "century gothic";
margin: 13px 30px 0px 30px;
padding: 0px 0px 4px 0px;
border-bottom: 1px dashed #85888a;
border-radius: 0px;
}
.preview-apartment .nav-pills > li > a:hover {
background-color: #d2d6d7;
border-bottom: none;
margin: 0px 0px 0px 0px;
padding: 13px 30px 13px 30px;
border-radius: 50px;
color: #666869;
}
.preview-apartment-element {
background-color: white;
padding: 0px 20px 5px 20px;
text-align: center;
margin-bottom: 30px;
}
.preview-apartment-head {
line-height: 1;
font-size: 20px;
font-family: "Iosevka Regular";
color: #abafb1;
text-align: left;
}
.preview-apartment-area {
font-family: "Iosevka Bold";
float: right;
}
.preview-apartment-element img {
display: inline-block;
max-height: 125px;
}
.preview-apartment-deadline {
font-family: "Iosevka Regular";
}
.preview-apartment-price {
width: 160px;
margin: auto;
display: inline-block;
position: relative;
}
.preview-apartment-price-value {
position: absolute;
top: -10px;
background-color: #4ebb00;
color: white;
padding: 10px 0px;
line-height: 1;
font-family: "Iosevka Bold";
font-size: 20px;
width: 100%;
}
.preview-apartment-price-value a {
color: white;
}
.preview-apartment-price-value a:hover,
.preview-apartment-price-value a:focus {
text-decoration: none;
}
.rc-main-block {
background-color: white;
margin-left: 30px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.rc-main-block-position {
position: absolute;
width: 100%;
right: 0;
bottom: 10%;
}
.rc-main-block-position .col-md-3 {
padding: 0px 30px 0px 0px;
}
.rc-main-block h1 {
position: absolute;
top: -52px;
left: 15px;
background-color: #4ebb00;
color: #262626;
padding: 12px 20px;
line-height: 1;
font-family: "Iosevka Medium";
font-size: 36px;
}
.rc-main-block h1 span {
color: white;
}
.rc-main-block p {
padding: 0px 20px 0px 20px;
min-height: 175px;
}
.rc-main-block ul {
padding: 15px 20px 20px 15px;
background: #ebeeef;
}
.rc-main-block ul li span {
color: #262626
}
.rc-main-block ul li {
border-bottom: solid 1px #d1d1d2;
padding-top: 5px;
color: #666869;
}
.rc-feature {
padding: 19px 15px 9px 15px;
position: relative;
line-height: 1;
font-size: 16px;
font-family: "Iosevka Light";
background: url('../img/corner.png') 84px 81px no-repeat white;
margin-right: 18px;
margin-bottom: 15px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.rc-feature-big-number {
font-size: 30px;
font-family: "Iosevka Bold";
color: #262626;
}
.rc-feature img {
position: absolute;
bottom: 10px;
right: 10px;
}
.rc-main-block .breadcrumb {
background: transparent;
margin: 0;
padding: 30px 20px 15px 20px;
}
.rc-main-block .breadcrumb li {
font-size: 12px;
border-bottom: none;
}
.rc-main-block .breadcrumb li a:hover,
.rc-main-block .breadcrumb li a:focus {
text-decoration: none;
color: #666;
}
.rc-main-block p {
padding: 0px 20px 20px 20px;
margin: 0;
}
.rc-main-block ul.list-params li {
margin: 0;
}
.navbar-brand {
position: absolute;
width: 228px;
left: 0;
top: 0;
right: 0;
text-align: center;
margin: auto;
padding: 0px;
}
.navbar-toggle {
z-index: 3;
}
.navbar-nav {
display: table;
width: 40%;
}
.navbar-nav li {
display: table-cell;
float: none;
}
.navbar-default .navbar-nav li a {
padding: 0 0 4px 0;
font-family: 'Iosevka Slab';
font-size: 24px;
color: #fff;
border-bottom: 1px dashed #ffffff;
margin: 20px 0px;
display: inline-block;
}
.navbar-nav.navbar-right {
text-align: right;
margin-right: 0px !important;
}
.navbar-default {
margin: 30px 0px;
border: 0px;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active:hover a {
text-decoration: none;
border-bottom-color: transparent;
background: none;
color: white;
}
.gradient-black-menu {
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
padding-bottom: 70px;
position: absolute;
left: 0;
right: 0;
z-index: 1;
}
@media (max-width: 767px) {
#top-sticky-menu-wrapper {
display: none;
}
.navbar-nav li {
display: block
}
.navbar-nav {
display: block;
width: 100%;
text-align: center;
margin: 0px;
}
.navbar-collapse {
padding-top: 35px;
}
.navbar-nav.navbar-right {
text-align: center;
}
.rc-main-block-position .col-sm-3 {
display: none;
}
.rc-main-block h1 {
position: inherit;
margin-bottom: 15px;
font-size: 7vw;
min-height: 70px;
padding: 15px 20px;
color: white;
}
.rc-main-block .breadcrumb {
padding-top: 0px;
}
.rc-main-block {
margin: 0px;
}
.real-estate-complex-bg {
background-position: top center;
background-size: auto 70vh;
background-color: #ebeeef;
height: auto;
min-height: 600px;
}
.gradient-black-menu {
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
width: 100%;
}
.rc-main-block-position {
position: relative;
padding-top: calc(70vh - 80px);
}
.rc-main-block ul {
padding: 0px 20px 20px 20px;
background: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}
.navbar-default .navbar-toggle {
border: none;
}
.navbar-toggle .icon-bar {
display: block;
width: 30px;
height: 4px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 7px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-toggle {
margin-top: 24px;
}
.top-menu-contacts-info {
display: none;
}
.navbar-collapse {
border-top: 0px;
box-shadow: none;
}
.gradient-black-menu {
background: rgba(5, 5, 5, 0.5);
background: -webkit-gradient(left top, left bottom, color-stop(77%, rgba(5, 5, 5, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(top, rgba(5, 5, 5, 0.5) 77%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(5, 5, 5, 0.5) 77%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#050505', endColorstr='#000000', GradientType=0);
padding-bottom: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.rc-feature {
background: url(../img/corner.png) 95px 81px no-repeat white;
}
}
@media (max-width: 991px) and (min-width: 779px) {
.navbar-nav {
width: 36%;
}
.navbar-default .navbar-nav li a {
font-size: 18px;
margin-top: 15px;
}
}
@media (max-width: 991px) {
.rc-feature {
background: url(../img/corner.png) 100px 81px no-repeat white;
}
.navbar-brand {
width: 165px;
}
.navbar-brand img {
width: 100%;
}
}
.block-shadow {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.cost {
color: white;
text-align: center;
}
.price {
color: white;
background-color: #4ebb00;
padding: 5px 0px 3px 0px;
}
.price span {
font-family: "Iosevka Bold";
font-size: 30px;
}
.cost .mortgage {
background-color: #262626;
padding: 3px 0px;
}
.apartment-property {
background-color: white;
text-align: center;
}
.apartment-property-row {
margin-right: -7px;
margin-left: -22px;
}
.apartment-property .title {
color: #aeb1b2;
padding: 6px 0px 5px 0px;
border-bottom: 1px solid #dfe2e3;
}
.apartment-property .number {
font-family: "Iosevka Medium";
font-size: 18px;
padding: 9px;
}
.apartment-info {
}
.apartment-info-item {
padding: 15px 30px;
font-size: 14px;
}
.apartment-into-tile {
font-family: "Century Gothic Regular";
margin-bottom: 5px;
}
.apartment-info-value {
font-family: "Century Gothic";
}
.border {
border: 1px solid #b7b8b8;
}
.border .col-md-4 {
border-left: 1px solid #b7b8b8;
}
.border div:first-child {
border-left: none !important;
}
.apartment-features-item {
background-color: white;
float: left;
padding: 16px 25px 15px 20px;
border-radius: 30px;
vertical-align: middle;
font-family: "Iosevka Regular";
font-size: 16px;
margin: 0px 15px 15px 0px;
}
.apartment-features-item i {
line-height: 0.8;
padding-right: 15px;
color: #4ebb00;
font-size: 28px;
}
.work-with-us {
background-color: white;
}
.work-with-us-head {
background-color: #262626;
font-family: 'Century Gothic Regular';
color: white;
}
.work-with-us-title {
font-family: "Iosevka Bold";
font-size: 24px;
text-transform: uppercase;
background-color: #262626;
line-height: 20px;
padding: 18px 0px 0px 18px;
}
.work-with-us-sub-title {
padding: 0px 18px 15px 18px;
font-size: 16px;
}
.work-with-us-title p span {
background-color: #4EBB00;
display: inline-block;
height: 18px;
width: 56%;
float: right;
}
.work-with-us ul {
list-style-type: none;
padding: 0px 18px;
}
.work-with-us li {
padding: 15px 0px 10px;
border-bottom: 1px solid #d7d8d8;
}
.work-with-us li:last-child {
border: none;
padding-bottom: 15px;
}
.apartment-img {
background: white;
margin-bottom: 15px;
padding: 30px;
}
.apartment-img img {
width: 100%;
}
/*custom grid*/
.apartment-property-row .col-md-five {
padding-right: 7px;
padding-left: 0px;
}
.mb15 {
margin-bottom: 15px;
}
.modal-content {
border-radius: 0;
}
/*.search-new-layout-flat-item {
padding-left: 8px !important;
padding-right: 8px !important;
}*/
.search-new-layout-flat-item > .preview-apartment-element > a {
text-decoration: none;
}
.preview-apartment-thumbimage {
padding-top: 20px;
padding-bottom: 15px;
display: table;
width: 100%;
}
.preview-apartment-thumbimage-wrapper {
display: table-cell;
vertical-align: middle;
text-align: center;
height: 125px;
}
.preview-apartment-typearea {
line-height: 1;
font-size: 16px;
font-family: "Century Gothic Regular";
color: #4ebb00;
text-align: center;
}
@media (max-width: 400px) {
.preview-apartment-typearea {
font-size: 15px;
}
}
.preview-apartment-price-valueonly {
line-height: 1;
font-size: 22px;
font-family: "Iosevka Bold";
text-align: center;
padding-top: 12px;
color: #262626;
text-decoration: none;
}
.preview-apartment-price-valueonly > a {
color: #262626;
text-decoration: none;
}
.preview-apartment-moreinfo {
color: #666869;
line-height: 1;
font-size: 14px;
font-family: "Open Sans";
text-align: center;
padding: 10px 0;
margin: 0 -20px -5px;
background-color: #f1f4f5;
border-top: 1px solid #d4d9db;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
text-decoration: none;
}
@media (max-width: 991px) {
.preview-apartment-moreinfo {
color: white;
background-color: #4ebb00;
border-top: 1px solid #4ebb00;
}
}
.search-new-layout-flat-item a:hover {
text-decoration: none;
}
.preview-apartment-moreinfo > a {
color: #666869;
text-decoration: none;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.preview-apartment-element:hover .preview-apartment-moreinfo {
background-color: #4ebb00;
border-top: 1px solid #4ebb00;
}
.preview-apartment-element:hover .preview-apartment-moreinfo {
color: white;
}
.preview-apartment-floor-list {
color: #666869;
line-height: 1;
font-size: 13px;
font-family: "Open Sans";
text-align: center;
padding-top: 10px;
padding-bottom: 15px;
}
#search-new-layout-flats > ul.pagination {
overflow: hidden;
text-align: center;
}
/*#search-new-layout-flats > ul.pagination:before,
#search-new-layout-flats > ul.pagination:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 50%;
height: 2px;
background: #D0D0D0;
}*/
.preview-apartment-discount-block {
margin-bottom: 60px;
}
#search-new-layout-flats > ul.pagination:before {
margin: 0 0 0 -50%;
}
#search-new-layout-flats > ul.pagination:after {
margin: 0 -50% 0 0;
}
.apartment_filter {
margin-bottom: 45px;
background-color: white;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
/*
.apartment_filter_number_rooms {
padding: 20px 23px 15px 13px;
text-align: center;
border-bottom: 1px solid #cccfd0;
}
.apartment_filter_number_rooms_group {
display: inline-block;
padding: 7px 5px;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > label {
border-radius: 50px;
background-color: #cccfd0;
font-weight: normal;
min-width: 116px;
height: 35px;
padding: 5px 0px 0px 0px;
cursor: pointer;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > label:hover {
background-color: #d8dbdc;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > label > .type-rooms-vlaue {
display: inline-block;
text-align: center;
min-width: 94px;
padding-right: 8px;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > input[type="checkbox"] {
display: none;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > input[type="checkbox"] + label::before {
content: "";
height: 11px;
width: 11px;
background-color: #ebeeef;
display: inline-block;
border-radius: 10px;
border: 2px solid #ebeeef;
margin-left: 13px;
margin: 6px 0px 0px 13px;
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > input[type="checkbox"]:checked + label::before {
height: 11px;
width: 11px;
border: 2px solid #ebeeef;
background-color: #ffc90f;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.apartment_filter_number_rooms > .apartment_filter_number_rooms_group > input[type="checkbox"]:checked + label {
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
}*/
.apartment-filter-cost-area-floor {
padding: 24px 30px 24px 30px;
}
.apartment-filter-cost-area-floor .apartment-filter-area,
.apartment-filter-cost-area-floor .apartment-filter-floor {
display: inline-block;
text-align: left;
}
.apartment-filter-cost-area-floor .col-xs-five {
text-align: center;
border-right: 1px solid #dfe1e2;
}
.apartment-filter-cost-area-floor .col-xs-7 {
width: 60%;
padding-right: 20px;
}
.apartment-filter-cost-area-floor p {
color: black;
}
.apartment-filter-cost-area-floor input {
border: 1px solid #ced1d1;
height: 25px;
background-color: #f8f8f8;
text-align: center;
}
.apartment-filter-cost-area-floor .col-xs-five input {
width: 51px;
}
.apartment-filter-cost-area-floor .h-sep {
height: 1px;
width: 10px;
display: inline-block;
margin: 0px 10px 5px 10px;
background-color: #666869;
}
.apartment_filter_cost_area_floor {
height: 147px;
}
.apartment_filter_cost {
position: absolute;
height: 70px;
width: 434px;
}
.apartment_filter_sep1 {
position: absolute;
left: 434px;
top: 120px;
height: 50px;
width: 1px;
border-left: 1px solid #969797;
}
.apartment_filter_area {
position: absolute;
left: 435px;
height: 70px;
width: 204px;
}
.apartment_filter_sep2 {
position: absolute;
left: 639px;
top: 120px;
height: 50px;
width: 1px;
border-left: 1px solid #969797;
}
.apartment_filter_floor {
position: absolute;
left: 640px;
height: 70px;
width: 204px;
}
.apartment_filter_cost_title {
background: #ff0000;
position: absolute;
height: 50px;
width: 434px;
font-size: 14px;
font-family: "Open Sans";
color: #262626;
padding-left: 32px;
padding-top: 22px;
}
.apartment_filter_buttons {
width: 450px;
float: right;
}
.apartment_filter_buttons_apply {
background: url(../img/filter-search.png) 10% 50% no-repeat #4ebb00;
padding: 9px 20px 10px 50px;
font-size: 14px;
border: 1px solid #4ebb00;
font-family: "Open Sans";
color: #ffffff;
border-radius: 30px;
margin: 8px 15px;
cursor: pointer;
display: inline-block;
}
.apartment_filter_buttons_reset {
background: url(../img/filter-reset.png) 10% 50% no-repeat;
padding: 9px 20px 10px 40px;
font-size: 14px;
font-family: "Open Sans";
color: #666869;
border-radius: 30px;
border: 1px solid #969797;
cursor: pointer;
display: inline-block;
}
.apartment_filter_buttons_reset:hover {
color: #262626;
text-decoration: none;
border: 1px solid #666869;
}
.apartment_filter_buttons_apply:hover {
text-decoration: none;
color: white;
background-color: #54c304;
}
.map-residential-complex {
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.map-marker-popup .leaflet-popup-content-wrapper {
background-color: white;
border-radius: 0px;
box-shadow: 6px 7px 3px 0px rgba(0, 0, 0, 0.3);
}
.popup-marker-title {
font-family: 'Iosevka Medium';
font-size: 18px;
color: #262626;
background-color: #4ebb00;
padding: 20px;
text-align: center;
text-transform: uppercase;
}
.popup-marker-title p {
font-family: 'Iosevka Bold';
color: #ffffff;
}
.popup-marker-content {
font-size: 14px;
color: #666869;
padding: 10px 20px;
}
.leaflet-popup-content-wrapper {
min-width: 215px !important;
}
.popup-marker-content p {
margin: 8px 0px !important;
}
.popup-marker-content p .fa {
font-size: 26px;
color: #4ebb00;
margin-right: 10px;
vertical-align: middle;
padding-bottom: 5px;
min-width: 20px;
text-align: center;
}
.popup-marker-rhombus {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: top left;
transform-origin: top left;
width: 38px;
height: 38px;
display: inline-block;
background-color: white;
position: fixed;
bottom: -37px;
left: 50%;
margin-left: -25px;
box-shadow: 6px 7px 3px 0px rgba(0, 0, 0, 0.3);
}
.popup-marker-rhombus:after {
content: "";
width: 30px;
height: 40px;
background-color: white;
display: inline-block;
position: absolute;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 0px;
left: 25px;
}
.leaflet-map-pane .leaflet-popup-tip-container {
display: none;
}
.title-map {
position: relative;
z-index: 1;
margin-top: 40px;
}
.leaflet-top {
margin-top: 50px;
}
.title-map .container {
margin-bottom: -50px;
}
.title-map:before {
width: 50%;
font-family: "<NAME>";
font-size: 36px;
background-color: #ffffff;
border-top: 4px solid #4ebb00;
box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
-webkit-transform: skew(-30deg);
transform: skew(-30deg);
content: "";
display: block;
position: absolute;
top: 0;
height: 100%;
left: -35px;
}
.title-map h2 {
display: block;
position: relative;
z-index: 1;
margin: 0;
padding: 26px 0;
color: #262626;
}
.excursion-block {
background-color: #ffffff;
border-bottom: 4px solid #4ebb00;
padding: 30px 0px;
}
.excursion-block-head {
font-size: 30px;
font-family: "Century Gothic";
color: #262626;
line-height: 1.2;
padding-right: 40px;
}
.excursion-block-head span {
color: #4ebb00;
}
.excursion-block .btn {
margin: 0px;
padding: 17px 0px 15px;
}
.excursion-block-head:after {
content: "";
background: url(../img/line.png);
display: inline-block;
position: absolute;
right: 0px;
height: 177px;
top: -28px;
width: 101px;
}
.excursion-block-description {
font-size: 16px;
padding-left: 20px;
}
.search-new-buildings-description {
margin-top: 140px;
}
.search-new-buildings-description h2 {
font-size: 26px;
}
.slider-main {
padding-bottom: 15px;
height: 500px;
overflow: hidden;
position: relative;
}
.slider-nav .col-xs-6 {
padding-top: 10px;
padding-bottom: 10px;
}
.slider-nav-item {
cursor: pointer;
overflow: hidden;
height: 110px;
position: relative;
}
.slider-nav-item-active {
cursor: auto;
}
.slider-nav-item img {
min-width: 100%;
min-height: 110px;
}
.slider-nav-item-active:after {
content: "";
display: block;
width: 165px;
height: 110px;
position: absolute;
top: 0;
background-color: rgba(255, 255, 255, 0.2);
}
.slider-nav-item:after {
content: "";
display: block;
width: 165px;
height: 110px;
position: absolute;
top: 0;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
.slider-nav-item:hover:after {
content: "";
background-color: rgba(255, 255, 255, 0.2);
}
/*
.slider-main img, .slider-nav-item img {
width: 100%;
}
*/
.slider-nav.row {
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
}
@media (max-width: 991px) {
.slider-nav.row {
margin-top: 20px;
}
}
.preview-apartment-discount {
font-family: "Century Gothic Regular";
color: #262626;
padding-bottom: 15px;
position: relative;
text-align: right;
}
.preview-apartment-discount-value {
display: inline-block;
width: 110px;
margin-right: -29px;
height: 30px;
background-color: #feca1a;
padding: 5px 5px;
color: #463704;
margin-left: 12px;
text-align: center;
}
.preview-apartment-discount-value span {
font-family: 'Century Gothic';
}
.preview-apartment-discount-value::after {
content: "";
display: inline-block;
position: absolute;
background: url('/img/discount-after.png');
width: 8px;
height: 8px;
bottom: 7px;
right: -28px;
}
.preview-apartment-discount-title {
width: 100%;
height: 320px;
background: #4ebb00;
vertical-align: top;
padding: 20px;
position: relative;
}
.preview-apartment-discount-title:before {
content: "";
width: 75px;
height: 75px;
background: url(/img/discount.png);
display: block;
position: absolute;
bottom: 20px;
right: 20px;
}
.preview-apartment-discount-title:after {
content: "";
width: 20px;
height: 20px;
background-color: #4ebb00;
display: block;
position: absolute;
bottom: 160px;
right: -10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.preview-apartment-discount-title h3 {
font-size: 30px;
margin-top: 10px;
}
.preview-apartment-discount-title h3 span {
color: white;
}
.quick-view {
cursor: pointer;
}
/* residentail-complex-mortgage */
.rc-mortgage {
background-color: white;
margin-bottom: 60px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.rc-mortgage .apartment_filter_number_rooms2 {
padding: 40px 15px 20px 15px;
text-align: center;
border-bottom: 0px;
}
.rc-mortgage-step {
display: inline-block;
padding: 10px 30px;
border: 1px solid #cccfd0;
border-radius: 50px 50px 50px 50px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
color: #999c9d;
background-color: white;
}
.rc-mortgage-step-wrap {
text-align: center;
margin-bottom: -20px;
overflow: hidden;
}
.rc-mortgage-step-wrap:before,
.rc-mortgage-step-wrap:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 50%;
height: 1px;
background: #cccfd0;
}
.rc-mortgage-step-wrap:after {
margin-right: -50%;
margin-left: -4px;
}
.rc-mortgage-step-wrap:before {
margin-right: -4px;
margin-left: -50%;
}
.rc-mortgage-lending-terms {
padding: 40px 40px 25px 40px;
text-align: center;
}
.rc-mortgage-lending-terms-title {
font-family: "Century Gothic Regular";
font-size: 20px;
margin-bottom: 22px;
text-align: left;
}
#MortgageSliderMin {
font-size: 20px;
font-family: "Century Gothic";
color: #4ebb00;
float: left;
margin-top: 20px;
}
#MortgageSliderMax {
font-size: 20px;
font-family: "Century Gothic";
color: #f9bd1b;
float: right;
margin-top: 20px;
}
.rc-mortgage .ui-widget.ui-widget-content {
border: none;
background-color: #ffc90f;
height: 13px;
border-radius: 15px;
background-image: url('/img/bg-slider-mortgage.png')
}
.ui-slider-horizontal .ui-slider-range {
border-radius: 15px;
background-color: #4ebb00;
background-image: url('/img/bg-slider-mortgage.png')
}
.rc-mortgage > .rc-mortgage-lending-terms .ui-state-default, .ui-widget-content .ui-state-default {
border: 3px solid #ffffff;
background: #4ebb00;
font-weight: normal;
height: 40px;
width: 40px;
border-radius: 25px 25px 25px 25px;
-moz-border-radius: 25px 25px 25px 25px;
-webkit-border-radius: 25px 25px 25px 25px;
color: white;
top: -14px;
padding: 7px 3px;
box-shadow: 0px 0px 0px 1px rgba(204, 207, 208, 1);
outline: none;
text-align: center;
}
.rc-mortgage-lending-terms-title span {
float: right;
}
.rc-mortgage-lending-terms-years {
margin-top: 20px;
cursor: pointer;
}
.rc-mortgage-lending-terms-years input {
display: none;
}
.rc-mortgage-lending-terms-years > label {
border: 2px solid #dcdedf;
display: inline-block;
width: 32px;
height: 32px;
margin: 2px;
font-family: "Century Gothic Regular";
font-size: 16px;
color: #696969;
padding: 3px;
font-weight: normal;
background-color: #fbfbfb;
cursor: pointer;
}
.rc-mortgage-lending-terms-years > label:hover {
border: 2px solid #cccdce;
}
.rc-mortgage-lending-terms-years > input[type="radio"]:checked + label {
border: 2px solid #4ebb00;
color: #4ebb00;
font-family: "Century Gothic"
}
.rc-mortgage-contacts .custom-form .form-control {
border: 1px solid #ced1d1;
height: 50px;
background-color: #f8f8f8;
text-align: center;
font-family: "Iosevka Regular";
font-size: 16px;
border-radius: 50px 50px 50px 50px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
width: 100%
}
.rc-mortgage-contacts {
padding: 50px 30px 30px 30px;
}
.rc-mortgage-contacts .btn-custom-lg {
padding: 15px 36px;
margin: 0px;
}
.rc-mortgage-contacts-phone-info {
padding-top: 15px;
}
.apartment_filter_number_rooms2 {
padding: 20px 15px 15px 15px;
text-align: center;
border-bottom: 1px solid #cccfd0;
}
.apartment_filter_number_rooms_group {
display: inline-block;
padding: 7px 5px;
position: relative;
text-align: left;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > label {
cursor: pointer;
color: #a0a5a7;
font-weight: normal;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > label > .type-rooms-vlaue {
border-bottom: 3px solid #eceff0;
font-size: 16px;
padding-bottom: 4px;
margin-bottom: 4px;
min-width: 145px;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"]:checked + label > .type-rooms-vlaue {
border-bottom: 3px solid #58bf0e;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > label > .cost-distance {
font-size: 12px;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"] {
display: none;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group .type-rooms-vlaue::before {
content: "";
display: inline-block;
width: 12px;
height: 12px;
border: 1px solid #cccfd0;
margin-right: 10px;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"]:checked + label::before {
content: "";
height: 16px;
width: 15px;
background: url(/img/chek.png);
display: inline-block;
position: absolute;
left: 7px;
top: 6px;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"]:checked + label {
color: #262626;
}
.apartment_filter_number_rooms2 .apartment_filter_number_rooms_group > input[type="radio"]:checked + label > .cost-distance {
color: #666869;
}
.rc-mortgage-input-alert {
color: #de1010;
}
#rcmg-spinner {
display: none;
}
/* end residentail-complex-mortgage */
/* RC-main-description */
.rc-main-description {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
background-color: white;
margin-bottom: 65px;
}
.rc-main-description-wrapper-img {
overflow: hidden;
}
.rc-main-description-wrapper-img img {
height: 100%;
min-height: 450px;
width: 100%;
}
.rc-main-description-text {
padding: 30px 30px 30px 0px;
}
@media (max-width: 991px) {
.rc-main-description-text {
padding: 30px 30px 30px 30px;
}
.feature-item {
min-height: 220px;
}
}
.stick-phone {
display: none;
}
.apartment-acc-info-room {
font-size: 18px;
font-family: 'Century Gothic';
}
.apartment-acc-info-price {
font-size: 14px;
font-family: 'Century Gothic Regular';
margin-top: 8px;
}
.panel-heading {
padding: 0px;
}
.apartment-acc-info {
float: left;
padding: 30px 15px 0px 30px;
}
.apartment-acc-amount {
float: right;
padding: 10px 15px;
background: #4ebb00;
border-radius: 50px;
color: white;
margin: 36px 30px 36px 0px;
cursor: pointer;
}
.accordion-active .apartment-acc-amount {
background: #b4b6b7;
}
.accordion-active .panel-heading-button {
border-bottom: 4px solid #d1d3d4;
}
.accordion-content {
display: none;
height: 0;
transition: top 0.3s ease-out;
}
.accordion-active + .accordion-content {
height: auto;
display: block;
}
.panel {
background: none;
box-shadow: none;
border-width: 0px;
}
.panel-heading-button {
border-width: 0px;
border-bottom: 4px solid #4ebb00;
border-radius: 0px;
background: white;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
margin-bottom: 30px;
}
.panel-group {
margin-bottom: 60px;
}
@media (max-width: 768px) {
.stick-phone {
display: block;
position: fixed;
top: 37px;
left: 25px;
z-index: 1000;
background: white;
border-radius: 60px;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.stick-phone i {
color: #262626;
background: #ffc90f;
width: 70px;
height: 70px;
border-radius: 50px;
font-size: 38px;
padding: 13px 15px;
border: 4px solid white;
cursor: pointer;
}
.stick-phone-value {
display: none;
color: #262626;
font-size: 16px;
font-weight: bold;
margin-left: 5px;
padding-right: 24px;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.stick-phone-value p {
font-size: 14px;
font-weight: normal;
margin-bottom: 0px;
}
.stick-phone-active {
display: inline-block;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
}
/** new-map **/
.new-map {
background-color: white;
margin-top: 30px;
margin-bottom: 30px;
}
.new-map-info {
padding: 30px 30px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 530px;
box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
position: relative;
}
.new-map-info:after {
content: "";
width: 34px;
height: 75px;
background: url(/img/map-triangle.png);
right: -34px;
position: absolute;
}
.new-map-info-element img {
display: inline-block;
vertical-align: top;
padding-top: 5px;
max-width: 26px;
}
.new-map-info-element-value {
display: inline-block;
margin-left: 15px;
}
.new-map-info-element-value-title {
color: #4ebb00;
}
.new-map-info-element-value-description {
color: #262626;
font-size: 16px;
}
.new-map-info-element {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e4e4e5;
}
.new-map-info-element:last-child {
border-bottom: 0px;
}
.new-map .col-md-8 {
float: right;
}
/* Popup */
.popup-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
}
.popup {
background-color: rgba(94, 95, 96, 0.7);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow-y: auto;
overflow-x: hidden;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity .2s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
[v-cloak] * {
display: none;
}
@media (min-width: 992px) {
.new-map .col-md-4 {
padding-right: 0px;
}
.new-map .col-md-8 {
padding-left: 0px;
}
}
@media (max-width: 991px) {
.new-map .col-md-8 {
float: none;
}
.new-map-info:after {
content: "";
width: 75px;
height: 34px;
background: url('/img/map-triangle-horizontal.png');
right: inherit;
top: -34px;
position: absolute;
margin: auto;
left: 0;
right: 0;
}
.new-map-info {
display: block;
min-height: 0px;
box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 420px) {
.preview-apartment-typearea {
font-size: 14px;
}
.preview-apartment-floor-list {
font-size: 12px;
}
}
/* SPINNER */
.sk-fading-circle {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-fading-circle .sk-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-fading-circle .sk-circle:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #666869;
border-radius: 100%;
-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
0%, 39%, 100% {
opacity: 0;
}
40% {
opacity: 1;
}
}
@keyframes sk-circleFadeDelay {
0%, 39%, 100% {
opacity: 0;
}
40% {
opacity: 1;
}
}
/* END-SPINNER */
/* DEVELOPER */
.property-developer-search {
background: white;
margin-bottom: 40px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.property-developer-search-filters {
padding: 20px;
}
.property-developer-search-filters-rooms {
padding-bottom: 15px;
border-bottom: 1px solid #d1d3d5;
}
.property-developer-search-result {
position: relative;
color: #ffffff;
padding: 20px;
height: 180px;
background: rgba(83, 91, 95, 1);
background: -moz-linear-gradient(-45deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83, 91, 95, 1)), color-stop(100%, rgba(61, 63, 67, 1)));
background: -webkit-linear-gradient(-45deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
background: linear-gradient(135deg, rgba(83, 91, 95, 1) 0%, rgba(61, 63, 67, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535b5f', endColorstr='#3d3f43', GradientType=1);
}
.property-developer-search-result:before {
content: "";
position: absolute;
top: 16px;
left: -10px;
display: block;
background-color: rgba(83, 91, 95, 1);
width: 20px;
height: 20px;
transform: rotate(45deg);
}
.property-developer-search-result-head {
font-weight: bold;
text-transform: uppercase;
padding-bottom: 12px;
line-height: 1;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.property-developer-search-result-value {
padding: 15px 0;
display: table;
}
.property-developer-search-result-value-number {
font-size: 40px;
font-weight: bold;
line-height: 1;
display: table-cell;
width: 80px;
vertical-align: top;
padding-right: 10px;
color: #4ebb00;
}
.property-developer-search-result-value-description {
display: table-cell;
}
.property-developer-search-result-button {
display: table;
width: 100%;
}
.property-developer-search-result-button-left {
display: table-cell;
vertical-align: top;
}
.property-developer-search-result-button-right {
display: table-cell;
width: 50px;
padding-left: 10px;
vertical-align: top;
}
.property-developer-search-result-button-left button {
background-color: transparent;
border-radius: 30px;
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
padding: 13px;
width: 100%;
line-height: 1;
border: 1px solid rgba(255, 255, 255, 0.4);
}
.property-developer-search-result-button-left button:hover {
color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.7);
}
.property-developer-search-result-button-right i {
width: 1px;
height: 15px;
display: block;
background-color: #67696d;
margin: auto;
}
.property-developer-search-result-button-right i + i {
width: 16px;
height: 1px;
background-color: #67696d;
position: absolute;
left: 12px;
top: 20px;
}
.property-developer-rc-block {
background: white;
margin-bottom: 30px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.property-developer-rc-left {
height: 400px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.property-developer-rc-left-content {
padding: 100px 30px 20px;
background: rgba(38, 38, 38, 0);
background: -moz-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(38, 38, 38, 0)), color-stop(70%, rgba(38, 38, 38, 0.8)));
background: -webkit-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
background: -o-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
background: -ms-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
background: linear-gradient(to bottom, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.property-developer-rc-title {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
color: #ffffff;
}
.property-developer-rc-title h3 {
display: inline-block;
text-transform: uppercase;
font-size: 40px;
color: #ffffff;
vertical-align: top;
margin: 2px 0;
line-height: 1;
vertical-align: top;
padding-bottom: 12px;
margin-right: 25px;
}
.property-developer-rc-info {
display: inline-block;
vertical-align: top;
padding-bottom: 12px;
}
.property-developer-rc-info-item {
display: inline-block;
margin-right: 25px;
}
.property-developer-rc-info-item img {
display: inline-block;
vertical-align: middle;
}
.property-developer-rc-info-item-text {
display: inline-block;
margin-left: 5px;
vertical-align: middle;
}
.property-developer-rc-info-item-title {
opacity: 0.8;
}
.property-developer-rc-info-item-description {
font-size: 16px;
}
.property-developer-rc-actions {
padding-top: 20px;
}
.property-developer-rc-actions a {
display: inline-block;
border: 1px solid rgba(255, 255, 255, 0.8);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0.15);
color: white;
text-transform: uppercase;
line-height: 1;
padding: 13px 30px;
margin-right: 20px;
cursor: pointer;
}
.property-developer-rc-actions a:hover {
background-color: rgba(255, 255, 255, 0.25);
border-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
.property-developer-rc-actions a:visited {
color: white;
}
.property-developer-rc-right {
padding: 20px;
height: 400px;
position: relative;
}
.property-developer-rc-apartments-amount-value {
padding: 10px 0 20px;
}
.property-developer-rc-apartments-amount {
display: inline-block;
font-size: 48px;
line-height: 1;
font-weight: bold;
}
.property-developer-rc-apartments-description {
display: inline-block;
font-size: 16px;
text-transform: uppercase;
line-height: 22px;
margin-left: 5px;
}
.property-developer-rc-right table {
width: 100%;
}
.property-developer-rc-right thead td {
border-width: 1px 0 1px 0;
border-style: solid;
border-color: #d3d6d7;
color: #9ca1a3;
text-transform: uppercase;
font-size: 12px;
padding: 5px 0;
text-align: center;
}
.property-developer-rc-right tbody td {
padding: 5px;
color: #262626;
text-align: center;
}
.property-developer-rc-right tbody tr:nth-child(2n) {
background: #ebeeef;
}
.property-developer-rc-right-button-wrapper {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
}
.property-developer-rc-right-button {
background-color: #4ebb00;
color: #ffffff;
text-transform: uppercase;
color: white;
font-weight: bold;
padding: 13px;
line-height: 1;
text-align: center;
border-radius: 30px;
box-shadow: 0 2px 5px rgba(78, 187, 0, 0.5);
cursor: pointer;
}
.property-developer-rc-right-button-hide {
background-color: #b0b1b2;
box-shadow: none;
font-weight: normal;
}
.property-developer-rc-right-button:hover {
background-color: #51c900;
box-shadow: 0 1px 3px rgba(78, 187, 0, 0.7);
}
.property-developer-rc-right-button-hide:hover {
background-color: #b9babb;
box-shadow: none;
}
.property-developer-rc-hide span {
border: 1px solid #9ea2a4;
border-radius: 30px;
padding: 13px 35px;
line-height: 1;
text-transform: uppercase;
display: inline-block;
cursor: pointer;
}
.property-developer-rc-hide span:hover {
border: 1px solid #8a8e90;
color: #262626;
}
.property-developer-rc-hide {
text-align: center;
overflow: hidden;
padding-bottom: 30px;
}
.property-developer-rc-hide:before,
.property-developer-rc-hide:after {
content: "";
width: 50%;
height: 1px;
display: inline-block;
background-color: #bdc2c4;
vertical-align: middle;
}
.property-developer-rc-hide:before {
margin-left: -50%;
}
.property-developer-rc-hide-wrapper {
padding: 0 15px;
display: inline-block;
vertical-align: middle;
}
.property-developer-rc-hide:after {
margin-right: -50%;
}
.slider-tooltip {
color: #262626;
white-space: nowrap;
padding-left: 10px;
background: rgba(255, 255, 255, 0.7);
}
.vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-top {
top: -5px !important;
}
.vue-slider-process {
height: 4px !important;
background-color: #4ebb00 !important;
top: 2px !important;
}
.vue-slider-component .vue-slider {
background-color: white !important;
border: 1px solid #b0b4b6;
}
.vue-slider-dot {
background: transparent url('/img/developer/slider-dot.png')!important;
box-shadow: none !important;
height: 26px !important;
width: 24px !important;
margin-left: -5px !important;
top: -7px !important;
}
.property-developer-search-filters-sliders {
padding-top: 20px;
}
.property-developer-search-filters-sliders .col-md-6{
padding: 20px 40px 0 20px;
}
.property-developer-search-filters-sliders .col-md-6 + .col-md-6 {
border-left: 1px solid #d3d6d7;
padding-left: 40px;
}
.property-developer-search-filters-sliders-legend {
color: #8c8e8f;
position: relative;
height: 20px;
}
.property-developer-search-filters-sliders-legend div{
position: absolute;
top: 5px;
}
.property-developer-search-filters-sliders-legend-left {
left: 12px;
transform: translate(-50%, 0);
}
.property-developer-search-filters-sliders-legend-center {
left: 50%;
transform: translate(-50%, 0);
}
.property-developer-search-filters-sliders-legend-right {
right: 5px;
transform: translate(50%, 0);
}
.developer-payment-container .block-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.developer-payment-container-wrapper {
width: 1170px;
}
.developer-payment-container {
display: flex;
flex-direction: column;
height: 500px;
flex-wrap: wrap;
align-items: center;
align-content: center;
}
.developer-payment-block {
padding: 30px 20px 20px 30px;
background: white url('/img/developer/payments-triangle-bg.png') 100% 100% no-repeat;
height: 225px;
width: 268px;
margin: 10px;
position: relative;
}
.developer-payment-block img {
position: absolute;
bottom: 20px;
right: 20px;
}
.developer-payment-block-title {
font-family: 'Iosevka Bold';
color: #262626;
font-size: 30px;
line-height: 1.2;
margin-bottom: 6px;
text-transform: uppercase;
}
.developer-payment-block-description {
color: #4ebb00;
font-size: 16px;
line-height: 1.3;
}
.developer-payment-block-description b {
text-transform: uppercase;
font-size: 20px;
}
.developer-payment-cta {
padding: 30px 20px 20px 30px;
background: white url('/img/developer/payments-triangle-yelow-bg.png') 100% 100% no-repeat;
height: 470px;
width: 268px;
margin: 10px;
position: relative;
}
.developer-payment-cta-title {
font-family: 'Iosevka Bold';
color: #262626;
font-size: 26px;
line-height: 1;
margin-bottom: 10px;
text-transform: uppercase;
}
.developer-payment-cta-description {
font-size: 16px;
line-height: 21px;
}
.developer-payment-cta img {
display: block;
margin: 20px auto 15px;
}
.developer-payment-cta-name {
text-align: center;
font-size: 18px;
color: #4ebb00;
margin-bottom: 20px;
}
.developer-close-popup {
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.developer-payment-cta input {
border-radius: 30px;
padding: 11px;
width: 100%;
text-align: center;
line-height: 1;
border: 1px solid #bfc1c3;
margin-bottom: 10px;
}
.developer-payment-cta-call {
cursor: pointer;
border-radius: 30px;
padding: 11px;
width: 100%;
text-align: center;
line-height: 1;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
border: 1px solid #d87306;
box-shadow: 0 2px 5px rgba(244, 162, 18, 0.81);
background: rgba(236, 155, 13, 1);
background: -moz-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(236, 155, 13, 1)), color-stop(100%, rgba(216, 114, 6, 1)));
background: -webkit-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: linear-gradient(135deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9b0d', endColorstr='#d87206', GradientType=1)
}
.developer-payment-cta-call:hover {
border: 1px solid #d87306;
box-shadow: 0 1px 3px rgba(244, 162, 18, 0.81);
background: rgba(240, 159, 19, 1);
background: -moz-linear-gradient(-45deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(240, 159, 19, 1)), color-stop(100%, rgba(219, 117, 15, 1)));
background: -webkit-linear-gradient(-45deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
background: linear-gradient(135deg, rgba(240, 159, 19, 1) 0%, rgba(219, 117, 15, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09f13', endColorstr='#db750f', GradientType=1);
}
.developer-payment-cta-phone {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
line-height: 1;
color: #262626;
text-align: center;
}
.developer-payment-mobile {
max-width: 400px;
margin: auto;
position: relative;
}
.developer-payment-mobile-close-wrapper {
text-align: right;
margin-bottom: 10px;
}
.developer-payment-mobile-close {
cursor: pointer;
line-height: 1;
text-transform: uppercase;
font-size: 12px;
padding: 9px 15px 8px 35px;
border-radius: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
display: inline-block;
background: white url('/img/developer/icon-close-popup.png') 10px 50% no-repeat;
}
.developer-payment-mobile-item {
background: white;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
display: table;
width: 100%;
margin-bottom: 10px;
}
.developer-payment-mobile-item > * {
display: table-cell;
}
.developer-payment-mobile-item-img {
background-color: #f1f4f5;
border-right: 1px solid #d3d6d7;
height: 90px;
width: 90px;
vertical-align: middle;
text-align: center;
}
.developer-payment-mobile-item-content {
vertical-align: middle;
padding-left: 20px;
}
.developer-payment-mobile-item-title {
text-transform: uppercase;
color: #262626;
font-weight: bold;
}
.developer-payment-mobile-item-title span,
.developer-payment-mobile-item-description {
color: #4ebb00;
}
.developer-payment-mobile-cta {
position: relative;
padding: 20px;
background: rgba(83,91,95,1);
background: -moz-linear-gradient(-45deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83,91,95,1)), color-stop(100%, rgba(61,63,67,1)));
background: -webkit-linear-gradient(-45deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
background: -o-linear-gradient(-45deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
background: linear-gradient(135deg, rgba(83,91,95,1) 0%, rgba(61,63,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535b5f', endColorstr='#3d3f43', GradientType=1 );
}
.developer-payment-mobile-cta:before {
content: "";
position: absolute;
background-image: url('/img/developer/manager-mini.png');
height: 50px;
width: 46px;
top: 25px;
right: 37px;
}
.developer-payment-mobile-cta-title {
text-transform: uppercase;
color: white;
font-weight: bold;
font-size: 15px;
}
.developer-payment-mobile-cta-subtitle {
color: rgba(255, 255, 255, 0.7);
font-size: 13px;
}
.developer-payment-mobile-cta .row {
margin: 15px -10px 0;
}
.developer-payment-mobile-cta .col-xs-6 {
padding: 0 10px;
}
.developer-payment-mobile-cta input,
.developer-payment-mobile-form-button {
border-radius: 30px;
line-height: 1;
text-align: center;
color: #fff;
}
.developer-payment-mobile-form-button {
cursor: pointer;
padding: 13px 0 12px;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
border: 1px solid #d87306;
box-shadow: 0 2px 5px rgba(244, 162, 18, 0.5);
background: rgba(236, 155, 13, 1);
background: -moz-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(236, 155, 13, 1)), color-stop(100%, rgba(216, 114, 6, 1)));
background: -webkit-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
background: linear-gradient(135deg, rgba(236, 155, 13, 1) 0%, rgba(216, 114, 6, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9b0d', endColorstr='#d87206', GradientType=1)
}
.developer-payment-mobile-cta input {
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.1);
}
.developer-payment-mobile-cta input[type="text"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
.developer-payment-mobile-cta input[type="text"]:-moz-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
.developer-payment-mobile-cta input[type="text"]:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
.developer-payment-mobile-cta input[type="text"]::-moz-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
@media (min-width: 992px) {
.property-developer-rc-block .col-md-8 {
padding-right: 0;
}
.property-developer-rc-block .col-md-4 {
padding-left: 0;
}
.property-developer-search .col-md-8 {
padding-right: 0;
}
.property-developer-search .col-md-4 {
padding-left: 0;
}
}
@media (min-width: 631px) and (max-width: 991px) {
.property-developer-rc-apartments-amount-value {
position: absolute;
left: 20px;
bottom: 20px;
padding: 0;
}
.property-developer-rc-right-button-wrapper {
left: 230px;
}
.property-developer-search-result-value {
padding: 15px 15px 15px 0;
display: table;
width: 50%;
float: left;
}
.property-developer-search-result-button {
width: 50%;
float: left;
padding: 15px 0 14px;
}
.property-developer-search-result {
height: 120px;
}
}
@media (max-width: 1199px) {
.property-developer-rc-actions a {
background: none;
border-width: 0;
border-radius: 0;
padding: 3px 0;
margin-right: 20px;
cursor: pointer;
color: #ffffff;
border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.property-developer-rc-actions a:hover {
background: none;
border-bottom: 1px solid transparent;
}
}
@media (max-width: 630px) {
.property-developer-rc-title h3 {
font-size: 30px;
}
.property-developer-search-filters .property-developer-search-filters-rooms-item:before {
margin-right: 8px;
vertical-align: middle;
}
.property-developer-search-filters .property-developer-search-filters-rooms-item-wrapper + .property-developer-search-filters-rooms-item-wrapper {
padding-left: 7px;
}
.property-developer-search-filters .property-developer-search-filters-rooms-item-wrapper {
padding: 0 5px 0 0;
}
.property-developer-search-filters .property-developer-search-filters-rooms-item {
font-size: 14px;
}
.property-developer-rc-actions {
padding-top: 10px;
}
.property-developer-rc-info-item img {
display: none;
}
.property-developer-rc-info-item-title {
display: inline-block;
width: 120px;
}
.property-developer-rc-info-item-description {
display: inline-block;
font-size: 14px;
font-weight: bold;
}
.property-developer-rc-info {
display: block;
margin: 0;
}
.property-developer-rc-info-item {
display: block;
}
.property-developer-rc-info-item-text {
display: block;
}
.property-developer-rc-actions a{
margin-top: 5px;
}
}
@media (max-width: 991px) {
.property-developer-search-filters-sliders .col-md-6{
padding: 20px 30px 0 30px;
}
.property-developer-search-filters-sliders .col-md-6 + .col-md-6 {
margin-top: 20px;
border-left: 0;
border-top: 1px solid #d3d6d7;
padding: 40px 30px 0 30px;
}
.property-developer-rc-right {
height: auto;
padding-bottom: 80px;
}
.property-developer-search-result:before {
display: none;
}
}
| 0.412767 | 0.110615 |
.order-wrapper {
width: 100%;
padding-left: 1rem;
padding-right: 1rem;
}
.order-wrapper .order-title {
font-size: 1.8rem;
color: rgb(84, 84, 84);
margin-bottom: 1.6rem;
padding-top: 1rem;
}
.order-wrapper .order-wrapper-content-scroll {
width: 100%;
max-height: 54rem;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
.order-box-item {
width: 100%;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 2rem;
}
.order-box-item .order-content .order-date p {
font-size: 1.2rem;
font-weight: 600;
color: rgb(84, 84, 84);
}
.order-box-item
.order-content
.order-products-wrapper {
position: relative;
margin-top: 2.2rem;
margin-bottom: 2rem;
width: 98%;
max-height: 10rem;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
.order-box-item
.order-content
.order-products-wrapper
.order-product {
display: flex;
flex-direction: row;
margin-bottom: 1rem;
}
.icon-product:before {
font-family: "Font Awesome 5 Free";
cursor: pointer;
content: '\f02d';
font-weight: 600;
color: rgb(84, 84, 84);
font-size: 2.1rem;
}
.order-box-item
.order-content
.order-products-wrapper
.order-product
.product-quantity {
cursor:pointer;
overflow: hidden;
outline:none;
height: 2.2rem;
width: 2.2rem;
border: 1px solid #e1e1e1;
color: rgb(84, 84, 84);
background-color: Transparent;
background-repeat:no-repeat;
margin-left: 0.5rem;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.order-box-item
.order-content
.order-products-wrapper
.order-product
.product-title {
position: relative;
top: 2px;
display: block;
color: rgb(84, 84, 84);
font-size: 1.5rem;
margin-left: 0.5rem;
}
.order-box-item
.order-content
.order-product-total {
color: rgb(84, 84, 84);
font-size: 1.3rem;
margin-bottom: 1rem;
}
.icon-status:before {
font-family: "Font Awesome 5 Free";
cursor: pointer;
content: '\f058';
font-weight: 600;
font-size: 1.2rem;
}
.status-default {
color: rgb(255, 166, 0);
}
.status-success {
color: green;
}
.order-box-item
.order-content
.order-status {
display: flex;
flex-direction: row;
margin-top: 0.5rem;
margin-bottom: 1rem;
}
.order-box-item
.order-content
.order-status p {
position: relative;
top: 3px;
font-size: 1.2rem;
margin-left: 1rem;
color: rgb(84, 84, 84);
}
/*Media query*/
@media only screen and (max-width:992px) {
.order-wrapper .order-wrapper-content-scroll {
max-height: 50rem;
}
.order-wrapper .order-title {
padding-top: 4rem;
margin-top: 2rem;
}
}
|
frontend/src/components/common/Dashboard/Order/styles.css
|
.order-wrapper {
width: 100%;
padding-left: 1rem;
padding-right: 1rem;
}
.order-wrapper .order-title {
font-size: 1.8rem;
color: rgb(84, 84, 84);
margin-bottom: 1.6rem;
padding-top: 1rem;
}
.order-wrapper .order-wrapper-content-scroll {
width: 100%;
max-height: 54rem;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
.order-box-item {
width: 100%;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 2rem;
}
.order-box-item .order-content .order-date p {
font-size: 1.2rem;
font-weight: 600;
color: rgb(84, 84, 84);
}
.order-box-item
.order-content
.order-products-wrapper {
position: relative;
margin-top: 2.2rem;
margin-bottom: 2rem;
width: 98%;
max-height: 10rem;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
.order-box-item
.order-content
.order-products-wrapper
.order-product {
display: flex;
flex-direction: row;
margin-bottom: 1rem;
}
.icon-product:before {
font-family: "Font Awesome 5 Free";
cursor: pointer;
content: '\f02d';
font-weight: 600;
color: rgb(84, 84, 84);
font-size: 2.1rem;
}
.order-box-item
.order-content
.order-products-wrapper
.order-product
.product-quantity {
cursor:pointer;
overflow: hidden;
outline:none;
height: 2.2rem;
width: 2.2rem;
border: 1px solid #e1e1e1;
color: rgb(84, 84, 84);
background-color: Transparent;
background-repeat:no-repeat;
margin-left: 0.5rem;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.order-box-item
.order-content
.order-products-wrapper
.order-product
.product-title {
position: relative;
top: 2px;
display: block;
color: rgb(84, 84, 84);
font-size: 1.5rem;
margin-left: 0.5rem;
}
.order-box-item
.order-content
.order-product-total {
color: rgb(84, 84, 84);
font-size: 1.3rem;
margin-bottom: 1rem;
}
.icon-status:before {
font-family: "Font Awesome 5 Free";
cursor: pointer;
content: '\f058';
font-weight: 600;
font-size: 1.2rem;
}
.status-default {
color: rgb(255, 166, 0);
}
.status-success {
color: green;
}
.order-box-item
.order-content
.order-status {
display: flex;
flex-direction: row;
margin-top: 0.5rem;
margin-bottom: 1rem;
}
.order-box-item
.order-content
.order-status p {
position: relative;
top: 3px;
font-size: 1.2rem;
margin-left: 1rem;
color: rgb(84, 84, 84);
}
/*Media query*/
@media only screen and (max-width:992px) {
.order-wrapper .order-wrapper-content-scroll {
max-height: 50rem;
}
.order-wrapper .order-title {
padding-top: 4rem;
margin-top: 2rem;
}
}
| 0.644784 | 0.114245 |
float: left;
margin: 10px 0px;
width: 99%;
border: 0px solid red;
}
.loginright{
margin:5% 35%;
float:left;
width:400px;
height:280px;
border:1px dotted #666666;
background-color: #CCC;
box-shadow:0px 2px 12px #000000 ;
}
.loginright h4{
margin:30px 15px 15px;
height:30px;
padding-top:3px;
font-weight:bolder;
text-align:center;
border-radius:8px;
color:#000;
box-shadow:0px 2px 12px #000000 ;
}
.loginright h4:hover{
background-color:#999;
text-shadow:0px 1px #FFCC00;
box-shadow:0px 2px 12px #FFCC33 ;
}
#login{
margin: 5% 40%;
background-color: #F0F0F0;
border:2px solid #686868;
width:300px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 0 10px #4e707c;
-webkit-box-shadow:0 0 10px #4e707c;
box-shadow:0 0 10px #4e707c;
text-align:left;
position:relative;
}
#login a, #login a:visited{
color:#A6C024;
}
#login a:hover{color:#111;}
#login h1{
background:#51C7FB;
color:#fff;
text-shadow:#007dab 0 1px 0;
font-size:16px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
padding:5px 8px;
margin:0 0 1.5em 0;
border-bottom:1px solid #007dab;
}
#login .register{
position:absolute;
float:left;
margin:0;
line-height:30px;
top:-40px;
right:0;
font-size:11px;
}
#login p{margin:.5em 25px;}
#login div{
margin:5px;
background:#E3E3E3;
padding:4px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-align:right;
position:relative;
}
#login label{
color: green;
float:left;
line-height:30px;
padding-left:0px;
}
#login .field{
border:1px solid #ccc;
width:100px;
font-size:12px;
line-height:1em;
padding:4px;
-moz-box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
box-shadow:inset 0 0 5px #ccc;
}
#login div.submit{
vertical-align: middle;
background:none;
margin:1em 20px;
text-align:left;
}
#login div.submit label{
float:none;
display:inline;
font-size:11px;
}
#login .select{
border:1px solid #ccc;
width:160px;
font-size:12px;
line-height:1em;
padding:4px;
-moz-box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
box-shadow:inset 0 0 5px #ccc;
}
#login button{
margin: 0px 30%;
width: 100px;
height:30px;
line-height:20px;
text-align:center;
font-size:13px;
color:black;
padding-left: 10px;
padding-right: 10px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
cursor:pointer;
/*box-shadow: inset 0 -15px 15px -9px #FEC0B;*/
}
#reg{
margin: 5% 30%;
background-color: #F0F0F0;
border:2px solid #686868;
width:370px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 0 10px #4e707c;
-webkit-box-shadow:0 0 10px #4e707c;
box-shadow:0 0 10px #4e707c;
text-align:left;
position:relative;
}
#reg a, #reg a:visited{
color:#A6C024;
}
#reg a:hover{color:#111;}
#reg h1{
background:#51C7FB;
color:#fff;
text-shadow:#007dab 0 1px 0;
font-size:16px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
padding:5px 8px;
margin:0 0 1.5em 0;
border-bottom:1px solid #007dab;
}
#reg .register{
position:absolute;
float:left;
margin:0;
line-height:30px;
top:-40px;
right:0;
font-size:11px;
}
#reg p{margin:.5em 25px;}
#reg div{
margin:5px;
background:#E3E3E3;
padding:4px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-align:right;
position:relative;
}
#reg label{
color: green;
float:left;
line-height:30px;
padding-left:0px;
}
#reg .field{
border:1px solid #ccc;
width:100px;
font-size:12px;
line-height:1em;
padding:4px;
-moz-box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
box-shadow:inset 0 0 5px #ccc;
}
#reg div.submit{
vertical-align: middle;
background:none;
margin:1em 20px;
text-align:left;
}
#reg div.submit label{
float:none;
display:inline;
font-size:11px;
}
#reg .select{
border:1px solid #ccc;
width:160px;
font-size:12px;
line-height:1em;
padding:4px;
-moz-box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
box-shadow:inset 0 0 5px #ccc;
}
#reg button{
margin: 0px 30%;
width: 100px;
height:30px;
line-height:20px;
text-align:center;
font-size:13px;
color:black;
padding-left: 10px;
padding-right: 10px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
cursor:pointer;
/*box-shadow: inset 0 -15px 15px -9px #FEC0B;*/
}
.sectionlogin{
margin:5px ;
float: left;
width: 94%;
border-radius:3px;
}
.label{
margin: 0px;
width: 100%;
font-weight: bold;
text-align: center;
border: 0px solid red;
}
.radio{
margin: 0px;
text-align: left;
}
|
home2/styles/login.css
|
float: left;
margin: 10px 0px;
width: 99%;
border: 0px solid red;
}
.loginright{
margin:5% 35%;
float:left;
width:400px;
height:280px;
border:1px dotted #666666;
background-color: #CCC;
box-shadow:0px 2px 12px #000000 ;
}
.loginright h4{
margin:30px 15px 15px;
height:30px;
padding-top:3px;
font-weight:bolder;
text-align:center;
border-radius:8px;
color:#000;
box-shadow:0px 2px 12px #000000 ;
}
.loginright h4:hover{
background-color:#999;
text-shadow:0px 1px #FFCC00;
box-shadow:0px 2px 12px #FFCC33 ;
}
#login{
margin: 5% 40%;
background-color: #F0F0F0;
border:2px solid #686868;
width:300px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 0 10px #4e707c;
-webkit-box-shadow:0 0 10px #4e707c;
box-shadow:0 0 10px #4e707c;
text-align:left;
position:relative;
}
#login a, #login a:visited{
color:#A6C024;
}
#login a:hover{color:#111;}
#login h1{
background:#51C7FB;
color:#fff;
text-shadow:#007dab 0 1px 0;
font-size:16px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
padding:5px 8px;
margin:0 0 1.5em 0;
border-bottom:1px solid #007dab;
}
#login .register{
position:absolute;
float:left;
margin:0;
line-height:30px;
top:-40px;
right:0;
font-size:11px;
}
#login p{margin:.5em 25px;}
#login div{
margin:5px;
background:#E3E3E3;
padding:4px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-align:right;
position:relative;
}
#login label{
color: green;
float:left;
line-height:30px;
padding-left:0px;
}
#login .field{
border:1px solid #ccc;
width:100px;
font-size:12px;
line-height:1em;
padding:4px;
-moz-box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
box-shadow:inset 0 0 5px #ccc;
}
#login div.submit{
vertical-align: middle;
background:none;
margin:1em 20px;
text-align:left;
}
#login div.submit label{
float:none;
display:inline;
font-size:11px;
}
#login .select{
border:1px solid #ccc;
width:160px;
font-size:12px;
line-height:1em;
padding:4px;
-moz-box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
box-shadow:inset 0 0 5px #ccc;
}
#login button{
margin: 0px 30%;
width: 100px;
height:30px;
line-height:20px;
text-align:center;
font-size:13px;
color:black;
padding-left: 10px;
padding-right: 10px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
cursor:pointer;
/*box-shadow: inset 0 -15px 15px -9px #FEC0B;*/
}
#reg{
margin: 5% 30%;
background-color: #F0F0F0;
border:2px solid #686868;
width:370px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 0 10px #4e707c;
-webkit-box-shadow:0 0 10px #4e707c;
box-shadow:0 0 10px #4e707c;
text-align:left;
position:relative;
}
#reg a, #reg a:visited{
color:#A6C024;
}
#reg a:hover{color:#111;}
#reg h1{
background:#51C7FB;
color:#fff;
text-shadow:#007dab 0 1px 0;
font-size:16px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
padding:5px 8px;
margin:0 0 1.5em 0;
border-bottom:1px solid #007dab;
}
#reg .register{
position:absolute;
float:left;
margin:0;
line-height:30px;
top:-40px;
right:0;
font-size:11px;
}
#reg p{margin:.5em 25px;}
#reg div{
margin:5px;
background:#E3E3E3;
padding:4px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-align:right;
position:relative;
}
#reg label{
color: green;
float:left;
line-height:30px;
padding-left:0px;
}
#reg .field{
border:1px solid #ccc;
width:100px;
font-size:12px;
line-height:1em;
padding:4px;
-moz-box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
box-shadow:inset 0 0 5px #ccc;
}
#reg div.submit{
vertical-align: middle;
background:none;
margin:1em 20px;
text-align:left;
}
#reg div.submit label{
float:none;
display:inline;
font-size:11px;
}
#reg .select{
border:1px solid #ccc;
width:160px;
font-size:12px;
line-height:1em;
padding:4px;
-moz-box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
box-shadow:inset 0 0 5px #ccc;
}
#reg button{
margin: 0px 30%;
width: 100px;
height:30px;
line-height:20px;
text-align:center;
font-size:13px;
color:black;
padding-left: 10px;
padding-right: 10px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
cursor:pointer;
/*box-shadow: inset 0 -15px 15px -9px #FEC0B;*/
}
.sectionlogin{
margin:5px ;
float: left;
width: 94%;
border-radius:3px;
}
.label{
margin: 0px;
width: 100%;
font-weight: bold;
text-align: center;
border: 0px solid red;
}
.radio{
margin: 0px;
text-align: left;
}
| 0.289874 | 0.110447 |
@charset "UTF-8";
@font-face {
font-family: idroid;
src: url(../fontes/idroid.otf) format('opentype');
}
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
:root{
--cor0: #c5edb6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte0: arial,helvetica, sans-serif;
--fonte1: 'Oswald', sans-serif;
--fonte2: 'idroid', sans-serif;
}
*{
font-family: var(--fonte0);
text-align: justify;
padding: 0px;
margin: 0px;
}
body{
background-color: var(--cor0);
}
header{
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.39);
min-height: 150px;
background-image: linear-gradient(180deg, var(--cor2), var(--cor5));
padding: 10px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.39);
}
header h1{
font-family: var(--fonte1);
font-weight: bolder;
text-align: center;
padding: 15px;
font-size: 2em;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.329);
}
header p{
text-align: center;
padding-top: 15px;
padding-bottom: 36px;
font-size: 1.2em;
max-width: 600px;
margin: auto;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.329);
}
nav{
background-color: var(--cor5);
height: 25px;
box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.253);
}
nav a{
font-weight: normal;
text-decoration: none;
color: white;
margin-right: 10px;
padding: 5px;
transition-duration: 0.5s;
}
nav a:hover{
color: var(--cor5);
background-color: var(--cor3);
border-radius: 2px;
}
main{
min-width: 250px;
max-width: 800px;
margin: auto;
background-color: white;
padding: 20px;
line-height: 2em;
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.466);
border-radius: 0px 0px 7px 7px;
margin-bottom: 15px;
}
main h1{
font-size: 1.8em;
font-family: 'idroid';
color: var(--cor5);
margin-top: 15px;
margin-bottom: 15px;
}
main p{
text-align: justify;
text-indent: 3em;
}
main img{
width: 100%;
margin: 10px 0px 10px 0px;
}
.negrito{
color: var(--cor4);
}
.bugdroid{
max-width: 300px;
display: block;
margin: auto;
}
.link{
color: var(--cor4);
text-decoration: none;
font-weight: bolder;
background-image: linear-gradient(90deg, var(--cor1), transparent);
}
.link:hover{
text-decoration: underline;
color: var(--cor5);
}
.link:active{
color: var(--cor3);
}
.link::after{
content: '\00a0\1F517';
}
h2.titulo{
font-family: 'idroid';
color: var(--cor4);
background-image: linear-gradient(90deg, #c5edb6, transparent);
margin-top: 15px;
margin-bottom: 15px;
}
div#video{
padding: 20px;
background-color: var(--cor5);
margin: 20px -20px 20px -20px;
padding-bottom: 56.5%;
position: relative;
}
div#video > iframe{
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
aside{
background-color: var(--cor1);
margin-top: 10px;
border-radius: 10px;
box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.384);
}
aside > ul{
list-style-type: '\2714\00a0';
list-style-position: inside;
columns: 2;
}
aside > h3{
font-size: 0.9em;
background-color: var(--cor3);
color: white;
padding: 5px;
border-radius: 5px 5px 0px 0px;
}
footer{
font-size: 0.8em;
background-color: var(--cor5);
color: white;
padding: 5px;
}
footer p{
padding: 3px;
text-align: center;
}
footer a{
color: white;
font-weight: bolder;
text-decoration: none;
}
footer a:hover{
text-decoration: underline;
color: var(--cor2);
}
|
desafios/d010/style/style.css
|
@charset "UTF-8";
@font-face {
font-family: idroid;
src: url(../fontes/idroid.otf) format('opentype');
}
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
:root{
--cor0: #c5edb6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte0: arial,helvetica, sans-serif;
--fonte1: 'Oswald', sans-serif;
--fonte2: 'idroid', sans-serif;
}
*{
font-family: var(--fonte0);
text-align: justify;
padding: 0px;
margin: 0px;
}
body{
background-color: var(--cor0);
}
header{
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.39);
min-height: 150px;
background-image: linear-gradient(180deg, var(--cor2), var(--cor5));
padding: 10px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.39);
}
header h1{
font-family: var(--fonte1);
font-weight: bolder;
text-align: center;
padding: 15px;
font-size: 2em;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.329);
}
header p{
text-align: center;
padding-top: 15px;
padding-bottom: 36px;
font-size: 1.2em;
max-width: 600px;
margin: auto;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.329);
}
nav{
background-color: var(--cor5);
height: 25px;
box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.253);
}
nav a{
font-weight: normal;
text-decoration: none;
color: white;
margin-right: 10px;
padding: 5px;
transition-duration: 0.5s;
}
nav a:hover{
color: var(--cor5);
background-color: var(--cor3);
border-radius: 2px;
}
main{
min-width: 250px;
max-width: 800px;
margin: auto;
background-color: white;
padding: 20px;
line-height: 2em;
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.466);
border-radius: 0px 0px 7px 7px;
margin-bottom: 15px;
}
main h1{
font-size: 1.8em;
font-family: 'idroid';
color: var(--cor5);
margin-top: 15px;
margin-bottom: 15px;
}
main p{
text-align: justify;
text-indent: 3em;
}
main img{
width: 100%;
margin: 10px 0px 10px 0px;
}
.negrito{
color: var(--cor4);
}
.bugdroid{
max-width: 300px;
display: block;
margin: auto;
}
.link{
color: var(--cor4);
text-decoration: none;
font-weight: bolder;
background-image: linear-gradient(90deg, var(--cor1), transparent);
}
.link:hover{
text-decoration: underline;
color: var(--cor5);
}
.link:active{
color: var(--cor3);
}
.link::after{
content: '\00a0\1F517';
}
h2.titulo{
font-family: 'idroid';
color: var(--cor4);
background-image: linear-gradient(90deg, #c5edb6, transparent);
margin-top: 15px;
margin-bottom: 15px;
}
div#video{
padding: 20px;
background-color: var(--cor5);
margin: 20px -20px 20px -20px;
padding-bottom: 56.5%;
position: relative;
}
div#video > iframe{
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
aside{
background-color: var(--cor1);
margin-top: 10px;
border-radius: 10px;
box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.384);
}
aside > ul{
list-style-type: '\2714\00a0';
list-style-position: inside;
columns: 2;
}
aside > h3{
font-size: 0.9em;
background-color: var(--cor3);
color: white;
padding: 5px;
border-radius: 5px 5px 0px 0px;
}
footer{
font-size: 0.8em;
background-color: var(--cor5);
color: white;
padding: 5px;
}
footer p{
padding: 3px;
text-align: center;
}
footer a{
color: white;
font-weight: bolder;
text-decoration: none;
}
footer a:hover{
text-decoration: underline;
color: var(--cor2);
}
| 0.411466 | 0.122523 |
width:960px;
height:41px;
background-image:url(../../images/navi_bg.png);
background-repeat:no-repeat;
float:left;
margin-bottom:15px;
}
.ddsmoothmenu{
float:left;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 13px 15px;
border-right: 1px solid #0c5eba;
color: #2d2b2b;
text-decoration: none;
font-size:12px;
}
.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
color: #FFF;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:url(../../images/navi_rol.gif);
background-color:#FFF;
background-repeat:repeat-x;
background-position:top;
color: #000;
}
.ddsmoothmenu ul li a:hover{
background-image:url(../../images/navi_rol.gif);
background-color:#FFF;
background-repeat:repeat-x;
background-position:top;
color: #000;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#FFF;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 7px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px dotted #cccccc;
color:#000 !important;
border-right:none;
}
.ddsmoothmenu ul li ul li a:hover{
background-color:#0e63c3 !important;
color:#FFF !important;
background-image:none;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* ######### CSS for shadow added to sub menus ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
}
|
src/templates/Default/modules/css/ddsmoothmenu.css
|
width:960px;
height:41px;
background-image:url(../../images/navi_bg.png);
background-repeat:no-repeat;
float:left;
margin-bottom:15px;
}
.ddsmoothmenu{
float:left;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 13px 15px;
border-right: 1px solid #0c5eba;
color: #2d2b2b;
text-decoration: none;
font-size:12px;
}
.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
color: #FFF;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:url(../../images/navi_rol.gif);
background-color:#FFF;
background-repeat:repeat-x;
background-position:top;
color: #000;
}
.ddsmoothmenu ul li a:hover{
background-image:url(../../images/navi_rol.gif);
background-color:#FFF;
background-repeat:repeat-x;
background-position:top;
color: #000;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#FFF;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 7px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px dotted #cccccc;
color:#000 !important;
border-right:none;
}
.ddsmoothmenu ul li ul li a:hover{
background-color:#0e63c3 !important;
color:#FFF !important;
background-image:none;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* ######### CSS for shadow added to sub menus ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
}
| 0.232397 | 0.051368 |
.navbar-default {
background: #f5f5f5
}
.navbar {
border-bottom: 0;
padding: 0
}
.sidebar .navbar-nav {
background: 0 0;
margin: 0
}
.navbar.navbar-default {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none
}
header #navbar {
width: 100%;
background: #f49b00
}
.navbar-brand {
font-size: 24px;
position: relative;
color: #f49b00;
letter-spacing: 2px;
font-weight: 500;
padding: 0;
height: auto
}
a.navbar-brand {
transition: all .1s ease;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
transition: color .5s ease;
-webkit-transition: color .5s ease;
-moz-transition: color .5s ease
}
a.navbar-brand span {
color: #fc883a
}
.navbar-default .navbar-brand {
color: #fff;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease
}
.navbar-default .navbar-brand:hover {
color: #d60d45
}
.colored-navbar-brand .navbar-default .navbar-brand {
padding-right: 30px;
position: relative;
color: #f49b00;
display: inline-block;
float: none
}
header .navbar-default .navbar-nav > li > a {
color: #fff
}
header .navbar-default .navbar-nav > li.active, header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li > a:hover {
color: #fff;
background: #f33807
}
.sidebar .navbar-default .navbar-nav > li > a {
line-height: inherit;
font-weight: 400;
font-size: 14px;
padding-top: 0;
color: #fff;
padding-bottom: 0;
text-transform: uppercase;
letter-spacing: 1px;
padding: 15px;
border: none
}
.navbar-nav li {
position: relative;
text-align: left;
margin-bottom: 0
}
.navbar-nav li ul {
z-index: 9999;
padding: 0;
margin: 0;
position: absolute;
top: 50px;
left: 0;
width: 190px;
overflow: hidden;
display: none;
background-color: #fff;
border: 1px solid #eee;
border-top: 2px solid #f33807;
-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4)
}
.navbar-nav li ul li {
border-bottom: 1px solid #f1f1f1
}
.navbar-nav li ul li:last-child {
border-bottom: none
}
.navbar-nav li ul li a {
display: block;
padding: 7px 15px;
font-size: 14px;
font-weight: 400;
color: #636363
}
.navbar-nav li > ul > li:last-child > a, .navbar-nav li > ul > li > ul > li:last-child > a {
border-bottom: 0
}
.navbar-nav li ul li:hover a {
padding-left: 20px;
padding-right: 10px;
text-decoration: none
}
.navbar-nav li ul li a:hover {
color: #f33807
}
.navbar-nav li ul li ul {
position: absolute;
left: 188px;
top: -2px
}
.navbar-nav li ul li:hover ul li a {
padding-left: 15px;
padding-right: 15px
}
.navbar-nav li ul li ul li:hover a {
padding-left: 20px;
padding-right: 10px
}
.navbar-nav li ul li ul li ul li:hover a {
padding-left: 20px;
padding-right: 10px
}
.slicknav_menu {
display: none
}
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: .438em .625em;
line-height: 1.125em;
cursor: pointer
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left
}
.slicknav_menu .slicknav_icon {
float: left;
margin: .188em 0 0 .438em
}
.slicknav_menu .slicknav_no-text {
margin: 0
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: .125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: .188em
}
.slicknav_nav {
clear: both
}
.slicknav_nav ul, .slicknav_nav li {
display: inline-block;
width: 100%;
margin: 0
}
.slicknav_nav .slicknav_arrow {
font-size: .8em;
margin: 0 0 0 .4em
}
.slicknav_nav .slicknav_item {
cursor: pointer
}
.slicknav_nav .slicknav_row {
display: inline-block;
width: 100%
}
.slicknav_nav a {
display: inline-block;
width: 100%
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
content: " ";
display: table
}
.slicknav_menu:after {
clear: both
}
.slicknav_menu {
*zoom: 1
}
.slicknav_menu {
font-size: 16px
}
.slicknav_btn {
margin: 0;
text-decoration: none;
background-color: transparent;
padding: 0;
position: absolute;
top: 30px;
right: 20px;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-ms-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
z-index: 2
}
.slicknav_btn.slicknav_open, .slicknav_btn.slicknav_collapsed, .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
text-decoration: none;
border: none
}
.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
font-size: 21px;
color: #fff
}
header.main_header_area.headerstyle-2 .slicknav_btn.slicknav_open:before, header.main_header_area.headerstyle-2 .slicknav_btn.slicknav_collapsed:before {
color: #3cbeee
}
.slicknav_menutxt {
line-height: 22px
}
.slicknav_btn:focus {
}
.slicknav_menu .slicknav_menutxt {
color: #dff2f2;
font-weight: 400;
font-size: 14px
}
.slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
box-shadow: none
}
header.main_header_area.headerstyle-2 .slicknav_menu .slicknav_icon-bar {
background: #3cbeee;
box-shadow: none
}
.slicknav_menu {
background: #383546;
padding: 0;
margin-top: 0
}
.slicknav_nav {
color: #b6b3c4;
margin: 0;
padding: 0;
font-size: .875em
}
.slicknav_nav, .slicknav_nav ul {
list-style: none;
overflow: hidden
}
.slicknav_nav ul {
padding: 0;
margin: 0;
width: 100%;
border-radius: 0;
position: inherit;
top: inherit;
left: inherit;
border: none;
background-color: transparent;
box-shadow: none
}
.slicknav_nav ul ul {
margin-bottom: 0
}
.slicknav_nav ul li {
border-bottom: 0
}
.dropdown-menu > li > a {
padding: 10px 15px;
font-size: 13px;
border-bottom: 1px solid rgba(255, 255, 255, .05)
}
.bootstrap-select .dropdown-menu > li > a span {
color: #444;
font-size: 13px
}
.bootstrap-select .dropdown-menu li {
margin: 0
}
.bootstrap-select .dropdown-menu > li:first-child > a {
padding-top: 5px
}
.bootstrap-select .dropdown-menu > li:last-child > a {
border: none;
padding-bottom: 5px
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background: 0 0;
outline: none
}
.slicknav_nav .slicknav_row {
padding: 0;
margin: 0
}
.slicknav_nav a {
padding: 10px 15px;
margin: 0;
text-decoration: none;
color: #b6b3c4 !important;
display: block;
border-bottom: 1px solid rgba(255, 255, 255, .05);
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
text-align: left
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
padding: 10px 15px;
margin: 0
}
.slicknav_nav .slicknav_item a i {
display: none
}
.slicknav_nav .slicknav_item {
position: relative
}
.slicknav_nav .slicknav_item a {
border-bottom: none;
display: inline-block;
width: 100%
}
.slicknav_nav {
position: absolute;
top: 78px;
left: 0;
right: 0;
background: #1f1d26
}
header.main_header_area.headerstyle-2 .slicknav_nav {
top: 74px
}
.slicknav_nav ul li {
padding-left: 0;
background: #1f1d26
}
.slicknav_nav ul li li {
padding-left: 0
}
.slicknav_nav ul li ul {
padding-left: 0;
padding-right: 0
}
.slicknav_nav ul li ul a {
padding: 10px 15px
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #443e56;
color: #fff
}
.slicknav_nav a:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #443e56
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px
}
.slicknav_nav .slicknav_arrow {
font-size: 14px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding-top: 9px;
width: 50px;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, .05)
}
.slicknav_nav .slicknav_arrow:hover {
background: rgba(255, 255, 255, .05)
}
@media only screen and (max-width: 991px) {
#responsive-menu {
display: none
}
.slicknav_menu {
display: block
}
.slicknav_nav a.mt_search, .slicknav_nav a.mt_cart {
display: none
}
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
.slicknav_btn {
top: 30px
}
}
@media (max-width: 767px) {
nav.navbar.navbar-default.navbar-fixed-top.with-slicknav {
background: rgba(0, 0, 0, .5)
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
margin: 0
}
}
@media (max-width: 479px) {
.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
color: #fff
}
}
.main_header_area {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 22
}
.main_header_area.white_menu .header_top {
background: #fff
}
.main_header_area.white_menu .header_top .header_top_inner {
border-bottom: 1px solid #e7e7e7
}
.main_header_area.white_menu .header_top .header_top_inner .pull-left a {
color: #242424;
opacity: .6
}
.main_header_area.white_menu .header_top .header_top_inner .pull-left a:hover {
color: #3cbeee;
opacity: 1
}
.main_header_area.white_menu .header_top .header_top_inner .pull-right .header_social li a {
color: #242424;
opacity: .6
}
.main_header_area.white_menu .header_top .header_top_inner .pull-right .header_social li:hover a {
color: #3cbeee
}
.main_header_area.white_menu .header_menu {
background: #fff
}
.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li > a {
color: #242424
}
.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li:hover > a, .main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li.active > a {
color: #3cbeee
}
.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
color: #fff
}
.main_header_area.white_menu .header_menu.affix {
-webkit-box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06);
box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06)
}
.main_header_area.white_menu + section, .main_header_area.white_menu + div, .main_header_area.white_menu + .row {
margin-top: 134px
}
.main_header_area.tp_header_area {
background: 0 0
}
.header_top .header_top_inner {
border-bottom: 1px solid rgba(255, 255, 255, .15);
clear: both;
overflow: hidden
}
.header_top .header_top_inner .pull-left a {
line-height: 48px;
font-size: 15px;
color: #fff;
opacity: .6;
font-family: open sans, sans-serif;
letter-spacing: .45px;
margin-right: 22px;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear
}
.header_top .header_top_inner .pull-left a i {
padding-right: 10px;
font-size: 20px;
vertical-align: middle;
line-height: 44px
}
.header_top .header_top_inner .pull-left a:last-child {
margin-right: 0
}
.header_top .header_top_inner .pull-left a:nth-child(2) i {
font-size: 15px
}
.header_top .header_top_inner .pull-left a:hover {
opacity: 1
}
.header_social li {
display: inline-block;
margin-right: 16px
}
.header_social li a {
line-height: 48px;
font-size: 16px;
color: #fff;
opacity: .6;
-webkit-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s
}
.header_social li:last-child {
margin-right: 0
}
.header_social li:hover a {
opacity: 1
}
.header_menu .navbar.navbar-default {
border-radius: 0;
margin-bottom: 0;
background: 0 0;
border: none;
width: 100%
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
padding: 25px 0 10px 0;
margin-left: 0
}
header.main_header_area.headerstyle-2 .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
padding: 21px 0
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
display: inline-block
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
display: none
}
.header_menu .navbar.navbar-default .navbar-collapse {
text-align: right;
padding: 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav {
float: none;
text-align: right;
display: inline-block;
background: 0 0;
padding-right: 15px
}
.header_menu .navbar.navbar-default .nav.navbar-nav li {
float: none;
display: inline-block;
margin-right: 15px;
background: 0 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
margin: 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a {
background: 0 0;
color: #fff;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
padding: 0;
letter-spacing: .45px;
line-height: 80px;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
border: none
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
margin-left: 5px
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
position: absolute;
right: 15px;
top: 15px
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
color: #3cbeee;
background: 0 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
position: relative
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
border: none;
padding: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none
}
@media (min-width: 992px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 220px;
background: #fff;
text-align: left;
opacity: 0;
-webkit-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
visibility: hidden;
display: block;
border: none;
padding: 0;
border-radius: 0;
box-shadow: 0 0 5px #cccccc91
}
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0;
border-color: #eee transparent transparent transparent;
position: absolute;
right: 24px;
top: 45px;
z-index: 3;
opacity: 0;
-webkit-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
display: block;
float: none;
margin-right: 0;
border-bottom: 1px solid #f2f2f2
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
line-height: 40px;
color: #242424;
font-size: 15px;
padding: 0 20px;
font-weight: 500;
letter-spacing: .3px;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
display: block;
text-transform: capitalize
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
border-bottom: none
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
background: #3cbeee;
color: #fff
}
.header_menu .navbar.navbar-default .navbar-nav li ul {
overflow: visible
}
@media (min-width: 992px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
position: absolute;
left: 100%;
right: auto;
width: auto;
top: 0;
background: #fff;
box-shadow: 0 0 5px #cccccc91
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
line-height: 40px;
color: #242424;
font-size: 15px;
padding: 0 30px;
letter-spacing: .3px;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
display: block;
background: 0 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
color: #fff;
background: #3cbeee
}
}
@media (min-width: 992px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
}
@media (min-width: 992px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
left: 0;
visibility: visible;
opacity: 1
}
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
margin-right: 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li i.icon-Search {
display: inline-block
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown a {
color: rgba(255, 255, 255, .7)
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
background: #3cbeee;
color: #000;
line-height: 34px;
display: inline-block;
padding: 0 25px;
font-size: 14px;
font-family: montserrat, sans-serif;
font-weight: 700;
letter-spacing: .28px;
position: relative;
z-index: 2;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;
border: 2px solid #3cbeee;
margin-top: 21px
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn:hover {
color: #3cbeee;
background: 0 0
}
.header_menu.affix {
width: 100%;
left: 0;
top: 0;
position: fixed;
background: #fff;
z-index: 999;
-webkit-box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06);
box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06)
}
.header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img {
display: none
}
.header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img + img {
display: inline-block
}
.header_menu.affix .navbar.navbar-default .nav.navbar-nav > li > a {
color: #242424
}
.header_menu.affix .navbar.navbar-default .nav.navbar-nav > li:hover > a, .header_menu.affix .navbar.navbar-default .nav.navbar-nav > li.active > a {
color: #3cbeee
}
nav.navbar.navbar-default .logo-white {
display: block
}
nav.navbar.navbar-default .logo-black {
display: none
}
nav.navbar.navbar-default.navbar-sticky-in .logo-white {
display: none
}
nav.navbar.navbar-default.navbar-sticky-in .logo-black {
display: block
}
@media (max-width: 991px) {
.header_menu.affix {
position: relative;
animation: none
}
}
@media (max-width: 1100px) and (min-width: 1024px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li {
margin-right: 5px
}
}
header {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 22
}
.nav-btn {
display: inline-block;
position: relative;
top: -3px
}
.header-content {
border-bottom: 1px solid #fff3
}
.header-content li {
display: inline-block;
color: #fff;
padding: 10px 20px;
border-left: 1px solid #fff3;
margin: 0
}
.links-left li:first-child, .links-right li:first-child {
border-left: none;
padding-left: 0
}
.links-right li:last-child {
padding-right: 0
}
ul.social-links li {
border: none;
padding: 0;
margin-bottom: 0;
margin-right: 15px;
display: inline-block
}
ul.social-links li:last-child {
margin-right: 0
}
.header-content li a {
color: #fff;
font-size: 14px;
font-weight: 400
}
.header-content li a:hover {
color: #3cbeee
}
.header-content .links {
display: inline-block
}
.header-content select {
padding: 0;
background: 0 0;
color: #fff;
border: none;
height: auto
}
.header-content option {
color: #000
}
.headerstyle-2 .header-content {
background: #000
}
header.main_header_area.headerstyle-2 {
background: #fff;
position: relative
}
.headerstyle-2 .header_menu .navbar.navbar-default .nav.navbar-nav li a {
color: #444
}
.headerstyle-2 .header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img {
display: block
}
.header_menu li a span.number-cart {
position: absolute;
top: 23px;
left: 18px;
width: 17px;
height: 17px;
text-align: center;
line-height: 17px;
font-size: 9px;
display: block;
background-color: #3cbeee;
color: #fff;
border-radius: 50%
}
@media (max-width: 991px) {
.header-content li {
padding: 10px
}
.nav-btn {
display: none
}
}
@media (max-width: 735px) {
.header-content {
display: none
}
}
section.banner {
padding: 0;
position: relative
}
a.slider-btn {
padding: 15px 25px;
display: inline-block;
background: #3cbeee;
color: #fff;
border-radius: 20px;
text-transform: uppercase
}
a.slider-btn:hover {
background: #fff;
color: #3cbeee
}
a.btn-wt {
background: #fff;
color: #333
}
.slider {
height: 675px;
overflow: hidden;
position: relative
}
.swiper-slide:after {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
top: 0;
left: 0
}
.swiper-container {
width: 100%;
height: 100%
}
.swiper-slide {
text-align: center;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
background-size: 100%;
background-position: top center
}
.slider .swiper-container-horizontal > .swiper-pagination-bullets, .slider .swiper-pagination-custom, .slider .swiper-pagination-fraction {
bottom: 40px
}
.slider .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #fff;
opacity: 1
}
.slider .swiper-pagination-bullet-active {
background: #3cbeee
}
.slider .swiper-container-vertical > .swiper-pagination-bullets {
right: 50px
}
.swiper-content {
z-index: 1
}
.slider .swiper-content h3 {
color: #fff;
margin: 16px 0 12px;
font-size: 15px;
position: relative;
padding: 0;
line-height: normal;
font-weight: 400;
display: inline-block
}
.swiper-content h3:before {
position: absolute;
content: '';
height: 1px;
width: 50px;
background: #fff;
top: 10px;
left: -60px
}
.swiper-content h3:after {
position: absolute;
content: '';
height: 1px;
width: 50px;
background: #fff;
top: 10px;
right: -60px
}
.swiper-content h1 {
color: #fff;
font-size: 60px;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
margin-bottom: 20px
}
.swiper-content h1 span {
color: #3cbeee
}
.swiper-content p {
color: #fff;
width: 70%;
margin: 0 auto
}
.slider-text {
padding-top: 100px
}
#vid {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
overflow: hidden
}
.video-banner-content {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 28%;
text-align: center;
width: 80%
}
.video-banner video {
width: 100%;
display: block
}
.video-slider .overlay {
background: rgba(0, 0, 0, .4)
}
section.banner.banner-style-1 .slider {
height: 600px
}
section.banner.banner-style-1 .swiper-content {
z-index: 1;
width: 50%;
left: 5%;
position: absolute;
text-align: left
}
@media (max-width: 1100px) {
.swiper-slide {
background-size: cover
}
}
@media (max-width: 991px) {
.video-banner-content.swiper-content {
width: 90%;
top: 33%
}
section.banner.banner-style-1 .swiper-content {
width: 80%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center
}
}
@media (max-width: 767px) {
.swiper-content h1 {
font-size: 48px
}
.slider .swiper-container-vertical > .swiper-pagination-bullets {
display: none
}
.video-banner-content.swiper-content {
top: 36%
}
section.banner.banner-style-1 .swiper-content {
width: 90%
}
}
@media (max-width: 639px) {
.slider {
height: 500px
}
.swiper-content h1 {
font-size: 36px
}
}
@media (max-width: 567px) {
a.slider-btn {
margin-right: 0;
margin-bottom: 15px
}
.swiper-content {
top: 8%;
position: relative
}
.video-banner-content.swiper-content {
top: 26%;
position: absolute
}
.swiper-content h3:before, .swiper-content h3:after {
display: none
}
}
@media (max-width: 479px) {
section.banner.banner-style-1 .swiper-content {
top: 30%
}
.swiper-content h1 {
font-size: 28px
}
}
.banner-form {
position: absolute;
bottom: 0;
width: 100%;
padding: 40px 0;
background: #00000060;
z-index: 1
}
.banner-form .form-group {
margin-bottom: 0;
position: relative
}
.form-content {
display: flex
}
.table-item {
width: 100%;
padding: 0 10px
}
.table-item .input-group {
display: block
}
.table-item input, .table-item select {
background: 0 0;
color: #fff;
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
height: 42px
}
.table-item input:focus {
box-shadow: none
}
.table-item span.input-group-addon {
position: absolute;
right: 2px;
top: 8px;
color: #fff;
background: 0 0;
border: none;
z-index: 2
}
.reserved-form.date-picker-wrapper.no-topbar {
padding: 0;
width: auto;
background: 0 0;
border: none;
box-shadow: 0 0 10px #cccccc57
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.real-today {
background-color: transparent;
color: #3cbeee;
font-weight: 700;
border: 1px solid #3cbeee;
opacity: 1
}
.reserved-form.date-picker-wrapper .month-wrapper {
box-shadow: 0 0 10px #cccccc57;
border: none;
padding: 15px;
border-radius: 0
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.has-tooltip {
color: #ccc;
text-decoration: line-through;
background: #ebeff2
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.checked {
background: #3cbeee !important;
color: #fff;
border-color: #3cbeee
}
.reserved-form.date-picker-wrapper .month-wrapper table .day {
padding: 5px 0;
padding-left: 0;
line-height: .9;
font-size: 15px;
color: #999;
border: 1px solid #f1f1f1;
text-align: center;
height: 40px;
width: 40px;
margin: 10px 2px 0;
border-radius: 50%;
line-height: 1.8
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
color: #fff
}
.reserved-form.date-picker-wrapper .month-wrapper table .week-name {
height: 40px;
color: #333
}
.reserved-form.date-picker-wrapper table .caption {
background: #fbfbfb;
color: #333
}
.reserved-form.date-picker-wrapper .footer {
display: none
}
.reserved-form.date-picker-wrapper.single-date span {
font-size: 14px
}
.reserved-form.date-picker-wrapper table .caption > th:first-of-type, .reserved-form.date-picker-wrapper table .caption > th:last-of-type {
padding: 10px
}
.reserved-form.date-picker-wrapper table .caption th {
text-align: left
}
.reserved-form.date-picker-wrapper .month-wrapper table.month2 .caption th {
text-align: right
}
.reserved-form.date-picker-wrapper .gap, .reserved-form.date-picker-wrapper table .caption .next:hover, .reserved-form.date-picker-wrapper table .caption .prev:hover {
background: 0 0
}
.reserved-form.date-picker-wrapper .gap .gap-lines, .reserved-form.date-picker-wrapper .gap .gap-top-mask, .reserved-form.date-picker-wrapper .gap .gap-bottom-mask {
display: none
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
background: #999;
color: #fff
}
@media (max-width: 360px) {
.reserved-form.date-picker-wrapper.no-topbar {
box-shadow: none
}
.reserved-form.date-picker-wrapper .month-wrapper table .day {
height: 30px;
width: 30px;
line-height: 1.3
}
}
.banner-form.form-style-1 {
background: 0 0
}
.banner-form.form-style-1 .form-content {
display: flex;
background: #fff;
padding: 40px 15px
}
.banner-form.form-style-1 .form-content label {
text-transform: uppercase;
color: #3cbeee;
margin-bottom: 15px;
text-align: center;
display: block
}
.banner-form.form-style-1 select, .banner-form.form-style-1 input, .banner-form.form-style-1 .input-group .form-control {
border: 1px solid #f1f1f1;
color: #444;
box-shadow: none
}
.banner-form.form-style-1 .table-item span {
color: #444;
right: 16px
}
.banner-form.form-style-1 .table-item span.current {
height: auto !important;
color: #999 !important;
border: none !important;
background-color: unset;
border-radius: 0;
padding: 0;
font-size: 40px;
margin-bottom: -6px;
width: 100%
}
@media (max-width: 991px) {
.banner-form.form-style-1 {
position: relative
}
.banner-form.form-style-1 .table-item span.current {
font-size: 24px
}
}
@media (max-width: 767px) {
.banner-form.form-style-1 .form-content {
display: inline-block;
width: 100%;
padding: 40px 0
}
.banner-form.form-style-1 .form-content .table-item {
width: 50%;
float: left;
margin-bottom: 20px
}
.banner-form.form-style-1 .form-content .table-item:last-child {
width: 100%;
margin-bottom: 0;
text-align: center
}
.banner-form.form-style-1 .form-content .table-item .form-btn {
margin-top: 0 !important
}
}
@media (max-width: 567px) {
.banner-form.form-style-1 .form-content .table-item {
width: 100%
}
}
.banner-form.form-style-2 {
padding: 0;
width: 30%;
right: 5%;
top: 13%;
background: 0 0
}
.banner-form.form-style-2 .form-content {
display: inline-block;
width: 100%;
background: #fff
}
.banner-form.form-style-2 .form-title {
border-bottom: 1px solid #f1f1f1;
padding: 15px;
text-align: center;
margin: 0
}
.banner-form.form-style-2 .form-content-inner {
padding: 20px 30px
}
.banner-form.form-style-2 .table-item {
padding: 0;
margin-bottom: 15px;
display: inline-block;
width: 100%
}
.banner-form.form-style-2 .table-item:last-child {
margin: 0
}
.banner-form.form-style-2 .form-content label {
text-transform: uppercase;
color: #444;
font-size: 14px;
margin-bottom: 5px;
display: block
}
.banner-form.form-style-2 select, .banner-form.form-style-2 input, .banner-form.form-style-2 .input-group .form-control {
border: 1px solid #ccc;
color: #444;
background: #f1f1f1;
border: none
}
.banner-form.form-style-2 .table-item span {
color: #444;
right: 16px
}
.banner-form.form-style-2 .form-btn a {
width: 100%;
border-radius: 0
}
@media (max-width: 991px) {
.banner-form.form-style-2 {
position: inherit;
width: 100%;
left: 0;
box-shadow: 0 0 15px #cccccc57
}
.banner-form.form-style-2 .table-item:last-child {
text-align: center
}
.banner-form.form-style-2 .form-btn {
display: inline-block
}
}
.banner-form.form-style-3 {
bottom: -120px
}
.banner-form.form-style-3 .form-content {
box-shadow: 0 0 15px #cccccc57
}
@media (min-width: 1400px) {
.banner-form.form-style-2 {
width: 20%;
top: 23%
}
}
@media (max-width: 991px) {
.banner-form.form-style-3 {
bottom: 0
}
}
.banner-form.form-style-1.form-style-4 {
position: relative;
padding-bottom: 0
}
.banner-form.form-style-1.form-style-4:before {
content: '';
background: #f1f1f1;
position: absolute;
left: -100px;
width: 30%;
height: 100%;
transform: skew(30deg)
}
@media (max-width: 767px) {
.banner-form.form-style-1.form-style-4:before {
width: 60%;
left: -200px
}
.banner-form.form-style-1.form-style-4 .form-content .table-item:last-child {
width: 50%
}
}
@media (max-width: 735px) {
.banner-form {
position: relative;
background: #242424
}
.form-content {
display: block
}
.table-item {
margin-bottom: 15px
}
.table-item:last-child {
margin-bottom: 0
}
.form-btn {
text-align: center
}
.table-item input, .table-item select {
border: 1px solid #666
}
.table-item span.input-group-addon {
right: 8px
}
}
@media (max-width: 567px) {
.banner-form.form-style-1.form-style-4 .form-content .table-item:last-child {
width: 100%
}
}
.banner-content {
position: absolute;
top: 22%;
left: 0;
right: 0;
z-index: 1
}
.banner-content.banner-content1 {
top: 23%
}
.banner-content .swiper-content {
position: relative;
padding-top: 90px
}
.banner-content .swiper-content h3 {
color: #fff;
margin: 0 0 15px;
font-size: 15px;
position: relative;
padding: 0;
line-height: normal;
font-weight: 400;
display: inline-block
}
.banner-content .swiper-content h3:before {
display: none
}
.banner-content .swiper-content h1 {
line-height: 1;
margin-bottom: 10px
}
.swiper-content p {
width: 100%;
margin-bottom: 25px;:
}
.image-box {
display: flex
}
.abt-image {
width: 50%;
position: relative
}
.image-1 img {
position: absolute;
right: 15px;
bottom: 0;
width: 195px
}
.image-2 {
margin: 0
}
.image-2 img {
width: 245px
}
.image-3 img {
position: absolute;
top: 15px;
right: 15px;
width: 130px
}
.image-4 {
margin: 15px 0 0
}
.image-4 img {
width: 180px
}
@media (max-width: 480px) {
.abt-image {
width: 100%
}
.image-box {
display: block
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
position: relative;
right: inherit;
bottom: inherit;
top: inherit;
width: 100%;
margin-top: 10px
}
.image-4 {
margin-top: 0
}
}
.about-style-1 .about-heading {
margin: 15px 30px 0 0;
position: relative;
left: 0;
z-index: 2;
background: #fff;
padding: 30px
}
.about-style-1 .about-img-box {
position: relative;
right: 100px;
z-index: 1
}
.about-style-1 .about-img-box a {
display: block;
position: relative;
overflow: hidden
}
.about-style-1 .about-img-box img {
transition: all 1s
}
.about-style-1 .about-img-box img:hover {
transform: scale(1.1);
transition: all 1s
}
@media (max-width: 991px) {
.about-style-1 .about-heading {
padding: 0;
margin: 0 0 30px;
text-align: center
}
.about-style-1 .about-img-box {
position: inherit;
right: inherit
}
}
section.about-style-2 {
padding-top: 174px;
padding-bottom: 0
}
section.about-style-2:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 25%;
background: #f8f9fa
}
section.about-style-2 .about-inner {
width: 80%;
margin: 0 auto;
text-align: center
}
section.about-style-2 .about-img-box img {
border: 5px solid #fff;
box-shadow: 0 0 15px #cccccc57
}
@media (max-width: 991px) {
section.about-style-2 {
padding-top: 87px
}
section.about-style-2 .col-sm-4.col-sm-6.col-xs-12 {
margin-top: 30px
}
}
section.about-style-3 {
background: #fff;
padding-bottom: 40px
}
section.about-style-3 .about-heading {
padding-top: 60px
}
section.about-style-3 .intro-thumb img {
width: auto;
border-color: #fff;
border-width: 10px;
border-style: solid;
margin-bottom: 0;
display: inline-block;
box-shadow: 0 30px 25px -20px rgba(0, 0, 0, .2)
}
section.about-style-3 .intro-thumb .intro-img-3 {
bottom: -40px;
right: 0;
position: absolute
}
@media (max-width: 991px) {
.about-content {
text-align: center;
margin-bottom: 30px
}
section.about-style-3 .about-heading {
text-align: center;
margin-bottom: 30px
}
}
@media (max-width: 639px) {
section.about-style-3 .intro-thumb .intro-img-3 {
position: inherit;
bottom: inherit;
margin-top: 30px
}
section.about-style-3 img {
width: 100% !important
}
}
.room-item {
box-shadow: 0 0 15px #cccccc57;
transition: all ease-in-out .5s
}
.room-image {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
cursor: default;
background: linear-gradient(45deg, #3cbeee 0%, #046b8c 100%)
}
.room-image img {
display: block;
position: relative;
max-width: none;
width: calc(100% + 60px) !important;
-webkit-transition: opacity .5s, -webkit-transform .5s;
transition: opacity .5s, transform .5s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
transition: all ease-in-out .5s
}
.room-item:hover {
transition: all ease-in-out .5s;
transform: translateY(-5px)
}
.room-item:hover img {
opacity: .6;
filter: alpha(opacity=60);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all ease-in-out .5s
}
.room-content {
padding: 18px 25px 25px;
background: #fff
}
.room-title {
position: relative
}
.room-title h4 {
margin-bottom: 10px
}
.room-title p {
color: #3cbeee
}
.deal-rating {
position: absolute;
right: 0;
top: 4px
}
.room-btns.mar-top-20 {
margin-top: 16px
}
.rooms-style1 .room-item {
box-shadow: 0 0 15px #cccccc57;
transition: all ease-in-out .5s;
position: relative;
overflow: hidden
}
.rooms-style1 .room-content {
padding: 16px 25px 25px;
background: #fff;
position: absolute;
bottom: -73px;
width: 100%;
transition: all .5s
}
.rooms-style1 .room-item:hover .room-content {
bottom: 0;
transition: all .5s
}
.rooms-style2 .room-content .price {
position: absolute;
top: -55px;
right: 0;
background: #fff;
font-size: 26px;
font-weight: 700;
color: #0f3a4a;
text-align: center;
box-shadow: 0 10px 15px rgba(155, 159, 166, .3);
padding: 15px
}
.rooms-style2 .room-content .price span {
position: relative;
display: block;
font-size: 13px;
font-weight: 400;
color: #9b9fa6
}
.rooms-style2 .deal-rating {
position: inherit;
top: inherit
}
.rooms-style2 .deal-rating span.fa {
color: #666;
font-size: 14px
}
.rooms-style2 .room-title h4 {
margin-bottom: 15px
}
.rooms-style2 .room-content .room-services {
margin-bottom: 0
}
.rooms-style2 .room-content .room-services li i {
position: relative;
display: inline-block;
width: 45px;
height: 45px;
line-height: 42px;
background: #f1f1f1;
text-align: center;
border-radius: 50%;
color: #343a40
}
section.rooms-style3 {
background: url("") no-repeat;
background-position: top;
background-size: 100%
}
section.rooms-style3 .room-item {
border: 10px solid #ffffff52
}
.rooms-style3 .room-image .price {
position: absolute;
top: 15px;
right: 0;
background: #fff;
font-size: 24px;
font-weight: 700;
color: #3cbeee;
text-align: center;
box-shadow: 0 10px 15px rgba(155, 159, 166, .3);
padding: 10px 15px
}
.rooms-style3 .room-image .price span {
position: relative;
font-size: 13px;
font-weight: 400;
color: #9b9fa6
}
.rooms-style3 .room-content {
padding: 16px 25px 25px;
background: 0 0;
position: absolute;
bottom: -145px;
transition: all .5s
}
.rooms-style3 .room-image:hover .room-content {
bottom: 0;
transition: all .5s
}
.rooms-style3 .room-content:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, #06a8f9 0%, #046b8c00 100%)
}
.rooms-style3 .deal-rating span.fa {
color: #f9c301
}
@media (max-width: 991px) {
section.rooms .col-md-4.col-sm-12.col-xs-12 {
margin-top: 30px
}
section.rooms.rooms-style1 .col-md-4.col-sm-6.col-xs-12, section.rooms.rooms-style2 .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
section.rooms.rooms-style2 .col-md-4.col-sm-12.col-xs-12 {
margin-top: 0
}
section.rooms.rooms-style1 {
padding-bottom: 70px
}
section.rooms-style3 {
background-size: cover
}
}
@media (max-width: 639px) {
section.rooms .col-md-4.col-sm-6.col-xs-6 {
width: 100%;
margin-bottom: 30px
}
section.rooms .col-md-4.col-sm-12.col-xs-12 {
margin-top: 0
}
}
@media (max-width: 567px) {
.deal-rating {
position: relative;
margin-bottom: 15px;
top: inherit
}
.rooms-style3 .room-content .deal-rating {
margin-bottom: 5px
}
}
@media (max-width: 360px) {
.rooms-style3 .room-content {
bottom: -145px;
padding: 16px 15px
}
}
@media (max-width: 359px) {
.rooms-style3 .room-content {
bottom: -155px
}
}
section.call-to-action {
background: url("calltoaction.jpg") no-repeat;
background-position: right;
background-size: cover;
position: relative
}
.call-to-action:before {
content: '';
position: absolute;
height: 100%;
width: 50%;
background: #1c1c1c;
left: 0;
top: 0
}
.call-to-action:after {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
left: 0;
top: 0
}
.call-content {
position: relative;
z-index: 1
}
.call-content p {
color: #fff
}
.call-content a.btn {
margin-top: 25px
}
.call-button {
position: relative;
z-index: 1;
text-align: center
}
button.play-btn {
font-size: 16px;
transition: all ease-in-out .5s;
position: relative;
animation: heartbeat 1s cubic-bezier(.245, .325, .51, 1.305) infinite alternate
}
button.play-btn:before {
content: "";
border: 5px solid #ffffffb3;
height: 75px;
position: absolute;
width: 75px;
left: -5px;
top: -5px;
border-radius: 50%
}
button.play-btn i {
font-size: 33px;
height: 65px;
width: 65px;
line-height: 2;
text-align: center;
color: #3cbeee;
border-radius: 50%;
background: #fff;
transition: all ease-in-out .5s;
padding-left: 5px
}
button.play-btn:hover i {
background: #fff;
color: #00d0ff
}
section.call-to-action-new.call-to-action {
padding: 130px 0
}
section.call-to-action-new .call-button {
padding: 0
}
section.call-to-action-new button.play-btn {
position: inherit
}
section.call-to-action.call-style-1 {
background-size: cover;
background-attachment: fixed;
overflow: hidden
}
section.call-to-action.call-style-1:before {
position: absolute;
content: "";
display: inline-block;
border: 12px solid #fff;
opacity: .15;
width: 350px;
height: 280px;
left: 28%;
pointer-events: none;
top: 62px;
z-index: 1
}
section.call-to-action.call-style-1:after {
background: rgba(0, 0, 0, .7)
}
section.call-to-action.call-style-1 h2 span {
font-size: 64px
}
.call-style-1 .call-content p {
width: 100%
}
.best-services {
position: relative;
z-index: 1;
margin-top: 80px
}
.wrap-best {
border: 2px solid #ffffff22;
padding: 40px 30px
}
.icon-best i {
color: #fff;
font-size: 40px
}
@media (min-width: 1400px) {
section.call-to-action, section.call-to-action.call-style-1 {
padding: 119px 0 130px
}
section.call-to-action-new.call-to-action {
padding: 160px 0
}
}
@media (max-width: 991px) {
.call-content {
padding-left: 0
}
.best-services .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
margin-bottom: 30px
}
}
@media (max-width: 767px) {
.call-to-action {
text-align: center
}
.call-to-action:before {
display: none
}
section.call-to-action .row.display-flex {
display: block
}
.call-button {
padding-top: 100px
}
button.play-btn {
position: relative
}
}
@media (max-width: 567px) {
section.call-to-action.call-style-1:before {
left: 30px
}
}
.service-item {
position: relative
}
.service-image {
position: relative;
overflow: hidden
}
.service-image img {
transition: all ease-in-out .5s;
width: 100%
}
.service-item:hover img {
transform: scale(1.1);
transition: all ease-in-out .5s
}
.service-content {
position: absolute;
bottom: 30px;
left: 30px;
text-align: center;
background: #fff;
width: calc(100% - 60px);
padding: 20px 0;
z-index: 2
}
.service-content h4 {
margin-bottom: 5px;
color: #3cbeee
}
.service-content p {
margin-bottom: 0;
font-style: italic
}
.service-style-1 .service-item {
position: relative;
overflow: hidden
}
.service-style-1 .service-item:before {
content: '';
background: linear-gradient(to top, #000000, transparent);
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
z-index: 1;
transition: all .5s
}
.service-style-1 .service-item:hover:before {
opacity: 1;
transition: all .5s
}
.service-style-1 .service-content {
padding: 20px 0 15px
}
.service-style-2 .section-title {
margin: 0 auto;
text-align: center;
background: #fff;
width: 30%;
padding: 15px 0;
position: absolute;
top: -40px;
left: 0;
right: 0;
z-index: 2;
box-shadow: 0 0 20px #00000082
}
.service-style-2 {
padding: 0
}
.service-style-2 .col-md-3 {
padding: 0
}
.service-style-2 .service-content {
position: absolute;
text-align: center;
z-index: 2;
width: 100%;
left: 0;
bottom: 0;
background: #00000062;
border-top: 1px solid #ffffff82
}
.service-style-3 .service-outer {
width: 80%;
margin: 0 auto
}
.service-style-3 .service-image {
position: relative;
overflow: hidden;
box-shadow: 0 0 15px #cccccc47;
border: 5px solid #fff
}
@media (max-width: 991px) {
section.services .col-md-4.col-sm-12.col-xs-12, section.services.service-style-1 .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
section.services img {
width: 100%
}
section.services.service-style-1 {
padding-bottom: 70px
}
section.services.service-style-1.service-style-2 {
padding-bottom: 100px
}
.service-style-2 .section-title {
width: 60%
}
.service-style-3 .service-outer {
width: 100%
}
}
@media (max-width: 767px) {
section.services.service-style-3 .display-flex {
display: block
}
section.services.service-style-3 .service-detail {
padding: 20px 0 0;
text-align: left
}
}
@media (max-width: 639px) {
section.services .col-md-4.col-sm-6.col-xs-6 {
width: 100%;
margin-top: 30px
}
section.services .col-md-4.col-sm-12.col-xs-12 {
margin-bottom: 0
}
}
section.reviews {
background: url("reviewbg.jpg") no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
position: relative;
padding-bottom: 146px
}
.reviews:before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .7)
}
.slider-item {
position: relative;
z-index: 9;
background: #fff;
margin: 0 15px;
padding: 30px
}
.slider-image {
width: 25%;
float: left;
padding-right: 30px
}
.slider-image img {
border-radius: 50%
}
.slider-content {
padding-left: 25%
}
.slider-content h4 {
color: #3cbeee;
margin-bottom: 5px
}
.slider-content span {
text-transform: capitalize;
color: #333
}
.slider-quote {
position: absolute;
right: 30px;
bottom: 30px
}
@media (max-width: 567px) {
.slider-image {
width: 50%;
float: none;
padding-right: 0;
margin: 0 auto 15px
}
.slider-content {
padding-left: 0;
text-align: center
}
.slider-quote {
bottom: 0
}
}
section.reviews.reviews-style-1 {
padding-bottom: 100px
}
.reviews-style-1 .section-title {
width: 100%;
text-align: left
}
.reviews-style-1 .container {
position: relative;
z-index: 2
}
.reviews-style-1:before {
position: absolute;
content: '';
height: 100%;
width: 50%;
bottom: 0;
left: 0;
background: rgba(19, 35, 47)
}
.reviews-style-1 .slider-item {
padding: 45px 30px
}
@media (max-width: 991px) {
.reviews-style-1 .section-title {
text-align: center;
margin-bottom: 60px !important
}
.review-slider1 {
margin: 0 -15px
}
}
@media (max-width: 567px) {
.reviews-style-1:before {
width: 100%
}
}
.reviews-style-2 .slider-image {
float: none;
display: inline-block;
padding: 0 0 15px
}
.reviews-style-2 .slider-content {
padding: 0
}
.news-item {
position: relative;
box-shadow: 0 0 15px #cccccc57;
background: #fff
}
.news-image {
overflow: hidden
}
.news-image img {
transition: all ease-in-out .5s;
width: 100%
}
.news-item:hover img {
transform: scale(1.2) rotate(-5deg);
transition: all ease-in-out .5s
}
.news-content {
padding: 20px 25px;
background: #fff
}
.news-content h4 {
margin-bottom: 11px
}
.news-content > p {
margin-bottom: 10px
}
.news-content ul li {
font-size: 14px
}
.review-item p.date, .news-content p.date {
font-weight: 500;
font-size: 13px;
margin-bottom: 10px;
color: #3cbeee
}
.news-item ul li i {
color: #3cbeee
}
.news-content > a {
font-size: 12px;
font-weight: 500;
color: #3cbeee
}
.news-content > a i {
transition: all .4s ease
}
.news-content > a:hover i {
padding-left: 5px;
transition: all .4s ease
}
.news-style-1 .events-list {
padding: 20px
}
.news-style-1 .events-title {
position: relative;
border-bottom: 1px dashed #ccc;
padding-bottom: 10px;
margin-bottom: 10px
}
.news-style-1 .time-from {
position: absolute;
border: 2px solid #3cbeee;
padding: 0 15px;
left: 0;
top: 0
}
.news-style-1 .events-title h4 {
padding-left: 80px
}
.news-style-1 .time-from .date {
font-size: 24px;
line-height: 1.5
}
@media (max-width: 991px) {
section.news .col-md-4.col-sm-12.col-xs-12 {
margin-top: 30px
}
section.news img {
width: 100%
}
.news-style-1 .events-list {
margin-bottom: 30px
}
}
@media (max-width: 767px) {
section.news .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
section.news .col-md-4.col-sm-12.col-xs-12 {
margin-top: 0
}
.news-style-1 .events-list .display-flex {
display: block;
width: 100%;
margin: 0
}
.news-style-1 .events-list .news-image {
margin-top: 30px
}
}
@media (max-width: 567px) {
.news-style-1 .time-from {
position: relative
}
.news-style-1 .events-title h4 {
padding: 20px 0 0
}
}
section.newsletter {
background: url("https://cyclonethemes.com/demo/html/hotux/images/newsletterbg.jpg") no-repeat fixed center;
background-size: cover
}
section.newsletter:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .7)
}
.newsletter-form {
position: relative;
z-index: 1;
width: 50%;
margin: 0 auto
}
.newsletter-form input {
height: 45px;
border-radius: 20px
}
.newsletter-form a {
position: absolute;
right: 2px;
top: 2px;
padding: 11px 30px
}
@media (max-width: 991px) {
.newsletter-form {
width: 80%
}
}
@media (max-width: 411px) {
.newsletter-form {
width: 100%;
text-align: center
}
.newsletter-form a {
position: relative;
margin-top: 10px
}
}
footer {
background: #1c1c1c;
position: relative
}
footer h4 {
color: #3cbeee;
margin-bottom: 29px
}
.footer-top {
padding: 100px 0 95px
}
.footer-about p {
margin-bottom: 29px
}
.footer-logo {
padding-bottom: 95px
}
footer li {
margin-bottom: 0;
line-height: 2.2
}
footer li a {
font-size: 15px
}
footer p, footer a, footer li {
color: #fff
}
.footer-payment li {
display: inline-block
}
.footer-copyright {
padding: 30px 0;
border-top: 1px solid #4c4c4c;
position: relative
}
.footer-copyright .row {
display: flex;
align-items: center
}
.copyright-links {
margin-bottom: 10px
}
.copyright-links li {
display: inline-block;
padding-right: 5px
}
.copyright-links li a {
font-size: 14px
}
.copyright-links li:last-child:after {
content: ''
}
.copyright-links li:after {
content: '|';
padding-left: 10px
}
.copyright-links li:last-child {
padding-right: 0
}
.copyright-content li {
display: inline-block;
margin-right: 10px;
line-height: initial
}
.copyright-content li a {
color: #57565b;
font-size: 20px
}
.copyright-content span, .copyright-content a {
color: #3cbeee
}
.copyright-content p {
font-size: 14px
}
.copyright-content li a i:hover {
color: #3cbeee
}
.footer-style-1 {
background: url("") no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding: 90px 0 0
}
.footer-style-1:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .7)
}
.footer-style-1 .section-title {
margin-bottom: 30px
}
.footer-style-1 .footer-top {
padding: 60px 0 50px
}
.footer-style-1 .footer-copyright {
padding-top: 0;
border: none
}
@media (max-width: 1100px) and (min-width: 991px) {
.playstore-links img {
width: 45%
}
}
@media (max-width: 991px) {
.footer-top {
padding-bottom: 50px
}
.footer-top .col-md-3.col-sm-6.col-xs-12, .footer-copyright .col-md-4.col-sm-12.col-xs-12 {
margin-bottom: 40px
}
.footer-copyright {
text-align: center;
padding-bottom: 0
}
.footer-style-1 .footer-copyright {
padding-bottom: 20px
}
.footer-copyright .row {
display: block
}
}
@media (max-width: 480px) {
.playstore-links img {
width: 45%
}
}
.list-results {
position: relative;
margin-bottom: 30px;
background: #fbfbfb;
border: 1px solid #f1f1f1;
padding: 10px;
display: inline-block;
width: 100%
}
.list-results .change-grid, .list-results .change-list {
display: inline-block
}
.list-results .change-list.f-active i, .list-results .change-grid.f-active i, .list-results a:hover i {
color: #3cbeee;
transition: all ease-in-out .3
}
.list-results .change-grid i, .list-results .change-list i {
line-height: 35px;
text-align: center;
color: #444;
display: inline-block;
transition: all ease-in-out .3
}
.list-filter {
padding: 30px;
box-shadow: 0 0 15px #cccccc57;
margin-bottom: 30px
}
.list-filter .btn-default {
background: #fbfbfb;
border: 1px solid #f1f1f1;
border-radius: 0
}
.list-filter .btn {
padding: 10px 15px
}
.list-filter .form-group {
margin: 0
}
.list-content .room-item {
margin-bottom: 30px
}
@media (max-width: 991px) {
.filter-title {
margin-bottom: 10px;
text-align: center
}
}
@media (max-width: 735px) {
section.room-list .col-md-4.col-sm-6.col-xs-6 {
width: 100%
}
}
.room-grid {
display: flex
}
.room-grid {
margin-bottom: 30px;
box-shadow: 0 0 15px #cccccc57
}
.grid-image {
width: 40%;
position: relative;
overflow: hidden
}
.grid-content {
width: 60%;
padding: 23px
}
.grid-image img {
transition: all ease-in-out .5s
}
.room-grid:hover img {
transform: scale(1.2) rotate(5deg)
}
.room-services {
margin-bottom: 12px !important
}
.room-services ul li {
display: inline-block;
padding-right: 10px;
margin-bottom: 0;
font-size: 14px
}
.list-sidebar-item {
margin-bottom: 30px
}
.list-sidebar-item:last-child {
margin-bottom: 0
}
.list-sidebar-item h4 {
margin-bottom: 20px
}
.list-sidebar-item .pretty {
width: 100%;
margin-right: 0
}
.list-sidebar-item .pretty input:checked ~ .state.p-warning-o label:before, .list-sidebar-item .pretty.p-toggle .state.p-warning-o label:before, .list-sidebar-item .pretty input:checked ~ .state.p-warning-o label:before, .list-sidebar-item .pretty.p-toggle .state.p-warning-o label:before, .list-sidebar-item .pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
border-color: #3cbeee
}
.list-sidebar-item .pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
background-color: #3cbeee !important
}
.rating span {
display: inline
}
.list-sidebar-item.info-1 {
border: 1px solid #f1f1f1;
padding: 20px;
text-align: center
}
.info-1.list-sidebar-item i {
font-size: 52px;
margin-bottom: 20px;
display: inline-block;
padding: 0
}
.list-sidebar-item.info-1 a.phone {
font-size: 26px;
display: block;
margin-bottom: 10px
}
@media (max-width: 639px) {
.room-grid {
display: block
}
.grid-image, .grid-content, .grid-image img, .list-filter .col-md-3.col-sm-4.col-xs-4 {
width: 100%
}
.list-filter {
padding-bottom: 15px
}
.list-filter .form-group {
margin-bottom: 15px
}
}
.detail-slider .slick-list.draggable {
background: #fff
}
.detail-slider .slick-initialized .slick-slide {
opacity: .6
}
.detail-slider-item.slick-slide.slick-current.slick-active.slick-center {
opacity: 1
}
.slider-nav .slick-prev {
left: 0;
width: auto;
border-radius: 0;
height: 100%;
top: 20px;
background: rgba(255, 255, 255, .5);
padding: 0 5px
}
.slider-nav .slick-next {
right: 0;
width: auto;
border-radius: 0;
height: 100%;
top: 20px;
background: rgba(255, 255, 255, .5);
padding: 0 5px
}
.slider-nav .slick-prev:before {
content: '\f104'
}
.slider-nav .slick-next:before {
content: '\f105'
}
.detail-title {
padding: 30px 0;
display: inline-block;
width: 100%
}
.title-left {
display: inline-block
}
.title-left h3 {
margin-bottom: 0
}
.title-right {
display: flex
}
.title-right ul {
padding-top: 12px
}
.title-right li {
display: inline-block;
height: 35px;
width: 35px;
background: #ccc;
text-align: center;
line-height: 2.1;
font-size: 17px;
border-radius: 50%;
color: #fff;
margin: 0
}
.title-right li i {
padding: 0
}
li.facebook {
background: #4268b3
}
li.twitter {
background: #00acee
}
li.linkedin {
background: #0274b3
}
li.pinterest {
background: #cc232a
}
.title-price {
border-left: 1px solid #f1f1f1;
padding: 10px 0 0 15px;
margin-left: 15px;
position: relative
}
.title-price span {
font-size: 14px;
color: #444;
text-transform: capitalize
}
.price-table table {
text-align: center
}
.price-table table thead td {
background: #3cbeee;
color: #fff
}
.price-table table tbody td {
padding: 15px 8px
}
section.check-in {
padding: 80px
}
.check-in .table-item input, .check-in .table-item select {
background: #fff;
color: #333;
border: none
}
.check-in .form-group {
margin-bottom: 0
}
.check-in .date-range-inner-wrapper {
position: relative
}
.check-in a.btn-orange {
border-radius: 0
}
.check-in .table-item span {
color: #444;
right: 8px
}
.amt-item {
padding: 30px 0;
text-align: center;
background: #f8f9fa;
transition: all ease-in-out .5s;
border: 1px solid #f1f1f1
}
.amt-item:hover {
transform: translateY(-5px);
transition: all ease-in-out .5s
}
.amt-icon i {
font-size: 32px;
color: #3cbeee;
margin-bottom: 15px
}
.amt-item h4 {
margin: 0
}
section.detail-features {
padding: 0;
overflow: hidden
}
.detail-features .col-md-3 {
padding: 0
}
.feature-item {
position: relative
}
.feature-item .feature-image {
overflow: hidden
}
.feature-item .feature-image img {
transition: all ease-in-out .5s;
position: relative;
z-index: 0
}
.feature-item:hover .feature-image img {
transform: scale(1.2);
transition: all ease-in-out .5s
}
.feature-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
transition: all ease-in-out .5s;
z-index: 1
}
.feature-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 9
}
.feature-content h4 {
color: #fff;
margin: 10px 0 0
}
.review-item {
display: flex;
margin-bottom: 30px
}
.review-item p {
margin-bottom: 0
}
.review-image {
width: 20%
}
.review-image img {
border-radius: 50%
}
.review-content {
padding-left: 30px
}
.review-content a {
color: #3cbeee
}
.review-content h5 {
display: inline-block;
margin-right: 10px
}
.review-outer ul li ul {
margin-left: 100px
}
.comment-btn {
margin-top: 15px
}
.comment-btn a.btn {
width: 100%
}
.comment-box input, .comment-box textarea {
background: #fbfbfb;
border-radius: 0
}
.detail-full section.related-rooms {
background: #fff
}
.sidebar-form.reservation-form {
background: #f8f9fa;
margin-bottom: 30px
}
.sidebar-form.reservation-form .banner-form.form-style-2 {
position: relative;
right: 0;
width: 100%;
box-shadow: none
}
.sidebar-form.reservation-form .banner-form.form-style-2 .form-content, .sidebar-form.reservation-form .banner-form.form-style-2 .form-content-inner {
padding: 0;
background: 0 0
}
.sidebar-form.reservation-form .banner-form.form-style-2 select, .sidebar-form.reservation-form .banner-form.form-style-2 input, .sidebar-form.reservation-form .banner-form.form-style-2 .input-group .form-control {
background: #fff
}
.form-price {
text-align: center
}
.form-price .title-price {
border: 0;
margin: 0;
padding: 0
}
.sidebar-support {
padding: 30px;
border: 2px solid #333;
margin-bottom: 30px
}
.sidebar-support p:last-child {
margin: 0
}
.sidebar-room {
position: relative
}
.sidebar-room:after {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .5)
}
.sr-content {
position: absolute;
z-index: 1;
bottom: 0;
left: 5%;
width: 90%
}
.sr-content h3, .sr-content p {
color: #fff
}
ul.nav.nav-pills {
background: #fbfbfb;
margin-bottom: 30px
}
.nav-pills > li {
margin: 0
}
.nav-pills > li > a {
border-radius: 0;
color: #444;
font-weight: 800;
padding: 15px 30px
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
background: #3cbeee
}
ul.amenities li {
display: inline-block;
background: #f1f3f5;
padding: 10px 25px;
border-radius: 5px;
margin: 0 5px 10px 0
}
.detail-places .service-content h3 {
text-transform: unset;
font-size: 16px
}
.location-item {
display: inline-block;
width: 32%;
padding-left: 45px;
position: relative;
margin-bottom: 30px
}
.location-item i {
height: 30px;
width: 30px;
background: #3cbeee;
text-align: center;
line-height: 2;
border-radius: 50%;
color: #fff;
position: absolute;
left: 5px;
top: 10px
}
.location-item p {
margin-bottom: 0;
font-weight: 600
}
.sidebar-item {
margin-bottom: 30px
}
.sidebar-item h4 {
margin-bottom: 20px
}
.sidebar-search form {
position: relative
}
.sidebar-search input {
background: #f8f9fa;
border-radius: 20px;
width: 100%
}
.sidebar-search a {
color: #fff;
background: #3cbeee;
position: absolute;
right: 3px;
top: 3px;
padding: 8px 15px;
border-radius: 20px
}
.recent-item {
margin-bottom: 15px
}
.recent-image {
float: left;
width: 20%
}
.recent-content {
float: left;
width: 80%;
padding-left: 15px
}
.recent-content .room-services {
margin-bottom: 0
}
.recent-content h4 {
margin-bottom: 8px
}
.sidebar-instagram.sidebar-item {
margin-bottom: 35px
}
.sidebar-instagram li {
width: 30%;
display: inline-block;
margin-bottom: 5px
}
.sidebar-tags.sidebar-item {
margin-bottom: 30px
}
.sidebar-tags li {
display: inline-block
}
.sidebar-tags li a {
display: inline-block;
padding: 8px 15px;
border: 1px solid #ccc;
border-radius: 5px;
margin-right: 10px;
transition: all ease-in-out .5s;
color: #666
}
.sidebar-categories li a {
color: #666
}
.sidebar-tags li a:hover {
background: #666;
color: #fff
}
.list-content .news-item {
margin-bottom: 30px
}
@media (max-width: 991px) {
.overwiew-map {
margin-top: 30px
}
section.check-in {
padding: 40px
}
section.check-in .form-content {
display: block
}
section.check-in .table-item {
width: 50%;
float: left;
margin-bottom: 15px
}
section.check-in .table-item:last-child {
float: none;
text-align: center;
width: 100%;
margin-bottom: 0
}
.amt-item {
margin-bottom: 30px
}
.review-image {
width: 50%
}
}
@media (max-width: 735px) {
.location-item, .nav-pills > li {
width: 100%
}
}
@media (max-width: 639px) {
.title-left, .title-right {
width: 100%;
display: inline-block
}
.title-left, .tags {
margin-bottom: 10px
}
section.check-in {
padding: 40px 20px
}
.slider-1.slider-nav {
display: none
}
.review-content {
width: 100%
}
.events-detail.single-detail .review-content {
width: auto
}
.comment-btn {
text-align: center
}
}
@media (max-width: 567px) {
section.check-in .table-item {
width: 100%
}
.detail-features .col-md-3 {
width: 100%
}
.price-table {
overflow-x: scroll
}
.review-item {
display: block;
text-align: center
}
.review-image {
width: 100%;
display: inline-block;
padding: 0;
margin-bottom: 15px
}
.review-image img {
width: 30%
}
.review-content {
padding: 0
}
.review-outer ul li {
margin-bottom: 0
}
.review-outer ul li ul {
margin: 0 0 15px;
background: #fbfbfb;
padding: 15px
}
.review-outer ul li ul .review-item {
margin-bottom: 0
}
.comment-box .form-group {
width: 100%
}
.recent-image, .recent-image img {
width: 100%
}
.recent-content {
width: 100%;
padding: 15px 0 0
}
.title-right ul, .title-price {
display: inline-block
}
}
.single-image {
position: relative
}
.single-date {
text-align: center;
border: 1px solid #3cbeee;
height: 70px;
width: 70px
}
.single-image-date {
position: absolute;
left: 0;
bottom: 0;
padding: 10px 20px;
background: #000
}
.single-image-date p {
margin: 0;
color: #fff
}
.single-date p {
margin: 0;
font-size: 10px;
line-height: 1.35;
color: #333
}
.single-date span {
display: block;
font-size: 36px;
font-weight: 600
}
ul.author li {
display: inline-block;
margin-right: 20px;
margin-bottom: 15px
}
ul.author li i {
color: #3cbeee
}
.single-tags {
border-top: 1px dashed #f1f1f1;
border-bottom: 1px dashed #f1f1f1;
padding: 15px 0
}
.tags {
padding-top: 8px
}
.tags i {
color: #3cbeee
}
.tags ul {
display: inline-block
}
.tags ul li {
display: inline-block;
margin: 0;
margin-right: 5px
}
.single-tags .title-right ul {
padding: 0
}
.next-posts {
margin: 50px 0
}
.next-item {
width: 45%;
box-shadow: 0 0 10px #cccccc57;
padding: 20px;
position: relative
}
.next-item span {
text-transform: uppercase
}
.prev {
padding-left: 60px
}
.prev i, .next i {
position: absolute;
top: 40%;
left: 30px;
font-size: 20px
}
.next {
padding-right: 60px;
text-align: right
}
.next i {
right: 30px;
left: inherit
}
.single-detail .review-outer {
margin-top: 50px
}
.single-detail .comment-btn a.btn, .details .comment-btn a.btn {
width: auto
}
.comment-box {
width: 100%
}
@media (max-width: 639px) {
.single-tags {
text-align: center
}
.next-item {
width: 100%;
margin-bottom: 20px
}
.next-posts {
margin-bottom: 40px
}
}
.about-tag {
border: 2px solid #3cbeee;
padding: 10px 20px 5px;
display: inline-block;
position: absolute;
left: 45%;
bottom: 15%
}
.tag-no {
float: left
}
.tag-no span {
font-size: 56px;
font-weight: 600;
line-height: 1.2
}
.tag-info {
padding-left: 70px
}
.tag-info span {
display: block;
font-weight: 600;
text-transform: uppercase
}
span.orange {
color: #3cbeee
}
section.about-counter {
background: url("") no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
position: relative
}
.about-counter:after, section.video-box:after {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
content: '';
background: rgba(0, 0, 0, .7)
}
.counter-item {
position: relative;
z-index: 1;
text-align: center
}
.counter-item h3 {
font-size: 48px;
color: #fff;
position: relative;
margin-bottom: 30px
}
.counter-item h3:after {
position: absolute;
content: '';
height: 1px;
width: 40px;
background: #3cbeee;
left: 0;
right: 0;
margin: 0 auto;
bottom: -10px
}
.counter-item p {
color: #fff;
margin: 0;
text-transform: uppercase
}
.counter-item .icon1 {
font-size: 48px;
margin-bottom: 0
}
section.about-team {
padding-bottom: 70px
}
.about-para h5 {
color: #3cbeee;
margin: 0;
padding: 15px 0;
border-top: 1px dashed #f1f1f1;
border-bottom: 1px dashed #f1f1f1;
line-height: 1.8
}
.about-icon {
padding: 10px;
background: #fbfbfb;
border: 1px solid #f1f1f1;
text-align: center
}
.about-us-image {
border: 5px solid #fff;
box-shadow: 0 0 15px #cccccc58
}
section.video-box {
background: url("newsletterbg.jpg") no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed
}
section.video-box:after {
background: #173460c4
}
section.video-box .section-title {
margin-bottom: 0
}
section.video-box .call-button {
padding: 0;
margin: 50px 0
}
section.video-box button.play-btn {
position: relative;
left: 0;
right: 0
}
.row.team-slider {
margin: 0 -15px
}
.team-item {
position: relative;
overflow: hidden;
transition: all ease-in-out .3s;
box-shadow: 0 0 15px #cccccc57;
margin-bottom: 30px
}
.team-item .team-image img {
transition: all ease-in-out .3s
}
.team-item:hover .team-image img {
transform: scale(1.2);
transition: all ease-in-out .3s
}
.team-content {
padding: 20px 15px;
position: absolute;
bottom: -40px;
width: 100%;
background: #fff;
text-align: center;
transition: all ease-in-out .3s;
z-index: 2
}
.team-item:hover .team-content {
bottom: 0;
transition: all ease-in-out .3s
}
.team-item:before {
content: '';
background: linear-gradient(to top, #3cbeeeb8, transparent);
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
transition: all ease-in-out .3s;
opacity: 0;
z-index: 1
}
.team-item:hover:before {
opacity: 1;
transition: all ease-in-out .3s
}
.team-content h4 {
color: #3cbeee;
margin-bottom: 10px
}
.team-content p {
font-size: 14px
}
section.awards {
position: relative;
background: url("") no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
padding-bottom: 150px
}
.awards:after {
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5)
}
.award-slider {
z-index: 1
}
.award-item {
margin: 0 15px;
background: #fff;
position: relative;
margin-bottom: 40px;
z-index: 1
}
.award-content {
text-align: center;
background: #3cbeee;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
width: 90%;
bottom: -40px;
padding: 15px 0
}
.award-content h5, .award-content p {
margin: 0;
color: #fff
}
@media (max-width: 991px) {
.about-para {
margin-top: 0
}
.about-tag {
display: none
}
.info-detail {
margin-top: 30px
}
}
@media (max-width: 767px) {
.about-us-image {
margin-top: 30px
}
}
@media (max-width: 639px) {
.about-para-list .col-md-4.col-sm-4.col-xs-4 {
width: 100%;
margin-bottom: 15px
}
}
.accrodion-grp {
position: relative;
z-index: 1
}
.accrodion-grp .accrodion + .accrodion {
margin-top: 10px
}
.accrodion-grp .accrodion .accrodion-title {
border: 1px solid #dee0e1;
background: #fff;
padding: 14.5px 25px;
cursor: pointer;
-webkit-transition: all .4s ease;
transition: all .4s ease
}
.accrodion-grp .accrodion .accrodion-title h4 {
margin: 0;
position: relative;
color: #222
}
.accrodion-grp .accrodion .accrodion-title h4:before {
content: '\f107';
font-family: fontawesome;
color: #222;
font-size: 20px;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.accrodion-grp .accrodion .accrodion-content .inner {
padding: 20px 0 10px
}
.accrodion-grp .accrodion .accrodion-content p {
margin: 0;
font-size: 15px;
line-height: 25px;
letter-spacing: .01em;
color: #74787d
}
.accrodion-grp .accrodion.active .accrodion-title {
background: #3cbeee;
border-color: #3cbeee
}
.accrodion-grp .accrodion.active .accrodion-title h4:before {
content: '\f106';
color: #fff
}
.accrodion-grp .accrodion .accrodion-title h4 {
font-weight: 600;
font-size: 16px
}
.accrodion-grp .accrodion.active .accrodion-title h4 {
color: #fff
}
.faq-ques, .faq-ans {
margin-bottom: 30px
}
.faq-icon {
width: 150px;
text-align: center;
padding-top: 10px
}
.faq-icon i {
font-size: 50px
}
.faq-ques .faq-icon {
float: left
}
.faq-ans .faq-icon {
float: right;
padding-top: 30px
}
.faq-content {
padding: 30px;
border-radius: 10px
}
.faq-ques .faq-content {
margin-left: 150px;
background: #3cbeee
}
.faq-ans .faq-content {
margin-right: 150px;
background: #f8f9fa
}
.faq-ques h3 {
margin-bottom: 0;
color: #fff
}
.faq-ans p {
margin-bottom: 0
}
@media (max-width: 639px) {
.faq-ques .faq-content, .faq-ans .faq-content {
width: 100%;
margin: 0
}
.faq-ques .faq-icon, .faq-ans .faq-icon {
float: none;
text-align: center;
margin: 0 auto;
padding: 0
}
.faq-ans p {
margin-bottom: 15px
}
}
.contact-info {
margin-bottom: 50px
}
.info-item {
position: relative;
background: #343a40;
padding: 30px 40px
}
.info-item-or {
background: #3cbeee
}
.info-icon {
position: absolute;
color: #fff;
font-size: 48px;
left: 10%;
top: 20%
}
.info-content {
padding-left: 50px
}
.info-content p {
margin: 0;
color: #fff
}
.contact-support {
margin-bottom: 50px
}
.contact-form {
background: #3cbeee;
padding: 30px
}
.contact-form h3 {
color: #fff;
margin-bottom: 30px
}
.contact-form input, .contact-form textarea {
background: 0 0;
border: none;
border-bottom: 1px solid #ccc;
color: #fff;
padding: 10px
}
.contact-form input:focus {
box-shadow: none
}
.contact-form ::placeholder {
color: #fff
}
.contact-form #submit.btn-orange {
background: #fff;
color: #333;
width: auto
}
.contact-form #submit.btn-orange:hover {
color: #fff;
background: #333;
border-color: #333
}
.contact1 .support-item {
border: 1px solid #f1f1f1;
padding: 20px 15px 5px;
text-align: center
}
.contact1 .info-content {
padding-left: 100px
}
@media (max-width: 991px) {
.info-icon {
left: 8%
}
.info-content {
padding-left: 90px
}
.contact-support {
margin-bottom: 20px
}
.support-item {
margin-bottom: 30px
}
}
@media (max-width: 400px) {
.contact1 .info-content, .info-content {
padding-left: 40px
}
.info-icon {
font-size: 32px
}
}
section.menu {
background: url("") no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center
}
.menu-outer {
position: relative;
z-index: 1
}
.row.isotopeSelector {
width: 100%
}
.menu-item {
background: #fff;
padding: 15px;
width: 100%;
margin-bottom: 30px
}
.menu-image {
width: 68px;
float: left
}
.menu-item {
position: relative
}
.menu-content {
padding-left: 85px
}
.menu-content h3 {
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid #ccc
}
.menu-content span {
position: absolute;
top: 0;
right: 0;
font-size: 21px;
color: #fff;
font-weight: 600;
height: 100%;
background: #3cbeee;
padding: 30px 0;
width: 14%;
text-align: center
}
.menu-content p {
margin-bottom: 0
}
.special-item {
padding: 30px;
box-shadow: 0 0 15px #cccccc57
}
.special-image {
position: relative;
padding: 0 30px
}
.special-image img {
width: 100%;
border-radius: 50%
}
.special-tag {
height: 80px;
width: 80px;
background: #3cbeee;
color: #fff;
text-align: center;
font-size: 24px;
line-height: 3;
border-radius: 50%;
border: 2px solid #fff;
position: absolute;
right: 50px;
bottom: 0
}
.special-tag span {
color: #fff;
font-weight: 700
}
.special-content {
padding-top: 30px
}
section.reservation {
background: url("") no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed
}
.reservation-box {
width: 80%;
margin: 0 auto;
display: flex;
position: relative;
z-index: 1
}
.reservation-image {
width: 50%
}
.restaurant-form {
width: 50%;
padding: 27px 30px;
background: #fff
}
.rt-content p {
text-transform: uppercase;
font-style: italic;
font-size: 14px
}
section.menu.lunch {
background: inherit
}
section.menu.lunch .menu-item {
background: #fff;
box-shadow: 0 0 10px #cccccc57;
border: 1px solid #f1f1f1
}
@media (max-width: 1100px) {
.reservation-box {
display: block;
width: 100%
}
.reservation-image, .restaurant-form, .reservation-image img {
width: 100%
}
}
@media (max-width: 991px) {
.special-item {
margin-bottom: 30px
}
.about-content {
padding-top: 0
}
}
@media (max-width: 567px) {
.row.isotopeSelector {
margin: 0;
text-align: center
}
.menu-image, .menu-image img, .menu-content, .menu-content span {
width: 100%;
padding: 0;
position: relative;
display: inline-block
}
.menu-content span {
padding: 5px
}
.menu-content p {
margin-top: 15px
}
.menu-image {
margin-bottom: 15px
}
.special-image {
padding: 0
}
}
.reservation-links-content {
display: flex;
width: 80%;
margin: 0 auto;
margin-bottom: 50px
}
.reservation-main .banner-form.form-style-1 {
position: relative;
box-shadow: 0 0 15px #cccccc57;
padding: 0;
margin-bottom: 20px
}
.reservation-main .banner-form.form-style-1 .form-content {
padding: 30px 15px
}
.res-item {
width: 25%;
text-align: center;
overflow: hidden
}
.res-item a {
display: inline-block;
height: 60px;
width: 60px;
background: #f8f9fa;
font-size: 30px;
line-height: 1.6;
border-radius: 50%;
border: 4px solid #f8f9fa;
position: relative;
color: #333;
margin-bottom: 30px
}
.res-item a.active, .res-item a:hover {
background: #3cbeee;
border-color: #facec8;
color: #fff
}
.res-item a:after {
left: 115%;
height: 3px;
width: 104px;
content: '';
position: absolute;
background: #f8f9fa;
top: 48%;
border-radius: 0 5px 5px 0
}
.res-item a:before {
right: 115%;
height: 3px;
width: 104px;
content: '';
position: absolute;
background: #f8f9fa;
top: 48%;
border-radius: 5px 0 0 5px
}
.res-item a.active:before, .res-item a.active:after {
background: #3cbeee
}
.res-item:first-child a:before {
display: none
}
.res-item:last-child a:after {
display: none
}
.res-item p {
font-weight: 600
}
.calender {
box-shadow: 0 0 5px #cccccc57
}
.month {
display: flex;
background: #f8f9fa;
padding: 18px 30px 0;
position: relative
}
.month:before {
content: '';
height: 0;
width: 0;
top: -18px;
position: absolute;
left: 10%;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 18px solid #f8f9fa
}
.month p {
text-transform: uppercase;
font-weight: 600
}
.month span {
display: block;
color: #3cbeee
}
.prev-month {
width: 50%;
position: relative;
padding-left: 50px
}
.next-month {
width: 50%;
text-align: right;
position: relative;
padding-right: 50px
}
.month i {
height: 40px;
width: 40px;
position: absolute;
left: 0;
background: #3cbeee;
color: #fff;
text-align: center;
font-size: 24px;
border-radius: 50%;
line-height: 1.7
}
.next-month i {
left: unset;
right: 0
}
.calender-content {
display: flex;
padding: 45px 30px 30px
}
.week li {
float: left;
width: 13%;
text-align: center
}
.days li {
float: left;
width: 13%;
text-align: center
}
.days li a {
height: 40px;
width: 40px;
text-align: center;
display: inline-block;
line-height: 2.7;
border-radius: 50%;
color: #333
}
.days li.mday a {
background: #f8f9fa
}
.days li.active a {
background: #3cbeee;
color: #fff
}
.booking-image {
position: relative
}
.booking-title {
position: absolute;
width: 100%;
bottom: 0;
background: #ffffffe3;
padding: 15px
}
.booking-title .title-price {
border: none;
margin: 0;
padding: 0
}
.booking-title .title-price h3 {
margin: 10px 0 0;
color: #3cbeee
}
.booking-title .title-price h4 span {
color: #3cbeee
}
.booking-desc p:last-child {
margin: 0
}
.booking-content ul li {
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
width: 22%
}
.extra-services ul {
background: #f8f9fa;
padding: 30px 0 0 30px
}
.form-title {
margin: 30px 0
}
.form-title h4 {
display: inline-block
}
.form-title span {
height: 50px;
width: 50px;
display: inline-block;
text-align: center;
background: #fe3e47;
font-size: 25px;
line-height: 1.8;
color: #fff;
border-radius: 50%;
margin-right: 15px
}
.booking-content input, .booking-content textarea, .booking-content select {
border-radius: 0;
background: #f8f9fb
}
.radio-group {
padding: 10px 0
}
.radio-group input[type=checkbox], .radio-group input[type=radio] {
margin-right: 5px
}
.detail-table table tr td {
border-top: none
}
.detail-table table tr:nth-child(odd) {
background: #f8f9fa
}
.payment {
margin-top: 30px
}
.payment-desc {
background: #f8f9fa;
padding: 15px;
word-break: break-all
}
.payment-desc p {
margin-bottom: 0
}
.sidebar-reservation {
background: #f8f9fa;
margin-bottom: 30px;
padding: 30px;
text-align: center
}
.reservation-detail {
position: relative
}
.reservation-detail:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #ccc;
left: 0;
right: 0;
margin: 0 auto
}
.rd-top {
display: flex;
text-align: center
}
.rd-top:first-child {
border-bottom: 1px solid #ccc
}
.rd-top:last-child {
padding: 15px 0 30px
}
.rd-box {
width: 100%;
padding: 15px 0 0
}
.rd-box label {
text-transform: uppercase;
color: #3cbeee;
margin-bottom: 15px
}
.rd-box p.bold {
font-size: 44px;
font-weight: 600
}
.reservation-table {
margin: 15px 0 0
}
.reservation-table tbody tr td {
border: none
}
.reservation-table td:first-child {
text-align: left
}
.reservation-table td:last-child {
text-align: right
}
.reservation-table tfoot td {
font-weight: 600
}
.success-notify {
background: #1daf4d;
padding: 20px 60px;
border-radius: 10px;
position: relative
}
.success-icon {
position: absolute;
left: 3%;
top: 28%;
height: 50px;
width: 50px;
background: #fff;
border-radius: 50%;
font-size: 26px;
text-align: center;
line-height: 2;
color: #1daf4d
}
.success-content {
padding-left: 50px
}
.cancel-icon {
position: absolute;
right: 15px;
top: 15px;
color: #fff
}
@media (max-width: 991px) {
.radio-group {
padding: 0
}
}
@media (max-width: 767px) {
.reservation-links-content {
width: 100%
}
}
@media (max-width: 639px) {
.booking-content ul li {
width: 28%
}
}
@media (max-width: 567px) {
.reservation-links-content {
display: inline-block
}
.res-item {
width: 100%;
margin-bottom: 15px
}
.res-item a {
margin-bottom: 15px
}
.res-item a:before, .res-item a.active:before, .res-item a.active:after, .res-item a:after {
display: none
}
.list-results {
text-align: center
}
.list-results-sort, .click-menu {
width: 100%;
float: none;
padding: 0;
margin-bottom: 10px
}
.click-menu {
margin: 0
}
.booking-title {
position: relative;
padding: 20px;
background: #fbfbfb;
display: inline-block;
width: 100%
}
.booking-title h4 {
padding-top: 0;
margin-bottom: 0
}
.booking-content ul li {
width: 45%
}
.success-notify {
text-align: center;
padding: 20px
}
.success-icon {
position: relative;
left: 0;
top: 0;
margin-bottom: 15px;
display: inline-block
}
.success-content {
width: 100%;
padding: 0
}
}
@media (max-width: 400px) {
.extra-services ul {
padding: 20px
}
.booking-content ul li {
width: 100%;
margin-right: 0
}
}
section.testimonial {
padding-bottom: 50px
}
.testimonial .slider-item {
margin: 0;
box-shadow: 0 0 5px #cccccc57;
margin-bottom: 30px
}
.row.review-slider {
margin: 0 -15px
}
section.gallery {
padding-bottom: 70px
}
.gallery .mt_filter .list-inline {
border: none;
padding: 0;
margin: 0
}
.gallery .mt_filter ul li {
margin: 0;
padding: 0
}
.gallery .mt_filter ul li a {
color: #333;
border: 1px solid #f1f1f1;
padding: 8px 20px 10px;
border-radius: 20px;
background: #fff;
margin: 0 3px;
display: inline-block
}
.gallery .mt_filter ul li a:hover, .gallery .mt_filter ul li.active a {
background: #3cbeee;
color: #fff;
border-color: #3cbeee
}
.gallery-item {
position: relative;
margin-bottom: 30px;
overflow: hidden
}
.gallery-content {
position: absolute;
width: 100%;
height: 100%;
top: 100%;
left: 0;
background: rgba(0, 0, 0, .7);
transition: all ease-in-out .5s
}
.gallery-content ul {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.gallery-content ul li {
border: 1px solid #fff;
color: #fff;
height: 40px;
width: 40px;
text-align: center;
font-size: 20px;
line-height: 2;
display: inline-block;
margin: 0
}
.gallery-content ul li a {
color: #fff
}
.gallery-content i {
padding: 0
}
.gallery-item:hover .gallery-content {
top: 0
}
.gal-3-col .gallery-item {
margin-bottom: 0
}
a.lb-close {
position: absolute;
top: -30px;
right: 30px
}
section.gallery.gallery1 {
background: url("") no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding-bottom: 0
}
@media (max-width: 567px) {
.gallery .mt_filter ul li a {
margin-bottom: 10px
}
.gallery-item {
margin-bottom: 15px
}
}
.modal-dialog {
width: 450px
}
.login-content {
background: #fff;
padding: 30px;
text-align: center
}
.login-image {
margin-bottom: 30px
}
.login-content .form-btn {
margin: 15px 0
}
.login-content .form-btn a.btn-orange {
width: 100%;
border-radius: 0;
margin-bottom: 15px
}
.login-content ul.social-links li {
display: inline-block
}
.login-content ul.social-links li a {
color: #333
}
.form-checkbox {
text-align: left
}
.form-checkbox a {
float: right;
line-height: 2
}
@media (max-width: 767px) {
.login-content {
margin-bottom: 50px
}
section.forgot-password {
text-align: center
}
}
section.error {
padding-bottom: 150px
}
.error-content {
width: 60%;
margin: 0 auto;
position: relative;
z-index: 1
}
.error-content h1 {
font-size: 200px
}
.error-content span {
color: #3cbeee
}
.error-btn {
padding-top: 50px
}
section.error-1 {
background: url("") no-repeat;
background-position: center;
background-size: cover
}
.error-1 h1 {
background: url("") no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-position: center;
background-size: cover
}
.error-1 p {
color: #fff
}
@media (max-width: 767px) {
.error-content {
width: 100%
}
}
@media (max-width: 639px) {
.error-content h1 {
font-size: 150px
}
}
@media (max-width: 400px) {
.error-content h1 {
font-size: 100px
}
.error-btn a {
width: 100%;
margin-bottom: 15px
}
}
section.comingsoon {
background: url("") no-repeat;
background-size: cover;
background-position: center
}
.content {
position: relative;
z-index: 1
}
.comingsoon {
text-align: center
}
.coming-title {
width: 60%;
margin: 0 auto 50px
}
.coming-title h2 {
margin-top: 30px;
color: #fff
}
.coming-title span {
color: #3cbeee
}
.coming-title p {
color: #fff
}
.counter-box {
text-align: center;
height: 200px;
width: 200px;
display: inline-block;
background: #fff;
text-transform: uppercase;
padding: 25px;
margin: 0 5px
}
.coming-counter-1 .counter-box {
border-radius: 50%
}
.counter-box span {
font-size: 80px;
color: #3cbeee;
display: block
}
.comingsoon form {
width: 400px;
position: relative;
margin: 0 auto
}
.comingsoon input {
border-radius: 30px
}
.comingsoon-btn {
position: absolute;
width: auto;
top: 2px;
right: 2px
}
.comingsoon-btn a.btn {
padding: 10px 25px
}
.comingsoon ul.social-links li a {
color: #fff
}
@media (max-width: 991px) and (min-width: 736px) {
.counter-box {
height: 160px;
width: 160px;
padding: 12px
}
.counter-box span {
font-size: 70px
}
}
@media (max-width: 735px) {
.coming-title {
width: 100%
}
.counter-box {
margin-bottom: 12px
}
.comingsoon form {
width: auto
}
}
@media (max-width: 400px) {
.comingsoon-btn {
position: relative
}
}
section.pricing:after {
content: '';
background: linear-gradient(to right, #ca7b38 0%, #6b1206 100%);
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 50%
}
.price-item {
border: 1px solid #f1f1f1;
position: relative;
z-index: 9;
background: #fff;
transition: all ease-in-out .3s;
text-align: center;
box-shadow: 0 0 15px 0 rgba(41, 61, 88, .1)
}
.price-item:hover {
box-shadow: 0 0 5px #cccccc57
}
.price-icon {
width: 75px;
margin: 0 auto 20px
}
.price-title {
padding: 30px
}
span.package-price {
font-size: 46px;
font-weight: 700;
color: #3cbeee;
line-height: 1em;
display: block;
padding-top: 5px
}
span.package-price sub {
font-size: 20px;
bottom: 0
}
span.package-price sub:first-child {
bottom: .1em;
color: #212121
}
.price-content li {
margin: 0;
padding: 15px 30px
}
.price-content li:nth-child(odd) {
background: #fbfbfb
}
.price-btn {
padding: 20px 30px
}
@media (max-width: 991px) {
section.pricing {
padding-bottom: 50px
}
section.pricing:after {
height: 30%
}
.price-outer {
margin-bottom: 30px
}
.support {
text-align: center;
margin-bottom: 30px
}
}
.terms .content > div {
padding: 20px;
box-shadow: 0 0 15px #cccccc57;
margin-bottom: 30px;
border-left: 4px solid #3cbeee
}
.terms-site h5 {
border-bottom: 1px dashed #ccc;
padding-bottom: 15px
}
.reservation-form {
background: #fff;
padding: 30px
}
.reservation-form h3 {
text-align: center
}
.reservation-form label {
text-transform: uppercase;
font-weight: 500
}
.reservation-btn {
margin-top: 20px
}
.reservation-btn a.btn {
width: 100%;
border-radius: 0
}
.related-products .section-title {
margin-bottom: 38px
}
.related-products .slick-initialized .slick-slide {
margin-top: 30px
}
section.shop {
background: #fff
}
.shop-item {
box-shadow: 0 0 10px #cccccc57;
margin-bottom: 40px;
background: #fff
}
.shop-image {
position: relative;
text-align: center;
padding: 20px
}
.shop-image img {
width: 50%
}
.sale {
width: 50px;
height: 50px;
position: absolute;
top: 10px;
left: 10px;
background: #333;
text-align: center;
line-height: 3.3;
border-radius: 50%;
color: #fff
}
.shop-content {
text-align: center;
padding: 0 0 20px
}
.shop-price span {
margin: 0 5px;
font-size: 16px
}
.shop-price del {
opacity: .7
}
.shop-price ins {
font-weight: 600;
text-decoration: none
}
.quantity-buttons {
display: inline-block
}
button.btn-blue {
padding: 10px 20px;
background: #00a3c8;
font-size: 15px;
border-radius: 25px;
display: inline-block;
color: #fff;
text-decoration: none;
border: 2px solid #00a3c8;
transition: all .5s ease
}
button.btn-blue:hover {
background: #3cbeee
}
.sidebar-box {
margin-bottom: 40px
}
.sidebar-box h4 {
margin-bottom: 20px
}
.sidebar-content ul li {
display: inline-block;
width: 100%;
margin: 0;
transition: all ease-in-out .5s
}
.sidebar-content ul li a, .recent-item {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px dashed #f1f1f1;
width: 100%
}
.sidebar-content ul li a {
display: inline-block
}
.sidebar-content ul li:last-child a, .recent-item:last-child {
margin-bottom: 0;
border: none;
padding-bottom: 0
}
.latest-tweets ul > li {
position: relative;
padding-left: 28px;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #eee
}
.latest-tweets ul > li:last-child {
border: none;
padding-bottom: 0;
margin: 0
}
.latest-tweets {
position: relative
}
.latest-tweets p.tweet-text:before {
content: "\f099";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;
position: absolute;
left: 0;
padding-top: 5px;
color: #01d6a3
}
.tagcloud a {
border: 1px solid #f1f1f1;
border-radius: 5px 0;
padding: 8px 10px;
display: inline-block;
margin-bottom: 3px
}
.sidebar-ad {
position: relative;
padding: 80px 20px;
background: linear-gradient(to bottom, #daae5d 0%, #3cbeee 100%);
box-shadow: 0 0 10px #cccccc42;
overflow: hidden
}
.sidebar-ad:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .5)
}
.ad-content {
position: relative;
z-index: 1;
text-align: center
}
.ad-content p, .ad-content h3 {
color: #fff
}
.ad-content h3 {
margin: 15px 0 20px
}
@media (max-width: 991px) {
.detail-sidebar, .sidebar {
margin-top: 30px
}
}
section.shop-main {
background: #fbfbfb;
position: relative
}
section.shop-main:before {
content: '';
background: #fff;
height: 100%;
width: 67.3%;
position: absolute;
left: 0;
top: 0
}
.shop-main .col-md-8 {
width: 70%
}
.shop-main .col-md-4 {
width: 30%
}
.single-content .shop-price span {
font-size: 24px
}
.product-tags {
margin-top: 30px
}
.product-tags p {
display: inline-block;
font-size: 16px;
font-weight: 600;
margin-right: 10px
}
#store-tab-main .nav-tabs {
border-color: #f1f1f1
}
#store-tab-main .nav-tabs > li {
margin: 0
}
#store-tab-main .nav-tabs > li > a {
position: relative;
display: inline-block;
vertical-align: top;
padding: 14px 17px;
font-size: 18px;
text-align: center;
font-weight: 300;
color: #3cbeee;
background: 0 0;
border-radius: 0;
margin: 0;
line-height: inherit;
border: none
}
#store-tab-main .tab-content p {
margin-bottom: 0
}
#store-tab-main .nav-tabs > li > a:hover, #store-tab-main .nav-tabs > li.active > a, #store-tab-main .nav-tabs > li.active > a, #store-tab-main .nav-tabs > li.active > a:focus {
color: #fff !important;
border: none;
background: #3cbeee
}
#store-tab-main .tab-content {
border: 1px solid #f1f1f1;
padding: 30px;
border-top: 1px solid transparent
}
.shop-detail .thumbnail-images {
padding: 15px;
background: #fbfbfb
}
.shop-detail .slider-thumbs .slick-slide img {
padding: 10px 5px 0
}
.shop-detail .slick-prev, .shop-detail .slick-next {
background: #333
}
.shop-detail .slider.slider-thumbs {
margin-top: 5px
}
.shop-detail .slider.slider-thumbs .slick-slide {
opacity: .5
}
.shop-detail .slider.slider-thumbs .slick-slide.slick-active {
opacity: 1
}
.shop-detail .slider.slider-thumbs .slick-prev, .store-detail .slider.slider-thumbs .slick-next {
top: 45%
}
.shop-detail .slider.slider-thumbs .slick-prev {
left: 0
}
.shop-detail .slider.slider-thumbs .slick-next {
right: 0
}
.shop-detail .slider.slider-thumbs .slick-prev:before, .store-detail .slider.slider-thumbs .slick-next:before {
color: #3cbeee;
opacity: 1;
background: 0 0
}
section.related-products {
background: #fff
}
.related-products .content-title {
margin-bottom: 50px
}
table.shop_table.rt-checkout-review-order-table {
width: 100%
}
.checkout-coupon {
background: #3cbeee;
padding: 15px 30px;
display: inline-block;
width: 100%
}
table.shop_table.rt-checkout-review-order-table tr {
border: 1px solid #f1f1f1
}
table.shop_table.rt-checkout-review-order-table tr th, table.shop_table.rt-checkout-review-order-table tr td {
padding: 10px 15px;
font-size: 15px;
border: 1px solid #f1f1f1
}
table.shop_table.rt-checkout-review-order-table thead, table.shop_table.rt-checkout-review-order-table tr.order-total {
background: #fbfbfb
}
.cart-table-list thead {
width: 100%
}
.cart-table-list th, .cart-table-list td {
text-align: center
}
.cart-table-list .product-thumbnail img {
width: 30%;
margin-right: 15px
}
.cart-inner .checkout-order {
margin: 30px 0 20px
}
.cart-table-list table td.actions .coupon {
position: relative;
display: inline-block;
vertical-align: middle;
float: left
}
.cart-table-list .coupon input[type=text] {
width: 250px;
margin-left: 22px;
box-shadow: none;
border: 1px solid #f1f1f1;
background: #fff;
height: 35px;
vertical-align: top;
padding-left: 10px
}
.cart-table-list table td.actions .coupon button {
color: #3cbeee;
background-color: transparent;
border: 1px solid #3cbeee;
border-radius: 0;
padding: 6px 12px;
transition: all ease-in-out .3s
}
.cart-table-list table td.actions .coupon button.update_cart {
background: #3cbeee;
color: #fff;
border-color: #3cbeee
}
.cart-table-list table td.actions .button {
margin: 0 0 0 22px
}
.cart-table-list table td.actions .coupon button.btn-red:hover {
background-color: #3cbeee;
color: #fff
}
@media (max-width: 991px) {
.shop-main .col-md-8, .shop-main .col-md-4, section.shop-main:before {
width: 100%
}
.single-content {
margin-top: 30px
}
.cart-table-list .quantity-buttons {
position: relative
}
}
@media (max-width: 568px) {
.shop-detail .slider-thumbs {
display: none
}
#store-tab-main .nav-tabs > li {
width: 100%
}
#store-tab-main .nav-tabs > li > a {
width: 100%;
background: #fbfbfb;
border: 1px solid #f1f1f1
}
.cart-table-list table.shop_table.rt-checkout-review-order-table {
display: inline-block;
overflow-x: scroll
}
span.quantity-buttons input {
width: 100%
}
}
section.events .news-image {
position: relative
}
section.events .news-image img {
width: 100%
}
section.events .news-content h4 {
border-bottom: 1px dashed #ccc;
padding-bottom: 15px
}
section.events p.dates {
background: #3cbeee;
text-align: center;
font-weight: 700;
padding: 5px 10px 10px;
font-size: 16px;
text-transform: uppercase;
display: inline-block;
margin-bottom: 0;
position: absolute;
bottom: 15px;
left: 15px
}
section.events p.date span {
font-size: 24px;
display: block
}
section.events .meta span {
color: #999;
font-size: 14px
}
@media (max-width: 991px) {
section.events .col-md-4.col-sm-12.col-xs-12 {
margin-top: 30px
}
}
@media (max-width: 767px) {
section.events .col-md-4.col-sm-12.col-xs-12 {
margin-top: 0
}
section.events .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
}
.events-main {
width: 80%;
margin: 0 auto
}
.events-list {
box-shadow: 0 0 15px #cccccc57;
background: #fff
}
.time-from .date {
font-size: 72px;
font-weight: 700;
line-height: 73px;
margin-top: 0;
display: block
}
.time-from .maina {
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
line-height: 25px;
display: block
}
.events-detail ul.event-list-content {
list-style-type: disc;
padding-left: 15px
}
.events-main.single-detail .review-outer {
margin-top: 30px
}
.events-detail ul.event-list-content li:last-child {
margin-bottom: 0
}
.info {
border: 1px solid #f1f1f1
}
.info ul li.title {
background: #656667;
color: #fff;
border: none
}
.info ul li {
padding: 10px 15px;
margin: 0;
border-bottom: 1px dashed #ddd
}
.info ul li:last-child {
border: none
}
.sidebar-book-event h4 {
background: #3cbeee;
padding: 10px 0;
text-align: center;
color: #fff;
margin: 0
}
.sidebar-book-event form {
border: 1px solid #f1f1f1
}
.sidebar-book-event form li {
text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
font-weight: 400;
margin: 0;
list-style: none;
border-bottom: 1px solid #f1f1f1
}
.sidebar-book-event form li .label {
color: #343a40;
font-weight: 400;
font-size: 16px
}
.sidebar-book-event form li .value {
font-weight: 700
}
@media (max-width: 1100px) {
.events-list {
padding: 15px
}
}
@media (max-width: 991px) {
section.events .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
section.events .pagination-content {
margin-top: 0
}
.events-main {
width: 100%
}
.time-from .date {
font-size: 50px
}
.events-detail.single-detail .col-md-4.col-sm-12 {
margin-top: 30px
}
}
@media (max-width: 767px) {
.events-list {
padding: 15px 0
}
section.events .display-flex {
display: inline-block;
width: 100%;
margin: 0
}
section.events .events-content {
margin: 15px 0
}
}
.calendar-range .date-picker-wrapper {
background: 0 0;
padding: 0;
border: none;
z-index: 0
}
.calendar-range .date-picker-wrapper.inline-wrapper, .calendar-range .date-picker-wrapper .month-wrapper {
width: 100% !important
}
.calendar-range .date-picker-wrapper .month-wrapper table th {
padding: 10px 0;
color: #333
}
.calendar-range .date-picker-wrapper table .caption {
background: #f1f1f1;
height: 50px
}
.calendar-range .date-picker-wrapper .month-wrapper table .week-name th {
padding-bottom: 0
}
.calendar-range .date-picker-wrapper table .caption th {
text-align: left
}
.calendar-range .date-picker-wrapper .month-wrapper table.month2 .caption th {
text-align: right
}
.calendar-range .date-picker-wrapper .month-wrapper table .week-name {
height: 50px
}
.calendar-range .date-picker-wrapper .month-wrapper table, .calendar-range .date-picker-wrapper .month-wrapper table.month2 {
width: 48%
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.real-today {
background-color: transparent;
color: #3cbeee;
font-weight: 700;
border: 1px solid #3cbeee;
opacity: 1
}
.calendar-range .date-picker-wrapper .month-wrapper {
box-shadow: 0 0 10px #cccccc57;
border-color: #f1f1f1;
padding: 15px;
border-radius: 0
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.has-tooltip {
color: #ccc;
text-decoration: line-through;
background: #ebeff2
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.checked {
background: #3cbeee !important;
color: #fff;
border-color: #3cbeee
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
color: #333;
cursor: pointer
}
.calendar-range .date-picker-wrapper .month-wrapper table .day {
padding: 10px 0;
padding-left: 1px;
line-height: .9;
font-size: 15px;
color: #999;
border: 1px solid #f1f1f1;
text-align: center;
height: 50px;
width: 50px;
margin: 10px auto 0;
border-radius: 50%;
line-height: 2
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
background-color: #f1f1f1
}
.calendar-range .date-picker-wrapper table .caption .next, .calendar-range .date-picker-wrapper table .caption .prev {
font-size: 18px;
padding: 0 15px
}
.calendar-range .date-picker-wrapper .footer {
display: none
}
.calendar-range .date-picker-wrapper.no-shortcuts {
padding-bottom: 0
}
@media (max-width: 991px) {
.calendar-range .date-picker-wrapper .month-wrapper table, .calendar-range .date-picker-wrapper .month-wrapper table.month2 {
width: 100%
}
.date-picker-wrapper .gap {
width: 100% !important;
height: 15px !Important;
top: 0 !important;
margin: 10px 0 !important
}
}
@media (max-width: 479px) {
.calendar-range .date-picker-wrapper.inline-wrapper, .calendar-range .date-picker-wrapper .month-wrapper {
overflow-x: scroll
}
}
.view-port {
position: fixed;
top: 30%;
right: 0;
z-index: 99
}
.view-port a {
color: #fff !important
}
.view-port a i {
padding: 0 18px 0 10px
}
.dark-mode {
transition: all ease-in-out .5s;
background: #333;
padding: 10px;
text-align: center;
position: relative;
top: 0;
right: -90px
}
.dark-mode:hover {
right: 0;
transition: all ease-in-out .5s;
background: #000
}
.light-mode {
background: #3cbeee;
padding: 10px;
text-align: center;
position: relative;
top: 0;
right: -90px;
transition: all ease-in-out .5s
}
.light-mode:hover {
right: 0;
transition: all ease-in-out .5s;
background: #24d6b9
}
.night-mode section.details, .night-mode section.single {
background: #000
}
.night-mode h2, .night-mode h4, .night-mode h5, .night-mode p, .night-mode li, .night-mode .sidebar-tags li a, .night-mode .sidebar-content ul li a {
color: #fff
}
.night-mode .news-item, .night-mode .room-item {
box-shadow: 0 0 15px #00000057
}
.night-mode .news-content, .night-mode .room-content {
background: #242424
}
.night-mode .pagination li a, .night-mode .comment-box input, .night-mode .comment-box textarea {
background: #000;
color: #fff
}
.night-mode section.related-rooms {
background: #161616
}
.legend:before {
content: "";
display: block;
height: 6px;
width: 15px;
position: absolute;
top: 7px;
left: 0;
}
.leg-baixa:before {
background-color: #B0C800
}
.leg-media:before {
background-color: #009bdd
}
.leg-alta:before {
background-color: #ec8600
}
.leg-manu:before {
background-color: #82f2ff
}
.__cf_email__ {
color: #3cbeee !important;
}
|
public/layout/css/style.css
|
.navbar-default {
background: #f5f5f5
}
.navbar {
border-bottom: 0;
padding: 0
}
.sidebar .navbar-nav {
background: 0 0;
margin: 0
}
.navbar.navbar-default {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none
}
header #navbar {
width: 100%;
background: #f49b00
}
.navbar-brand {
font-size: 24px;
position: relative;
color: #f49b00;
letter-spacing: 2px;
font-weight: 500;
padding: 0;
height: auto
}
a.navbar-brand {
transition: all .1s ease;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
transition: color .5s ease;
-webkit-transition: color .5s ease;
-moz-transition: color .5s ease
}
a.navbar-brand span {
color: #fc883a
}
.navbar-default .navbar-brand {
color: #fff;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease
}
.navbar-default .navbar-brand:hover {
color: #d60d45
}
.colored-navbar-brand .navbar-default .navbar-brand {
padding-right: 30px;
position: relative;
color: #f49b00;
display: inline-block;
float: none
}
header .navbar-default .navbar-nav > li > a {
color: #fff
}
header .navbar-default .navbar-nav > li.active, header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li > a:hover {
color: #fff;
background: #f33807
}
.sidebar .navbar-default .navbar-nav > li > a {
line-height: inherit;
font-weight: 400;
font-size: 14px;
padding-top: 0;
color: #fff;
padding-bottom: 0;
text-transform: uppercase;
letter-spacing: 1px;
padding: 15px;
border: none
}
.navbar-nav li {
position: relative;
text-align: left;
margin-bottom: 0
}
.navbar-nav li ul {
z-index: 9999;
padding: 0;
margin: 0;
position: absolute;
top: 50px;
left: 0;
width: 190px;
overflow: hidden;
display: none;
background-color: #fff;
border: 1px solid #eee;
border-top: 2px solid #f33807;
-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4)
}
.navbar-nav li ul li {
border-bottom: 1px solid #f1f1f1
}
.navbar-nav li ul li:last-child {
border-bottom: none
}
.navbar-nav li ul li a {
display: block;
padding: 7px 15px;
font-size: 14px;
font-weight: 400;
color: #636363
}
.navbar-nav li > ul > li:last-child > a, .navbar-nav li > ul > li > ul > li:last-child > a {
border-bottom: 0
}
.navbar-nav li ul li:hover a {
padding-left: 20px;
padding-right: 10px;
text-decoration: none
}
.navbar-nav li ul li a:hover {
color: #f33807
}
.navbar-nav li ul li ul {
position: absolute;
left: 188px;
top: -2px
}
.navbar-nav li ul li:hover ul li a {
padding-left: 15px;
padding-right: 15px
}
.navbar-nav li ul li ul li:hover a {
padding-left: 20px;
padding-right: 10px
}
.navbar-nav li ul li ul li ul li:hover a {
padding-left: 20px;
padding-right: 10px
}
.slicknav_menu {
display: none
}
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: .438em .625em;
line-height: 1.125em;
cursor: pointer
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left
}
.slicknav_menu .slicknav_icon {
float: left;
margin: .188em 0 0 .438em
}
.slicknav_menu .slicknav_no-text {
margin: 0
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: .125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: .188em
}
.slicknav_nav {
clear: both
}
.slicknav_nav ul, .slicknav_nav li {
display: inline-block;
width: 100%;
margin: 0
}
.slicknav_nav .slicknav_arrow {
font-size: .8em;
margin: 0 0 0 .4em
}
.slicknav_nav .slicknav_item {
cursor: pointer
}
.slicknav_nav .slicknav_row {
display: inline-block;
width: 100%
}
.slicknav_nav a {
display: inline-block;
width: 100%
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
content: " ";
display: table
}
.slicknav_menu:after {
clear: both
}
.slicknav_menu {
*zoom: 1
}
.slicknav_menu {
font-size: 16px
}
.slicknav_btn {
margin: 0;
text-decoration: none;
background-color: transparent;
padding: 0;
position: absolute;
top: 30px;
right: 20px;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-ms-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
z-index: 2
}
.slicknav_btn.slicknav_open, .slicknav_btn.slicknav_collapsed, .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
text-decoration: none;
border: none
}
.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
font-size: 21px;
color: #fff
}
header.main_header_area.headerstyle-2 .slicknav_btn.slicknav_open:before, header.main_header_area.headerstyle-2 .slicknav_btn.slicknav_collapsed:before {
color: #3cbeee
}
.slicknav_menutxt {
line-height: 22px
}
.slicknav_btn:focus {
}
.slicknav_menu .slicknav_menutxt {
color: #dff2f2;
font-weight: 400;
font-size: 14px
}
.slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
box-shadow: none
}
header.main_header_area.headerstyle-2 .slicknav_menu .slicknav_icon-bar {
background: #3cbeee;
box-shadow: none
}
.slicknav_menu {
background: #383546;
padding: 0;
margin-top: 0
}
.slicknav_nav {
color: #b6b3c4;
margin: 0;
padding: 0;
font-size: .875em
}
.slicknav_nav, .slicknav_nav ul {
list-style: none;
overflow: hidden
}
.slicknav_nav ul {
padding: 0;
margin: 0;
width: 100%;
border-radius: 0;
position: inherit;
top: inherit;
left: inherit;
border: none;
background-color: transparent;
box-shadow: none
}
.slicknav_nav ul ul {
margin-bottom: 0
}
.slicknav_nav ul li {
border-bottom: 0
}
.dropdown-menu > li > a {
padding: 10px 15px;
font-size: 13px;
border-bottom: 1px solid rgba(255, 255, 255, .05)
}
.bootstrap-select .dropdown-menu > li > a span {
color: #444;
font-size: 13px
}
.bootstrap-select .dropdown-menu li {
margin: 0
}
.bootstrap-select .dropdown-menu > li:first-child > a {
padding-top: 5px
}
.bootstrap-select .dropdown-menu > li:last-child > a {
border: none;
padding-bottom: 5px
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background: 0 0;
outline: none
}
.slicknav_nav .slicknav_row {
padding: 0;
margin: 0
}
.slicknav_nav a {
padding: 10px 15px;
margin: 0;
text-decoration: none;
color: #b6b3c4 !important;
display: block;
border-bottom: 1px solid rgba(255, 255, 255, .05);
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
text-align: left
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
padding: 10px 15px;
margin: 0
}
.slicknav_nav .slicknav_item a i {
display: none
}
.slicknav_nav .slicknav_item {
position: relative
}
.slicknav_nav .slicknav_item a {
border-bottom: none;
display: inline-block;
width: 100%
}
.slicknav_nav {
position: absolute;
top: 78px;
left: 0;
right: 0;
background: #1f1d26
}
header.main_header_area.headerstyle-2 .slicknav_nav {
top: 74px
}
.slicknav_nav ul li {
padding-left: 0;
background: #1f1d26
}
.slicknav_nav ul li li {
padding-left: 0
}
.slicknav_nav ul li ul {
padding-left: 0;
padding-right: 0
}
.slicknav_nav ul li ul a {
padding: 10px 15px
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #443e56;
color: #fff
}
.slicknav_nav a:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #443e56
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px
}
.slicknav_nav .slicknav_arrow {
font-size: 14px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding-top: 9px;
width: 50px;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, .05)
}
.slicknav_nav .slicknav_arrow:hover {
background: rgba(255, 255, 255, .05)
}
@media only screen and (max-width: 991px) {
#responsive-menu {
display: none
}
.slicknav_menu {
display: block
}
.slicknav_nav a.mt_search, .slicknav_nav a.mt_cart {
display: none
}
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
.slicknav_btn {
top: 30px
}
}
@media (max-width: 767px) {
nav.navbar.navbar-default.navbar-fixed-top.with-slicknav {
background: rgba(0, 0, 0, .5)
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
margin: 0
}
}
@media (max-width: 479px) {
.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
color: #fff
}
}
.main_header_area {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 22
}
.main_header_area.white_menu .header_top {
background: #fff
}
.main_header_area.white_menu .header_top .header_top_inner {
border-bottom: 1px solid #e7e7e7
}
.main_header_area.white_menu .header_top .header_top_inner .pull-left a {
color: #242424;
opacity: .6
}
.main_header_area.white_menu .header_top .header_top_inner .pull-left a:hover {
color: #3cbeee;
opacity: 1
}
.main_header_area.white_menu .header_top .header_top_inner .pull-right .header_social li a {
color: #242424;
opacity: .6
}
.main_header_area.white_menu .header_top .header_top_inner .pull-right .header_social li:hover a {
color: #3cbeee
}
.main_header_area.white_menu .header_menu {
background: #fff
}
.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li > a {
color: #242424
}
.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li:hover > a, .main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li.active > a {
color: #3cbeee
}
.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
color: #fff
}
.main_header_area.white_menu .header_menu.affix {
-webkit-box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06);
box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06)
}
.main_header_area.white_menu + section, .main_header_area.white_menu + div, .main_header_area.white_menu + .row {
margin-top: 134px
}
.main_header_area.tp_header_area {
background: 0 0
}
.header_top .header_top_inner {
border-bottom: 1px solid rgba(255, 255, 255, .15);
clear: both;
overflow: hidden
}
.header_top .header_top_inner .pull-left a {
line-height: 48px;
font-size: 15px;
color: #fff;
opacity: .6;
font-family: open sans, sans-serif;
letter-spacing: .45px;
margin-right: 22px;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear
}
.header_top .header_top_inner .pull-left a i {
padding-right: 10px;
font-size: 20px;
vertical-align: middle;
line-height: 44px
}
.header_top .header_top_inner .pull-left a:last-child {
margin-right: 0
}
.header_top .header_top_inner .pull-left a:nth-child(2) i {
font-size: 15px
}
.header_top .header_top_inner .pull-left a:hover {
opacity: 1
}
.header_social li {
display: inline-block;
margin-right: 16px
}
.header_social li a {
line-height: 48px;
font-size: 16px;
color: #fff;
opacity: .6;
-webkit-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s
}
.header_social li:last-child {
margin-right: 0
}
.header_social li:hover a {
opacity: 1
}
.header_menu .navbar.navbar-default {
border-radius: 0;
margin-bottom: 0;
background: 0 0;
border: none;
width: 100%
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
padding: 25px 0 10px 0;
margin-left: 0
}
header.main_header_area.headerstyle-2 .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
padding: 21px 0
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
display: inline-block
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
display: none
}
.header_menu .navbar.navbar-default .navbar-collapse {
text-align: right;
padding: 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav {
float: none;
text-align: right;
display: inline-block;
background: 0 0;
padding-right: 15px
}
.header_menu .navbar.navbar-default .nav.navbar-nav li {
float: none;
display: inline-block;
margin-right: 15px;
background: 0 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
margin: 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a {
background: 0 0;
color: #fff;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
padding: 0;
letter-spacing: .45px;
line-height: 80px;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
border: none
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
margin-left: 5px
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
position: absolute;
right: 15px;
top: 15px
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
color: #3cbeee;
background: 0 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
position: relative
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
border: none;
padding: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none
}
@media (min-width: 992px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 220px;
background: #fff;
text-align: left;
opacity: 0;
-webkit-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
visibility: hidden;
display: block;
border: none;
padding: 0;
border-radius: 0;
box-shadow: 0 0 5px #cccccc91
}
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0;
border-color: #eee transparent transparent transparent;
position: absolute;
right: 24px;
top: 45px;
z-index: 3;
opacity: 0;
-webkit-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
display: block;
float: none;
margin-right: 0;
border-bottom: 1px solid #f2f2f2
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
line-height: 40px;
color: #242424;
font-size: 15px;
padding: 0 20px;
font-weight: 500;
letter-spacing: .3px;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
display: block;
text-transform: capitalize
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
border-bottom: none
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
background: #3cbeee;
color: #fff
}
.header_menu .navbar.navbar-default .navbar-nav li ul {
overflow: visible
}
@media (min-width: 992px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
position: absolute;
left: 100%;
right: auto;
width: auto;
top: 0;
background: #fff;
box-shadow: 0 0 5px #cccccc91
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
line-height: 40px;
color: #242424;
font-size: 15px;
padding: 0 30px;
letter-spacing: .3px;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
display: block;
background: 0 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
color: #fff;
background: #3cbeee
}
}
@media (min-width: 992px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}
}
@media (min-width: 992px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
left: 0;
visibility: visible;
opacity: 1
}
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
margin-right: 0
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li i.icon-Search {
display: inline-block
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown a {
color: rgba(255, 255, 255, .7)
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
background: #3cbeee;
color: #000;
line-height: 34px;
display: inline-block;
padding: 0 25px;
font-size: 14px;
font-family: montserrat, sans-serif;
font-weight: 700;
letter-spacing: .28px;
position: relative;
z-index: 2;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;
border: 2px solid #3cbeee;
margin-top: 21px
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn:hover {
color: #3cbeee;
background: 0 0
}
.header_menu.affix {
width: 100%;
left: 0;
top: 0;
position: fixed;
background: #fff;
z-index: 999;
-webkit-box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06);
box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06)
}
.header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img {
display: none
}
.header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img + img {
display: inline-block
}
.header_menu.affix .navbar.navbar-default .nav.navbar-nav > li > a {
color: #242424
}
.header_menu.affix .navbar.navbar-default .nav.navbar-nav > li:hover > a, .header_menu.affix .navbar.navbar-default .nav.navbar-nav > li.active > a {
color: #3cbeee
}
nav.navbar.navbar-default .logo-white {
display: block
}
nav.navbar.navbar-default .logo-black {
display: none
}
nav.navbar.navbar-default.navbar-sticky-in .logo-white {
display: none
}
nav.navbar.navbar-default.navbar-sticky-in .logo-black {
display: block
}
@media (max-width: 991px) {
.header_menu.affix {
position: relative;
animation: none
}
}
@media (max-width: 1100px) and (min-width: 1024px) {
.header_menu .navbar.navbar-default .nav.navbar-nav li {
margin-right: 5px
}
}
header {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 22
}
.nav-btn {
display: inline-block;
position: relative;
top: -3px
}
.header-content {
border-bottom: 1px solid #fff3
}
.header-content li {
display: inline-block;
color: #fff;
padding: 10px 20px;
border-left: 1px solid #fff3;
margin: 0
}
.links-left li:first-child, .links-right li:first-child {
border-left: none;
padding-left: 0
}
.links-right li:last-child {
padding-right: 0
}
ul.social-links li {
border: none;
padding: 0;
margin-bottom: 0;
margin-right: 15px;
display: inline-block
}
ul.social-links li:last-child {
margin-right: 0
}
.header-content li a {
color: #fff;
font-size: 14px;
font-weight: 400
}
.header-content li a:hover {
color: #3cbeee
}
.header-content .links {
display: inline-block
}
.header-content select {
padding: 0;
background: 0 0;
color: #fff;
border: none;
height: auto
}
.header-content option {
color: #000
}
.headerstyle-2 .header-content {
background: #000
}
header.main_header_area.headerstyle-2 {
background: #fff;
position: relative
}
.headerstyle-2 .header_menu .navbar.navbar-default .nav.navbar-nav li a {
color: #444
}
.headerstyle-2 .header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img {
display: block
}
.header_menu li a span.number-cart {
position: absolute;
top: 23px;
left: 18px;
width: 17px;
height: 17px;
text-align: center;
line-height: 17px;
font-size: 9px;
display: block;
background-color: #3cbeee;
color: #fff;
border-radius: 50%
}
@media (max-width: 991px) {
.header-content li {
padding: 10px
}
.nav-btn {
display: none
}
}
@media (max-width: 735px) {
.header-content {
display: none
}
}
section.banner {
padding: 0;
position: relative
}
a.slider-btn {
padding: 15px 25px;
display: inline-block;
background: #3cbeee;
color: #fff;
border-radius: 20px;
text-transform: uppercase
}
a.slider-btn:hover {
background: #fff;
color: #3cbeee
}
a.btn-wt {
background: #fff;
color: #333
}
.slider {
height: 675px;
overflow: hidden;
position: relative
}
.swiper-slide:after {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
top: 0;
left: 0
}
.swiper-container {
width: 100%;
height: 100%
}
.swiper-slide {
text-align: center;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
background-size: 100%;
background-position: top center
}
.slider .swiper-container-horizontal > .swiper-pagination-bullets, .slider .swiper-pagination-custom, .slider .swiper-pagination-fraction {
bottom: 40px
}
.slider .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #fff;
opacity: 1
}
.slider .swiper-pagination-bullet-active {
background: #3cbeee
}
.slider .swiper-container-vertical > .swiper-pagination-bullets {
right: 50px
}
.swiper-content {
z-index: 1
}
.slider .swiper-content h3 {
color: #fff;
margin: 16px 0 12px;
font-size: 15px;
position: relative;
padding: 0;
line-height: normal;
font-weight: 400;
display: inline-block
}
.swiper-content h3:before {
position: absolute;
content: '';
height: 1px;
width: 50px;
background: #fff;
top: 10px;
left: -60px
}
.swiper-content h3:after {
position: absolute;
content: '';
height: 1px;
width: 50px;
background: #fff;
top: 10px;
right: -60px
}
.swiper-content h1 {
color: #fff;
font-size: 60px;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
margin-bottom: 20px
}
.swiper-content h1 span {
color: #3cbeee
}
.swiper-content p {
color: #fff;
width: 70%;
margin: 0 auto
}
.slider-text {
padding-top: 100px
}
#vid {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
overflow: hidden
}
.video-banner-content {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 28%;
text-align: center;
width: 80%
}
.video-banner video {
width: 100%;
display: block
}
.video-slider .overlay {
background: rgba(0, 0, 0, .4)
}
section.banner.banner-style-1 .slider {
height: 600px
}
section.banner.banner-style-1 .swiper-content {
z-index: 1;
width: 50%;
left: 5%;
position: absolute;
text-align: left
}
@media (max-width: 1100px) {
.swiper-slide {
background-size: cover
}
}
@media (max-width: 991px) {
.video-banner-content.swiper-content {
width: 90%;
top: 33%
}
section.banner.banner-style-1 .swiper-content {
width: 80%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center
}
}
@media (max-width: 767px) {
.swiper-content h1 {
font-size: 48px
}
.slider .swiper-container-vertical > .swiper-pagination-bullets {
display: none
}
.video-banner-content.swiper-content {
top: 36%
}
section.banner.banner-style-1 .swiper-content {
width: 90%
}
}
@media (max-width: 639px) {
.slider {
height: 500px
}
.swiper-content h1 {
font-size: 36px
}
}
@media (max-width: 567px) {
a.slider-btn {
margin-right: 0;
margin-bottom: 15px
}
.swiper-content {
top: 8%;
position: relative
}
.video-banner-content.swiper-content {
top: 26%;
position: absolute
}
.swiper-content h3:before, .swiper-content h3:after {
display: none
}
}
@media (max-width: 479px) {
section.banner.banner-style-1 .swiper-content {
top: 30%
}
.swiper-content h1 {
font-size: 28px
}
}
.banner-form {
position: absolute;
bottom: 0;
width: 100%;
padding: 40px 0;
background: #00000060;
z-index: 1
}
.banner-form .form-group {
margin-bottom: 0;
position: relative
}
.form-content {
display: flex
}
.table-item {
width: 100%;
padding: 0 10px
}
.table-item .input-group {
display: block
}
.table-item input, .table-item select {
background: 0 0;
color: #fff;
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
height: 42px
}
.table-item input:focus {
box-shadow: none
}
.table-item span.input-group-addon {
position: absolute;
right: 2px;
top: 8px;
color: #fff;
background: 0 0;
border: none;
z-index: 2
}
.reserved-form.date-picker-wrapper.no-topbar {
padding: 0;
width: auto;
background: 0 0;
border: none;
box-shadow: 0 0 10px #cccccc57
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.real-today {
background-color: transparent;
color: #3cbeee;
font-weight: 700;
border: 1px solid #3cbeee;
opacity: 1
}
.reserved-form.date-picker-wrapper .month-wrapper {
box-shadow: 0 0 10px #cccccc57;
border: none;
padding: 15px;
border-radius: 0
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.has-tooltip {
color: #ccc;
text-decoration: line-through;
background: #ebeff2
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.checked {
background: #3cbeee !important;
color: #fff;
border-color: #3cbeee
}
.reserved-form.date-picker-wrapper .month-wrapper table .day {
padding: 5px 0;
padding-left: 0;
line-height: .9;
font-size: 15px;
color: #999;
border: 1px solid #f1f1f1;
text-align: center;
height: 40px;
width: 40px;
margin: 10px 2px 0;
border-radius: 50%;
line-height: 1.8
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
color: #fff
}
.reserved-form.date-picker-wrapper .month-wrapper table .week-name {
height: 40px;
color: #333
}
.reserved-form.date-picker-wrapper table .caption {
background: #fbfbfb;
color: #333
}
.reserved-form.date-picker-wrapper .footer {
display: none
}
.reserved-form.date-picker-wrapper.single-date span {
font-size: 14px
}
.reserved-form.date-picker-wrapper table .caption > th:first-of-type, .reserved-form.date-picker-wrapper table .caption > th:last-of-type {
padding: 10px
}
.reserved-form.date-picker-wrapper table .caption th {
text-align: left
}
.reserved-form.date-picker-wrapper .month-wrapper table.month2 .caption th {
text-align: right
}
.reserved-form.date-picker-wrapper .gap, .reserved-form.date-picker-wrapper table .caption .next:hover, .reserved-form.date-picker-wrapper table .caption .prev:hover {
background: 0 0
}
.reserved-form.date-picker-wrapper .gap .gap-lines, .reserved-form.date-picker-wrapper .gap .gap-top-mask, .reserved-form.date-picker-wrapper .gap .gap-bottom-mask {
display: none
}
.reserved-form.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
background: #999;
color: #fff
}
@media (max-width: 360px) {
.reserved-form.date-picker-wrapper.no-topbar {
box-shadow: none
}
.reserved-form.date-picker-wrapper .month-wrapper table .day {
height: 30px;
width: 30px;
line-height: 1.3
}
}
.banner-form.form-style-1 {
background: 0 0
}
.banner-form.form-style-1 .form-content {
display: flex;
background: #fff;
padding: 40px 15px
}
.banner-form.form-style-1 .form-content label {
text-transform: uppercase;
color: #3cbeee;
margin-bottom: 15px;
text-align: center;
display: block
}
.banner-form.form-style-1 select, .banner-form.form-style-1 input, .banner-form.form-style-1 .input-group .form-control {
border: 1px solid #f1f1f1;
color: #444;
box-shadow: none
}
.banner-form.form-style-1 .table-item span {
color: #444;
right: 16px
}
.banner-form.form-style-1 .table-item span.current {
height: auto !important;
color: #999 !important;
border: none !important;
background-color: unset;
border-radius: 0;
padding: 0;
font-size: 40px;
margin-bottom: -6px;
width: 100%
}
@media (max-width: 991px) {
.banner-form.form-style-1 {
position: relative
}
.banner-form.form-style-1 .table-item span.current {
font-size: 24px
}
}
@media (max-width: 767px) {
.banner-form.form-style-1 .form-content {
display: inline-block;
width: 100%;
padding: 40px 0
}
.banner-form.form-style-1 .form-content .table-item {
width: 50%;
float: left;
margin-bottom: 20px
}
.banner-form.form-style-1 .form-content .table-item:last-child {
width: 100%;
margin-bottom: 0;
text-align: center
}
.banner-form.form-style-1 .form-content .table-item .form-btn {
margin-top: 0 !important
}
}
@media (max-width: 567px) {
.banner-form.form-style-1 .form-content .table-item {
width: 100%
}
}
.banner-form.form-style-2 {
padding: 0;
width: 30%;
right: 5%;
top: 13%;
background: 0 0
}
.banner-form.form-style-2 .form-content {
display: inline-block;
width: 100%;
background: #fff
}
.banner-form.form-style-2 .form-title {
border-bottom: 1px solid #f1f1f1;
padding: 15px;
text-align: center;
margin: 0
}
.banner-form.form-style-2 .form-content-inner {
padding: 20px 30px
}
.banner-form.form-style-2 .table-item {
padding: 0;
margin-bottom: 15px;
display: inline-block;
width: 100%
}
.banner-form.form-style-2 .table-item:last-child {
margin: 0
}
.banner-form.form-style-2 .form-content label {
text-transform: uppercase;
color: #444;
font-size: 14px;
margin-bottom: 5px;
display: block
}
.banner-form.form-style-2 select, .banner-form.form-style-2 input, .banner-form.form-style-2 .input-group .form-control {
border: 1px solid #ccc;
color: #444;
background: #f1f1f1;
border: none
}
.banner-form.form-style-2 .table-item span {
color: #444;
right: 16px
}
.banner-form.form-style-2 .form-btn a {
width: 100%;
border-radius: 0
}
@media (max-width: 991px) {
.banner-form.form-style-2 {
position: inherit;
width: 100%;
left: 0;
box-shadow: 0 0 15px #cccccc57
}
.banner-form.form-style-2 .table-item:last-child {
text-align: center
}
.banner-form.form-style-2 .form-btn {
display: inline-block
}
}
.banner-form.form-style-3 {
bottom: -120px
}
.banner-form.form-style-3 .form-content {
box-shadow: 0 0 15px #cccccc57
}
@media (min-width: 1400px) {
.banner-form.form-style-2 {
width: 20%;
top: 23%
}
}
@media (max-width: 991px) {
.banner-form.form-style-3 {
bottom: 0
}
}
.banner-form.form-style-1.form-style-4 {
position: relative;
padding-bottom: 0
}
.banner-form.form-style-1.form-style-4:before {
content: '';
background: #f1f1f1;
position: absolute;
left: -100px;
width: 30%;
height: 100%;
transform: skew(30deg)
}
@media (max-width: 767px) {
.banner-form.form-style-1.form-style-4:before {
width: 60%;
left: -200px
}
.banner-form.form-style-1.form-style-4 .form-content .table-item:last-child {
width: 50%
}
}
@media (max-width: 735px) {
.banner-form {
position: relative;
background: #242424
}
.form-content {
display: block
}
.table-item {
margin-bottom: 15px
}
.table-item:last-child {
margin-bottom: 0
}
.form-btn {
text-align: center
}
.table-item input, .table-item select {
border: 1px solid #666
}
.table-item span.input-group-addon {
right: 8px
}
}
@media (max-width: 567px) {
.banner-form.form-style-1.form-style-4 .form-content .table-item:last-child {
width: 100%
}
}
.banner-content {
position: absolute;
top: 22%;
left: 0;
right: 0;
z-index: 1
}
.banner-content.banner-content1 {
top: 23%
}
.banner-content .swiper-content {
position: relative;
padding-top: 90px
}
.banner-content .swiper-content h3 {
color: #fff;
margin: 0 0 15px;
font-size: 15px;
position: relative;
padding: 0;
line-height: normal;
font-weight: 400;
display: inline-block
}
.banner-content .swiper-content h3:before {
display: none
}
.banner-content .swiper-content h1 {
line-height: 1;
margin-bottom: 10px
}
.swiper-content p {
width: 100%;
margin-bottom: 25px;:
}
.image-box {
display: flex
}
.abt-image {
width: 50%;
position: relative
}
.image-1 img {
position: absolute;
right: 15px;
bottom: 0;
width: 195px
}
.image-2 {
margin: 0
}
.image-2 img {
width: 245px
}
.image-3 img {
position: absolute;
top: 15px;
right: 15px;
width: 130px
}
.image-4 {
margin: 15px 0 0
}
.image-4 img {
width: 180px
}
@media (max-width: 480px) {
.abt-image {
width: 100%
}
.image-box {
display: block
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
position: relative;
right: inherit;
bottom: inherit;
top: inherit;
width: 100%;
margin-top: 10px
}
.image-4 {
margin-top: 0
}
}
.about-style-1 .about-heading {
margin: 15px 30px 0 0;
position: relative;
left: 0;
z-index: 2;
background: #fff;
padding: 30px
}
.about-style-1 .about-img-box {
position: relative;
right: 100px;
z-index: 1
}
.about-style-1 .about-img-box a {
display: block;
position: relative;
overflow: hidden
}
.about-style-1 .about-img-box img {
transition: all 1s
}
.about-style-1 .about-img-box img:hover {
transform: scale(1.1);
transition: all 1s
}
@media (max-width: 991px) {
.about-style-1 .about-heading {
padding: 0;
margin: 0 0 30px;
text-align: center
}
.about-style-1 .about-img-box {
position: inherit;
right: inherit
}
}
section.about-style-2 {
padding-top: 174px;
padding-bottom: 0
}
section.about-style-2:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 25%;
background: #f8f9fa
}
section.about-style-2 .about-inner {
width: 80%;
margin: 0 auto;
text-align: center
}
section.about-style-2 .about-img-box img {
border: 5px solid #fff;
box-shadow: 0 0 15px #cccccc57
}
@media (max-width: 991px) {
section.about-style-2 {
padding-top: 87px
}
section.about-style-2 .col-sm-4.col-sm-6.col-xs-12 {
margin-top: 30px
}
}
section.about-style-3 {
background: #fff;
padding-bottom: 40px
}
section.about-style-3 .about-heading {
padding-top: 60px
}
section.about-style-3 .intro-thumb img {
width: auto;
border-color: #fff;
border-width: 10px;
border-style: solid;
margin-bottom: 0;
display: inline-block;
box-shadow: 0 30px 25px -20px rgba(0, 0, 0, .2)
}
section.about-style-3 .intro-thumb .intro-img-3 {
bottom: -40px;
right: 0;
position: absolute
}
@media (max-width: 991px) {
.about-content {
text-align: center;
margin-bottom: 30px
}
section.about-style-3 .about-heading {
text-align: center;
margin-bottom: 30px
}
}
@media (max-width: 639px) {
section.about-style-3 .intro-thumb .intro-img-3 {
position: inherit;
bottom: inherit;
margin-top: 30px
}
section.about-style-3 img {
width: 100% !important
}
}
.room-item {
box-shadow: 0 0 15px #cccccc57;
transition: all ease-in-out .5s
}
.room-image {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
cursor: default;
background: linear-gradient(45deg, #3cbeee 0%, #046b8c 100%)
}
.room-image img {
display: block;
position: relative;
max-width: none;
width: calc(100% + 60px) !important;
-webkit-transition: opacity .5s, -webkit-transform .5s;
transition: opacity .5s, transform .5s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
transition: all ease-in-out .5s
}
.room-item:hover {
transition: all ease-in-out .5s;
transform: translateY(-5px)
}
.room-item:hover img {
opacity: .6;
filter: alpha(opacity=60);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all ease-in-out .5s
}
.room-content {
padding: 18px 25px 25px;
background: #fff
}
.room-title {
position: relative
}
.room-title h4 {
margin-bottom: 10px
}
.room-title p {
color: #3cbeee
}
.deal-rating {
position: absolute;
right: 0;
top: 4px
}
.room-btns.mar-top-20 {
margin-top: 16px
}
.rooms-style1 .room-item {
box-shadow: 0 0 15px #cccccc57;
transition: all ease-in-out .5s;
position: relative;
overflow: hidden
}
.rooms-style1 .room-content {
padding: 16px 25px 25px;
background: #fff;
position: absolute;
bottom: -73px;
width: 100%;
transition: all .5s
}
.rooms-style1 .room-item:hover .room-content {
bottom: 0;
transition: all .5s
}
.rooms-style2 .room-content .price {
position: absolute;
top: -55px;
right: 0;
background: #fff;
font-size: 26px;
font-weight: 700;
color: #0f3a4a;
text-align: center;
box-shadow: 0 10px 15px rgba(155, 159, 166, .3);
padding: 15px
}
.rooms-style2 .room-content .price span {
position: relative;
display: block;
font-size: 13px;
font-weight: 400;
color: #9b9fa6
}
.rooms-style2 .deal-rating {
position: inherit;
top: inherit
}
.rooms-style2 .deal-rating span.fa {
color: #666;
font-size: 14px
}
.rooms-style2 .room-title h4 {
margin-bottom: 15px
}
.rooms-style2 .room-content .room-services {
margin-bottom: 0
}
.rooms-style2 .room-content .room-services li i {
position: relative;
display: inline-block;
width: 45px;
height: 45px;
line-height: 42px;
background: #f1f1f1;
text-align: center;
border-radius: 50%;
color: #343a40
}
section.rooms-style3 {
background: url("") no-repeat;
background-position: top;
background-size: 100%
}
section.rooms-style3 .room-item {
border: 10px solid #ffffff52
}
.rooms-style3 .room-image .price {
position: absolute;
top: 15px;
right: 0;
background: #fff;
font-size: 24px;
font-weight: 700;
color: #3cbeee;
text-align: center;
box-shadow: 0 10px 15px rgba(155, 159, 166, .3);
padding: 10px 15px
}
.rooms-style3 .room-image .price span {
position: relative;
font-size: 13px;
font-weight: 400;
color: #9b9fa6
}
.rooms-style3 .room-content {
padding: 16px 25px 25px;
background: 0 0;
position: absolute;
bottom: -145px;
transition: all .5s
}
.rooms-style3 .room-image:hover .room-content {
bottom: 0;
transition: all .5s
}
.rooms-style3 .room-content:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, #06a8f9 0%, #046b8c00 100%)
}
.rooms-style3 .deal-rating span.fa {
color: #f9c301
}
@media (max-width: 991px) {
section.rooms .col-md-4.col-sm-12.col-xs-12 {
margin-top: 30px
}
section.rooms.rooms-style1 .col-md-4.col-sm-6.col-xs-12, section.rooms.rooms-style2 .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
section.rooms.rooms-style2 .col-md-4.col-sm-12.col-xs-12 {
margin-top: 0
}
section.rooms.rooms-style1 {
padding-bottom: 70px
}
section.rooms-style3 {
background-size: cover
}
}
@media (max-width: 639px) {
section.rooms .col-md-4.col-sm-6.col-xs-6 {
width: 100%;
margin-bottom: 30px
}
section.rooms .col-md-4.col-sm-12.col-xs-12 {
margin-top: 0
}
}
@media (max-width: 567px) {
.deal-rating {
position: relative;
margin-bottom: 15px;
top: inherit
}
.rooms-style3 .room-content .deal-rating {
margin-bottom: 5px
}
}
@media (max-width: 360px) {
.rooms-style3 .room-content {
bottom: -145px;
padding: 16px 15px
}
}
@media (max-width: 359px) {
.rooms-style3 .room-content {
bottom: -155px
}
}
section.call-to-action {
background: url("calltoaction.jpg") no-repeat;
background-position: right;
background-size: cover;
position: relative
}
.call-to-action:before {
content: '';
position: absolute;
height: 100%;
width: 50%;
background: #1c1c1c;
left: 0;
top: 0
}
.call-to-action:after {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
left: 0;
top: 0
}
.call-content {
position: relative;
z-index: 1
}
.call-content p {
color: #fff
}
.call-content a.btn {
margin-top: 25px
}
.call-button {
position: relative;
z-index: 1;
text-align: center
}
button.play-btn {
font-size: 16px;
transition: all ease-in-out .5s;
position: relative;
animation: heartbeat 1s cubic-bezier(.245, .325, .51, 1.305) infinite alternate
}
button.play-btn:before {
content: "";
border: 5px solid #ffffffb3;
height: 75px;
position: absolute;
width: 75px;
left: -5px;
top: -5px;
border-radius: 50%
}
button.play-btn i {
font-size: 33px;
height: 65px;
width: 65px;
line-height: 2;
text-align: center;
color: #3cbeee;
border-radius: 50%;
background: #fff;
transition: all ease-in-out .5s;
padding-left: 5px
}
button.play-btn:hover i {
background: #fff;
color: #00d0ff
}
section.call-to-action-new.call-to-action {
padding: 130px 0
}
section.call-to-action-new .call-button {
padding: 0
}
section.call-to-action-new button.play-btn {
position: inherit
}
section.call-to-action.call-style-1 {
background-size: cover;
background-attachment: fixed;
overflow: hidden
}
section.call-to-action.call-style-1:before {
position: absolute;
content: "";
display: inline-block;
border: 12px solid #fff;
opacity: .15;
width: 350px;
height: 280px;
left: 28%;
pointer-events: none;
top: 62px;
z-index: 1
}
section.call-to-action.call-style-1:after {
background: rgba(0, 0, 0, .7)
}
section.call-to-action.call-style-1 h2 span {
font-size: 64px
}
.call-style-1 .call-content p {
width: 100%
}
.best-services {
position: relative;
z-index: 1;
margin-top: 80px
}
.wrap-best {
border: 2px solid #ffffff22;
padding: 40px 30px
}
.icon-best i {
color: #fff;
font-size: 40px
}
@media (min-width: 1400px) {
section.call-to-action, section.call-to-action.call-style-1 {
padding: 119px 0 130px
}
section.call-to-action-new.call-to-action {
padding: 160px 0
}
}
@media (max-width: 991px) {
.call-content {
padding-left: 0
}
.best-services .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
margin-bottom: 30px
}
}
@media (max-width: 767px) {
.call-to-action {
text-align: center
}
.call-to-action:before {
display: none
}
section.call-to-action .row.display-flex {
display: block
}
.call-button {
padding-top: 100px
}
button.play-btn {
position: relative
}
}
@media (max-width: 567px) {
section.call-to-action.call-style-1:before {
left: 30px
}
}
.service-item {
position: relative
}
.service-image {
position: relative;
overflow: hidden
}
.service-image img {
transition: all ease-in-out .5s;
width: 100%
}
.service-item:hover img {
transform: scale(1.1);
transition: all ease-in-out .5s
}
.service-content {
position: absolute;
bottom: 30px;
left: 30px;
text-align: center;
background: #fff;
width: calc(100% - 60px);
padding: 20px 0;
z-index: 2
}
.service-content h4 {
margin-bottom: 5px;
color: #3cbeee
}
.service-content p {
margin-bottom: 0;
font-style: italic
}
.service-style-1 .service-item {
position: relative;
overflow: hidden
}
.service-style-1 .service-item:before {
content: '';
background: linear-gradient(to top, #000000, transparent);
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
z-index: 1;
transition: all .5s
}
.service-style-1 .service-item:hover:before {
opacity: 1;
transition: all .5s
}
.service-style-1 .service-content {
padding: 20px 0 15px
}
.service-style-2 .section-title {
margin: 0 auto;
text-align: center;
background: #fff;
width: 30%;
padding: 15px 0;
position: absolute;
top: -40px;
left: 0;
right: 0;
z-index: 2;
box-shadow: 0 0 20px #00000082
}
.service-style-2 {
padding: 0
}
.service-style-2 .col-md-3 {
padding: 0
}
.service-style-2 .service-content {
position: absolute;
text-align: center;
z-index: 2;
width: 100%;
left: 0;
bottom: 0;
background: #00000062;
border-top: 1px solid #ffffff82
}
.service-style-3 .service-outer {
width: 80%;
margin: 0 auto
}
.service-style-3 .service-image {
position: relative;
overflow: hidden;
box-shadow: 0 0 15px #cccccc47;
border: 5px solid #fff
}
@media (max-width: 991px) {
section.services .col-md-4.col-sm-12.col-xs-12, section.services.service-style-1 .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
section.services img {
width: 100%
}
section.services.service-style-1 {
padding-bottom: 70px
}
section.services.service-style-1.service-style-2 {
padding-bottom: 100px
}
.service-style-2 .section-title {
width: 60%
}
.service-style-3 .service-outer {
width: 100%
}
}
@media (max-width: 767px) {
section.services.service-style-3 .display-flex {
display: block
}
section.services.service-style-3 .service-detail {
padding: 20px 0 0;
text-align: left
}
}
@media (max-width: 639px) {
section.services .col-md-4.col-sm-6.col-xs-6 {
width: 100%;
margin-top: 30px
}
section.services .col-md-4.col-sm-12.col-xs-12 {
margin-bottom: 0
}
}
section.reviews {
background: url("reviewbg.jpg") no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
position: relative;
padding-bottom: 146px
}
.reviews:before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .7)
}
.slider-item {
position: relative;
z-index: 9;
background: #fff;
margin: 0 15px;
padding: 30px
}
.slider-image {
width: 25%;
float: left;
padding-right: 30px
}
.slider-image img {
border-radius: 50%
}
.slider-content {
padding-left: 25%
}
.slider-content h4 {
color: #3cbeee;
margin-bottom: 5px
}
.slider-content span {
text-transform: capitalize;
color: #333
}
.slider-quote {
position: absolute;
right: 30px;
bottom: 30px
}
@media (max-width: 567px) {
.slider-image {
width: 50%;
float: none;
padding-right: 0;
margin: 0 auto 15px
}
.slider-content {
padding-left: 0;
text-align: center
}
.slider-quote {
bottom: 0
}
}
section.reviews.reviews-style-1 {
padding-bottom: 100px
}
.reviews-style-1 .section-title {
width: 100%;
text-align: left
}
.reviews-style-1 .container {
position: relative;
z-index: 2
}
.reviews-style-1:before {
position: absolute;
content: '';
height: 100%;
width: 50%;
bottom: 0;
left: 0;
background: rgba(19, 35, 47)
}
.reviews-style-1 .slider-item {
padding: 45px 30px
}
@media (max-width: 991px) {
.reviews-style-1 .section-title {
text-align: center;
margin-bottom: 60px !important
}
.review-slider1 {
margin: 0 -15px
}
}
@media (max-width: 567px) {
.reviews-style-1:before {
width: 100%
}
}
.reviews-style-2 .slider-image {
float: none;
display: inline-block;
padding: 0 0 15px
}
.reviews-style-2 .slider-content {
padding: 0
}
.news-item {
position: relative;
box-shadow: 0 0 15px #cccccc57;
background: #fff
}
.news-image {
overflow: hidden
}
.news-image img {
transition: all ease-in-out .5s;
width: 100%
}
.news-item:hover img {
transform: scale(1.2) rotate(-5deg);
transition: all ease-in-out .5s
}
.news-content {
padding: 20px 25px;
background: #fff
}
.news-content h4 {
margin-bottom: 11px
}
.news-content > p {
margin-bottom: 10px
}
.news-content ul li {
font-size: 14px
}
.review-item p.date, .news-content p.date {
font-weight: 500;
font-size: 13px;
margin-bottom: 10px;
color: #3cbeee
}
.news-item ul li i {
color: #3cbeee
}
.news-content > a {
font-size: 12px;
font-weight: 500;
color: #3cbeee
}
.news-content > a i {
transition: all .4s ease
}
.news-content > a:hover i {
padding-left: 5px;
transition: all .4s ease
}
.news-style-1 .events-list {
padding: 20px
}
.news-style-1 .events-title {
position: relative;
border-bottom: 1px dashed #ccc;
padding-bottom: 10px;
margin-bottom: 10px
}
.news-style-1 .time-from {
position: absolute;
border: 2px solid #3cbeee;
padding: 0 15px;
left: 0;
top: 0
}
.news-style-1 .events-title h4 {
padding-left: 80px
}
.news-style-1 .time-from .date {
font-size: 24px;
line-height: 1.5
}
@media (max-width: 991px) {
section.news .col-md-4.col-sm-12.col-xs-12 {
margin-top: 30px
}
section.news img {
width: 100%
}
.news-style-1 .events-list {
margin-bottom: 30px
}
}
@media (max-width: 767px) {
section.news .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
section.news .col-md-4.col-sm-12.col-xs-12 {
margin-top: 0
}
.news-style-1 .events-list .display-flex {
display: block;
width: 100%;
margin: 0
}
.news-style-1 .events-list .news-image {
margin-top: 30px
}
}
@media (max-width: 567px) {
.news-style-1 .time-from {
position: relative
}
.news-style-1 .events-title h4 {
padding: 20px 0 0
}
}
section.newsletter {
background: url("https://cyclonethemes.com/demo/html/hotux/images/newsletterbg.jpg") no-repeat fixed center;
background-size: cover
}
section.newsletter:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .7)
}
.newsletter-form {
position: relative;
z-index: 1;
width: 50%;
margin: 0 auto
}
.newsletter-form input {
height: 45px;
border-radius: 20px
}
.newsletter-form a {
position: absolute;
right: 2px;
top: 2px;
padding: 11px 30px
}
@media (max-width: 991px) {
.newsletter-form {
width: 80%
}
}
@media (max-width: 411px) {
.newsletter-form {
width: 100%;
text-align: center
}
.newsletter-form a {
position: relative;
margin-top: 10px
}
}
footer {
background: #1c1c1c;
position: relative
}
footer h4 {
color: #3cbeee;
margin-bottom: 29px
}
.footer-top {
padding: 100px 0 95px
}
.footer-about p {
margin-bottom: 29px
}
.footer-logo {
padding-bottom: 95px
}
footer li {
margin-bottom: 0;
line-height: 2.2
}
footer li a {
font-size: 15px
}
footer p, footer a, footer li {
color: #fff
}
.footer-payment li {
display: inline-block
}
.footer-copyright {
padding: 30px 0;
border-top: 1px solid #4c4c4c;
position: relative
}
.footer-copyright .row {
display: flex;
align-items: center
}
.copyright-links {
margin-bottom: 10px
}
.copyright-links li {
display: inline-block;
padding-right: 5px
}
.copyright-links li a {
font-size: 14px
}
.copyright-links li:last-child:after {
content: ''
}
.copyright-links li:after {
content: '|';
padding-left: 10px
}
.copyright-links li:last-child {
padding-right: 0
}
.copyright-content li {
display: inline-block;
margin-right: 10px;
line-height: initial
}
.copyright-content li a {
color: #57565b;
font-size: 20px
}
.copyright-content span, .copyright-content a {
color: #3cbeee
}
.copyright-content p {
font-size: 14px
}
.copyright-content li a i:hover {
color: #3cbeee
}
.footer-style-1 {
background: url("") no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding: 90px 0 0
}
.footer-style-1:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .7)
}
.footer-style-1 .section-title {
margin-bottom: 30px
}
.footer-style-1 .footer-top {
padding: 60px 0 50px
}
.footer-style-1 .footer-copyright {
padding-top: 0;
border: none
}
@media (max-width: 1100px) and (min-width: 991px) {
.playstore-links img {
width: 45%
}
}
@media (max-width: 991px) {
.footer-top {
padding-bottom: 50px
}
.footer-top .col-md-3.col-sm-6.col-xs-12, .footer-copyright .col-md-4.col-sm-12.col-xs-12 {
margin-bottom: 40px
}
.footer-copyright {
text-align: center;
padding-bottom: 0
}
.footer-style-1 .footer-copyright {
padding-bottom: 20px
}
.footer-copyright .row {
display: block
}
}
@media (max-width: 480px) {
.playstore-links img {
width: 45%
}
}
.list-results {
position: relative;
margin-bottom: 30px;
background: #fbfbfb;
border: 1px solid #f1f1f1;
padding: 10px;
display: inline-block;
width: 100%
}
.list-results .change-grid, .list-results .change-list {
display: inline-block
}
.list-results .change-list.f-active i, .list-results .change-grid.f-active i, .list-results a:hover i {
color: #3cbeee;
transition: all ease-in-out .3
}
.list-results .change-grid i, .list-results .change-list i {
line-height: 35px;
text-align: center;
color: #444;
display: inline-block;
transition: all ease-in-out .3
}
.list-filter {
padding: 30px;
box-shadow: 0 0 15px #cccccc57;
margin-bottom: 30px
}
.list-filter .btn-default {
background: #fbfbfb;
border: 1px solid #f1f1f1;
border-radius: 0
}
.list-filter .btn {
padding: 10px 15px
}
.list-filter .form-group {
margin: 0
}
.list-content .room-item {
margin-bottom: 30px
}
@media (max-width: 991px) {
.filter-title {
margin-bottom: 10px;
text-align: center
}
}
@media (max-width: 735px) {
section.room-list .col-md-4.col-sm-6.col-xs-6 {
width: 100%
}
}
.room-grid {
display: flex
}
.room-grid {
margin-bottom: 30px;
box-shadow: 0 0 15px #cccccc57
}
.grid-image {
width: 40%;
position: relative;
overflow: hidden
}
.grid-content {
width: 60%;
padding: 23px
}
.grid-image img {
transition: all ease-in-out .5s
}
.room-grid:hover img {
transform: scale(1.2) rotate(5deg)
}
.room-services {
margin-bottom: 12px !important
}
.room-services ul li {
display: inline-block;
padding-right: 10px;
margin-bottom: 0;
font-size: 14px
}
.list-sidebar-item {
margin-bottom: 30px
}
.list-sidebar-item:last-child {
margin-bottom: 0
}
.list-sidebar-item h4 {
margin-bottom: 20px
}
.list-sidebar-item .pretty {
width: 100%;
margin-right: 0
}
.list-sidebar-item .pretty input:checked ~ .state.p-warning-o label:before, .list-sidebar-item .pretty.p-toggle .state.p-warning-o label:before, .list-sidebar-item .pretty input:checked ~ .state.p-warning-o label:before, .list-sidebar-item .pretty.p-toggle .state.p-warning-o label:before, .list-sidebar-item .pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
border-color: #3cbeee
}
.list-sidebar-item .pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
background-color: #3cbeee !important
}
.rating span {
display: inline
}
.list-sidebar-item.info-1 {
border: 1px solid #f1f1f1;
padding: 20px;
text-align: center
}
.info-1.list-sidebar-item i {
font-size: 52px;
margin-bottom: 20px;
display: inline-block;
padding: 0
}
.list-sidebar-item.info-1 a.phone {
font-size: 26px;
display: block;
margin-bottom: 10px
}
@media (max-width: 639px) {
.room-grid {
display: block
}
.grid-image, .grid-content, .grid-image img, .list-filter .col-md-3.col-sm-4.col-xs-4 {
width: 100%
}
.list-filter {
padding-bottom: 15px
}
.list-filter .form-group {
margin-bottom: 15px
}
}
.detail-slider .slick-list.draggable {
background: #fff
}
.detail-slider .slick-initialized .slick-slide {
opacity: .6
}
.detail-slider-item.slick-slide.slick-current.slick-active.slick-center {
opacity: 1
}
.slider-nav .slick-prev {
left: 0;
width: auto;
border-radius: 0;
height: 100%;
top: 20px;
background: rgba(255, 255, 255, .5);
padding: 0 5px
}
.slider-nav .slick-next {
right: 0;
width: auto;
border-radius: 0;
height: 100%;
top: 20px;
background: rgba(255, 255, 255, .5);
padding: 0 5px
}
.slider-nav .slick-prev:before {
content: '\f104'
}
.slider-nav .slick-next:before {
content: '\f105'
}
.detail-title {
padding: 30px 0;
display: inline-block;
width: 100%
}
.title-left {
display: inline-block
}
.title-left h3 {
margin-bottom: 0
}
.title-right {
display: flex
}
.title-right ul {
padding-top: 12px
}
.title-right li {
display: inline-block;
height: 35px;
width: 35px;
background: #ccc;
text-align: center;
line-height: 2.1;
font-size: 17px;
border-radius: 50%;
color: #fff;
margin: 0
}
.title-right li i {
padding: 0
}
li.facebook {
background: #4268b3
}
li.twitter {
background: #00acee
}
li.linkedin {
background: #0274b3
}
li.pinterest {
background: #cc232a
}
.title-price {
border-left: 1px solid #f1f1f1;
padding: 10px 0 0 15px;
margin-left: 15px;
position: relative
}
.title-price span {
font-size: 14px;
color: #444;
text-transform: capitalize
}
.price-table table {
text-align: center
}
.price-table table thead td {
background: #3cbeee;
color: #fff
}
.price-table table tbody td {
padding: 15px 8px
}
section.check-in {
padding: 80px
}
.check-in .table-item input, .check-in .table-item select {
background: #fff;
color: #333;
border: none
}
.check-in .form-group {
margin-bottom: 0
}
.check-in .date-range-inner-wrapper {
position: relative
}
.check-in a.btn-orange {
border-radius: 0
}
.check-in .table-item span {
color: #444;
right: 8px
}
.amt-item {
padding: 30px 0;
text-align: center;
background: #f8f9fa;
transition: all ease-in-out .5s;
border: 1px solid #f1f1f1
}
.amt-item:hover {
transform: translateY(-5px);
transition: all ease-in-out .5s
}
.amt-icon i {
font-size: 32px;
color: #3cbeee;
margin-bottom: 15px
}
.amt-item h4 {
margin: 0
}
section.detail-features {
padding: 0;
overflow: hidden
}
.detail-features .col-md-3 {
padding: 0
}
.feature-item {
position: relative
}
.feature-item .feature-image {
overflow: hidden
}
.feature-item .feature-image img {
transition: all ease-in-out .5s;
position: relative;
z-index: 0
}
.feature-item:hover .feature-image img {
transform: scale(1.2);
transition: all ease-in-out .5s
}
.feature-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
transition: all ease-in-out .5s;
z-index: 1
}
.feature-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 9
}
.feature-content h4 {
color: #fff;
margin: 10px 0 0
}
.review-item {
display: flex;
margin-bottom: 30px
}
.review-item p {
margin-bottom: 0
}
.review-image {
width: 20%
}
.review-image img {
border-radius: 50%
}
.review-content {
padding-left: 30px
}
.review-content a {
color: #3cbeee
}
.review-content h5 {
display: inline-block;
margin-right: 10px
}
.review-outer ul li ul {
margin-left: 100px
}
.comment-btn {
margin-top: 15px
}
.comment-btn a.btn {
width: 100%
}
.comment-box input, .comment-box textarea {
background: #fbfbfb;
border-radius: 0
}
.detail-full section.related-rooms {
background: #fff
}
.sidebar-form.reservation-form {
background: #f8f9fa;
margin-bottom: 30px
}
.sidebar-form.reservation-form .banner-form.form-style-2 {
position: relative;
right: 0;
width: 100%;
box-shadow: none
}
.sidebar-form.reservation-form .banner-form.form-style-2 .form-content, .sidebar-form.reservation-form .banner-form.form-style-2 .form-content-inner {
padding: 0;
background: 0 0
}
.sidebar-form.reservation-form .banner-form.form-style-2 select, .sidebar-form.reservation-form .banner-form.form-style-2 input, .sidebar-form.reservation-form .banner-form.form-style-2 .input-group .form-control {
background: #fff
}
.form-price {
text-align: center
}
.form-price .title-price {
border: 0;
margin: 0;
padding: 0
}
.sidebar-support {
padding: 30px;
border: 2px solid #333;
margin-bottom: 30px
}
.sidebar-support p:last-child {
margin: 0
}
.sidebar-room {
position: relative
}
.sidebar-room:after {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .5)
}
.sr-content {
position: absolute;
z-index: 1;
bottom: 0;
left: 5%;
width: 90%
}
.sr-content h3, .sr-content p {
color: #fff
}
ul.nav.nav-pills {
background: #fbfbfb;
margin-bottom: 30px
}
.nav-pills > li {
margin: 0
}
.nav-pills > li > a {
border-radius: 0;
color: #444;
font-weight: 800;
padding: 15px 30px
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
background: #3cbeee
}
ul.amenities li {
display: inline-block;
background: #f1f3f5;
padding: 10px 25px;
border-radius: 5px;
margin: 0 5px 10px 0
}
.detail-places .service-content h3 {
text-transform: unset;
font-size: 16px
}
.location-item {
display: inline-block;
width: 32%;
padding-left: 45px;
position: relative;
margin-bottom: 30px
}
.location-item i {
height: 30px;
width: 30px;
background: #3cbeee;
text-align: center;
line-height: 2;
border-radius: 50%;
color: #fff;
position: absolute;
left: 5px;
top: 10px
}
.location-item p {
margin-bottom: 0;
font-weight: 600
}
.sidebar-item {
margin-bottom: 30px
}
.sidebar-item h4 {
margin-bottom: 20px
}
.sidebar-search form {
position: relative
}
.sidebar-search input {
background: #f8f9fa;
border-radius: 20px;
width: 100%
}
.sidebar-search a {
color: #fff;
background: #3cbeee;
position: absolute;
right: 3px;
top: 3px;
padding: 8px 15px;
border-radius: 20px
}
.recent-item {
margin-bottom: 15px
}
.recent-image {
float: left;
width: 20%
}
.recent-content {
float: left;
width: 80%;
padding-left: 15px
}
.recent-content .room-services {
margin-bottom: 0
}
.recent-content h4 {
margin-bottom: 8px
}
.sidebar-instagram.sidebar-item {
margin-bottom: 35px
}
.sidebar-instagram li {
width: 30%;
display: inline-block;
margin-bottom: 5px
}
.sidebar-tags.sidebar-item {
margin-bottom: 30px
}
.sidebar-tags li {
display: inline-block
}
.sidebar-tags li a {
display: inline-block;
padding: 8px 15px;
border: 1px solid #ccc;
border-radius: 5px;
margin-right: 10px;
transition: all ease-in-out .5s;
color: #666
}
.sidebar-categories li a {
color: #666
}
.sidebar-tags li a:hover {
background: #666;
color: #fff
}
.list-content .news-item {
margin-bottom: 30px
}
@media (max-width: 991px) {
.overwiew-map {
margin-top: 30px
}
section.check-in {
padding: 40px
}
section.check-in .form-content {
display: block
}
section.check-in .table-item {
width: 50%;
float: left;
margin-bottom: 15px
}
section.check-in .table-item:last-child {
float: none;
text-align: center;
width: 100%;
margin-bottom: 0
}
.amt-item {
margin-bottom: 30px
}
.review-image {
width: 50%
}
}
@media (max-width: 735px) {
.location-item, .nav-pills > li {
width: 100%
}
}
@media (max-width: 639px) {
.title-left, .title-right {
width: 100%;
display: inline-block
}
.title-left, .tags {
margin-bottom: 10px
}
section.check-in {
padding: 40px 20px
}
.slider-1.slider-nav {
display: none
}
.review-content {
width: 100%
}
.events-detail.single-detail .review-content {
width: auto
}
.comment-btn {
text-align: center
}
}
@media (max-width: 567px) {
section.check-in .table-item {
width: 100%
}
.detail-features .col-md-3 {
width: 100%
}
.price-table {
overflow-x: scroll
}
.review-item {
display: block;
text-align: center
}
.review-image {
width: 100%;
display: inline-block;
padding: 0;
margin-bottom: 15px
}
.review-image img {
width: 30%
}
.review-content {
padding: 0
}
.review-outer ul li {
margin-bottom: 0
}
.review-outer ul li ul {
margin: 0 0 15px;
background: #fbfbfb;
padding: 15px
}
.review-outer ul li ul .review-item {
margin-bottom: 0
}
.comment-box .form-group {
width: 100%
}
.recent-image, .recent-image img {
width: 100%
}
.recent-content {
width: 100%;
padding: 15px 0 0
}
.title-right ul, .title-price {
display: inline-block
}
}
.single-image {
position: relative
}
.single-date {
text-align: center;
border: 1px solid #3cbeee;
height: 70px;
width: 70px
}
.single-image-date {
position: absolute;
left: 0;
bottom: 0;
padding: 10px 20px;
background: #000
}
.single-image-date p {
margin: 0;
color: #fff
}
.single-date p {
margin: 0;
font-size: 10px;
line-height: 1.35;
color: #333
}
.single-date span {
display: block;
font-size: 36px;
font-weight: 600
}
ul.author li {
display: inline-block;
margin-right: 20px;
margin-bottom: 15px
}
ul.author li i {
color: #3cbeee
}
.single-tags {
border-top: 1px dashed #f1f1f1;
border-bottom: 1px dashed #f1f1f1;
padding: 15px 0
}
.tags {
padding-top: 8px
}
.tags i {
color: #3cbeee
}
.tags ul {
display: inline-block
}
.tags ul li {
display: inline-block;
margin: 0;
margin-right: 5px
}
.single-tags .title-right ul {
padding: 0
}
.next-posts {
margin: 50px 0
}
.next-item {
width: 45%;
box-shadow: 0 0 10px #cccccc57;
padding: 20px;
position: relative
}
.next-item span {
text-transform: uppercase
}
.prev {
padding-left: 60px
}
.prev i, .next i {
position: absolute;
top: 40%;
left: 30px;
font-size: 20px
}
.next {
padding-right: 60px;
text-align: right
}
.next i {
right: 30px;
left: inherit
}
.single-detail .review-outer {
margin-top: 50px
}
.single-detail .comment-btn a.btn, .details .comment-btn a.btn {
width: auto
}
.comment-box {
width: 100%
}
@media (max-width: 639px) {
.single-tags {
text-align: center
}
.next-item {
width: 100%;
margin-bottom: 20px
}
.next-posts {
margin-bottom: 40px
}
}
.about-tag {
border: 2px solid #3cbeee;
padding: 10px 20px 5px;
display: inline-block;
position: absolute;
left: 45%;
bottom: 15%
}
.tag-no {
float: left
}
.tag-no span {
font-size: 56px;
font-weight: 600;
line-height: 1.2
}
.tag-info {
padding-left: 70px
}
.tag-info span {
display: block;
font-weight: 600;
text-transform: uppercase
}
span.orange {
color: #3cbeee
}
section.about-counter {
background: url("") no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
position: relative
}
.about-counter:after, section.video-box:after {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
content: '';
background: rgba(0, 0, 0, .7)
}
.counter-item {
position: relative;
z-index: 1;
text-align: center
}
.counter-item h3 {
font-size: 48px;
color: #fff;
position: relative;
margin-bottom: 30px
}
.counter-item h3:after {
position: absolute;
content: '';
height: 1px;
width: 40px;
background: #3cbeee;
left: 0;
right: 0;
margin: 0 auto;
bottom: -10px
}
.counter-item p {
color: #fff;
margin: 0;
text-transform: uppercase
}
.counter-item .icon1 {
font-size: 48px;
margin-bottom: 0
}
section.about-team {
padding-bottom: 70px
}
.about-para h5 {
color: #3cbeee;
margin: 0;
padding: 15px 0;
border-top: 1px dashed #f1f1f1;
border-bottom: 1px dashed #f1f1f1;
line-height: 1.8
}
.about-icon {
padding: 10px;
background: #fbfbfb;
border: 1px solid #f1f1f1;
text-align: center
}
.about-us-image {
border: 5px solid #fff;
box-shadow: 0 0 15px #cccccc58
}
section.video-box {
background: url("newsletterbg.jpg") no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed
}
section.video-box:after {
background: #173460c4
}
section.video-box .section-title {
margin-bottom: 0
}
section.video-box .call-button {
padding: 0;
margin: 50px 0
}
section.video-box button.play-btn {
position: relative;
left: 0;
right: 0
}
.row.team-slider {
margin: 0 -15px
}
.team-item {
position: relative;
overflow: hidden;
transition: all ease-in-out .3s;
box-shadow: 0 0 15px #cccccc57;
margin-bottom: 30px
}
.team-item .team-image img {
transition: all ease-in-out .3s
}
.team-item:hover .team-image img {
transform: scale(1.2);
transition: all ease-in-out .3s
}
.team-content {
padding: 20px 15px;
position: absolute;
bottom: -40px;
width: 100%;
background: #fff;
text-align: center;
transition: all ease-in-out .3s;
z-index: 2
}
.team-item:hover .team-content {
bottom: 0;
transition: all ease-in-out .3s
}
.team-item:before {
content: '';
background: linear-gradient(to top, #3cbeeeb8, transparent);
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
transition: all ease-in-out .3s;
opacity: 0;
z-index: 1
}
.team-item:hover:before {
opacity: 1;
transition: all ease-in-out .3s
}
.team-content h4 {
color: #3cbeee;
margin-bottom: 10px
}
.team-content p {
font-size: 14px
}
section.awards {
position: relative;
background: url("") no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
padding-bottom: 150px
}
.awards:after {
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5)
}
.award-slider {
z-index: 1
}
.award-item {
margin: 0 15px;
background: #fff;
position: relative;
margin-bottom: 40px;
z-index: 1
}
.award-content {
text-align: center;
background: #3cbeee;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
width: 90%;
bottom: -40px;
padding: 15px 0
}
.award-content h5, .award-content p {
margin: 0;
color: #fff
}
@media (max-width: 991px) {
.about-para {
margin-top: 0
}
.about-tag {
display: none
}
.info-detail {
margin-top: 30px
}
}
@media (max-width: 767px) {
.about-us-image {
margin-top: 30px
}
}
@media (max-width: 639px) {
.about-para-list .col-md-4.col-sm-4.col-xs-4 {
width: 100%;
margin-bottom: 15px
}
}
.accrodion-grp {
position: relative;
z-index: 1
}
.accrodion-grp .accrodion + .accrodion {
margin-top: 10px
}
.accrodion-grp .accrodion .accrodion-title {
border: 1px solid #dee0e1;
background: #fff;
padding: 14.5px 25px;
cursor: pointer;
-webkit-transition: all .4s ease;
transition: all .4s ease
}
.accrodion-grp .accrodion .accrodion-title h4 {
margin: 0;
position: relative;
color: #222
}
.accrodion-grp .accrodion .accrodion-title h4:before {
content: '\f107';
font-family: fontawesome;
color: #222;
font-size: 20px;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.accrodion-grp .accrodion .accrodion-content .inner {
padding: 20px 0 10px
}
.accrodion-grp .accrodion .accrodion-content p {
margin: 0;
font-size: 15px;
line-height: 25px;
letter-spacing: .01em;
color: #74787d
}
.accrodion-grp .accrodion.active .accrodion-title {
background: #3cbeee;
border-color: #3cbeee
}
.accrodion-grp .accrodion.active .accrodion-title h4:before {
content: '\f106';
color: #fff
}
.accrodion-grp .accrodion .accrodion-title h4 {
font-weight: 600;
font-size: 16px
}
.accrodion-grp .accrodion.active .accrodion-title h4 {
color: #fff
}
.faq-ques, .faq-ans {
margin-bottom: 30px
}
.faq-icon {
width: 150px;
text-align: center;
padding-top: 10px
}
.faq-icon i {
font-size: 50px
}
.faq-ques .faq-icon {
float: left
}
.faq-ans .faq-icon {
float: right;
padding-top: 30px
}
.faq-content {
padding: 30px;
border-radius: 10px
}
.faq-ques .faq-content {
margin-left: 150px;
background: #3cbeee
}
.faq-ans .faq-content {
margin-right: 150px;
background: #f8f9fa
}
.faq-ques h3 {
margin-bottom: 0;
color: #fff
}
.faq-ans p {
margin-bottom: 0
}
@media (max-width: 639px) {
.faq-ques .faq-content, .faq-ans .faq-content {
width: 100%;
margin: 0
}
.faq-ques .faq-icon, .faq-ans .faq-icon {
float: none;
text-align: center;
margin: 0 auto;
padding: 0
}
.faq-ans p {
margin-bottom: 15px
}
}
.contact-info {
margin-bottom: 50px
}
.info-item {
position: relative;
background: #343a40;
padding: 30px 40px
}
.info-item-or {
background: #3cbeee
}
.info-icon {
position: absolute;
color: #fff;
font-size: 48px;
left: 10%;
top: 20%
}
.info-content {
padding-left: 50px
}
.info-content p {
margin: 0;
color: #fff
}
.contact-support {
margin-bottom: 50px
}
.contact-form {
background: #3cbeee;
padding: 30px
}
.contact-form h3 {
color: #fff;
margin-bottom: 30px
}
.contact-form input, .contact-form textarea {
background: 0 0;
border: none;
border-bottom: 1px solid #ccc;
color: #fff;
padding: 10px
}
.contact-form input:focus {
box-shadow: none
}
.contact-form ::placeholder {
color: #fff
}
.contact-form #submit.btn-orange {
background: #fff;
color: #333;
width: auto
}
.contact-form #submit.btn-orange:hover {
color: #fff;
background: #333;
border-color: #333
}
.contact1 .support-item {
border: 1px solid #f1f1f1;
padding: 20px 15px 5px;
text-align: center
}
.contact1 .info-content {
padding-left: 100px
}
@media (max-width: 991px) {
.info-icon {
left: 8%
}
.info-content {
padding-left: 90px
}
.contact-support {
margin-bottom: 20px
}
.support-item {
margin-bottom: 30px
}
}
@media (max-width: 400px) {
.contact1 .info-content, .info-content {
padding-left: 40px
}
.info-icon {
font-size: 32px
}
}
section.menu {
background: url("") no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center
}
.menu-outer {
position: relative;
z-index: 1
}
.row.isotopeSelector {
width: 100%
}
.menu-item {
background: #fff;
padding: 15px;
width: 100%;
margin-bottom: 30px
}
.menu-image {
width: 68px;
float: left
}
.menu-item {
position: relative
}
.menu-content {
padding-left: 85px
}
.menu-content h3 {
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid #ccc
}
.menu-content span {
position: absolute;
top: 0;
right: 0;
font-size: 21px;
color: #fff;
font-weight: 600;
height: 100%;
background: #3cbeee;
padding: 30px 0;
width: 14%;
text-align: center
}
.menu-content p {
margin-bottom: 0
}
.special-item {
padding: 30px;
box-shadow: 0 0 15px #cccccc57
}
.special-image {
position: relative;
padding: 0 30px
}
.special-image img {
width: 100%;
border-radius: 50%
}
.special-tag {
height: 80px;
width: 80px;
background: #3cbeee;
color: #fff;
text-align: center;
font-size: 24px;
line-height: 3;
border-radius: 50%;
border: 2px solid #fff;
position: absolute;
right: 50px;
bottom: 0
}
.special-tag span {
color: #fff;
font-weight: 700
}
.special-content {
padding-top: 30px
}
section.reservation {
background: url("") no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed
}
.reservation-box {
width: 80%;
margin: 0 auto;
display: flex;
position: relative;
z-index: 1
}
.reservation-image {
width: 50%
}
.restaurant-form {
width: 50%;
padding: 27px 30px;
background: #fff
}
.rt-content p {
text-transform: uppercase;
font-style: italic;
font-size: 14px
}
section.menu.lunch {
background: inherit
}
section.menu.lunch .menu-item {
background: #fff;
box-shadow: 0 0 10px #cccccc57;
border: 1px solid #f1f1f1
}
@media (max-width: 1100px) {
.reservation-box {
display: block;
width: 100%
}
.reservation-image, .restaurant-form, .reservation-image img {
width: 100%
}
}
@media (max-width: 991px) {
.special-item {
margin-bottom: 30px
}
.about-content {
padding-top: 0
}
}
@media (max-width: 567px) {
.row.isotopeSelector {
margin: 0;
text-align: center
}
.menu-image, .menu-image img, .menu-content, .menu-content span {
width: 100%;
padding: 0;
position: relative;
display: inline-block
}
.menu-content span {
padding: 5px
}
.menu-content p {
margin-top: 15px
}
.menu-image {
margin-bottom: 15px
}
.special-image {
padding: 0
}
}
.reservation-links-content {
display: flex;
width: 80%;
margin: 0 auto;
margin-bottom: 50px
}
.reservation-main .banner-form.form-style-1 {
position: relative;
box-shadow: 0 0 15px #cccccc57;
padding: 0;
margin-bottom: 20px
}
.reservation-main .banner-form.form-style-1 .form-content {
padding: 30px 15px
}
.res-item {
width: 25%;
text-align: center;
overflow: hidden
}
.res-item a {
display: inline-block;
height: 60px;
width: 60px;
background: #f8f9fa;
font-size: 30px;
line-height: 1.6;
border-radius: 50%;
border: 4px solid #f8f9fa;
position: relative;
color: #333;
margin-bottom: 30px
}
.res-item a.active, .res-item a:hover {
background: #3cbeee;
border-color: #facec8;
color: #fff
}
.res-item a:after {
left: 115%;
height: 3px;
width: 104px;
content: '';
position: absolute;
background: #f8f9fa;
top: 48%;
border-radius: 0 5px 5px 0
}
.res-item a:before {
right: 115%;
height: 3px;
width: 104px;
content: '';
position: absolute;
background: #f8f9fa;
top: 48%;
border-radius: 5px 0 0 5px
}
.res-item a.active:before, .res-item a.active:after {
background: #3cbeee
}
.res-item:first-child a:before {
display: none
}
.res-item:last-child a:after {
display: none
}
.res-item p {
font-weight: 600
}
.calender {
box-shadow: 0 0 5px #cccccc57
}
.month {
display: flex;
background: #f8f9fa;
padding: 18px 30px 0;
position: relative
}
.month:before {
content: '';
height: 0;
width: 0;
top: -18px;
position: absolute;
left: 10%;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 18px solid #f8f9fa
}
.month p {
text-transform: uppercase;
font-weight: 600
}
.month span {
display: block;
color: #3cbeee
}
.prev-month {
width: 50%;
position: relative;
padding-left: 50px
}
.next-month {
width: 50%;
text-align: right;
position: relative;
padding-right: 50px
}
.month i {
height: 40px;
width: 40px;
position: absolute;
left: 0;
background: #3cbeee;
color: #fff;
text-align: center;
font-size: 24px;
border-radius: 50%;
line-height: 1.7
}
.next-month i {
left: unset;
right: 0
}
.calender-content {
display: flex;
padding: 45px 30px 30px
}
.week li {
float: left;
width: 13%;
text-align: center
}
.days li {
float: left;
width: 13%;
text-align: center
}
.days li a {
height: 40px;
width: 40px;
text-align: center;
display: inline-block;
line-height: 2.7;
border-radius: 50%;
color: #333
}
.days li.mday a {
background: #f8f9fa
}
.days li.active a {
background: #3cbeee;
color: #fff
}
.booking-image {
position: relative
}
.booking-title {
position: absolute;
width: 100%;
bottom: 0;
background: #ffffffe3;
padding: 15px
}
.booking-title .title-price {
border: none;
margin: 0;
padding: 0
}
.booking-title .title-price h3 {
margin: 10px 0 0;
color: #3cbeee
}
.booking-title .title-price h4 span {
color: #3cbeee
}
.booking-desc p:last-child {
margin: 0
}
.booking-content ul li {
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
width: 22%
}
.extra-services ul {
background: #f8f9fa;
padding: 30px 0 0 30px
}
.form-title {
margin: 30px 0
}
.form-title h4 {
display: inline-block
}
.form-title span {
height: 50px;
width: 50px;
display: inline-block;
text-align: center;
background: #fe3e47;
font-size: 25px;
line-height: 1.8;
color: #fff;
border-radius: 50%;
margin-right: 15px
}
.booking-content input, .booking-content textarea, .booking-content select {
border-radius: 0;
background: #f8f9fb
}
.radio-group {
padding: 10px 0
}
.radio-group input[type=checkbox], .radio-group input[type=radio] {
margin-right: 5px
}
.detail-table table tr td {
border-top: none
}
.detail-table table tr:nth-child(odd) {
background: #f8f9fa
}
.payment {
margin-top: 30px
}
.payment-desc {
background: #f8f9fa;
padding: 15px;
word-break: break-all
}
.payment-desc p {
margin-bottom: 0
}
.sidebar-reservation {
background: #f8f9fa;
margin-bottom: 30px;
padding: 30px;
text-align: center
}
.reservation-detail {
position: relative
}
.reservation-detail:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #ccc;
left: 0;
right: 0;
margin: 0 auto
}
.rd-top {
display: flex;
text-align: center
}
.rd-top:first-child {
border-bottom: 1px solid #ccc
}
.rd-top:last-child {
padding: 15px 0 30px
}
.rd-box {
width: 100%;
padding: 15px 0 0
}
.rd-box label {
text-transform: uppercase;
color: #3cbeee;
margin-bottom: 15px
}
.rd-box p.bold {
font-size: 44px;
font-weight: 600
}
.reservation-table {
margin: 15px 0 0
}
.reservation-table tbody tr td {
border: none
}
.reservation-table td:first-child {
text-align: left
}
.reservation-table td:last-child {
text-align: right
}
.reservation-table tfoot td {
font-weight: 600
}
.success-notify {
background: #1daf4d;
padding: 20px 60px;
border-radius: 10px;
position: relative
}
.success-icon {
position: absolute;
left: 3%;
top: 28%;
height: 50px;
width: 50px;
background: #fff;
border-radius: 50%;
font-size: 26px;
text-align: center;
line-height: 2;
color: #1daf4d
}
.success-content {
padding-left: 50px
}
.cancel-icon {
position: absolute;
right: 15px;
top: 15px;
color: #fff
}
@media (max-width: 991px) {
.radio-group {
padding: 0
}
}
@media (max-width: 767px) {
.reservation-links-content {
width: 100%
}
}
@media (max-width: 639px) {
.booking-content ul li {
width: 28%
}
}
@media (max-width: 567px) {
.reservation-links-content {
display: inline-block
}
.res-item {
width: 100%;
margin-bottom: 15px
}
.res-item a {
margin-bottom: 15px
}
.res-item a:before, .res-item a.active:before, .res-item a.active:after, .res-item a:after {
display: none
}
.list-results {
text-align: center
}
.list-results-sort, .click-menu {
width: 100%;
float: none;
padding: 0;
margin-bottom: 10px
}
.click-menu {
margin: 0
}
.booking-title {
position: relative;
padding: 20px;
background: #fbfbfb;
display: inline-block;
width: 100%
}
.booking-title h4 {
padding-top: 0;
margin-bottom: 0
}
.booking-content ul li {
width: 45%
}
.success-notify {
text-align: center;
padding: 20px
}
.success-icon {
position: relative;
left: 0;
top: 0;
margin-bottom: 15px;
display: inline-block
}
.success-content {
width: 100%;
padding: 0
}
}
@media (max-width: 400px) {
.extra-services ul {
padding: 20px
}
.booking-content ul li {
width: 100%;
margin-right: 0
}
}
section.testimonial {
padding-bottom: 50px
}
.testimonial .slider-item {
margin: 0;
box-shadow: 0 0 5px #cccccc57;
margin-bottom: 30px
}
.row.review-slider {
margin: 0 -15px
}
section.gallery {
padding-bottom: 70px
}
.gallery .mt_filter .list-inline {
border: none;
padding: 0;
margin: 0
}
.gallery .mt_filter ul li {
margin: 0;
padding: 0
}
.gallery .mt_filter ul li a {
color: #333;
border: 1px solid #f1f1f1;
padding: 8px 20px 10px;
border-radius: 20px;
background: #fff;
margin: 0 3px;
display: inline-block
}
.gallery .mt_filter ul li a:hover, .gallery .mt_filter ul li.active a {
background: #3cbeee;
color: #fff;
border-color: #3cbeee
}
.gallery-item {
position: relative;
margin-bottom: 30px;
overflow: hidden
}
.gallery-content {
position: absolute;
width: 100%;
height: 100%;
top: 100%;
left: 0;
background: rgba(0, 0, 0, .7);
transition: all ease-in-out .5s
}
.gallery-content ul {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.gallery-content ul li {
border: 1px solid #fff;
color: #fff;
height: 40px;
width: 40px;
text-align: center;
font-size: 20px;
line-height: 2;
display: inline-block;
margin: 0
}
.gallery-content ul li a {
color: #fff
}
.gallery-content i {
padding: 0
}
.gallery-item:hover .gallery-content {
top: 0
}
.gal-3-col .gallery-item {
margin-bottom: 0
}
a.lb-close {
position: absolute;
top: -30px;
right: 30px
}
section.gallery.gallery1 {
background: url("") no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding-bottom: 0
}
@media (max-width: 567px) {
.gallery .mt_filter ul li a {
margin-bottom: 10px
}
.gallery-item {
margin-bottom: 15px
}
}
.modal-dialog {
width: 450px
}
.login-content {
background: #fff;
padding: 30px;
text-align: center
}
.login-image {
margin-bottom: 30px
}
.login-content .form-btn {
margin: 15px 0
}
.login-content .form-btn a.btn-orange {
width: 100%;
border-radius: 0;
margin-bottom: 15px
}
.login-content ul.social-links li {
display: inline-block
}
.login-content ul.social-links li a {
color: #333
}
.form-checkbox {
text-align: left
}
.form-checkbox a {
float: right;
line-height: 2
}
@media (max-width: 767px) {
.login-content {
margin-bottom: 50px
}
section.forgot-password {
text-align: center
}
}
section.error {
padding-bottom: 150px
}
.error-content {
width: 60%;
margin: 0 auto;
position: relative;
z-index: 1
}
.error-content h1 {
font-size: 200px
}
.error-content span {
color: #3cbeee
}
.error-btn {
padding-top: 50px
}
section.error-1 {
background: url("") no-repeat;
background-position: center;
background-size: cover
}
.error-1 h1 {
background: url("") no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-position: center;
background-size: cover
}
.error-1 p {
color: #fff
}
@media (max-width: 767px) {
.error-content {
width: 100%
}
}
@media (max-width: 639px) {
.error-content h1 {
font-size: 150px
}
}
@media (max-width: 400px) {
.error-content h1 {
font-size: 100px
}
.error-btn a {
width: 100%;
margin-bottom: 15px
}
}
section.comingsoon {
background: url("") no-repeat;
background-size: cover;
background-position: center
}
.content {
position: relative;
z-index: 1
}
.comingsoon {
text-align: center
}
.coming-title {
width: 60%;
margin: 0 auto 50px
}
.coming-title h2 {
margin-top: 30px;
color: #fff
}
.coming-title span {
color: #3cbeee
}
.coming-title p {
color: #fff
}
.counter-box {
text-align: center;
height: 200px;
width: 200px;
display: inline-block;
background: #fff;
text-transform: uppercase;
padding: 25px;
margin: 0 5px
}
.coming-counter-1 .counter-box {
border-radius: 50%
}
.counter-box span {
font-size: 80px;
color: #3cbeee;
display: block
}
.comingsoon form {
width: 400px;
position: relative;
margin: 0 auto
}
.comingsoon input {
border-radius: 30px
}
.comingsoon-btn {
position: absolute;
width: auto;
top: 2px;
right: 2px
}
.comingsoon-btn a.btn {
padding: 10px 25px
}
.comingsoon ul.social-links li a {
color: #fff
}
@media (max-width: 991px) and (min-width: 736px) {
.counter-box {
height: 160px;
width: 160px;
padding: 12px
}
.counter-box span {
font-size: 70px
}
}
@media (max-width: 735px) {
.coming-title {
width: 100%
}
.counter-box {
margin-bottom: 12px
}
.comingsoon form {
width: auto
}
}
@media (max-width: 400px) {
.comingsoon-btn {
position: relative
}
}
section.pricing:after {
content: '';
background: linear-gradient(to right, #ca7b38 0%, #6b1206 100%);
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 50%
}
.price-item {
border: 1px solid #f1f1f1;
position: relative;
z-index: 9;
background: #fff;
transition: all ease-in-out .3s;
text-align: center;
box-shadow: 0 0 15px 0 rgba(41, 61, 88, .1)
}
.price-item:hover {
box-shadow: 0 0 5px #cccccc57
}
.price-icon {
width: 75px;
margin: 0 auto 20px
}
.price-title {
padding: 30px
}
span.package-price {
font-size: 46px;
font-weight: 700;
color: #3cbeee;
line-height: 1em;
display: block;
padding-top: 5px
}
span.package-price sub {
font-size: 20px;
bottom: 0
}
span.package-price sub:first-child {
bottom: .1em;
color: #212121
}
.price-content li {
margin: 0;
padding: 15px 30px
}
.price-content li:nth-child(odd) {
background: #fbfbfb
}
.price-btn {
padding: 20px 30px
}
@media (max-width: 991px) {
section.pricing {
padding-bottom: 50px
}
section.pricing:after {
height: 30%
}
.price-outer {
margin-bottom: 30px
}
.support {
text-align: center;
margin-bottom: 30px
}
}
.terms .content > div {
padding: 20px;
box-shadow: 0 0 15px #cccccc57;
margin-bottom: 30px;
border-left: 4px solid #3cbeee
}
.terms-site h5 {
border-bottom: 1px dashed #ccc;
padding-bottom: 15px
}
.reservation-form {
background: #fff;
padding: 30px
}
.reservation-form h3 {
text-align: center
}
.reservation-form label {
text-transform: uppercase;
font-weight: 500
}
.reservation-btn {
margin-top: 20px
}
.reservation-btn a.btn {
width: 100%;
border-radius: 0
}
.related-products .section-title {
margin-bottom: 38px
}
.related-products .slick-initialized .slick-slide {
margin-top: 30px
}
section.shop {
background: #fff
}
.shop-item {
box-shadow: 0 0 10px #cccccc57;
margin-bottom: 40px;
background: #fff
}
.shop-image {
position: relative;
text-align: center;
padding: 20px
}
.shop-image img {
width: 50%
}
.sale {
width: 50px;
height: 50px;
position: absolute;
top: 10px;
left: 10px;
background: #333;
text-align: center;
line-height: 3.3;
border-radius: 50%;
color: #fff
}
.shop-content {
text-align: center;
padding: 0 0 20px
}
.shop-price span {
margin: 0 5px;
font-size: 16px
}
.shop-price del {
opacity: .7
}
.shop-price ins {
font-weight: 600;
text-decoration: none
}
.quantity-buttons {
display: inline-block
}
button.btn-blue {
padding: 10px 20px;
background: #00a3c8;
font-size: 15px;
border-radius: 25px;
display: inline-block;
color: #fff;
text-decoration: none;
border: 2px solid #00a3c8;
transition: all .5s ease
}
button.btn-blue:hover {
background: #3cbeee
}
.sidebar-box {
margin-bottom: 40px
}
.sidebar-box h4 {
margin-bottom: 20px
}
.sidebar-content ul li {
display: inline-block;
width: 100%;
margin: 0;
transition: all ease-in-out .5s
}
.sidebar-content ul li a, .recent-item {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px dashed #f1f1f1;
width: 100%
}
.sidebar-content ul li a {
display: inline-block
}
.sidebar-content ul li:last-child a, .recent-item:last-child {
margin-bottom: 0;
border: none;
padding-bottom: 0
}
.latest-tweets ul > li {
position: relative;
padding-left: 28px;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #eee
}
.latest-tweets ul > li:last-child {
border: none;
padding-bottom: 0;
margin: 0
}
.latest-tweets {
position: relative
}
.latest-tweets p.tweet-text:before {
content: "\f099";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;
position: absolute;
left: 0;
padding-top: 5px;
color: #01d6a3
}
.tagcloud a {
border: 1px solid #f1f1f1;
border-radius: 5px 0;
padding: 8px 10px;
display: inline-block;
margin-bottom: 3px
}
.sidebar-ad {
position: relative;
padding: 80px 20px;
background: linear-gradient(to bottom, #daae5d 0%, #3cbeee 100%);
box-shadow: 0 0 10px #cccccc42;
overflow: hidden
}
.sidebar-ad:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .5)
}
.ad-content {
position: relative;
z-index: 1;
text-align: center
}
.ad-content p, .ad-content h3 {
color: #fff
}
.ad-content h3 {
margin: 15px 0 20px
}
@media (max-width: 991px) {
.detail-sidebar, .sidebar {
margin-top: 30px
}
}
section.shop-main {
background: #fbfbfb;
position: relative
}
section.shop-main:before {
content: '';
background: #fff;
height: 100%;
width: 67.3%;
position: absolute;
left: 0;
top: 0
}
.shop-main .col-md-8 {
width: 70%
}
.shop-main .col-md-4 {
width: 30%
}
.single-content .shop-price span {
font-size: 24px
}
.product-tags {
margin-top: 30px
}
.product-tags p {
display: inline-block;
font-size: 16px;
font-weight: 600;
margin-right: 10px
}
#store-tab-main .nav-tabs {
border-color: #f1f1f1
}
#store-tab-main .nav-tabs > li {
margin: 0
}
#store-tab-main .nav-tabs > li > a {
position: relative;
display: inline-block;
vertical-align: top;
padding: 14px 17px;
font-size: 18px;
text-align: center;
font-weight: 300;
color: #3cbeee;
background: 0 0;
border-radius: 0;
margin: 0;
line-height: inherit;
border: none
}
#store-tab-main .tab-content p {
margin-bottom: 0
}
#store-tab-main .nav-tabs > li > a:hover, #store-tab-main .nav-tabs > li.active > a, #store-tab-main .nav-tabs > li.active > a, #store-tab-main .nav-tabs > li.active > a:focus {
color: #fff !important;
border: none;
background: #3cbeee
}
#store-tab-main .tab-content {
border: 1px solid #f1f1f1;
padding: 30px;
border-top: 1px solid transparent
}
.shop-detail .thumbnail-images {
padding: 15px;
background: #fbfbfb
}
.shop-detail .slider-thumbs .slick-slide img {
padding: 10px 5px 0
}
.shop-detail .slick-prev, .shop-detail .slick-next {
background: #333
}
.shop-detail .slider.slider-thumbs {
margin-top: 5px
}
.shop-detail .slider.slider-thumbs .slick-slide {
opacity: .5
}
.shop-detail .slider.slider-thumbs .slick-slide.slick-active {
opacity: 1
}
.shop-detail .slider.slider-thumbs .slick-prev, .store-detail .slider.slider-thumbs .slick-next {
top: 45%
}
.shop-detail .slider.slider-thumbs .slick-prev {
left: 0
}
.shop-detail .slider.slider-thumbs .slick-next {
right: 0
}
.shop-detail .slider.slider-thumbs .slick-prev:before, .store-detail .slider.slider-thumbs .slick-next:before {
color: #3cbeee;
opacity: 1;
background: 0 0
}
section.related-products {
background: #fff
}
.related-products .content-title {
margin-bottom: 50px
}
table.shop_table.rt-checkout-review-order-table {
width: 100%
}
.checkout-coupon {
background: #3cbeee;
padding: 15px 30px;
display: inline-block;
width: 100%
}
table.shop_table.rt-checkout-review-order-table tr {
border: 1px solid #f1f1f1
}
table.shop_table.rt-checkout-review-order-table tr th, table.shop_table.rt-checkout-review-order-table tr td {
padding: 10px 15px;
font-size: 15px;
border: 1px solid #f1f1f1
}
table.shop_table.rt-checkout-review-order-table thead, table.shop_table.rt-checkout-review-order-table tr.order-total {
background: #fbfbfb
}
.cart-table-list thead {
width: 100%
}
.cart-table-list th, .cart-table-list td {
text-align: center
}
.cart-table-list .product-thumbnail img {
width: 30%;
margin-right: 15px
}
.cart-inner .checkout-order {
margin: 30px 0 20px
}
.cart-table-list table td.actions .coupon {
position: relative;
display: inline-block;
vertical-align: middle;
float: left
}
.cart-table-list .coupon input[type=text] {
width: 250px;
margin-left: 22px;
box-shadow: none;
border: 1px solid #f1f1f1;
background: #fff;
height: 35px;
vertical-align: top;
padding-left: 10px
}
.cart-table-list table td.actions .coupon button {
color: #3cbeee;
background-color: transparent;
border: 1px solid #3cbeee;
border-radius: 0;
padding: 6px 12px;
transition: all ease-in-out .3s
}
.cart-table-list table td.actions .coupon button.update_cart {
background: #3cbeee;
color: #fff;
border-color: #3cbeee
}
.cart-table-list table td.actions .button {
margin: 0 0 0 22px
}
.cart-table-list table td.actions .coupon button.btn-red:hover {
background-color: #3cbeee;
color: #fff
}
@media (max-width: 991px) {
.shop-main .col-md-8, .shop-main .col-md-4, section.shop-main:before {
width: 100%
}
.single-content {
margin-top: 30px
}
.cart-table-list .quantity-buttons {
position: relative
}
}
@media (max-width: 568px) {
.shop-detail .slider-thumbs {
display: none
}
#store-tab-main .nav-tabs > li {
width: 100%
}
#store-tab-main .nav-tabs > li > a {
width: 100%;
background: #fbfbfb;
border: 1px solid #f1f1f1
}
.cart-table-list table.shop_table.rt-checkout-review-order-table {
display: inline-block;
overflow-x: scroll
}
span.quantity-buttons input {
width: 100%
}
}
section.events .news-image {
position: relative
}
section.events .news-image img {
width: 100%
}
section.events .news-content h4 {
border-bottom: 1px dashed #ccc;
padding-bottom: 15px
}
section.events p.dates {
background: #3cbeee;
text-align: center;
font-weight: 700;
padding: 5px 10px 10px;
font-size: 16px;
text-transform: uppercase;
display: inline-block;
margin-bottom: 0;
position: absolute;
bottom: 15px;
left: 15px
}
section.events p.date span {
font-size: 24px;
display: block
}
section.events .meta span {
color: #999;
font-size: 14px
}
@media (max-width: 991px) {
section.events .col-md-4.col-sm-12.col-xs-12 {
margin-top: 30px
}
}
@media (max-width: 767px) {
section.events .col-md-4.col-sm-12.col-xs-12 {
margin-top: 0
}
section.events .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
}
.events-main {
width: 80%;
margin: 0 auto
}
.events-list {
box-shadow: 0 0 15px #cccccc57;
background: #fff
}
.time-from .date {
font-size: 72px;
font-weight: 700;
line-height: 73px;
margin-top: 0;
display: block
}
.time-from .maina {
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
line-height: 25px;
display: block
}
.events-detail ul.event-list-content {
list-style-type: disc;
padding-left: 15px
}
.events-main.single-detail .review-outer {
margin-top: 30px
}
.events-detail ul.event-list-content li:last-child {
margin-bottom: 0
}
.info {
border: 1px solid #f1f1f1
}
.info ul li.title {
background: #656667;
color: #fff;
border: none
}
.info ul li {
padding: 10px 15px;
margin: 0;
border-bottom: 1px dashed #ddd
}
.info ul li:last-child {
border: none
}
.sidebar-book-event h4 {
background: #3cbeee;
padding: 10px 0;
text-align: center;
color: #fff;
margin: 0
}
.sidebar-book-event form {
border: 1px solid #f1f1f1
}
.sidebar-book-event form li {
text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
font-weight: 400;
margin: 0;
list-style: none;
border-bottom: 1px solid #f1f1f1
}
.sidebar-book-event form li .label {
color: #343a40;
font-weight: 400;
font-size: 16px
}
.sidebar-book-event form li .value {
font-weight: 700
}
@media (max-width: 1100px) {
.events-list {
padding: 15px
}
}
@media (max-width: 991px) {
section.events .col-md-4.col-sm-6.col-xs-12 {
margin-bottom: 30px
}
section.events .pagination-content {
margin-top: 0
}
.events-main {
width: 100%
}
.time-from .date {
font-size: 50px
}
.events-detail.single-detail .col-md-4.col-sm-12 {
margin-top: 30px
}
}
@media (max-width: 767px) {
.events-list {
padding: 15px 0
}
section.events .display-flex {
display: inline-block;
width: 100%;
margin: 0
}
section.events .events-content {
margin: 15px 0
}
}
.calendar-range .date-picker-wrapper {
background: 0 0;
padding: 0;
border: none;
z-index: 0
}
.calendar-range .date-picker-wrapper.inline-wrapper, .calendar-range .date-picker-wrapper .month-wrapper {
width: 100% !important
}
.calendar-range .date-picker-wrapper .month-wrapper table th {
padding: 10px 0;
color: #333
}
.calendar-range .date-picker-wrapper table .caption {
background: #f1f1f1;
height: 50px
}
.calendar-range .date-picker-wrapper .month-wrapper table .week-name th {
padding-bottom: 0
}
.calendar-range .date-picker-wrapper table .caption th {
text-align: left
}
.calendar-range .date-picker-wrapper .month-wrapper table.month2 .caption th {
text-align: right
}
.calendar-range .date-picker-wrapper .month-wrapper table .week-name {
height: 50px
}
.calendar-range .date-picker-wrapper .month-wrapper table, .calendar-range .date-picker-wrapper .month-wrapper table.month2 {
width: 48%
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.real-today {
background-color: transparent;
color: #3cbeee;
font-weight: 700;
border: 1px solid #3cbeee;
opacity: 1
}
.calendar-range .date-picker-wrapper .month-wrapper {
box-shadow: 0 0 10px #cccccc57;
border-color: #f1f1f1;
padding: 15px;
border-radius: 0
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.has-tooltip {
color: #ccc;
text-decoration: line-through;
background: #ebeff2
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.checked {
background: #3cbeee !important;
color: #fff;
border-color: #3cbeee
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
color: #333;
cursor: pointer
}
.calendar-range .date-picker-wrapper .month-wrapper table .day {
padding: 10px 0;
padding-left: 1px;
line-height: .9;
font-size: 15px;
color: #999;
border: 1px solid #f1f1f1;
text-align: center;
height: 50px;
width: 50px;
margin: 10px auto 0;
border-radius: 50%;
line-height: 2
}
.calendar-range .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
background-color: #f1f1f1
}
.calendar-range .date-picker-wrapper table .caption .next, .calendar-range .date-picker-wrapper table .caption .prev {
font-size: 18px;
padding: 0 15px
}
.calendar-range .date-picker-wrapper .footer {
display: none
}
.calendar-range .date-picker-wrapper.no-shortcuts {
padding-bottom: 0
}
@media (max-width: 991px) {
.calendar-range .date-picker-wrapper .month-wrapper table, .calendar-range .date-picker-wrapper .month-wrapper table.month2 {
width: 100%
}
.date-picker-wrapper .gap {
width: 100% !important;
height: 15px !Important;
top: 0 !important;
margin: 10px 0 !important
}
}
@media (max-width: 479px) {
.calendar-range .date-picker-wrapper.inline-wrapper, .calendar-range .date-picker-wrapper .month-wrapper {
overflow-x: scroll
}
}
.view-port {
position: fixed;
top: 30%;
right: 0;
z-index: 99
}
.view-port a {
color: #fff !important
}
.view-port a i {
padding: 0 18px 0 10px
}
.dark-mode {
transition: all ease-in-out .5s;
background: #333;
padding: 10px;
text-align: center;
position: relative;
top: 0;
right: -90px
}
.dark-mode:hover {
right: 0;
transition: all ease-in-out .5s;
background: #000
}
.light-mode {
background: #3cbeee;
padding: 10px;
text-align: center;
position: relative;
top: 0;
right: -90px;
transition: all ease-in-out .5s
}
.light-mode:hover {
right: 0;
transition: all ease-in-out .5s;
background: #24d6b9
}
.night-mode section.details, .night-mode section.single {
background: #000
}
.night-mode h2, .night-mode h4, .night-mode h5, .night-mode p, .night-mode li, .night-mode .sidebar-tags li a, .night-mode .sidebar-content ul li a {
color: #fff
}
.night-mode .news-item, .night-mode .room-item {
box-shadow: 0 0 15px #00000057
}
.night-mode .news-content, .night-mode .room-content {
background: #242424
}
.night-mode .pagination li a, .night-mode .comment-box input, .night-mode .comment-box textarea {
background: #000;
color: #fff
}
.night-mode section.related-rooms {
background: #161616
}
.legend:before {
content: "";
display: block;
height: 6px;
width: 15px;
position: absolute;
top: 7px;
left: 0;
}
.leg-baixa:before {
background-color: #B0C800
}
.leg-media:before {
background-color: #009bdd
}
.leg-alta:before {
background-color: #ec8600
}
.leg-manu:before {
background-color: #82f2ff
}
.__cf_email__ {
color: #3cbeee !important;
}
| 0.381565 | 0.051225 |
/*main*/
body
{
padding: 0px;
margin: 0px;
font-family: Tahoma, Verdana;
font-size: 14px;
}
#app-wrapper
{
width: 1200px;
margin: 0 auto;
}
#bottom-work-area
{
margin-top: 40px;
}
#status-area {
min-height: 40px;
}
/* headings */
h4
{
margin: 4px;
}
/* tables */
table
{
font-size: 1em;
border-collapse: collapse;
}
.main-table
{
width: 100%;
}
.main-table thead tr
{
background-color: #272768;
font-size: 0.9em;
font-weight: bold;
color: white;
letter-spacing: 0.2em;
}
.main-table thead tr.loading-area
{
background-color: white;
}
.main-table thead tr.loading-area th
{
background: top center url(images/loadera64.gif) no-repeat;
/*background-color: #d3d3d3;*/
height: 70px;
}
.main-table tbody tr:nth-child(2n+1)
{
background-color: #E7ECF1;
}
.main-table tbody td
{
padding: 4px;
}
.main-table .buttons-column
{
text-align: center;
}
.main-table .buttons-column .view-button,.main-table .buttons-column .edit-button,.main-table .buttons-column .delete-button
{
margin: 0px 0.4em;
display: inline;
line-height: 170%;
}
.main-table.multi-table tbody tr:nth-child(2n+1)
{
background-color: white;
}
.main-table.multi-table tbody:nth-child(2n+1) tr
{
background-color: #E7ECF1;
}
.values-table td
{
padding: 4px;
}
.values-table .title-column
{
border-right: 2px solid gray;
}
.values-table .value-column
{
word-break: break-all;
}
/*buttons*/
.view-button, .edit-button, .delete-button
{
margin: 0px 0.1em;
color: white;
border-radius: 3px;
padding: 1px 5px 3px;
border: 1px solid;
text-decoration: none;
box-shadow: 1px 1px 2px darkGray;
display: inline-block;
cursor: pointer;
}
.view-button:hover, .edit-button:hover, .delete-button:hover
{
color: black;
background-color: white;
}
.view-button{background-color: green;border-color: green;}
.edit-button{background-color: orange;border-color: orange;}
.delete-button{background-color: red;border-color: red;}
.view-button:hover{color: green;}
.edit-button:hover{color: orange;}
.delete-button:hover{color: red;}
/* panel */
.panel
{
border: 2px solid gray;
border-radius: 5px;
padding: 8px;
}
/* specific views styles */
/*menu styles*/
.main-menu, .admin-menu
{
padding: 0px;
margin: 0px;
background-image: linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -o-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -moz-linear-gradient(top, rgb(247,247,247), rgb(240,240,240), rgb(143,143,143));
background-image: -webkit-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -ms-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(1, rgb(247,247,247)),
color-stop(0.63, rgb(240,240,240)),
color-stop(0, rgb(143,143,143))
);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: black 0px -1px 4px;
}
#menu-area
{
text-align: center;
}
.main-menu .menu-item, .admin-menu .menu-item
{
display: inline-block;
width: 18%;
margin: 0px 0 0 1%;
list-style: none;
list-style-type: none;
text-align: center;
}
.hidden
{
display: none;
}
.main-menu .menu-item .navigation-link,
.admin-menu .menu-item .navigation-link
{
padding: 12px 0;
display: block;
font-size:1.4em;
letter-spacing: 0.2em;
cursor: pointer;
background-image: linear-gradient(bottom, rgb(227,227,227) 100%, rgb(212,212,212) 63%, rgb(128,128,128) 0%);
background-image: -o-linear-gradient(bottom, rgb(227,227,227) 100%, rgb(212,212,212) 63%, rgb(128,128,128) 0%);
background-image: -moz-linear-gradient(top, rgb(227,227,227), rgb(212,212,212), rgb(128,128,128));
background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 100%, rgb(212,212,212) 63%, rgb(128,128,128) 0%);
background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 100%, rgb(212,212,212) 63%, rgb(128,128,128) 0%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(1, rgb(227,227,227)),
color-stop(0.63, rgb(212,212,212)),
color-stop(0, rgb(128,128,128))
);
color: #272768;
}
.main-menu .menu-item .navigation-link:hover, .main-menu .menu-item.selected .navigation-link,
.admin-menu .menu-item .navigation-link:hover, .admin-menu .menu-item.selected .navigation-link
{
background-image: linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.23, rgb(240,240,240)),
color-stop(1, rgb(195,220,247))
);
padding-bottom: 10px;
border-bottom:2px solid rgb(143,143,143);
}
.admin-menu {
border-radius: 5px;
margin-top: 10px;
box-shadow: black 0px 0px 5px;
}
.admin-menu .menu-item .navigation-link
{
padding: 2px;
}
.admin-menu .menu-item .navigation-link:hover,
.admin-menu .menu-item.selected .navigation-link {
padding-bottom: 0px;
}
/*users-template*/
.users-table td.login{ width: 20%;}
.users-table td.role{ width: 20%;}
.users-table td.status{ width: 20%;}
.users-table td.last-login{ width: 20%;}
.users-table td.buttons-column{ width: 20%;}
/*user-create-edit-template*/
.users-edit
{
width: 400px;
}
/*user-networks-template*/
.user-networks-table td.network{ width: 20%;}
.user-networks-table td.description{ width: 60%;}
.user-networks-table td.buttons-column{ width: 20%;}
/*networks-template*/
.networks-table td.network{ width: 20%;}
.networks-table td.key{ width: 20%;}
.networks-table td.description{ width: 40%;}
.networks-table td.buttons-column{ width: 20%;}
/*device-class-template*/
.device-class-table .name{ width: 20%;}
.device-class-table .version{ width: 10%;}
.device-class-table .version *{ max-width: 100px;}
.device-class-table .offline-timeout{ width: 11%;}
.device-class-table .data{ width: 20%;}
.device-class-table .is-permanent{ width: 10%;}
.device-class-table .buttons-column{ width: 30%;}
/*device-class-create-edit-template*/
.device-classes-edit .equipments-area td.name-column{ width: 25%;}
.device-classes-edit .equipments-area td.code-column{ width: 25%;}
.device-classes-edit .equipments-area td.type-column{ width: 25%;}
.device-classes-edit .equipments-area td.buttons-column{ width: 25%;}
.device-classes-edit .close-device-class{margin-top: 10px;}
/*devices-template*/
.devices-table td.name{ width: 20%;}
.devices-table td.status{ width: 5%;}
.devices-table td.network{ width: 15%;}
.devices-table td.device-class{ width: 20%;}
.devices-table td.data{ width: 20%; word-break: break-all;}
.devices-table td.buttons-column{ width: 20%;}
/*device-detail-template*/
.device-detail-view
{
width: 400px;
}
/*device-panels-template*/
.device-panels {
margin-top: -40px;
overflow: hidden;
}
.device-panels-switcher
{
padding: 0 0 0 4px;
margin: 10px 0 2px;
background-image: linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -o-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -moz-linear-gradient(top, rgb(247,247,247), rgb(240,240,240), rgb(143,143,143));
background-image: -webkit-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -ms-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(1, rgb(247,247,247)),
color-stop(0.63, rgb(240,240,240)),
color-stop(0, rgb(143,143,143))
);
border-radius: 5px;
width: 300px;
}
.device-panels-switcher .menu-item
{
list-style: none;
list-style-type: none;
display: inline-block;
cursor: pointer;
padding: 3px 1%;
width: 30%;
margin: 0;
text-align: center;
}
.device-panels-switcher .menu-item.selected
{
border-radius: 5px;
margin-top: 2px;
padding: 1px 1%;
background-image: linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.23, rgb(240,240,240)),
color-stop(1, rgb(195,220,247))
);
}
.notifications-table .name-column{ width: 20%;}
.notifications-table .time-column{ width: 20%;}
.notifications-table .parameters-column{ width: 50%; word-break: break-all;}
.commands-table .name-column{ width: 10%;}
.commands-table .time-column{ width: 14%;}
.commands-table .parameters-column{ width: 27%; word-break: break-all;}
.commands-table .status-column{ width: 10%;}
.commands-table .result-column{ width: 27%; word-break: break-all;}
.commands-table .buttons-column{ width: 12%;}
.add-command, .add-notification
{
margin: 10px 0 4px 0;
}
.device-equipments-table .name-column{ width: 15%;}
.device-equipments-table .code-column{ width: 15%;}
.device-equipments-table .type-column{ width: 15%;}
.device-equipments-table .state-column{ width: 40%;}
.device-equipments-table .refresh-column{ width: 15%;}
.max-rows-number-reached
{
margin: 10px;
font-style: italic;
font-size: 90%;
float: right;
}
.datetime-filter-area
{
position: absolute;
width: 220px;
height: 170px;
display: none;
border: 1px solid black;
background-color: white;
border-radius: 3px;
padding: 5px;
color: black;
text-align: left;
}
.show-datetime-filter
{
color: red;
font-size: 0.9em;
letter-spacing: 0;
text-decoration: none;
}
/*time filters*/
.ui-datepicker-current
{
display: none;
}
.defaut-filter-values
{
padding: 2px;
margin-bottom: 6px;
}
.defaut-filter-values h5{ margin: 0px;padding: 0px;}
.overlay
{
background-color: white;
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
opacity: 0.5;
}
.overlay-loading
{
margin: 200px auto 0;
background: top center url(images/loadera64.gif) no-repeat;
height: 70px;
}
/* access keys tables */
.access-key-permissions-table {
width: 100%;
table-layout: fixed;
}
.access-key-permissions-table th.domains {
width: 20%;
}
.access-key-permissions-table th.subnets {
width: 20%;
}
.access-key-permissions-table th.actions {
width: 20%;
}
.access-key-permissions-table th.networks {
width: 20%;
}
.access-key-permissions-table th.devices {
width: 20%;
}
.access-key-permissions-table thead tr
{
background-color: #272768 !important;
font-size: 0.9em;
font-weight: bold;
color: white;
letter-spacing: 0.2em;
}
.access-key-permissions-table tbody tr:first-child
{
border: none;
}
.access-key-permissions-edit-table tbody tr
{
border-top: 1px solid #272768;
}
.access-key-permissions-edit-table {
width: 100%;
table-layout: fixed;
}
.access-key-permissions-edit-table th.domains {
width: 19%;
}
.access-key-permissions-edit-table th.subnets {
width: 19%;
}
.access-key-permissions-edit-table th.actions {
width: 19%;
}
.access-key-permissions-edit-table th.networks {
width: 18%;
}
.access-key-permissions-edit-table th.devices {
width: 18%;
}
.access-key-permissions-edit-table th.buttons-columns {
width: 7%;
}
.access-key-permissions-edit-container {
margin-bottom: 10px;
}
.access-key-permissions-edit-table .networks ul,
.access-key-permissions-edit-table .devices ul {
list-style: none;
padding: 0;
}
.access-key-permissions-edit-table .networks select.networks,
.access-key-permissions-edit-table .devices select.devices {
max-width: 150px;
}
.access-key-permissions-edit-table .devices select.devices {
max-width: 150px;
}
.credentials-form {
margin: auto;
width: 500px;
}
.credentials-form div>span {
width: 150px;
display: inline-block;
}
.credentials-form div.error {
border: solid 2px red;
border-radius: 5px;
padding: 10px;
margin: 10px;
}
.credentials-form div.success {
border: solid 2px rgb(38, 143, 47);
border-radius: 5px;
padding: 10px;
margin: 10px;
}
.logged-in {
float: right;
margin: 6px 0;
}
.clearfix:after {
content: " ";
clear: both;
display: block;
}
.text-center {
text-align: center;
}
.credentials-form input[type=submit], .oauth-issue-grant-form input[type=submit] {
margin-top: 10px;
}
label, input[type=submit] {
cursor: pointer;
}
.identity-providers {
padding-top: 20px;
display: inline-block;
}
|
css/styles.css
|
/*main*/
body
{
padding: 0px;
margin: 0px;
font-family: Tahoma, Verdana;
font-size: 14px;
}
#app-wrapper
{
width: 1200px;
margin: 0 auto;
}
#bottom-work-area
{
margin-top: 40px;
}
#status-area {
min-height: 40px;
}
/* headings */
h4
{
margin: 4px;
}
/* tables */
table
{
font-size: 1em;
border-collapse: collapse;
}
.main-table
{
width: 100%;
}
.main-table thead tr
{
background-color: #272768;
font-size: 0.9em;
font-weight: bold;
color: white;
letter-spacing: 0.2em;
}
.main-table thead tr.loading-area
{
background-color: white;
}
.main-table thead tr.loading-area th
{
background: top center url(images/loadera64.gif) no-repeat;
/*background-color: #d3d3d3;*/
height: 70px;
}
.main-table tbody tr:nth-child(2n+1)
{
background-color: #E7ECF1;
}
.main-table tbody td
{
padding: 4px;
}
.main-table .buttons-column
{
text-align: center;
}
.main-table .buttons-column .view-button,.main-table .buttons-column .edit-button,.main-table .buttons-column .delete-button
{
margin: 0px 0.4em;
display: inline;
line-height: 170%;
}
.main-table.multi-table tbody tr:nth-child(2n+1)
{
background-color: white;
}
.main-table.multi-table tbody:nth-child(2n+1) tr
{
background-color: #E7ECF1;
}
.values-table td
{
padding: 4px;
}
.values-table .title-column
{
border-right: 2px solid gray;
}
.values-table .value-column
{
word-break: break-all;
}
/*buttons*/
.view-button, .edit-button, .delete-button
{
margin: 0px 0.1em;
color: white;
border-radius: 3px;
padding: 1px 5px 3px;
border: 1px solid;
text-decoration: none;
box-shadow: 1px 1px 2px darkGray;
display: inline-block;
cursor: pointer;
}
.view-button:hover, .edit-button:hover, .delete-button:hover
{
color: black;
background-color: white;
}
.view-button{background-color: green;border-color: green;}
.edit-button{background-color: orange;border-color: orange;}
.delete-button{background-color: red;border-color: red;}
.view-button:hover{color: green;}
.edit-button:hover{color: orange;}
.delete-button:hover{color: red;}
/* panel */
.panel
{
border: 2px solid gray;
border-radius: 5px;
padding: 8px;
}
/* specific views styles */
/*menu styles*/
.main-menu, .admin-menu
{
padding: 0px;
margin: 0px;
background-image: linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -o-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -moz-linear-gradient(top, rgb(247,247,247), rgb(240,240,240), rgb(143,143,143));
background-image: -webkit-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -ms-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(1, rgb(247,247,247)),
color-stop(0.63, rgb(240,240,240)),
color-stop(0, rgb(143,143,143))
);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: black 0px -1px 4px;
}
#menu-area
{
text-align: center;
}
.main-menu .menu-item, .admin-menu .menu-item
{
display: inline-block;
width: 18%;
margin: 0px 0 0 1%;
list-style: none;
list-style-type: none;
text-align: center;
}
.hidden
{
display: none;
}
.main-menu .menu-item .navigation-link,
.admin-menu .menu-item .navigation-link
{
padding: 12px 0;
display: block;
font-size:1.4em;
letter-spacing: 0.2em;
cursor: pointer;
background-image: linear-gradient(bottom, rgb(227,227,227) 100%, rgb(212,212,212) 63%, rgb(128,128,128) 0%);
background-image: -o-linear-gradient(bottom, rgb(227,227,227) 100%, rgb(212,212,212) 63%, rgb(128,128,128) 0%);
background-image: -moz-linear-gradient(top, rgb(227,227,227), rgb(212,212,212), rgb(128,128,128));
background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 100%, rgb(212,212,212) 63%, rgb(128,128,128) 0%);
background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 100%, rgb(212,212,212) 63%, rgb(128,128,128) 0%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(1, rgb(227,227,227)),
color-stop(0.63, rgb(212,212,212)),
color-stop(0, rgb(128,128,128))
);
color: #272768;
}
.main-menu .menu-item .navigation-link:hover, .main-menu .menu-item.selected .navigation-link,
.admin-menu .menu-item .navigation-link:hover, .admin-menu .menu-item.selected .navigation-link
{
background-image: linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.23, rgb(240,240,240)),
color-stop(1, rgb(195,220,247))
);
padding-bottom: 10px;
border-bottom:2px solid rgb(143,143,143);
}
.admin-menu {
border-radius: 5px;
margin-top: 10px;
box-shadow: black 0px 0px 5px;
}
.admin-menu .menu-item .navigation-link
{
padding: 2px;
}
.admin-menu .menu-item .navigation-link:hover,
.admin-menu .menu-item.selected .navigation-link {
padding-bottom: 0px;
}
/*users-template*/
.users-table td.login{ width: 20%;}
.users-table td.role{ width: 20%;}
.users-table td.status{ width: 20%;}
.users-table td.last-login{ width: 20%;}
.users-table td.buttons-column{ width: 20%;}
/*user-create-edit-template*/
.users-edit
{
width: 400px;
}
/*user-networks-template*/
.user-networks-table td.network{ width: 20%;}
.user-networks-table td.description{ width: 60%;}
.user-networks-table td.buttons-column{ width: 20%;}
/*networks-template*/
.networks-table td.network{ width: 20%;}
.networks-table td.key{ width: 20%;}
.networks-table td.description{ width: 40%;}
.networks-table td.buttons-column{ width: 20%;}
/*device-class-template*/
.device-class-table .name{ width: 20%;}
.device-class-table .version{ width: 10%;}
.device-class-table .version *{ max-width: 100px;}
.device-class-table .offline-timeout{ width: 11%;}
.device-class-table .data{ width: 20%;}
.device-class-table .is-permanent{ width: 10%;}
.device-class-table .buttons-column{ width: 30%;}
/*device-class-create-edit-template*/
.device-classes-edit .equipments-area td.name-column{ width: 25%;}
.device-classes-edit .equipments-area td.code-column{ width: 25%;}
.device-classes-edit .equipments-area td.type-column{ width: 25%;}
.device-classes-edit .equipments-area td.buttons-column{ width: 25%;}
.device-classes-edit .close-device-class{margin-top: 10px;}
/*devices-template*/
.devices-table td.name{ width: 20%;}
.devices-table td.status{ width: 5%;}
.devices-table td.network{ width: 15%;}
.devices-table td.device-class{ width: 20%;}
.devices-table td.data{ width: 20%; word-break: break-all;}
.devices-table td.buttons-column{ width: 20%;}
/*device-detail-template*/
.device-detail-view
{
width: 400px;
}
/*device-panels-template*/
.device-panels {
margin-top: -40px;
overflow: hidden;
}
.device-panels-switcher
{
padding: 0 0 0 4px;
margin: 10px 0 2px;
background-image: linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -o-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -moz-linear-gradient(top, rgb(247,247,247), rgb(240,240,240), rgb(143,143,143));
background-image: -webkit-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -ms-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(240,240,240) 63%, rgb(143,143,143) 0%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(1, rgb(247,247,247)),
color-stop(0.63, rgb(240,240,240)),
color-stop(0, rgb(143,143,143))
);
border-radius: 5px;
width: 300px;
}
.device-panels-switcher .menu-item
{
list-style: none;
list-style-type: none;
display: inline-block;
cursor: pointer;
padding: 3px 1%;
width: 30%;
margin: 0;
text-align: center;
}
.device-panels-switcher .menu-item.selected
{
border-radius: 5px;
margin-top: 2px;
padding: 1px 1%;
background-image: linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 23%, rgb(195,220,247) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.23, rgb(240,240,240)),
color-stop(1, rgb(195,220,247))
);
}
.notifications-table .name-column{ width: 20%;}
.notifications-table .time-column{ width: 20%;}
.notifications-table .parameters-column{ width: 50%; word-break: break-all;}
.commands-table .name-column{ width: 10%;}
.commands-table .time-column{ width: 14%;}
.commands-table .parameters-column{ width: 27%; word-break: break-all;}
.commands-table .status-column{ width: 10%;}
.commands-table .result-column{ width: 27%; word-break: break-all;}
.commands-table .buttons-column{ width: 12%;}
.add-command, .add-notification
{
margin: 10px 0 4px 0;
}
.device-equipments-table .name-column{ width: 15%;}
.device-equipments-table .code-column{ width: 15%;}
.device-equipments-table .type-column{ width: 15%;}
.device-equipments-table .state-column{ width: 40%;}
.device-equipments-table .refresh-column{ width: 15%;}
.max-rows-number-reached
{
margin: 10px;
font-style: italic;
font-size: 90%;
float: right;
}
.datetime-filter-area
{
position: absolute;
width: 220px;
height: 170px;
display: none;
border: 1px solid black;
background-color: white;
border-radius: 3px;
padding: 5px;
color: black;
text-align: left;
}
.show-datetime-filter
{
color: red;
font-size: 0.9em;
letter-spacing: 0;
text-decoration: none;
}
/*time filters*/
.ui-datepicker-current
{
display: none;
}
.defaut-filter-values
{
padding: 2px;
margin-bottom: 6px;
}
.defaut-filter-values h5{ margin: 0px;padding: 0px;}
.overlay
{
background-color: white;
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
opacity: 0.5;
}
.overlay-loading
{
margin: 200px auto 0;
background: top center url(images/loadera64.gif) no-repeat;
height: 70px;
}
/* access keys tables */
.access-key-permissions-table {
width: 100%;
table-layout: fixed;
}
.access-key-permissions-table th.domains {
width: 20%;
}
.access-key-permissions-table th.subnets {
width: 20%;
}
.access-key-permissions-table th.actions {
width: 20%;
}
.access-key-permissions-table th.networks {
width: 20%;
}
.access-key-permissions-table th.devices {
width: 20%;
}
.access-key-permissions-table thead tr
{
background-color: #272768 !important;
font-size: 0.9em;
font-weight: bold;
color: white;
letter-spacing: 0.2em;
}
.access-key-permissions-table tbody tr:first-child
{
border: none;
}
.access-key-permissions-edit-table tbody tr
{
border-top: 1px solid #272768;
}
.access-key-permissions-edit-table {
width: 100%;
table-layout: fixed;
}
.access-key-permissions-edit-table th.domains {
width: 19%;
}
.access-key-permissions-edit-table th.subnets {
width: 19%;
}
.access-key-permissions-edit-table th.actions {
width: 19%;
}
.access-key-permissions-edit-table th.networks {
width: 18%;
}
.access-key-permissions-edit-table th.devices {
width: 18%;
}
.access-key-permissions-edit-table th.buttons-columns {
width: 7%;
}
.access-key-permissions-edit-container {
margin-bottom: 10px;
}
.access-key-permissions-edit-table .networks ul,
.access-key-permissions-edit-table .devices ul {
list-style: none;
padding: 0;
}
.access-key-permissions-edit-table .networks select.networks,
.access-key-permissions-edit-table .devices select.devices {
max-width: 150px;
}
.access-key-permissions-edit-table .devices select.devices {
max-width: 150px;
}
.credentials-form {
margin: auto;
width: 500px;
}
.credentials-form div>span {
width: 150px;
display: inline-block;
}
.credentials-form div.error {
border: solid 2px red;
border-radius: 5px;
padding: 10px;
margin: 10px;
}
.credentials-form div.success {
border: solid 2px rgb(38, 143, 47);
border-radius: 5px;
padding: 10px;
margin: 10px;
}
.logged-in {
float: right;
margin: 6px 0;
}
.clearfix:after {
content: " ";
clear: both;
display: block;
}
.text-center {
text-align: center;
}
.credentials-form input[type=submit], .oauth-issue-grant-form input[type=submit] {
margin-top: 10px;
}
label, input[type=submit] {
cursor: pointer;
}
.identity-providers {
padding-top: 20px;
display: inline-block;
}
| 0.24015 | 0.063482 |
html{
background-image: url("https://i.imgur.com/ik9L5Dk.png") ;
background-size: cover;
}
.login-popup-sec ul li input:focus, .login-popup-sec .login-popup-clsbtn:focus {
outline: none;
}
.login-popup-sec {
font-family: 'calibri', sans-serif;
margin: 30px auto;
padding: 0;
width: 390px;
box-sizing: border-box;
position: relative;
}
.login-popup-sec .login-content {
background: #fff;
width: 100%;
float: left;
overflow: hidden;
box-sizing: border-box;
padding-bottom: 20px;
-webkit-box-shadow: 0px 5px 20px 0px rgba(103, 103, 103, 0.43);
-moz-box-shadow: 0px 5px 20px 0px rgba(103, 103, 103, 0.43);
box-shadow: 0px 5px 20px 0px rgba(103, 103, 103, 0.43);
}
.login-popup-sec h2 {
font-family: 'calibri', sans-serif;
font-size: 33px;
margin: 0px;
padding: 20px 0;
letter-spacing: 1px;
width: 100%;
background: #fff;
text-align: center;
text-transform: uppercase;
color: #333333;
float: left;
-webkit-box-shadow: 0 13px 24px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 13px 24px 0 rgba(0, 0, 0, 0.19);
}
.login-popup-sec h3 {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
margin: 0px;
padding: 20px 0;
}
.login-popup-sec ul {
padding: 37px 50px 0 50px;
margin: 0px;
float: left;
width: 100%;
list-style: none;
box-sizing: border-box;
}
.login-popup-sec ul li {
margin: 0;
padding: 0px;
float: left;
width: 100%;
box-sizing: border-box;
text-align: center;
}
.login-popup-sec ul li input {
height: 50px;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #222;
border: solid 1px #9c9c9c;
margin: 0px;
padding: 15px;
width: 100%;
float: left;
box-sizing: border-box;
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.13);
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.13);
margin-bottom: 25px;
}
.login-popup-sec ul li button.login-btn {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
color: #fff;
cursor: pointer;
border: 0px;
margin: 0px;
width: 100%;
background: #0054a6;
height: 50px;
}
.login-popup-sec .login-popup-clsbtn {
font-size: 14px;
line-height: 18px;
width: 28px;
height: 28px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #FFF;
position: absolute;
right: -14px;
top: -14px;
border: 0px;
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
cursor: pointer;
}
.login-popup-sec .login-popup-clsbtn:hover {
color: #fff;
background: #0006fe;
}
.login-popup-sec ul li button.login-btn:hover {
background: #014689;
}
.login-popup-sec ul li .social-icon {
margin-bottom: 8px;
}
.popup-graybox {
position: fixed;
width: 100%;
top: 0;
left: 0;
height: 100vh;
z-index: 99999;
text-align: center;
align-items: center;
display: flex;
box-sizing: border-box;
overflow: auto;
}
@media only screen and (max-width: 480px) {
.login-popup-sec {
width: 90%;
}
.login-popup-sec ul {
padding: 37px 20px 0 20px;
}
.login-popup-sec h2 {
font-size: 24px;
padding: 15px 0;
}
.login-popup-sec ul li input {
font-size: 12px;
margin-bottom: 15px;
height: 45px;
}
.login-popup-sec h3 {
font-size: 14px;
padding: 15px 0;
}
.login-popup-sec ul li button.login-btn {
font-size: 12px;
letter-spacing: 0.5px;
height: 45px;
}
.login-popup-sec ul li {
margin-bottom: 5px;
}
}
|
layout.css
|
html{
background-image: url("https://i.imgur.com/ik9L5Dk.png") ;
background-size: cover;
}
.login-popup-sec ul li input:focus, .login-popup-sec .login-popup-clsbtn:focus {
outline: none;
}
.login-popup-sec {
font-family: 'calibri', sans-serif;
margin: 30px auto;
padding: 0;
width: 390px;
box-sizing: border-box;
position: relative;
}
.login-popup-sec .login-content {
background: #fff;
width: 100%;
float: left;
overflow: hidden;
box-sizing: border-box;
padding-bottom: 20px;
-webkit-box-shadow: 0px 5px 20px 0px rgba(103, 103, 103, 0.43);
-moz-box-shadow: 0px 5px 20px 0px rgba(103, 103, 103, 0.43);
box-shadow: 0px 5px 20px 0px rgba(103, 103, 103, 0.43);
}
.login-popup-sec h2 {
font-family: 'calibri', sans-serif;
font-size: 33px;
margin: 0px;
padding: 20px 0;
letter-spacing: 1px;
width: 100%;
background: #fff;
text-align: center;
text-transform: uppercase;
color: #333333;
float: left;
-webkit-box-shadow: 0 13px 24px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 13px 24px 0 rgba(0, 0, 0, 0.19);
}
.login-popup-sec h3 {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
margin: 0px;
padding: 20px 0;
}
.login-popup-sec ul {
padding: 37px 50px 0 50px;
margin: 0px;
float: left;
width: 100%;
list-style: none;
box-sizing: border-box;
}
.login-popup-sec ul li {
margin: 0;
padding: 0px;
float: left;
width: 100%;
box-sizing: border-box;
text-align: center;
}
.login-popup-sec ul li input {
height: 50px;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #222;
border: solid 1px #9c9c9c;
margin: 0px;
padding: 15px;
width: 100%;
float: left;
box-sizing: border-box;
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.13);
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.13);
margin-bottom: 25px;
}
.login-popup-sec ul li button.login-btn {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
color: #fff;
cursor: pointer;
border: 0px;
margin: 0px;
width: 100%;
background: #0054a6;
height: 50px;
}
.login-popup-sec .login-popup-clsbtn {
font-size: 14px;
line-height: 18px;
width: 28px;
height: 28px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #FFF;
position: absolute;
right: -14px;
top: -14px;
border: 0px;
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
cursor: pointer;
}
.login-popup-sec .login-popup-clsbtn:hover {
color: #fff;
background: #0006fe;
}
.login-popup-sec ul li button.login-btn:hover {
background: #014689;
}
.login-popup-sec ul li .social-icon {
margin-bottom: 8px;
}
.popup-graybox {
position: fixed;
width: 100%;
top: 0;
left: 0;
height: 100vh;
z-index: 99999;
text-align: center;
align-items: center;
display: flex;
box-sizing: border-box;
overflow: auto;
}
@media only screen and (max-width: 480px) {
.login-popup-sec {
width: 90%;
}
.login-popup-sec ul {
padding: 37px 20px 0 20px;
}
.login-popup-sec h2 {
font-size: 24px;
padding: 15px 0;
}
.login-popup-sec ul li input {
font-size: 12px;
margin-bottom: 15px;
height: 45px;
}
.login-popup-sec h3 {
font-size: 14px;
padding: 15px 0;
}
.login-popup-sec ul li button.login-btn {
font-size: 12px;
letter-spacing: 0.5px;
height: 45px;
}
.login-popup-sec ul li {
margin-bottom: 5px;
}
}
| 0.307774 | 0.068787 |
font-face{
font-family: 'DINNextLTPro-Medium';
src: uri('../font/DINNextLTPro-Medium.woff') format('woff');
}
@font-face{
font-family: 'DINNextLTPro-Regular';
src: uri('../font/DINNextLTPro-Regular.woff') format('woff');
}
@media screen and (max-width:900px){
.header_menu{
display: none;
}
.menu {
position: fixed;
bottom: 93%;
right: 30px;
cursor: pointer;
z-index: 10000;
}
.sp_header_menu{
display: block;
}
.menu-line {
width: 25px;
margin: 0 auto 8px;
background: #1D1916;
height: 1px;
display: block;
transition: all 0.3s ease;
}
.active span:nth-of-type(1){
-webkit-transform: translateY(5px) rotate(45deg);
transform: translateY(5px) rotate(45deg);
}
.active span:nth-of-type(2) {
opacity: 0;
}
.active span:nth-of-type(3) {
-webkit-transform: translateY(-14px) rotate(-45deg);
transform: translateY(-14px) rotate(-45deg);
}
.logo{
width: 200px;
}
.flow_content_proceess{
display: block;
}
}
@media only screen and (max-width:600px){
#top-mv{
height: 300px;
}
#top-mv .mv-tx h2{
font-size: 22px;
}
#top-mv .mv-tx h3{
font-size: 12px;
}
.content-title h2{
font-size: 18px;
}
.content-tx{
width: 80%;
}
.content-lead-tx {
font-size: 10px;
}
.content02-title p{
font-size: 14px;
}
.content02-title h2{
font-size: 20px;
}
.content02-flex{
display: block;
margin-bottom: 25%;
}
#content02{
padding: 5% 5%;
}
.content02-tx{
width: 90%;
}
.flex-title{
justify-content: center;
width: 90%;
margin:0 auto;
}
.title-num{
font-size: 60px;
margin: 0 auto;
}
.title-tx{
margin: 0 auto;
}
.content-flex-img, .content-flex-img2{
margin: 10% auto;
}
.sp_flex_title{
width: 50%;
}
.content02-inquiry{
width:100%;
line-height: 2em;
}
.content02-inquiry p{
width:100%;
line-height: 2em;
font-size: 16px;
margin-bottom: 10%;
}
.content02-inquiry-button{
width: 60%;
}
.content-flex-lead-tx p{
font-size: 12px;
}
#content03{
padding: 5% 5%;
}
.content03-title{
width: 80%;
}
.content03-title2, .content03-title3{
margin-top: 20%;
}
.content03-title img{
width: 35px;
}
.content03-title2 img{
width: 35px;
}
.seeAlltop{
width: 80%;
margin: 25% auto 15% auto;
}
.footer-logo{
width: 180px;
}
.footer-menu{
width: 80%;
margin: 10% auto 10% auto;
}
.footer-menu ul li a{
font-size: 14px;
}
.footer-copyright p{
font-size: 8px;
}
#about-mv{
height: 500px;
}
.about-mv-tx{
width: 90%;
}
.about-mv-tx p{
line-height: 2em;
}
#company-intro td{
font-size: 12px;
}
#company-intro table{
width: 90%;
}
.people-content{
display: block;
}
.people-content-wrap{
width: 90%;
}
.people-content-img{
width: 80%;
margin: 10% auto;
}
.people-content-tx{
margin: 0 auto;
}
.people-content-name-1, .people-content-name-2{
margin-bottom: 10%;
}
#room-index{
padding: 0 5%;
}
.room-index-flex{
display: block;
}
.room-content{
margin: 20% auto;
}
#detail-mv{
justify-content: center;
height: 180px;
}
.detail-mv-tx h3{
font-size: 30px;
}
.detail-mv-tx p{
font-size: 14px;
}
#roomDetailcontent{
padding:0 5%;
}
.roomDetailcontent-tx{
font-size: 10px;
padding: 6% 0 3% 0;
}
.detail-prev p{
font-size: 12px;
}
.detail-next p{
font-size: 12px;
}
.detailArrows img{
width: 7px;
height: 10.5px;
}
.forDetail .detail-inquiry-tx{
font-size: 14px;
}
.content02-inquiry a .line{
font-size: 14px;
width: 80%;
}
#flow_content_sp{
display: block;
}
.flow_content_proccess{
display: block;
padding: 7% 10% 0 10%;
margin-bottom: 20%;
}
.span{
font-size: 22px;
}
.span-tx-title{
font-size: 16px;
}
.tx_lead{
font-size: 12px;
}
.flow_content_proccess_img{
padding: 0 25%;
margin: initial;
margin-top: 10%;
}
.flow_content_proccess_img img{
text-align: center;
}
#flow_content_pc{
display: none;
}
#feeContent{
padding: 0 5%;
}
.feeContent01-title p{
font-size: 14px;
}
/*.feeContentdetail P{
font-size: 12px;
}*/
.feePrice{
padding: 5% 5%;
}
.feePrice .price-lead{
font-size: 14px;
}
.price-flex{
width: 70%;
}
.average{
font-size: 10px;
}
.result-flex{
display: block;
}
.price{
font-size: 30px;
}
/* contact */
#contact{
padding: 0 15%;
margin: 15% auto 20% auto;
}
.select-wrap{
width: 50%;
}
.select-wrap:before{
left: 80%;
}
.input2{
width: 50%;
height: 40px;
}
input{
border: 1px solid rgba(0,0,0,0.4);
}
.input3{
height: 40px;
}
.input{
height: 35px;
}
.contact_item_wrap{
margin-top: 15%;
}
.submit{
width: 60%;
margin-top: 20%;
}
.input_other::placeholder{
font-size: 10px;
}
.feeContentdetail table tr td{
font-size: 12px;
}
.table01{
display: block;
}
.table-item {
width: 122px;
}
.table-item-value{
width: 250px;
}
.value-img{
width: 50%;
height: 50%;
}
.value-item{
font-size: 14px;
}
.value-numeric{
font-size: 40px;
}
.room_flex{
display: block;
}
.room_index_content{
width: 80%;
margin: 0 auto 10% auto;
}
.detailTable-flex{
width: 100%;
padding: 0 5%;
}
.table-item{
width: 140px;
}
.table-item-value{
width: 299px;
}
.room_info_title{
margin: 8% 0 5% 0;
font-size: 12px;
padding-left: 5%;
}
.feePrice{
margin: 10% 0;
}
.thanks-title h2{
font-size: 24px;
}
.thanks-top{
width: 30%;
}
.sp_display_none{
display: none;
}
.pc_display_none{
display: block;
}
}
|
static/css/media.css
|
font-face{
font-family: 'DINNextLTPro-Medium';
src: uri('../font/DINNextLTPro-Medium.woff') format('woff');
}
@font-face{
font-family: 'DINNextLTPro-Regular';
src: uri('../font/DINNextLTPro-Regular.woff') format('woff');
}
@media screen and (max-width:900px){
.header_menu{
display: none;
}
.menu {
position: fixed;
bottom: 93%;
right: 30px;
cursor: pointer;
z-index: 10000;
}
.sp_header_menu{
display: block;
}
.menu-line {
width: 25px;
margin: 0 auto 8px;
background: #1D1916;
height: 1px;
display: block;
transition: all 0.3s ease;
}
.active span:nth-of-type(1){
-webkit-transform: translateY(5px) rotate(45deg);
transform: translateY(5px) rotate(45deg);
}
.active span:nth-of-type(2) {
opacity: 0;
}
.active span:nth-of-type(3) {
-webkit-transform: translateY(-14px) rotate(-45deg);
transform: translateY(-14px) rotate(-45deg);
}
.logo{
width: 200px;
}
.flow_content_proceess{
display: block;
}
}
@media only screen and (max-width:600px){
#top-mv{
height: 300px;
}
#top-mv .mv-tx h2{
font-size: 22px;
}
#top-mv .mv-tx h3{
font-size: 12px;
}
.content-title h2{
font-size: 18px;
}
.content-tx{
width: 80%;
}
.content-lead-tx {
font-size: 10px;
}
.content02-title p{
font-size: 14px;
}
.content02-title h2{
font-size: 20px;
}
.content02-flex{
display: block;
margin-bottom: 25%;
}
#content02{
padding: 5% 5%;
}
.content02-tx{
width: 90%;
}
.flex-title{
justify-content: center;
width: 90%;
margin:0 auto;
}
.title-num{
font-size: 60px;
margin: 0 auto;
}
.title-tx{
margin: 0 auto;
}
.content-flex-img, .content-flex-img2{
margin: 10% auto;
}
.sp_flex_title{
width: 50%;
}
.content02-inquiry{
width:100%;
line-height: 2em;
}
.content02-inquiry p{
width:100%;
line-height: 2em;
font-size: 16px;
margin-bottom: 10%;
}
.content02-inquiry-button{
width: 60%;
}
.content-flex-lead-tx p{
font-size: 12px;
}
#content03{
padding: 5% 5%;
}
.content03-title{
width: 80%;
}
.content03-title2, .content03-title3{
margin-top: 20%;
}
.content03-title img{
width: 35px;
}
.content03-title2 img{
width: 35px;
}
.seeAlltop{
width: 80%;
margin: 25% auto 15% auto;
}
.footer-logo{
width: 180px;
}
.footer-menu{
width: 80%;
margin: 10% auto 10% auto;
}
.footer-menu ul li a{
font-size: 14px;
}
.footer-copyright p{
font-size: 8px;
}
#about-mv{
height: 500px;
}
.about-mv-tx{
width: 90%;
}
.about-mv-tx p{
line-height: 2em;
}
#company-intro td{
font-size: 12px;
}
#company-intro table{
width: 90%;
}
.people-content{
display: block;
}
.people-content-wrap{
width: 90%;
}
.people-content-img{
width: 80%;
margin: 10% auto;
}
.people-content-tx{
margin: 0 auto;
}
.people-content-name-1, .people-content-name-2{
margin-bottom: 10%;
}
#room-index{
padding: 0 5%;
}
.room-index-flex{
display: block;
}
.room-content{
margin: 20% auto;
}
#detail-mv{
justify-content: center;
height: 180px;
}
.detail-mv-tx h3{
font-size: 30px;
}
.detail-mv-tx p{
font-size: 14px;
}
#roomDetailcontent{
padding:0 5%;
}
.roomDetailcontent-tx{
font-size: 10px;
padding: 6% 0 3% 0;
}
.detail-prev p{
font-size: 12px;
}
.detail-next p{
font-size: 12px;
}
.detailArrows img{
width: 7px;
height: 10.5px;
}
.forDetail .detail-inquiry-tx{
font-size: 14px;
}
.content02-inquiry a .line{
font-size: 14px;
width: 80%;
}
#flow_content_sp{
display: block;
}
.flow_content_proccess{
display: block;
padding: 7% 10% 0 10%;
margin-bottom: 20%;
}
.span{
font-size: 22px;
}
.span-tx-title{
font-size: 16px;
}
.tx_lead{
font-size: 12px;
}
.flow_content_proccess_img{
padding: 0 25%;
margin: initial;
margin-top: 10%;
}
.flow_content_proccess_img img{
text-align: center;
}
#flow_content_pc{
display: none;
}
#feeContent{
padding: 0 5%;
}
.feeContent01-title p{
font-size: 14px;
}
/*.feeContentdetail P{
font-size: 12px;
}*/
.feePrice{
padding: 5% 5%;
}
.feePrice .price-lead{
font-size: 14px;
}
.price-flex{
width: 70%;
}
.average{
font-size: 10px;
}
.result-flex{
display: block;
}
.price{
font-size: 30px;
}
/* contact */
#contact{
padding: 0 15%;
margin: 15% auto 20% auto;
}
.select-wrap{
width: 50%;
}
.select-wrap:before{
left: 80%;
}
.input2{
width: 50%;
height: 40px;
}
input{
border: 1px solid rgba(0,0,0,0.4);
}
.input3{
height: 40px;
}
.input{
height: 35px;
}
.contact_item_wrap{
margin-top: 15%;
}
.submit{
width: 60%;
margin-top: 20%;
}
.input_other::placeholder{
font-size: 10px;
}
.feeContentdetail table tr td{
font-size: 12px;
}
.table01{
display: block;
}
.table-item {
width: 122px;
}
.table-item-value{
width: 250px;
}
.value-img{
width: 50%;
height: 50%;
}
.value-item{
font-size: 14px;
}
.value-numeric{
font-size: 40px;
}
.room_flex{
display: block;
}
.room_index_content{
width: 80%;
margin: 0 auto 10% auto;
}
.detailTable-flex{
width: 100%;
padding: 0 5%;
}
.table-item{
width: 140px;
}
.table-item-value{
width: 299px;
}
.room_info_title{
margin: 8% 0 5% 0;
font-size: 12px;
padding-left: 5%;
}
.feePrice{
margin: 10% 0;
}
.thanks-title h2{
font-size: 24px;
}
.thanks-top{
width: 30%;
}
.sp_display_none{
display: none;
}
.pc_display_none{
display: block;
}
}
| 0.151843 | 0.116011 |
@keyframes chroma-split
{
0%
{
text-shadow : 0px 0px 0 #CCCCCC, -0px -0px 0 #CCCCCC;
}
25%
{
text-shadow : 1.75px 1.75px 0 red, -1.75px -1.75px 0 cyan;
}
100%
{
text-shadow : 1px 1px 0 red, -1px -1px 0 cyan;
}
}
@keyframes chroma-split-large
{
0%
{
text-shadow : 0px 0px 0 #CCCCCC, -0px -0px 0 #CCCCCC;
}
25%
{
text-shadow : 3px 3px 0 red, -3px -3px 0 cyan;
}
100%
{
text-shadow : 1.5px 1.5px 0 red, -1.5px -1.5px 0 cyan;
}
}
@keyframes chroma-unsplit
{
0%
{
text-shadow : 2px 2px 0 red, -2px -2px 0 cyan;
}
100%
{
text-shadow : 0px 0px 0 #CCCCCC, -0px -0px 0 #CCCCCC;
}
}
@keyframes chroma-unsplit-box
{
0%
{
box-shadow : 2px 2px 0 red, -2px -2px 0 cyan;
}
100%
{
box-shadow : 0px 0px 0 #CCCCCC, -0px -0px 0 #CCCCCC;
}
}
html,
body
{
font-family : 'Kanit', sans-serif;
font-size : 16px;
color : #CCCCCC;
background-color : #1B1C1F;
overflow-x : hidden;
}
h1,
h2,
h3,
h4
{
font-family : 'Bungee Hairline', sans-serif;
font-weight : bold;
animation : chroma-unsplit 0.35s ease;
}
h1
{
margin-top:10px;
font-size : 250%;
}
h2
{
margin-top : 10px;
font-size : 200%;
}
h3
{
font-size : 150%;
}
h4
{
font-size : 125%;
}
.navbar-brand
{
font-family : 'Bungee Hairline', sans-serif;
font-weight : bold;
font-size : 250%;
line-height : 100%;
margin-top:0px;
padding-top:4px;
}
.nav
{
color : #CCCCCC;
font-family : 'Orbitron', sans-serif;
font-weight : normal;
font-size:120%;
}
.navbar-nav li.active a,
.navbar-nav li.active a .fa
{
color:rgb(50,50,50) !important;
}
.navbar-nav li.active:hover a,
.navbar-nav li.active:hover a .fa
{
color : #CCCCCC !important;
}
.nav li:hover a
{
animation : chroma-split 0.5s ease;
}
hr
{
border-top-color: rgb(166, 166, 166);
animation : chroma-unsplit-box 0.35s ease;
}
.hr-after-1
{
border-bottom : 1px solid rgb(166, 166, 166);
width : 300px;
border-width : 1px;
position : absolute;
margin-top : -20px;
border-bottom-right-radius : 100px;
animation : chroma-unsplit-box 0.35s ease;
}
.hr-after-2
{
border-bottom : 1px solid rgb(166, 166, 166);
width : 100px;
border-width : 3px;
position : absolute;
margin-top : -20px;
border-bottom-right-radius : 100px;
animation : chroma-unsplit-box 0.35s ease;
}
.hr-after-3
{
border-bottom : 1px solid rgb(166, 166, 166);
width : 50px;
border-width : 5px;
position : absolute;
margin-top : -20px;
border-bottom-right-radius : 100px;
animation : chroma-unsplit-box 0.35s ease;
}
.hr-after-4
{
border-left : 1px solid rgb(166, 166, 166);
height : 20px;
border-width : 1px;
position : absolute;
margin-top : -20px;
animation : chroma-unsplit-box 0.35s ease;
}
.panel-collapse .hr-after-1,
.panel-collapse .hr-after-2,
.panel-collapse .hr-after-3,
.panel-collapse .hr-after-4
{
margin-top:0px;
}
.tooltip
{
font-family : 'Kanit', sans-serif;
}
.panel
{
border:none;
background:none;
}
@media (min-width: 1920px)
{
.container
{
width: 1300px;
}
}
#breadcrumbs-container
{
overflow: hidden;
width: 95%;
display: inline-block;
height: 20px;
color:#c8c8c8;
}
.breadcrumb-parent
{
height: 20px;
position: relative;
display: inline-block;
color:#c8c8c8;
vertical-align: top;
}
a .fa
{
color:#c8c8c8;
}
.navbar-right
{
margin-right : 0px;
}
.navbar .container,
.subnav .container
{
position : relative;
left : -5px;
}
.subnav
{
height : 40px;
width : 100%;
background-color : rgb(30, 30, 30);
margin : 0px;
padding : 10px;
font-size : 110%;
box-shadow : inset 0px -5px 5px #111;
}
#content-container
{
width : 100%;
height : calc(100vh - 91px - 40px);
position : relative;
overflow-y: scroll;
overflow-x : hidden;
padding:0px !important;
margin : 0px !important;
}
#content-container::-webkit-scrollbar
{
width : 10px;
}
#content-container::-webkit-scrollbar-track
{
background-color : rgb(20, 20, 20) !important;
}
#content-container::-webkit-scrollbar-thumb
{
background-color : rgb(50, 50, 50) !important;
}
#footer
{
box-shadow : 0px -5px 5px #111;
width : 100%;
height : 40px;
bottom : 0;
z-index : 3;
position : relative;
}
.page-up-down
{
float : right;
display : inline-block;
padding-right : 10px;
padding-top : 0px;
}
.page-up-down .page-up,
.page-up-down .page-down
{
display : inline-block;
cursor : pointer;
font-size : 20px;
}
.page-up-down .page-up.disabled,
.page-up-down .page-down.disabled
{
color: rgb(105, 105, 105);
}
.page-up-down .page-up
{
margin-left:3px;
}
.modal-footer .btn + .btn
{
margin-left : 0;
}
.pagination > li > a, .pagination > li > span
{
padding: 4px 9px;
background: #3A3F44;
}
.pagination > li.disabled > span
{
background : #2B2C31;
}
.pagination
{
margin : 0px;
position : relative;
}
.btn-top-reply
{
height : 30px;
right : 0;
position : relative;
margin : 0px;
top : 0;
padding-top : 0;
padding-bottom : 0;
display : inline-block;
margin-bottom : 22px;
float : right;
background-color : #636D70 !important;
color : #CFD0DA !important;
background-image : none;
}
.btn-top-reply:hover
{
background-color : #4D505E !important;
background-image : none;
}
.btn-top-link-group
{
height : 30px;
right : 0;
position : relative;
margin : 0px;
top : 0;
display : inline-block;
margin-bottom : 22px;
float : right;
}
.btn-top-link-group .btn
{
background-color : #636D70 !important;
color : #CFD0DA !important;
background-image : none;
display : inline-block;
position : relative;
height : 30px;
top : 0;
padding-bottom : 0;
padding-top : 0px;
}
.btn-top-link-group .btn:hover
{
background-color : #4D505E !important;
}
.btn-top-link-group .btn-top-link
{
margin : 0px;
padding-top : 1px;
}
.btn-top-link-group .dropdown-menu
{
background-color : #636D70 !important;
}
.btn-top-link-group .dropdown-item
{
color : #CFD0DA !important;
}
.btn-top-link-group .dropdown-item:hover
{
background-color : #4D505E !important;
}
.hover-expand
{
position : relative;
vertical-align : top;
top : 0;
display : inline-block !important;
}
.hover-expand-target
{
vertical-align : top;
top : 0;
}
.panel-body
{
padding-left:0;
padding-right:0;
}
.go-to-page-form
{
display : inline-block;
vertical-align : top;
}
.go-to-page-form:nth-of-type(1)
{
margin-bottom:15px;
}
.go-to-page-form:nth-of-type(2)
{
margin-top : 15px;
}
.go-to-page-form .form-control
{
height:30px;
width:50px;
padding:3px;
border-radius : 5px 0px 0px 5px !important;
margin-right : 0px;
}
.go-to-page-form .btn
{
height : 30px;
padding: 8px;
padding-top:4px;
border-radius:0px 5px 5px 0px !important;
margin-left:0px;
left:-5px;
position:relative;
}
input[type=number]
{
-moz-appearance : textfield;
}
input[type=number],
input[type=text],
textarea,
input[type=number].form-control,
input[type=text].form-control,
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime].form-control,
input[type=datetime-local].form-control,
textarea.form-control
{
background-color:rgb(80,80,80) !important;
color:rgb(200,200,200) !important;
}
.btn-secondary
{
background-color: #575B67 !important;
color : #CFD0DA !important;
background-image : none;
}
.btn-secondary:hover
{
background-color : #393C48 !important;
background-image : none;
}
.btn-primary
{
background-color : #636D70 !important;
color : #CFD0DA !important;
background-image : none;
}
.btn-primary:hover
{
background-color : #4D505E !important;
background-image : none;
}
input.fa
{
font-family: 'FontAwesome', 'Poppins', sans-serif;
}
.content .nav-tabs > li > a
{
border-radius : 0;
}
.content .nav-tabs.nav-stacked
{
border-bottom : none;
border-right : 2px solid rgb(100, 100, 100);
padding-right : 0px !important;
}
.nav-tabs.nav-stacked
{
#padding-top:10px;
#padding-bottom:10px;
}
.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li.active > a:hover
{
margin-right : 0px;
border : none;
}
.nav-stacked li.active:after,
.nav-stacked li.active:before
{
left : 100%;
top : 50%;
border : solid transparent;
content : " ";
height : 0;
width : 0;
position : absolute;
pointer-events : none;
}
.nav-stacked li.active:after
{
border-color : rgba(100, 100, 100, 0);
border-left-color : #3E444C;
border-width : 15px;
margin-top : -15px;
}
.nav-stacked li.active:before
{
border-color : rgba(100, 100, 100, 0);
border-left-color : rgb(100, 100, 100);
border-width : 17px;
margin-top : -17px;
}
.nav-tabs.nav-stacked > li > a:hover
{
animation : chroma-split 0.75s ease;
animation-fill-mode : forwards;
}
.loading-slate
{
width:100%;
height : calc(100vh - 91px - 40px);
background : #222;
color : #CCC;
position : absolute;
z-index:999;
top:91px;
}
@-webkit-keyframes pulse
{
0%
{
opacity : 1;
}
16.666%
{
opacity : 1;
}
100%
{
opacity : 0;
}
}
@-moz-keyframes pulse
{
0%
{
opacity : 1;
}
16.666%
{
opacity : 1;
}
100%
{
opacity : 0;
}
}
@keyframes pulse
{
0%
{
opacity : 1;
}
16.666%
{
opacity : 1;
}
100%
{
opacity : 0;
}
}
.triangles
{
-webkit-transform : translate(-50%, -50%) rotate(180deg);
-moz-transform : translate(-50%, -50%) rotate(180deg);
-ms-transform : translate(-50%, -50%) rotate(180deg);
-o-transform : translate(-50%, -50%) rotate(180deg);
transform : translate(-50%, -50%) rotate(180deg);
height : 81px;
width : 90px;
position : absolute;
left : 50%;
top : 50%;
transform-origin : center center;
}
.tri
{
position : absolute;
-webkit-animation : pulse 750ms ease-in infinite;
-moz-animation : pulse 750ms ease-in infinite;
animation : pulse 750ms ease-in infinite;
border-top : 27px solid #DDDDDD;
border-left : 15px solid transparent;
border-right : 15px solid transparent;
border-bottom : 0px;
}
.tri.invert
{
border-top : 0px;
border-bottom : 27px solid #DDDDDD;
border-left : 15px solid transparent;
border-right : 15px solid transparent;
}
.tri:nth-child(1)
{
left : 30px;
}
.tri:nth-child(2)
{
left : 15px;
top : 27px;
-webkit-animation-delay : -125ms;
-moz-animation-delay : -125ms;
animation-delay : -125ms;
}
.tri:nth-child(3)
{
left : 30px;
top : 27px;
}
.tri:nth-child(4)
{
left : 45px;
top : 27px;
-webkit-animation-delay : -625ms;
-moz-animation-delay : -625ms;
animation-delay : -625ms;
}
.tri:nth-child(5)
{
top : 54px;
-webkit-animation-delay : -250ms;
-moz-animation-delay : -250ms;
animation-delay : -250ms;
}
.tri:nth-child(6)
{
top : 54px;
left : 15px;
-webkit-animation-delay : -250ms;
-moz-animation-delay : -250ms;
animation-delay : -250ms;
}
.tri:nth-child(7)
{
top : 54px;
left : 30px;
-webkit-animation-delay : -375ms;
-moz-animation-delay : -375ms;
animation-delay : -375ms;
}
.tri:nth-child(8)
{
top : 54px;
left : 45px;
-webkit-animation-delay : -500ms;
-moz-animation-delay : -500ms;
animation-delay : -500ms;
}
.tri:nth-child(9)
{
top : 54px;
left : 60px;
-webkit-animation-delay : -500ms;
-moz-animation-delay : -500ms;
animation-delay : -500ms;
}
|
laravel/public/css/site.css
|
@keyframes chroma-split
{
0%
{
text-shadow : 0px 0px 0 #CCCCCC, -0px -0px 0 #CCCCCC;
}
25%
{
text-shadow : 1.75px 1.75px 0 red, -1.75px -1.75px 0 cyan;
}
100%
{
text-shadow : 1px 1px 0 red, -1px -1px 0 cyan;
}
}
@keyframes chroma-split-large
{
0%
{
text-shadow : 0px 0px 0 #CCCCCC, -0px -0px 0 #CCCCCC;
}
25%
{
text-shadow : 3px 3px 0 red, -3px -3px 0 cyan;
}
100%
{
text-shadow : 1.5px 1.5px 0 red, -1.5px -1.5px 0 cyan;
}
}
@keyframes chroma-unsplit
{
0%
{
text-shadow : 2px 2px 0 red, -2px -2px 0 cyan;
}
100%
{
text-shadow : 0px 0px 0 #CCCCCC, -0px -0px 0 #CCCCCC;
}
}
@keyframes chroma-unsplit-box
{
0%
{
box-shadow : 2px 2px 0 red, -2px -2px 0 cyan;
}
100%
{
box-shadow : 0px 0px 0 #CCCCCC, -0px -0px 0 #CCCCCC;
}
}
html,
body
{
font-family : 'Kanit', sans-serif;
font-size : 16px;
color : #CCCCCC;
background-color : #1B1C1F;
overflow-x : hidden;
}
h1,
h2,
h3,
h4
{
font-family : 'Bungee Hairline', sans-serif;
font-weight : bold;
animation : chroma-unsplit 0.35s ease;
}
h1
{
margin-top:10px;
font-size : 250%;
}
h2
{
margin-top : 10px;
font-size : 200%;
}
h3
{
font-size : 150%;
}
h4
{
font-size : 125%;
}
.navbar-brand
{
font-family : 'Bungee Hairline', sans-serif;
font-weight : bold;
font-size : 250%;
line-height : 100%;
margin-top:0px;
padding-top:4px;
}
.nav
{
color : #CCCCCC;
font-family : 'Orbitron', sans-serif;
font-weight : normal;
font-size:120%;
}
.navbar-nav li.active a,
.navbar-nav li.active a .fa
{
color:rgb(50,50,50) !important;
}
.navbar-nav li.active:hover a,
.navbar-nav li.active:hover a .fa
{
color : #CCCCCC !important;
}
.nav li:hover a
{
animation : chroma-split 0.5s ease;
}
hr
{
border-top-color: rgb(166, 166, 166);
animation : chroma-unsplit-box 0.35s ease;
}
.hr-after-1
{
border-bottom : 1px solid rgb(166, 166, 166);
width : 300px;
border-width : 1px;
position : absolute;
margin-top : -20px;
border-bottom-right-radius : 100px;
animation : chroma-unsplit-box 0.35s ease;
}
.hr-after-2
{
border-bottom : 1px solid rgb(166, 166, 166);
width : 100px;
border-width : 3px;
position : absolute;
margin-top : -20px;
border-bottom-right-radius : 100px;
animation : chroma-unsplit-box 0.35s ease;
}
.hr-after-3
{
border-bottom : 1px solid rgb(166, 166, 166);
width : 50px;
border-width : 5px;
position : absolute;
margin-top : -20px;
border-bottom-right-radius : 100px;
animation : chroma-unsplit-box 0.35s ease;
}
.hr-after-4
{
border-left : 1px solid rgb(166, 166, 166);
height : 20px;
border-width : 1px;
position : absolute;
margin-top : -20px;
animation : chroma-unsplit-box 0.35s ease;
}
.panel-collapse .hr-after-1,
.panel-collapse .hr-after-2,
.panel-collapse .hr-after-3,
.panel-collapse .hr-after-4
{
margin-top:0px;
}
.tooltip
{
font-family : 'Kanit', sans-serif;
}
.panel
{
border:none;
background:none;
}
@media (min-width: 1920px)
{
.container
{
width: 1300px;
}
}
#breadcrumbs-container
{
overflow: hidden;
width: 95%;
display: inline-block;
height: 20px;
color:#c8c8c8;
}
.breadcrumb-parent
{
height: 20px;
position: relative;
display: inline-block;
color:#c8c8c8;
vertical-align: top;
}
a .fa
{
color:#c8c8c8;
}
.navbar-right
{
margin-right : 0px;
}
.navbar .container,
.subnav .container
{
position : relative;
left : -5px;
}
.subnav
{
height : 40px;
width : 100%;
background-color : rgb(30, 30, 30);
margin : 0px;
padding : 10px;
font-size : 110%;
box-shadow : inset 0px -5px 5px #111;
}
#content-container
{
width : 100%;
height : calc(100vh - 91px - 40px);
position : relative;
overflow-y: scroll;
overflow-x : hidden;
padding:0px !important;
margin : 0px !important;
}
#content-container::-webkit-scrollbar
{
width : 10px;
}
#content-container::-webkit-scrollbar-track
{
background-color : rgb(20, 20, 20) !important;
}
#content-container::-webkit-scrollbar-thumb
{
background-color : rgb(50, 50, 50) !important;
}
#footer
{
box-shadow : 0px -5px 5px #111;
width : 100%;
height : 40px;
bottom : 0;
z-index : 3;
position : relative;
}
.page-up-down
{
float : right;
display : inline-block;
padding-right : 10px;
padding-top : 0px;
}
.page-up-down .page-up,
.page-up-down .page-down
{
display : inline-block;
cursor : pointer;
font-size : 20px;
}
.page-up-down .page-up.disabled,
.page-up-down .page-down.disabled
{
color: rgb(105, 105, 105);
}
.page-up-down .page-up
{
margin-left:3px;
}
.modal-footer .btn + .btn
{
margin-left : 0;
}
.pagination > li > a, .pagination > li > span
{
padding: 4px 9px;
background: #3A3F44;
}
.pagination > li.disabled > span
{
background : #2B2C31;
}
.pagination
{
margin : 0px;
position : relative;
}
.btn-top-reply
{
height : 30px;
right : 0;
position : relative;
margin : 0px;
top : 0;
padding-top : 0;
padding-bottom : 0;
display : inline-block;
margin-bottom : 22px;
float : right;
background-color : #636D70 !important;
color : #CFD0DA !important;
background-image : none;
}
.btn-top-reply:hover
{
background-color : #4D505E !important;
background-image : none;
}
.btn-top-link-group
{
height : 30px;
right : 0;
position : relative;
margin : 0px;
top : 0;
display : inline-block;
margin-bottom : 22px;
float : right;
}
.btn-top-link-group .btn
{
background-color : #636D70 !important;
color : #CFD0DA !important;
background-image : none;
display : inline-block;
position : relative;
height : 30px;
top : 0;
padding-bottom : 0;
padding-top : 0px;
}
.btn-top-link-group .btn:hover
{
background-color : #4D505E !important;
}
.btn-top-link-group .btn-top-link
{
margin : 0px;
padding-top : 1px;
}
.btn-top-link-group .dropdown-menu
{
background-color : #636D70 !important;
}
.btn-top-link-group .dropdown-item
{
color : #CFD0DA !important;
}
.btn-top-link-group .dropdown-item:hover
{
background-color : #4D505E !important;
}
.hover-expand
{
position : relative;
vertical-align : top;
top : 0;
display : inline-block !important;
}
.hover-expand-target
{
vertical-align : top;
top : 0;
}
.panel-body
{
padding-left:0;
padding-right:0;
}
.go-to-page-form
{
display : inline-block;
vertical-align : top;
}
.go-to-page-form:nth-of-type(1)
{
margin-bottom:15px;
}
.go-to-page-form:nth-of-type(2)
{
margin-top : 15px;
}
.go-to-page-form .form-control
{
height:30px;
width:50px;
padding:3px;
border-radius : 5px 0px 0px 5px !important;
margin-right : 0px;
}
.go-to-page-form .btn
{
height : 30px;
padding: 8px;
padding-top:4px;
border-radius:0px 5px 5px 0px !important;
margin-left:0px;
left:-5px;
position:relative;
}
input[type=number]
{
-moz-appearance : textfield;
}
input[type=number],
input[type=text],
textarea,
input[type=number].form-control,
input[type=text].form-control,
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime].form-control,
input[type=datetime-local].form-control,
textarea.form-control
{
background-color:rgb(80,80,80) !important;
color:rgb(200,200,200) !important;
}
.btn-secondary
{
background-color: #575B67 !important;
color : #CFD0DA !important;
background-image : none;
}
.btn-secondary:hover
{
background-color : #393C48 !important;
background-image : none;
}
.btn-primary
{
background-color : #636D70 !important;
color : #CFD0DA !important;
background-image : none;
}
.btn-primary:hover
{
background-color : #4D505E !important;
background-image : none;
}
input.fa
{
font-family: 'FontAwesome', 'Poppins', sans-serif;
}
.content .nav-tabs > li > a
{
border-radius : 0;
}
.content .nav-tabs.nav-stacked
{
border-bottom : none;
border-right : 2px solid rgb(100, 100, 100);
padding-right : 0px !important;
}
.nav-tabs.nav-stacked
{
#padding-top:10px;
#padding-bottom:10px;
}
.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li.active > a:hover
{
margin-right : 0px;
border : none;
}
.nav-stacked li.active:after,
.nav-stacked li.active:before
{
left : 100%;
top : 50%;
border : solid transparent;
content : " ";
height : 0;
width : 0;
position : absolute;
pointer-events : none;
}
.nav-stacked li.active:after
{
border-color : rgba(100, 100, 100, 0);
border-left-color : #3E444C;
border-width : 15px;
margin-top : -15px;
}
.nav-stacked li.active:before
{
border-color : rgba(100, 100, 100, 0);
border-left-color : rgb(100, 100, 100);
border-width : 17px;
margin-top : -17px;
}
.nav-tabs.nav-stacked > li > a:hover
{
animation : chroma-split 0.75s ease;
animation-fill-mode : forwards;
}
.loading-slate
{
width:100%;
height : calc(100vh - 91px - 40px);
background : #222;
color : #CCC;
position : absolute;
z-index:999;
top:91px;
}
@-webkit-keyframes pulse
{
0%
{
opacity : 1;
}
16.666%
{
opacity : 1;
}
100%
{
opacity : 0;
}
}
@-moz-keyframes pulse
{
0%
{
opacity : 1;
}
16.666%
{
opacity : 1;
}
100%
{
opacity : 0;
}
}
@keyframes pulse
{
0%
{
opacity : 1;
}
16.666%
{
opacity : 1;
}
100%
{
opacity : 0;
}
}
.triangles
{
-webkit-transform : translate(-50%, -50%) rotate(180deg);
-moz-transform : translate(-50%, -50%) rotate(180deg);
-ms-transform : translate(-50%, -50%) rotate(180deg);
-o-transform : translate(-50%, -50%) rotate(180deg);
transform : translate(-50%, -50%) rotate(180deg);
height : 81px;
width : 90px;
position : absolute;
left : 50%;
top : 50%;
transform-origin : center center;
}
.tri
{
position : absolute;
-webkit-animation : pulse 750ms ease-in infinite;
-moz-animation : pulse 750ms ease-in infinite;
animation : pulse 750ms ease-in infinite;
border-top : 27px solid #DDDDDD;
border-left : 15px solid transparent;
border-right : 15px solid transparent;
border-bottom : 0px;
}
.tri.invert
{
border-top : 0px;
border-bottom : 27px solid #DDDDDD;
border-left : 15px solid transparent;
border-right : 15px solid transparent;
}
.tri:nth-child(1)
{
left : 30px;
}
.tri:nth-child(2)
{
left : 15px;
top : 27px;
-webkit-animation-delay : -125ms;
-moz-animation-delay : -125ms;
animation-delay : -125ms;
}
.tri:nth-child(3)
{
left : 30px;
top : 27px;
}
.tri:nth-child(4)
{
left : 45px;
top : 27px;
-webkit-animation-delay : -625ms;
-moz-animation-delay : -625ms;
animation-delay : -625ms;
}
.tri:nth-child(5)
{
top : 54px;
-webkit-animation-delay : -250ms;
-moz-animation-delay : -250ms;
animation-delay : -250ms;
}
.tri:nth-child(6)
{
top : 54px;
left : 15px;
-webkit-animation-delay : -250ms;
-moz-animation-delay : -250ms;
animation-delay : -250ms;
}
.tri:nth-child(7)
{
top : 54px;
left : 30px;
-webkit-animation-delay : -375ms;
-moz-animation-delay : -375ms;
animation-delay : -375ms;
}
.tri:nth-child(8)
{
top : 54px;
left : 45px;
-webkit-animation-delay : -500ms;
-moz-animation-delay : -500ms;
animation-delay : -500ms;
}
.tri:nth-child(9)
{
top : 54px;
left : 60px;
-webkit-animation-delay : -500ms;
-moz-animation-delay : -500ms;
animation-delay : -500ms;
}
| 0.319971 | 0.095434 |
* Quite a bit of this was taken from the Twitter Bootstrap demo pages.
*
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Copyright 2012 Twitter, Inc
*/
body {
background-color: #fff;
padding-top: 90px;
position: relative;
}
/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
position: relative;
}
.jumbotron h1 {
margin-bottom: 9px;
font-size: 81px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
}
.jumbotron p {
margin-bottom: 32px;
font-weight: 300;
}
.jumbotron .btn-large {
font-size: 20px;
font-weight: normal;
padding: 14px 24px;
margin: -8px 10px 0 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.jumbotron .btn-large small {
font-size: 14px;
}
/* Masthead (docs home) */
.masthead {
padding-top: 36px;
margin-bottom: 72px;
}
.masthead h1,
.masthead p {
text-align: center;
}
.masthead h1 {
margin-bottom: 18px;
}
.masthead p {
margin-left: 5%;
margin-right: 5%;
font-size: 30px;
line-height: 36px;
}
input.input-xxlarge {
font-size: 28px;
min-height: 32px;
box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
input.input-xxlarge::-webkit-input-placeholder {
color: #ddd;
padding: 7px 0;
}
input.input-xxlarge:-moz-placeholder {
color: #ddd;
}
input.input-xxlarge:-ms-input-placeholder {
color: #ddd;
}
#mixcloud-url {
font-size: 24px;
}
.input-prepend .add-on, .input-append .add-on {
padding: 11px;
}
#response {
display: none;
margin: 0 auto;
width: 940px;
}
.alert, .alert p {
/*display: none;*/
font-size: 18px;
line-height: 26px;
}
.alert {
padding: 12px;
}
.progress, .progress .bar {
height: 25px;
}
.progress {
position: relative;
}
.progress .bar {
border-radius: 4px 0 0 4px;
position: absolute;
transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-o-transition: width 0.3s ease;
-webkit-transition: width 0.3s ease;
}
.progress .bar.right {
border-radius: 0 4px 4px 0;
right: 0;
}
.progress .bar.done {
transition: width: 0.6s ease;
-moz-transition: width: 0.6s ease;
-ms-transition: width: 0.6s ease;
-o-transition: width: 0.6s ease;
-webkit-transition: width: 0.6s ease;
}
#results {
display: none;
text-align: center;
}
#test {
margin-top: 20px;
}
@media (max-width: 979px) {
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding: 0px;
}
.navbar-fixed-top {
position: fixed;
}
#response {
width: auto;
}
}
@media (max-width: 767px) {
.navbar-fixed-top, .navbar-fixed-bottom {
margin: 0;
}
}
|
public/stylesheets/custom.css
|
* Quite a bit of this was taken from the Twitter Bootstrap demo pages.
*
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Copyright 2012 Twitter, Inc
*/
body {
background-color: #fff;
padding-top: 90px;
position: relative;
}
/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
position: relative;
}
.jumbotron h1 {
margin-bottom: 9px;
font-size: 81px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
}
.jumbotron p {
margin-bottom: 32px;
font-weight: 300;
}
.jumbotron .btn-large {
font-size: 20px;
font-weight: normal;
padding: 14px 24px;
margin: -8px 10px 0 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.jumbotron .btn-large small {
font-size: 14px;
}
/* Masthead (docs home) */
.masthead {
padding-top: 36px;
margin-bottom: 72px;
}
.masthead h1,
.masthead p {
text-align: center;
}
.masthead h1 {
margin-bottom: 18px;
}
.masthead p {
margin-left: 5%;
margin-right: 5%;
font-size: 30px;
line-height: 36px;
}
input.input-xxlarge {
font-size: 28px;
min-height: 32px;
box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
input.input-xxlarge::-webkit-input-placeholder {
color: #ddd;
padding: 7px 0;
}
input.input-xxlarge:-moz-placeholder {
color: #ddd;
}
input.input-xxlarge:-ms-input-placeholder {
color: #ddd;
}
#mixcloud-url {
font-size: 24px;
}
.input-prepend .add-on, .input-append .add-on {
padding: 11px;
}
#response {
display: none;
margin: 0 auto;
width: 940px;
}
.alert, .alert p {
/*display: none;*/
font-size: 18px;
line-height: 26px;
}
.alert {
padding: 12px;
}
.progress, .progress .bar {
height: 25px;
}
.progress {
position: relative;
}
.progress .bar {
border-radius: 4px 0 0 4px;
position: absolute;
transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-o-transition: width 0.3s ease;
-webkit-transition: width 0.3s ease;
}
.progress .bar.right {
border-radius: 0 4px 4px 0;
right: 0;
}
.progress .bar.done {
transition: width: 0.6s ease;
-moz-transition: width: 0.6s ease;
-ms-transition: width: 0.6s ease;
-o-transition: width: 0.6s ease;
-webkit-transition: width: 0.6s ease;
}
#results {
display: none;
text-align: center;
}
#test {
margin-top: 20px;
}
@media (max-width: 979px) {
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding: 0px;
}
.navbar-fixed-top {
position: fixed;
}
#response {
width: auto;
}
}
@media (max-width: 767px) {
.navbar-fixed-top, .navbar-fixed-bottom {
margin: 0;
}
}
| 0.508056 | 0.077239 |
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic);
body {
position: relative;
padding-top: 50px;
color: rgb(48,48,48);
background-color: #f1f1f1;
font-family: 'Roboto', sans-serif;
}
.img-responsive {
width: 100%;
}
.vertical-align {
display: flex;
flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
display: flex;
align-items: center;
}
/**
* Do NOT include this part into your stylesheet.
* "flex: 1" or "flex-grow: 1" is added to make the inner div
* - Which is also a flex-item - take up all the horizontal space
* available space inside the flex container (.col-* elements)
*/
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
/* flex: 1; */
flex-grow: 1;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-15 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}
.bg-primary {
margin: 0px auto!important;
color: inherit;
padding: 20px;
background-color: #fff!important;
border-top: 1px solid #d0d0d0;
}
.bg-secondary {
margin: 0px auto!important;
color: inherit;
padding: 20px;
border-top: 1px solid #d0d0d0;
background-color: #F9F9F9!important;
}
.loader:before,
.loader:after,
.loader {
border-radius: 50%;
width: 32px;
height: 32px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1s infinite ease-in-out;
animation: load7 1s infinite ease-in-out;
}
.loader {
margin: 7em auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
}
.loader:before {
left: -3.5em;
}
.loader:after {
left: 3.5em;
-webkit-animation-delay: 0.32s;
animation-delay: 0.32s;
}
.loader:before,
.loader:after {
content: '';
position: absolute;
top: 0;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em #ff6600;
}
40% {
box-shadow: 0 2.5em 0 0 #ff6600;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em #ff6600;
}
40% {
box-shadow: 0 2.5em 0 0 #ff6600;
}
}
a, a:hover, a:focus {
text-decoration: none;
}
a:hover {
color: #FF6600;
}
.fa-ipod {
width: 18px;
height: auto;
}
.fa-videocamera {
width: 18px;
height: auto;
}
.container-fluid {
}
.user-control {
position: relative;
}
.user-control .nav-pills li a:hover,
.user-control .nav-pills li a {
background-color: transparent;
color: #555;
}
.user-control .nav-pills li a:hover {
color: #ff6600;
}
.user-control .nav-pills li > a > i {
font-size: 120%;
width: 16px;
margin-right: 6px;
}
.user-control img.avatar {
border: 1px solid #ddd;
background-color: #fff;
padding: 2px;
border-radius: 50%;
position: absolute;
top: -35px;
right: 15px;
width: 64px;
height: auto;
z-index: 1;
}
.follow-box {
margin: 15px 0;
}
.follow-box span {
margin: 0 2px;
line-height: 29px;
}
.movie-user-info small {
font-size: 75%;
font-style: italic;
}
.movie-user-info span i.fa {
margin-right: 6px;
}
.movie-user-info span i.number,
.follow-box span i.number {
font-size: 24px;
color: #428BCA;
margin-right: 8px;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}
.with-devide {
position: relative;
z-index: 0;
background-color: #fff !important;
}
.with-devide .devide {
position: absolute;
top: 5px;
left: 0px;
z-index: -1;
background-color: #ddd;
height: 8px;
width: 50%;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.nav.nav-pills.nav-menu > li {
float: none;
border-bottom: 1px solid #ddd;
}
.nav.nav-pills.nav-menu > li > a {
-webkit-border-radius: 0px;
border-radius: 0px;
padding-left: 0px;
margin-bottom: 0;
}
.nav.nav-pills.nav-menu > li:last-child {
border: none;
}
.nav.nav-pills.nav-menu > li.active > a {
color: #555;
font-weight: 700;
background-color: inherit;
border-color: #ddd;
}
.push {
height: 0px;
}
.half-push {
height: 20px;
}
.song-list-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-image: -webkit-linear-gradient(top,#F7AC3E 0,#ff6600 100%);
background-image: linear-gradient(to bottom,#f59a18 0,#f27d13 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px;
color: #fff;
}
.nav.nav-song-list {
position: absolute;
top: 32px;
left: 0;
width: 100%;
}
.nav-tabs.nav-justified.nav-song-list li {
background-color: #eee;
}
.nav-tabs.nav-justified.nav-song-list li a {
color: #555;
padding: 4px;
border-radius: 0px;
}
.nav-tabs.nav-justified.nav-song-list li.active a {
color: #fff;
background-color: #555;
}
.song-list {
padding-top: 48px;
}
.song-list .row {
border-bottom: 1px solid #ddd;
padding: 10px 0;
}
.song-list .row:nth-child(even) {
background: #F7F7F7;
}
.song-list .media {
margin-top: 0px;
}
.song-list .song-list-rank {
position: relative;
}
.song-list .song-list-rank > span {
color: #fff;
border-radius: 50%;
background: #67B645;
padding: 6px 8px;
font-size: 18px;
margin: 12px 0;
position: absolute;
right: 4px;
}
.song-list img.media-object {
height: 65px;
width: auto;
}
.song-list .song-list-info {
}
.song-list .song-list-info h4 {
font-weight: bold;
font-size: 13px;
margin-top: 0px;
margin-bottom: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.song-list .song-list-info .song-list-artist {
font-style: italic;
text-transform: capitalize;
font-size: 13px;
display: block;
}
.song-list .song-list-info .song-list-view-count {
color: #646464;
}
.media-list .media {
margin: 8px 0;
display: block;
color: #555;
}
.media-list .media:first-child {
margin-top: 15px;
}
.media-list .media:last-child {
margin-bottom: 0px;
}
.media-list .media:hover .media-heading {
color: #FF6600;
}
.btn-white {
background: transparent!important;
}
.btn-link,
.btn-link:focus,
.btn-link:active,
.btn-link:hover {
box-shadow: none;
color: #fff;
text-decoration: none;
}
.btn-link.disabled {
opacity: 1;
}
.btn-primary {
color: #fff;
background-color: #1199c3;
border-color: #5891b0;
background-image: -webkit-linear-gradient(top,#52b6ee 0,#409cd3 100%);
background-image: linear-gradient(to bottom,#52b6ee 0,#409cd3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52b6ee', endColorstr='#ff409cd3', GradientType=0);
border-color: #2a82b6;
}
.text-info {
color: #1199c3;
}
.btn-danger {
background-image: -webkit-linear-gradient(top,#ff6600 0,#ff6600 100%);
background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
}
.btn-danger:hover {
background-image: -webkit-linear-gradient(top,#ff6600 0,#ff6600 100%);
background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
}
.text-danger {
color: #FF6600;
}
.btn-custom {
opacity: 0.75;
background-color: hsl(113, 63%, 41%) !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bbb2a", endColorstr="#36aa26");
background-image: -khtml-gradient(linear, left top, left bottom, from(#3bbb2a), to(#36aa26));
background-image: -moz-linear-gradient(top, #3bbb2a, #36aa26);
background-image: -ms-linear-gradient(top, #3bbb2a, #36aa26);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3bbb2a), color-stop(100%, #36aa26));
background-image: -webkit-linear-gradient(top, #3bbb2a, #36aa26);
background-image: -o-linear-gradient(top, #3bbb2a, #36aa26);
background-image: linear-gradient(#3bbb2a, #36aa26);
border-color: #36aa26 #36aa26 hsl(113, 63%, 40%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
-webkit-font-smoothing: antialiased;
}
.btn-custom:hover {
opacity: 1;
}
.btn-custom i {
margin-right: 4px;
}
.well, .well.well-sm {
background: #fff;
border: none;
border-radius: 0px;
-webkit-border-radius: 0px;
moz-border-radius: 0x;
}
.well.well-sm > h3 {
margin: 10px 10px;
color: #555;
}
.breadcrumbs {
padding: 20px 0px;
background-color: #fff;
}
.breadcrumbs h4 {
text-transform: uppercase;
}
.popover.bottom .arrow {
left:8%;
}
.popover {
max-width: 100%;
width: 260px;
}
.ask-list-group .ask-list-item {
font-size: 12px;
border-bottom: 1px solid #ddd;
padding: 8px 0;
}
.ask-list-group .ask-list-item:first-child {
padding-top: 0px;
}
.ask-list-group .ask-list-item:last-child {
border-bottom-width: 0px;
}
/* Header */
.header {
position: relative;
color: #605F5D;
overflow: hidden;
max-height: 420px;
}
.header-method {
height: 380px;
}
.header .header-bg {
width: 100%;
height: auto;
}
.header .header-text h1 {
font-weight: 600;
font-size: 32px;
}
.header .header-text {
position: absolute;
top: 64px;
left: 62px;
width: 100%;
}
.header .header-text {
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.header .header-text p {
width: 60%;
margin: 15px 0;
}
/* Navigation */
.navbar {
/* Navbar height */
min-height: 50px;
background-color: #fff;
margin-bottom: 0px;
border: none;
}
.navbar .nav-notification {
background: #ff6600;
color: #fff;
}
.navbar .nav-notification .alert {
padding: 4px 55px;
font-size: 12px;
}
.navbar .container-fluid {
-webkit-box-shadow: 0 1px 0 0 #ddd;
box-shadow: 0 1px 0 0 #ddd;
}
.navbar .container-fluid.container-nav {
position: relative;
}
.navbar .btn:not(.navbar-form .btn) {
/* Navbar height */
padding: 2px 8px;
}
.navbar .navbar-center.navbar-brand {
/* Navbar height */
height: 50px;
padding: 0px;
float: none;
}
.navbar .navbar-center.navbar-brand img.logo {
height: 50px;
width: auto;
}
.navbar .navbar-center.navbar-brand a {
font-size: 18px;
text-transform: uppercase;
color: #555;
}
.navbar .navbar-center.navbar-brand a .text-logo {
color: #fff;
padding: 2px 4px;
background-color: #FF6600;
-moz-border-radius: 4px;
border-radius: 4px;
}
.navbar .navbar-center {
width: 100%;
height:100%;
position: absolute;
top: 0;
text-align: center;
}
.nav.navbar-nav {
height: 50px;
padding-left: 55px;
padding-right: 55px;
}
.nav.navbar-nav li {
}
.nav.navbar-nav li > a {
line-height: 28px;
height: 50px;
font-size: 13px;
color: #555;
/* Navbar height */
padding: 12px 0px;
margin: 0 7px;
}
.nav.navbar-nav li > a > i {
font-size: 18px;
}
.nav.navbar-nav li.active > a {
background: transparent;
color: #66757f;
border-bottom: 4px solid #FF6600;
}
.nav.navbar-nav li:hover > a,
.nav.navbar-nav li.active:hover > a {
background: transparent;
color: #FF6600;
}
.navbar-btn {
margin-top: 11px;
margin-bottom: 11px;
}
.navbar-btn-group {
margin-top: 1px;
}
.navbar-btn-group .btn {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-btn-group .btn,
.navbar-btn-group .btn:hover,
.navbar-btn-group .btn:focus {
border: none;
border-radius: 0px;
}
.navbar-btn-group .btn.active {
box-shadow: none;
background: transparent!important;
box-shadow: inset 0 -4px 0 #ff6600;
}
.mask-read {
cursor: pointer!important;
}
.navbar-btn:focus {
box-shadow: none;
}
.navbar-right .dropdown {
}
.navbar-right .dropdown li:last-child {
margin-left: 15px;
margin-right: 15px;
}
.navbar-right .dropdown li:last-child {
margin: 10px 10px 5px 10px;
}
.navbar-nav .btn-group > .btn {
margin-top: 11px;
margin-bottom: 11px;
border-radius: 0px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
color: #ff6600;
}
.navbar-login {
width: 320px;
padding: 10px;
padding-bottom: 0px;
}
.navbar-form {
padding-right: 0px;
padding-left: 0px;
margin: 12px 0;
}
.navbar-form .input-group-sm>.form-control,
.navbar-form .input-group-sm>.input-group-btn>.btn {
border-radius: 0px;
}
.navbar-form input:focus {
box-shadow: none;
}
.navbar-form .input-group-btn .btn {
padding-left: 25px;
padding-right: 25px;
}
@media only screen and (min-width: 768px) {
.navbar-nav.navbar-right:last-child {
margin-right: 0px;
}
}
/* Video Carousel */
.movies-carousel {
position: relative;
overflow: hidden;
height: 420px;
}
.movies-carousel img {
width: 100%;
height: auto;
}
.movies-carousel .header-text {
position: absolute;
top: 80px;
left: 30px;
background-color: rgba(0,0,0,0.5);
padding: 15px;
width: 35%;
}
.movies-carousel .header-text h3 {
font-size: 22px;
color: #FF6600;
}
.movies-carousel .header-text h3 small {
text-transform: none;
color: #999;
}
.movies-carousel .header-text p {
color: #fff;
}
.movies-carousel .header-text .movie-level > li {
margin: 8px auto;
}
.movies-carousel .header-text .movie-view {
font-size: 18px;
color: #fff;
}
.movies-carousel .header-text .movie-view > i {
font-size: inherit;
}
.movies-carousel .carousel-control {
width: 5%;
opacity: 0;
background: transparent;
}
.movies-carousel:hover .carousel-control {
opacity: 1;
}
/* Indicators list style */
.movies-carousel .carousel-indicators {
bottom: 0;
left: 0;
margin-left: 5px;
padding-right: 30px;
width: 100%;
}
/* Indicators list style */
.movies-carousel .carousel-indicators li {
border: medium none;
border-radius: 0;
float: right;
height: 32px;
margin-bottom: 5px;
margin-left: 5px !important;
margin-top: 0;
width: 54px;
}
.movies-carousel .carousel-indicators li:first-child {
margin-right: 30px;
}
/* Indicators images style */
.movies-carousel .carousel-indicators img {
border: 2px solid #FFFFFF;
float: right;
height: 32px;
right: 0;
width: 54px;
}
/* Indicators active image style */
.movies-carousel .carousel-indicators .active img {
border: 2px solid #428BCA;
opacity: 1;
}
.music-carousel {
height: 380px;
overflow: hidden;
}
.music-carousel .item .item-thumbnail {
width: 25%;
height: 190px;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
position: relative;
padding: 0px;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,.75);
}
.music-carousel .item .item-thumbnail:first-child {
width: 50%;
height: 380px;
}
.music-carousel .item .item-thumbnail img {
height: 100%;
width: auto;
}
.item-thumbnail .header-text {
display: block;
width: 100%;
font-size: 14px;
line-height: 16px;
text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
text-transform: uppercase;
color: #fff;
position: absolute;
bottom: 6px;
left: 8px;
z-index: 2;
}
.music-carousel .item .item-thumbnail:first-child .header-text {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
font-size: 28px;
}
.item-thumbnail .header-text small {
text-shadow: none;
text-transform: none;
font-size: 13px;
color: #ddd;
}
.music-carousel .carousel-control {
background-color: rgba(0,0,0,0.75);
width: 3%;
}
.music-carousel .item .item-thumbnail .overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 0;
background: rgba(0,0,0,0);
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
.music-carousel .item .item-thumbnail .overlay::before {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
margin: -20px 0 0 -18px;
border-radius: 50%;
background: transparent;
text-align: center;
font: 14px/40px 'FontAwesome';
opacity: 0;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
text-decoration: none;
box-shadow: 0px 0px 0px 2px rgba(255,255,255,.75);
color: #fff;
}
.music-carousel .item .item-thumbnail:hover .overlay,
.music-carousel .item .item-thumbnail:hover .overlay::before {
background: rgba(28, 30, 29, 0.75);
cursor: pointer;
opacity: 1;
}
/* Item carousel */
.list-inline.carousel-controls {
font-size: 14px;
}
.list-inline.carousel-controls > li {
color: #555;
cursor: pointer;
}
.list-inline.carousel-controls > li > a {
color: inherit;
}
/* client testimonial */
.client-testimonial {
margin-top: 30px;
margin-bottom: 30px;
padding: 25px 15px;
border: 1px solid #ff6600;
}
.client-testimonial .media > .pull-left {
margin-right: 20px;
}
.client-testimonial img.media-object {
width: 80px;
height: auto;
}
.client-testimonial blockquote {
font-size: 13px;
color: #797979;
border-left: none;
padding: 0;
margin: 0;
}
.client-testimonial blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}
.client-testimonial small {
font-weight: bold;
font-size: 12px;
}
/* Subscription */
.sub-head {
background: url('http://placehold.it/1456x180') no-repeat center center;
color: #623A54;
padding: 50px 0;
}
/* Blog post carousel */
#blog-carousel {
background-color: #fff;
height: 390px;
}
#blog-carousel .carousel-caption {
left:0;
right:0;
bottom:0;
text-align:left;
padding:10px;
background:rgba(0,0,0,0.6);
text-shadow:none;
}
#blog-carousel .carousel-inner {
width: 60%;
height: auto;
overflow: hidden;
}
#blog-carousel .media-list {
width: 40%;
height: auto;
position:absolute;
top:0;
right:0;
}
#blog-carousel .media-list {
cursor:pointer;
}
#blog-carousel .media-list .media, #blog-carousel .media-list .media {
margin-top: 0px;
padding: 8px 15px;
}
#blog-carousel .media-list .media .media-body p {
margin: 0px;
}
#blog-carousel .media-list .media h4.media-heading {
font-size: 16px;
}
#blog-carousel .media-list .media.active,
#blog-carousel .media-list .media:hover {
background-color:#EFEFEF;
color: #333;
}
/* Search box */
.sb-search {
position: relative;
margin-top: 10px;
width: 0%;
min-width: 60px;
height: 60px;
float: right;
overflow: hidden;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
-webkit-backface-visibility: hidden;
}
.sb-search-input {
position: absolute;
top: 0;
right: 0;
border: none;
outline: none;
background: #fff;
width: 100%;
height: 60px;
margin: 0;
z-index: 10;
padding: 20px 65px 20px 20px;
font-family: inherit;
font-size: 20px;
color: #2c3e50;
}
input[type="search"].sb-search-input {
-webkit-appearance: none;
-webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
color: #efb480;
}
.sb-search-input:-moz-placeholder {
color: #efb480;
}
.sb-search-input::-moz-placeholder {
color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
color: #efb480;
}
.sb-icon-search,
.sb-search-submit {
width: 60px;
height: 60px;
display: block;
position: absolute;
right: 0;
top: 0;
padding: 0;
margin: 0;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.sb-search-submit {
background: #fff; /* IE needs this */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
opacity: 0;
color: transparent;
border: none;
outline: none;
z-index: -1;
}
/* Search panel */
.search-panel {
margin-top: 30px;
margin-bottom: 30px;
}
.search-panel .form-group {
}
.search-panel .form-group .input-group-addon {
font-size: 16px;
border-radius: 0px;
box-sizing: border-box;
border-width: 3px 0px 3px 3px;
border-color: #FE6B04;
}
.search-panel .form-group input[type="text"] {
height: 49px;
border-width: 3px 0px 3px 3px;
border-color: #FE6B04;
border-style: solid;
border-radius: 0px;
}
.search-panel .form-group input[type="text"]:focus {
outline: none;
box-shadow: none;
}
.search-panel .input-group-btn .btn {
border: none;
background: #FE6B04!important;
height: 49px;
border-radius: 0px;
}
.search-panel .input-group-btn select.btn {
border-color: #FE6B04;
border-style: solid;
border-width: 3px 0px 3px 3px;
}
.search-panel .input-group-btn select.btn.active,
.search-panel .input-group-btn select.btn:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.search-panel .input-group-btn select.btn:focus,
.search-panel .input-group-btn select.btn:active:focus,
.search-panel .input-group-btn select.btn.active:focus, {
outline: none;
}
/* FAQ Template */
h1.faq-title {
background: #D76B61;
color: #fff;
font-size: 24px;
text-transform: uppercase;
text-align: center;
padding: 30px;
margin-top: 0px;
margin-bottom: 0px;
}
.plans-faq {
background-color: #fff;
padding: 30px 90px;
}
.plans-faq h3.faq-item-title {
font-size: 16px;
text-transform: none!important;
font-weight: 600;
}
/* Login page */
.omb_login {
margin: 60px auto;
}
.omb_login .omb_authTitle {
text-transform: uppercase;
color: #FF6600;
text-align: center;
margin: 0 0 40px 0;
}
.omb_login .omb_socialButtons a {
color: white; // In yourUse @body-bg
opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
color: white;
opacity:1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}
.omb_login .omb_loginOr {
position: relative;
font-size: 1.5em;
color: #aaa;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
background-color: #cdcdcd;
height: 1px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
display: block;
position: absolute;
left: 50%;
top: -0.6em;
margin-left: -1.5em;
background-color: white;
width: 3em;
text-align: center;
}
.omb_login .omb_loginForm .input-group.i {
width: 2em;
}
.omb_login .omb_loginForm .help-block {
color: red;
}
.omb_login .lost-pwd {
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
/* Media player */
.page-header {
background-color: #f1f1f1;
position: relative;
width: 100%;
height: auto;
border: none;
margin: 0;
padding-bottom: 8px;
}
.mediaplayer {
width: 100%;
position: relative;
height: 0;
padding-bottom: 56.25%; /* 16/9 */
}
.mediaplayer video,
.mediaplayer .polyfill-video {
background: #000;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.mediaplayer .overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgb(255,255,255,0.5);
top: 0;
left: 0;
z-index: 999;
}
.mediaplayer .overlay .alert {
width: 70%;
margin: 25% 15%;
}
.polyfill-type {
position: absolute;
top: 10px;
right: 10px;
background: #666;
color: #fff;
display: inline-block;
padding: 5px;
}
#subtitles-sidebar {
position: relative;
}
#subtitles-container {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
margin-left: -23px;
color: #333;
background-color: #fff;
overflow-y: scroll;
}
#subtitles-overlay {
position: absolute;
top: 0;
left: -8px;
width: 95.35%;
height: 100%;
background-color: #fff;
}
#subtitles-overlay .overlay-inner {
width: 100%;
text-align: center;
position: absolute;
top: 20%;
padding: 30px;
}
#subtitles-overlay.show-overlay {
visibility: visible;
opacity: 1;
}
#subtitles-overlay.hide-overlay {
visibility: hidden;
opacity: 0;
}
#subtitles-container.show-sub {
background-color: #fff;
}
#subtitles-container.hide-sub {
background-color: #333;
}
#subtitles-container > span {
font-size: 16px;
border-bottom: 1px solid #ddd;
display: block;
padding: 8px 40px 8px 14px;
position: relative;
}
#subtitles-container > span > div {
position: absolute;
right: 0px;
top: 0px;
font-size: 16px;
display: block;
height: 100%;
width: 40px;
text-align: center;
background: #ff6600 !important;
color: #fff;
z-index: 10;
}
#subtitles-container > span >div p {
margin-top: 30px;
}
#subtitles-container.show-sub > span:hover {
background: #333 !important;
color: #fff;
}
#subtitles-container.show-sub > span > .en {
display: block;
}
#subtitles-container.show-sub > span > .vi {
display: block;
font-size: 85%;
font-style: italic;
}
#subtitles-container.show-sub > span > button {
margin-left: 4px;
visibility: hidden;
opacity: 0;
}
#subtitles-container.show-sub > span:hover > button {
visibility: visible;
opacity: 1;
}
#subtitles-container.show-sub > span {
border-bottom: 1px solid #ddd;
}
#subtitles-container.hide-sub > span {
border-bottom: 1px solid #333;
}
#subtitles-container > span:hover {
cursor: pointer;
}
#subtitles-container > span > small {
opacity: 0.85;
font-style: italic;
}
#subtitles-container > .active-cue {
background: #333 !important;
}
#subtitles-container.show-sub > .active-cue {
color: #fff;
}
#subtitles-container.hide-sub > .active-cue {
color: #333!important;
}
.mediaplayer-toolbox {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #fff;
padding: 15px;
margin-bottom: 8px;
}
.playlist-row .thumbnail img {
}
.media-playlist {
max-height: 420px;
}
.media-playlist .media.active .media-heading {
color: #FF6600;
}
.media-playlist .media.active {
background-color: #f1f1f1;
}
.btn-episode:first-child {
margin-left: 0px;
}
.btn-episode:last-child {
margin-right: 0px;
}
.btn-episode {
margin: 2px 1px;
width: 34px;
text-align: center;
padding-left: 0px;
padding-right: 0px;
}
.movie-thumbnail {
width:100%;
height:auto;
position: relative;
margin-bottom: 12px;
}
.movie-thumbnail .movie-episodes {
opacity: 1;
position: absolute;
padding: 8px auto;
width: 80px;
font-size: 16px;
text-align: center;
cursor: pointer;
top: 8px;
right: 0;
background-color: #FF6600;
color: #fff;
}
.movie-thumbnail .free {
opacity: 1;
position: absolute;
padding: 3px auto;
width: 42px;
font-size: 11px;
text-align: center;
cursor: pointer;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 80px!important;
top: 13px;
left: -20px;
background-color: #5CB85C;
color: #fff;
}
.movie-thumbnail .overlay {
cursor: pointer;
opacity: 1;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 0;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
.movie-thumbnail .overlay::before {
display: block;
position: absolute;
top: 50%;
left: 50%;
margin: -28px 0 0 -24px;
border-radius: 50%;
background: transparent;
text-align: center;
padding: 7px 18px;
font: 24px/40px 'FontAwesome';
opacity: 1;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
text-decoration: none;
background: rgba(255, 152, 75, 0.75);
color: #fff;
}
.movie-thumbnail:hover .overlay::before {
background: rgba(255, 102, 0, 0.75);
color: #fff;
}
.btn-popup {
margin-bottom: 8px;
}
.slider-selection {
background: #3AA0D4!important;
}
.quizzes-info {
text-align: center;
margin-bottom: 30px;
}
.quizzes-info .chart {
color: #555;
display: inline-block;
}
.quizzes-info .view-quiz {
font-weight: 600;
color: #ff6600;
}
.quizzes-info .view-quiz:hover {
text-decoration: underline;
}
.nav-episodes >li > a {
border-radius: 50%;
width: 28px;
padding: 4.5px;
text-align: center;
color: #555;
background-color: #f1f1f1;
margin-right: 8px;
margin-bottom: 8px;
}
.nav-episodes >li + li {
margin: 0px;
}
.episodes {
padding: 20px 0;
background-color: #fff;
border-bottom: 1px solid #eee;
}
.episodes .btn-group {
}
.episodes .btn-group .btn {
border-radius: 0px;
}
.movie-info {
padding-left: 4px;
}
.movie-info h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.movie-info h3 .fa-lg {
vertical-align: 0%;
}
.movie-info h3 small {
font-size: 15px;
font-style: italic;
}
.movie-info h3 .number {
font-style: italic;
color: #428BCA;
}
.movie-info .h5 {
margin-top: 0px;
margin-bottom: 8px;
font-size: 13px;
text-transform: none;
}
.movie-info hr {
margin: 15px 0;
}
.movie-info p {
line-height: 24px;
}
.movie-meta {
min-height: 100%;
}
.rating > span:hover:before {
content: "\2605";
position: absolute;
}
.rating {
font-size: 2em;
unicode-bidi: bidi-override;
direction: rtl;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
content: "\2605";
color: #e3cf7a;
position: absolute;
}
.lession-info {
padding-top: 20px;
border-top: 1px solid #555;
}
#comments .comment-list .well {
margin-bottom: 0px;
}
.quiz-intance {
position: relative;
}
.quiz-help-text .incorrect-answer {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
display: inline-block;
width: 35px;
height: 35px;
background-color: #959595;
margin: 2px;
text-decoration: none;
font-size: 16px;
font-weight: 400;
line-height: 2.2;
text-align: center;
color: #fff;
}
.quiz-help-text .incorrect-answer.active {
background-color: #DA5656;
}
/* User's statistics */
ul.doughnut-legend li {
padding: 4px;
line-height: 25px;
}
ul.doughnut-legend li span {
float: left;
margin-right: 4px;
display: inline-block;
width: 25px;
height: 25px;
border-radius: 4px;
-webkit-border-radius: 4px;
moz-border-radius: 4px;
}
/* Movie's creating */
.poster {
width: 85px;
height: auto;
}
.panel form .control-label {
text-align: left;
}
/* Features */
.features {
padding: 72px;
background-color: #fff;
border-bottom: 1px solid #E8E8E8;
}
.features .module {
transition-duration: 500ms;
transition-property: width, background;
transition-timing-function: ease;
-webkit-transition-duration: 500ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
}
.features .module a {
color: #797979;
}
.features .module a i {
background-image: -webkit-linear-gradient(top,#f59a18 0,#f27d13 100%);
background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
width: 38px;
height: 38px;
text-align: center;
font-size: 20px;
padding: 9px;
color: #fff;
}
.features .module a:hover i {
-webkit-animation: rotateIn 0.75s;
animation: rotateIn 0.75s;
}
.features .module a .media-heading {
font-size: 18px;
font-weight: bold;
color: #475168;
}
.features .module a:hover .media-heading {
color: #ff6600;
}
.features .module .media-body {
padding-left: 8px;
}
.features .module .media-body > p {
font-size: 13px;
color: #666!important;
margin-top: 8px;
line-height: 24px;
}
/* Movie's single */
.movie-row.loading,
.episode-row.loading {
position: relative;
}
.movie-row .row,
.episode-row .row {
margin-right: 0!important;
}
.movie-row [class*="col-"],
.episode-row [class*="col-"] {
padding-left: 15px;
padding-right: 0px;
}
.episode-row [class*="col-"]:not(.active) .movie-img .overlay {
background: rgba(0,0,0,0.3);
}
.episode-row [class*="col-"]:not(.active) .movie-img .overlay::before {
top: 65%;
left: 55%;
padding: 0px!important;
text-align: center;
line-height: 32px;
font-size: 16px;
width: 32px;
height: 32px;
}
.episode-row .active .movie-img .overlay {
display: none;
}
.episode-row .active .thumbnail .movie-title a {
font-weight: bold;
color: #ff6600;
}
.episode-row .thumbnail .caption .movie-title a {
font-size: 11px;
padding-top: 0px;
}
.movie-row .row .btn-group-tool > .btn {
border-color: transparent!important;
}
.loading .loader-container {
position: absolute;
z-index: 99;
top: 0;
bottom: 0;
left: -5px;
right: -5px;
background: rgba(255, 255, 255, 0.5);
}
.pagination li > a {
color: #B4B4B4;
border-radius: 50%;
padding: 4px 8px;
border: none;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
color: #fff;
border-radius: 50%;
padding: 4px 10px;
border: none;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
color: #777;
border-radius: 50%;
padding: 4px 10px;
border: none;
}
.pagination li.active > a {
color: #fff;
}
.thumbnail {
overflow: hidden;
border: none;
border-radius: 0px;
padding: 0px;
}
.thumbnail .caption {
height: auto;
padding: 0px;
}
.thumbnail .movie-img {
position: relative;
}
.thumbnail .movie-img .movie-icon span {
opacity: 1;
position: absolute;
padding: 3px auto;
width: 42px;
font-size: 11px;
text-align: center;
cursor: pointer;
}
.thumbnail .movie-img .movie-icon span.movie-episodes .label {
font-style: normal;
display: block;
font-size: 10px;
line-height: 8px;
}
.thumbnail .movie-img .movie-icon span.movie-episodes {
top: 10px;
right: 10px;
font-size: 18px;
padding-top: 4px;
padding-bottom: 4px;
width: 40px;
height: 40px;
line-height: 16px;
text-align: center;
border-radius: 50%;
background-color: rgba(255, 102, 0, 0.75);
color: #fff;
}
.thumbnail .movie-img .movie-icon span.movie-duration {
background-color: rgba(0,0,0,0.75);
color: #fff;
font-weight: 600;
bottom: 6px;
right: 6px;
}
.thumbnail .movie-img .movie-icon span.label {
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 80px!important;
top: 13px;
left: -20px;
color: #fff;
}
.movie-icon span.label.free {
background-color: #5CB85C;
}
.movie-icon span.label.latest {
background-color: #5CB85C;
}
.movie-icon span.label.popular {
background-color: #ff6600;
}
.thumbnail .movie-img .movie-icon span.song-count {
right: 0;
top: 0;
height: 100%;
width: 40%;
background: rgba(0,0,0,0.75);
color: #fff;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
}
.thumbnail .movie-img .movie-icon span.song-count > .song-count-title {
font-size: 18px;
margin-bottom: 0px;
}
.thumbnail .movie-img .movie-icon span.song-count > small {
font-size: 110%;
}
.movie-label {
font-size: 12px;
}
ul.movie-level {
margin-left: 0px;
}
.movie-level li:not(.movie-view) {
width: 12px;
height: 12px;
background-color: #ddd;
margin-right: -1px;
}
.movie-level li.active {
background-color: #2795E9;
}
.movie-label .movie-view i {
font-size: 14px;
}
.movie-label .movie-view .number {
color: #2795E9;
font-weight: bold;
font-style: normal;
}
.progress {
height: 6px;
margin: 6px 0;
background-color: #DDD;
}
.thumbnail .caption .movie-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 5px;
margin-left: 0px;
}
.thumbnail .caption .movie-title a:not(.artist-thumb) {
text-transform: capitalize;
color: #555;
font-size: 13px;
margin: 0px;
padding: 12px 0 4px 0;
}
.thumbnail .caption .movie-title img {
height: 38px;
width: auto;
margin-right: 4px;
border-radius: 50%;
}
.thumbnail .caption .movie-title .song-title,
.thumbnail .caption .movie-title .artist-title {
padding: 6px 0 4px 0!important;
font-weight: bold;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.thumbnail .caption .movie-title .song-title {
padding: 4px 0 4px 0!important;
}
.thumbnail .caption .movie-title .artist-title {
padding: 0px 0 4px 0!important;
font-size: 60%;
font-style: italic;
font-weight: normal;
}
.thumbnail .caption .movie-title small {
font-size: 65%;
}
.thumbnail .caption .movie-title .artist-title:hover,
.thumbnail:hover .caption .movie-title a:not(.artist-title) {
color: #FF6600;
}
.tooltips-inner .list-unstyled {
font-size: 13px;
}
.tooltips-inner .list-unstyled > li > i {
margin-right: 4px;
}
.tooltips-inner hr {
margin: 10px 0;
}
/* Comment Container */
#comments {
margin-top: 15px;
background: #fff;
padding: 20px;
}
#comments h4 {
margin-bottom: 0px;
}
#comments .media-list {
margin-top: 15px;
}
#comments .media {
font-size: 13px;
padding: 12px 8px;
}
#comments form .media {
padding-right: 0px;
}
#comments .media textarea {
height: 44px;
}
#comments .media-list .media:nth-of-type(odd) {
background-color: #FAFAFA;
}
#comments .user-avatar {
width: 44px;
height: auto;
border-radius: 4px;
}
#comments .media-list .media-heading {
font-size: 13px;
font-weight: 600;
}
#comments .comment-btn span {
cursor: pointer;
font-size: 15px;
}
#comments .like-btn {
color: green;
margin-right: 8px;
}
#comments .dislike-btn {
color: red;
}
/* Main */
#main {
}
.main-inner {
padding-top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #fff;
}
#content {
position: relative;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
padding: 15px;
}
#content h3, #content .h3 {
text-transform: uppercase;
font-size: 18px;
}
#content h3 > a,
#content .h3 > a {
color: #FF6600;
}
#content {
background-color: #fff;
}
#content #comments {
padding: 0px;
}
#sidebar {
margin-left: -23px;
}
.widget-box:first-child {
margin-top: 0px;
}
.widget-box > h3,
.widget-box > .h3 {
background-image: -webkit-linear-gradient(top,#ff6600 0,#ff6600 100%);
background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
text-align: center;
font-size: 14px;
margin-bottom: 0px;
padding: 8px;
color: #fff;
}
.widget-box > h3 > a,
.widget-box > .h3 > a {
color: #fff;
}
.widget-box > h3:first-child,
.widget-box > .h3:first-child {
margin-top: 0px;
}
.widget-box {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
margin-bottom: 7px;
background-color: #fff;
}
.widget-box:first-child.ads {
}
.widget-box .sidebar-inner {
padding: 15px;
}
.widget-box .sidebar-inner .media .media-heading {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.widget-box .sidebar-inner small {
font-size: 11px;
}
.widget-box .sidebar-inner.ads {
padding: 4px;
}
.widget-box #ads-carousel {
position: relative;
}
.widget-box #ads-carousel .carousel-inner,
.widget-box #ads-carousel .carousel-inner .item {
height: 645px;
}
.widget-box .nav-pills.nav-justified li {
background-color: #eee;
}
.widget-box .nav-pills.nav-justified li a {
color: #555;
padding: 4px;
border-radius: 0px;
}
.widget-box .nav-pills.nav-justified li.active a {
color: #fff;
background-color: #555;
}
.widget-box .media-list .media:first-child {
margin-top: 0px;
}
.widget-box .media-list .media:last-child {
margin-bottom: 0px;
}
/* Footer */
#footer {
border-top: 1px solid #ddd;
margin-top: 60px;
padding-top: 20px;
background: #FFFFFF;
}
#footer .container-fluid {
padding-left: 55px;
padding-right: 55px;
}
#footer h3 {
color: #555;
text-transform: uppercase;
margin-bottom: 20px;
}
#footer p {
color: #555;
line-height: 24px;
font-size: 13px;
}
#footer .list-unstyled > li::before {
content: "\f105";
font-family: FontAwesome;
font-weight: 600;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
margin-right: 10px;
padding: 0 6px 3px 7px;
border-radius: 10px;
border: 1px solid #555;
color: #555;
font-size: 13px;
display: inline-block;
width: 20px;
height: 20px;
line-height: 17px;
}
#footer .list-unstyled > li {
line-height: 36px;
border-top: 1px dotted #555;
}
#footer .list-unstyled > li:first-child {
border: none;
}
#footer .list-unstyled > li > a {
color: #555;
}
#footer .list-unstyled > li:hover::before {
color: #333;
border-color: #333;
}
#footer .list-unstyled > li:hover > a {
color: #333;
}
#footer .list-inline > li,
#footer .list-inline > li > a {
color: #555;
}
#footer .bottom {
border-top: 1px solid #ddd;
background-color: #fff;
height: 64px;
line-height: 40px;
padding: 12px;
color: #555;
text-align: center;
}
.cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 20px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
/* the button becomes visible */
visibility: visible;
opacity: 1;
}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .75;
}
.no-touch .cd-top:hover {
background-color: #e86256;
opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
right: 20px;
bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
height: 30px;
width: 30px;
right: 20px;
bottom: 20px;
}
}
/* Blog style */
h3.blog-heading {
padding-bottom: 8px;
border-bottom: 1px solid #ddd;
}
img.post-thumbnail {
width: 300px;
height: auto;
margin-right: 15px;
margin-bottom: 15px;
}
h2.post-title {
text-transform: uppercase;
font-size: 18px;
}
.post-meta span:first-child {
margin-right: 8px;
}
/* User's profile */
.user-profile {
padding: 0px 20px;
}
.user-profile .left-sidebar {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background: #80A8CC;
color: #fff;
padding: 20px;
}
.user-profile .left-sidebar .nav-stacked > li.active > a {
background-color: #6C94B8;
}
.user-profile .right-sidebar {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #fff;
}
.user-profile .nav-tabs {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #fff;
}
.user-profile .nav-tabs > li > a {
border: none;
border-radius: 0px;
}
.user-profile .nav-tabs > li > a:hover,
.user-profile .nav-tabs > li.active > a:hover,
.user-profile .nav-tabs li.active a {
background-color: #fff;
border-width: 0px 0px 2px 0px;
border-style: solid;
border-color: #ff6600;
}
.user-profile .content .tab-content {
padding: 20px;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
margin-top: 20px;
background-color: #fff;
}
/* Method template */
.tab-method {
padding-top: 15px;
background-color: #f1f1f1;
margin-top: -15px;
}
.tab-method li > a {
background-color: transparent!important;
text-align: center;
}
.tab-method li > a > i {
margin: 0 auto 8px;
display: block;
border-radius: 6px;
width: 40px;
padding: 8px;
font-size: 24px;
background-color: #8A8A8A;
color: #fff;
}
.tab-method li.active > a > i {
background-color: #ff6600;
}
.nav-tabs.tab-method li.active > a:hover,
.nav-tabs.tab-method li.active > a,
.nav-tabs.tab-method li > a {
border: none;
font-size: 16px;
color: #555;
padding: 8px;
}
.nav-tabs.tab-method > li.active > a,
.nav-tabs.tab-method > li.active > a:hover {
border-radius: 0px;
border-bottom: 5px solid #ff6600;
}
/* Ask template */
.asks-container {
height: 420px;
overflow-y: scroll;
}
ul.asks-list-answers > li {
font-size: 12px;
padding: 8px 0;
border-bottom: 1px solid #ddd;
}
ul.asks-list-answers > li:last-child {
padding-bottom: 0px;
border-bottom: none;
}
.ask-answer-btn {
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 0%, #ffefe5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ffefe5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#ffefe5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#ffefe5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#ffefe5 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#ffefe5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ffefe5',GradientType=0 ); /* IE6-9 */
}
.media-list.media-user-list .media-object {
width: 60px;
height: auto;
border: 1px solid #ddd;
background-color: #fff;
padding: 2px;
border-radius: 50%;
}
.article p {
}
.typeahead.dropdown-menu {
width: 100%;
}
.typeahead.dropdown-menu > .active > a {
background-color: #ff6600;
}
.typeahead.dropdown-menu > .active .typeahead-wrapper {
color: #fff;
}
.typeahead.dropdown-menu a.typeahead-wrapper {
color: #555;
}
#mask {
position: absolute;
left: 0;
top: 0;
z-index: 9000;
background-color: #000;
display: none;
}
#boxes .window {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 400px;
display: none;
z-index: 9999;
padding: 20px;
border-radius: 15px;
text-align: center;
}
#boxes #dialog {
width: 1000px;
height: 500px;
padding: 10px;
background-color: #ffffff;
font-family: 'Segoe UI Light', sans-serif;
font-size: 15pt;
}
#popupfoot {
font-size: 16pt;
position: absolute;
bottom: 0px;
width: 250px;
left: 250px;
}
.mgbt10 {
margin-bottom: 10px;
}
/* style cho cap tu vung */
.couplet {
line-height: 20px;
border-bottom: 1px #ccc solid;
padding: 5px 0px;
margin: 0px;
}
.couplet >div:first-child, .couplet >div:last-child {
display: flex;
justify-content: center;
align-items: center;
font-size: larger;
min-height: 40px;
}
.progress {
height: 20px;
}
.couplets-review h2 {
font-size: 20px;
font-weight: bold;
color: #555;
line-height: 24px;
}
.couplets-review textarea {
font-size: 20px;
font-weight: bold;
color: dodgerblue;
line-height: 24px;
text-align: center;
margin-bottom: 10px;
}
textarea.answer_incorrect {
border-color:#ff6600;;
}
textarea.answer_correct {
border-color:#5cb85c;;
}
label.answer_incorrect {
color: #ff6600;
font-size: larger;
}
label.answer_correct {
color: #5cb85c;
font-size: larger;
}
label.answer {
color: red;
font-size: larger;
}
.main-banner{
background:url(http://www.studyphim.vn/assets/img/banner.png) 50% 50%;
height:302px;
text-align:center;
padding-top:220px;
}
.full-width{
width:100%;
margin:0 auto;
padding:0;
padding-top: 55px;
margin-bottom: 10px;
}
.main-banner h3,h4,h5{
color:#444;
font-weight:600;
margin:20px;
}
.main-banner h3{
font-size: 40px;
}
.main-banner h4{
font-size:17px;
}
.main-banner a{
font-size:25px;
border: 2px solid #fff;
padding:10px 25px;
margin-top:10px;
display:inline-block;
color:#444;
}
|
public/themes/flatly/css/style.css
|
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic);
body {
position: relative;
padding-top: 50px;
color: rgb(48,48,48);
background-color: #f1f1f1;
font-family: 'Roboto', sans-serif;
}
.img-responsive {
width: 100%;
}
.vertical-align {
display: flex;
flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
display: flex;
align-items: center;
}
/**
* Do NOT include this part into your stylesheet.
* "flex: 1" or "flex-grow: 1" is added to make the inner div
* - Which is also a flex-item - take up all the horizontal space
* available space inside the flex container (.col-* elements)
*/
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
/* flex: 1; */
flex-grow: 1;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-15 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}
.bg-primary {
margin: 0px auto!important;
color: inherit;
padding: 20px;
background-color: #fff!important;
border-top: 1px solid #d0d0d0;
}
.bg-secondary {
margin: 0px auto!important;
color: inherit;
padding: 20px;
border-top: 1px solid #d0d0d0;
background-color: #F9F9F9!important;
}
.loader:before,
.loader:after,
.loader {
border-radius: 50%;
width: 32px;
height: 32px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1s infinite ease-in-out;
animation: load7 1s infinite ease-in-out;
}
.loader {
margin: 7em auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
}
.loader:before {
left: -3.5em;
}
.loader:after {
left: 3.5em;
-webkit-animation-delay: 0.32s;
animation-delay: 0.32s;
}
.loader:before,
.loader:after {
content: '';
position: absolute;
top: 0;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em #ff6600;
}
40% {
box-shadow: 0 2.5em 0 0 #ff6600;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em #ff6600;
}
40% {
box-shadow: 0 2.5em 0 0 #ff6600;
}
}
a, a:hover, a:focus {
text-decoration: none;
}
a:hover {
color: #FF6600;
}
.fa-ipod {
width: 18px;
height: auto;
}
.fa-videocamera {
width: 18px;
height: auto;
}
.container-fluid {
}
.user-control {
position: relative;
}
.user-control .nav-pills li a:hover,
.user-control .nav-pills li a {
background-color: transparent;
color: #555;
}
.user-control .nav-pills li a:hover {
color: #ff6600;
}
.user-control .nav-pills li > a > i {
font-size: 120%;
width: 16px;
margin-right: 6px;
}
.user-control img.avatar {
border: 1px solid #ddd;
background-color: #fff;
padding: 2px;
border-radius: 50%;
position: absolute;
top: -35px;
right: 15px;
width: 64px;
height: auto;
z-index: 1;
}
.follow-box {
margin: 15px 0;
}
.follow-box span {
margin: 0 2px;
line-height: 29px;
}
.movie-user-info small {
font-size: 75%;
font-style: italic;
}
.movie-user-info span i.fa {
margin-right: 6px;
}
.movie-user-info span i.number,
.follow-box span i.number {
font-size: 24px;
color: #428BCA;
margin-right: 8px;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}
.with-devide {
position: relative;
z-index: 0;
background-color: #fff !important;
}
.with-devide .devide {
position: absolute;
top: 5px;
left: 0px;
z-index: -1;
background-color: #ddd;
height: 8px;
width: 50%;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.nav.nav-pills.nav-menu > li {
float: none;
border-bottom: 1px solid #ddd;
}
.nav.nav-pills.nav-menu > li > a {
-webkit-border-radius: 0px;
border-radius: 0px;
padding-left: 0px;
margin-bottom: 0;
}
.nav.nav-pills.nav-menu > li:last-child {
border: none;
}
.nav.nav-pills.nav-menu > li.active > a {
color: #555;
font-weight: 700;
background-color: inherit;
border-color: #ddd;
}
.push {
height: 0px;
}
.half-push {
height: 20px;
}
.song-list-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-image: -webkit-linear-gradient(top,#F7AC3E 0,#ff6600 100%);
background-image: linear-gradient(to bottom,#f59a18 0,#f27d13 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px;
color: #fff;
}
.nav.nav-song-list {
position: absolute;
top: 32px;
left: 0;
width: 100%;
}
.nav-tabs.nav-justified.nav-song-list li {
background-color: #eee;
}
.nav-tabs.nav-justified.nav-song-list li a {
color: #555;
padding: 4px;
border-radius: 0px;
}
.nav-tabs.nav-justified.nav-song-list li.active a {
color: #fff;
background-color: #555;
}
.song-list {
padding-top: 48px;
}
.song-list .row {
border-bottom: 1px solid #ddd;
padding: 10px 0;
}
.song-list .row:nth-child(even) {
background: #F7F7F7;
}
.song-list .media {
margin-top: 0px;
}
.song-list .song-list-rank {
position: relative;
}
.song-list .song-list-rank > span {
color: #fff;
border-radius: 50%;
background: #67B645;
padding: 6px 8px;
font-size: 18px;
margin: 12px 0;
position: absolute;
right: 4px;
}
.song-list img.media-object {
height: 65px;
width: auto;
}
.song-list .song-list-info {
}
.song-list .song-list-info h4 {
font-weight: bold;
font-size: 13px;
margin-top: 0px;
margin-bottom: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.song-list .song-list-info .song-list-artist {
font-style: italic;
text-transform: capitalize;
font-size: 13px;
display: block;
}
.song-list .song-list-info .song-list-view-count {
color: #646464;
}
.media-list .media {
margin: 8px 0;
display: block;
color: #555;
}
.media-list .media:first-child {
margin-top: 15px;
}
.media-list .media:last-child {
margin-bottom: 0px;
}
.media-list .media:hover .media-heading {
color: #FF6600;
}
.btn-white {
background: transparent!important;
}
.btn-link,
.btn-link:focus,
.btn-link:active,
.btn-link:hover {
box-shadow: none;
color: #fff;
text-decoration: none;
}
.btn-link.disabled {
opacity: 1;
}
.btn-primary {
color: #fff;
background-color: #1199c3;
border-color: #5891b0;
background-image: -webkit-linear-gradient(top,#52b6ee 0,#409cd3 100%);
background-image: linear-gradient(to bottom,#52b6ee 0,#409cd3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52b6ee', endColorstr='#ff409cd3', GradientType=0);
border-color: #2a82b6;
}
.text-info {
color: #1199c3;
}
.btn-danger {
background-image: -webkit-linear-gradient(top,#ff6600 0,#ff6600 100%);
background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
}
.btn-danger:hover {
background-image: -webkit-linear-gradient(top,#ff6600 0,#ff6600 100%);
background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
}
.text-danger {
color: #FF6600;
}
.btn-custom {
opacity: 0.75;
background-color: hsl(113, 63%, 41%) !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bbb2a", endColorstr="#36aa26");
background-image: -khtml-gradient(linear, left top, left bottom, from(#3bbb2a), to(#36aa26));
background-image: -moz-linear-gradient(top, #3bbb2a, #36aa26);
background-image: -ms-linear-gradient(top, #3bbb2a, #36aa26);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3bbb2a), color-stop(100%, #36aa26));
background-image: -webkit-linear-gradient(top, #3bbb2a, #36aa26);
background-image: -o-linear-gradient(top, #3bbb2a, #36aa26);
background-image: linear-gradient(#3bbb2a, #36aa26);
border-color: #36aa26 #36aa26 hsl(113, 63%, 40%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
-webkit-font-smoothing: antialiased;
}
.btn-custom:hover {
opacity: 1;
}
.btn-custom i {
margin-right: 4px;
}
.well, .well.well-sm {
background: #fff;
border: none;
border-radius: 0px;
-webkit-border-radius: 0px;
moz-border-radius: 0x;
}
.well.well-sm > h3 {
margin: 10px 10px;
color: #555;
}
.breadcrumbs {
padding: 20px 0px;
background-color: #fff;
}
.breadcrumbs h4 {
text-transform: uppercase;
}
.popover.bottom .arrow {
left:8%;
}
.popover {
max-width: 100%;
width: 260px;
}
.ask-list-group .ask-list-item {
font-size: 12px;
border-bottom: 1px solid #ddd;
padding: 8px 0;
}
.ask-list-group .ask-list-item:first-child {
padding-top: 0px;
}
.ask-list-group .ask-list-item:last-child {
border-bottom-width: 0px;
}
/* Header */
.header {
position: relative;
color: #605F5D;
overflow: hidden;
max-height: 420px;
}
.header-method {
height: 380px;
}
.header .header-bg {
width: 100%;
height: auto;
}
.header .header-text h1 {
font-weight: 600;
font-size: 32px;
}
.header .header-text {
position: absolute;
top: 64px;
left: 62px;
width: 100%;
}
.header .header-text {
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.header .header-text p {
width: 60%;
margin: 15px 0;
}
/* Navigation */
.navbar {
/* Navbar height */
min-height: 50px;
background-color: #fff;
margin-bottom: 0px;
border: none;
}
.navbar .nav-notification {
background: #ff6600;
color: #fff;
}
.navbar .nav-notification .alert {
padding: 4px 55px;
font-size: 12px;
}
.navbar .container-fluid {
-webkit-box-shadow: 0 1px 0 0 #ddd;
box-shadow: 0 1px 0 0 #ddd;
}
.navbar .container-fluid.container-nav {
position: relative;
}
.navbar .btn:not(.navbar-form .btn) {
/* Navbar height */
padding: 2px 8px;
}
.navbar .navbar-center.navbar-brand {
/* Navbar height */
height: 50px;
padding: 0px;
float: none;
}
.navbar .navbar-center.navbar-brand img.logo {
height: 50px;
width: auto;
}
.navbar .navbar-center.navbar-brand a {
font-size: 18px;
text-transform: uppercase;
color: #555;
}
.navbar .navbar-center.navbar-brand a .text-logo {
color: #fff;
padding: 2px 4px;
background-color: #FF6600;
-moz-border-radius: 4px;
border-radius: 4px;
}
.navbar .navbar-center {
width: 100%;
height:100%;
position: absolute;
top: 0;
text-align: center;
}
.nav.navbar-nav {
height: 50px;
padding-left: 55px;
padding-right: 55px;
}
.nav.navbar-nav li {
}
.nav.navbar-nav li > a {
line-height: 28px;
height: 50px;
font-size: 13px;
color: #555;
/* Navbar height */
padding: 12px 0px;
margin: 0 7px;
}
.nav.navbar-nav li > a > i {
font-size: 18px;
}
.nav.navbar-nav li.active > a {
background: transparent;
color: #66757f;
border-bottom: 4px solid #FF6600;
}
.nav.navbar-nav li:hover > a,
.nav.navbar-nav li.active:hover > a {
background: transparent;
color: #FF6600;
}
.navbar-btn {
margin-top: 11px;
margin-bottom: 11px;
}
.navbar-btn-group {
margin-top: 1px;
}
.navbar-btn-group .btn {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-btn-group .btn,
.navbar-btn-group .btn:hover,
.navbar-btn-group .btn:focus {
border: none;
border-radius: 0px;
}
.navbar-btn-group .btn.active {
box-shadow: none;
background: transparent!important;
box-shadow: inset 0 -4px 0 #ff6600;
}
.mask-read {
cursor: pointer!important;
}
.navbar-btn:focus {
box-shadow: none;
}
.navbar-right .dropdown {
}
.navbar-right .dropdown li:last-child {
margin-left: 15px;
margin-right: 15px;
}
.navbar-right .dropdown li:last-child {
margin: 10px 10px 5px 10px;
}
.navbar-nav .btn-group > .btn {
margin-top: 11px;
margin-bottom: 11px;
border-radius: 0px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
color: #ff6600;
}
.navbar-login {
width: 320px;
padding: 10px;
padding-bottom: 0px;
}
.navbar-form {
padding-right: 0px;
padding-left: 0px;
margin: 12px 0;
}
.navbar-form .input-group-sm>.form-control,
.navbar-form .input-group-sm>.input-group-btn>.btn {
border-radius: 0px;
}
.navbar-form input:focus {
box-shadow: none;
}
.navbar-form .input-group-btn .btn {
padding-left: 25px;
padding-right: 25px;
}
@media only screen and (min-width: 768px) {
.navbar-nav.navbar-right:last-child {
margin-right: 0px;
}
}
/* Video Carousel */
.movies-carousel {
position: relative;
overflow: hidden;
height: 420px;
}
.movies-carousel img {
width: 100%;
height: auto;
}
.movies-carousel .header-text {
position: absolute;
top: 80px;
left: 30px;
background-color: rgba(0,0,0,0.5);
padding: 15px;
width: 35%;
}
.movies-carousel .header-text h3 {
font-size: 22px;
color: #FF6600;
}
.movies-carousel .header-text h3 small {
text-transform: none;
color: #999;
}
.movies-carousel .header-text p {
color: #fff;
}
.movies-carousel .header-text .movie-level > li {
margin: 8px auto;
}
.movies-carousel .header-text .movie-view {
font-size: 18px;
color: #fff;
}
.movies-carousel .header-text .movie-view > i {
font-size: inherit;
}
.movies-carousel .carousel-control {
width: 5%;
opacity: 0;
background: transparent;
}
.movies-carousel:hover .carousel-control {
opacity: 1;
}
/* Indicators list style */
.movies-carousel .carousel-indicators {
bottom: 0;
left: 0;
margin-left: 5px;
padding-right: 30px;
width: 100%;
}
/* Indicators list style */
.movies-carousel .carousel-indicators li {
border: medium none;
border-radius: 0;
float: right;
height: 32px;
margin-bottom: 5px;
margin-left: 5px !important;
margin-top: 0;
width: 54px;
}
.movies-carousel .carousel-indicators li:first-child {
margin-right: 30px;
}
/* Indicators images style */
.movies-carousel .carousel-indicators img {
border: 2px solid #FFFFFF;
float: right;
height: 32px;
right: 0;
width: 54px;
}
/* Indicators active image style */
.movies-carousel .carousel-indicators .active img {
border: 2px solid #428BCA;
opacity: 1;
}
.music-carousel {
height: 380px;
overflow: hidden;
}
.music-carousel .item .item-thumbnail {
width: 25%;
height: 190px;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
position: relative;
padding: 0px;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,.75);
}
.music-carousel .item .item-thumbnail:first-child {
width: 50%;
height: 380px;
}
.music-carousel .item .item-thumbnail img {
height: 100%;
width: auto;
}
.item-thumbnail .header-text {
display: block;
width: 100%;
font-size: 14px;
line-height: 16px;
text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
text-transform: uppercase;
color: #fff;
position: absolute;
bottom: 6px;
left: 8px;
z-index: 2;
}
.music-carousel .item .item-thumbnail:first-child .header-text {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
font-size: 28px;
}
.item-thumbnail .header-text small {
text-shadow: none;
text-transform: none;
font-size: 13px;
color: #ddd;
}
.music-carousel .carousel-control {
background-color: rgba(0,0,0,0.75);
width: 3%;
}
.music-carousel .item .item-thumbnail .overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 0;
background: rgba(0,0,0,0);
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
.music-carousel .item .item-thumbnail .overlay::before {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
margin: -20px 0 0 -18px;
border-radius: 50%;
background: transparent;
text-align: center;
font: 14px/40px 'FontAwesome';
opacity: 0;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
text-decoration: none;
box-shadow: 0px 0px 0px 2px rgba(255,255,255,.75);
color: #fff;
}
.music-carousel .item .item-thumbnail:hover .overlay,
.music-carousel .item .item-thumbnail:hover .overlay::before {
background: rgba(28, 30, 29, 0.75);
cursor: pointer;
opacity: 1;
}
/* Item carousel */
.list-inline.carousel-controls {
font-size: 14px;
}
.list-inline.carousel-controls > li {
color: #555;
cursor: pointer;
}
.list-inline.carousel-controls > li > a {
color: inherit;
}
/* client testimonial */
.client-testimonial {
margin-top: 30px;
margin-bottom: 30px;
padding: 25px 15px;
border: 1px solid #ff6600;
}
.client-testimonial .media > .pull-left {
margin-right: 20px;
}
.client-testimonial img.media-object {
width: 80px;
height: auto;
}
.client-testimonial blockquote {
font-size: 13px;
color: #797979;
border-left: none;
padding: 0;
margin: 0;
}
.client-testimonial blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}
.client-testimonial small {
font-weight: bold;
font-size: 12px;
}
/* Subscription */
.sub-head {
background: url('http://placehold.it/1456x180') no-repeat center center;
color: #623A54;
padding: 50px 0;
}
/* Blog post carousel */
#blog-carousel {
background-color: #fff;
height: 390px;
}
#blog-carousel .carousel-caption {
left:0;
right:0;
bottom:0;
text-align:left;
padding:10px;
background:rgba(0,0,0,0.6);
text-shadow:none;
}
#blog-carousel .carousel-inner {
width: 60%;
height: auto;
overflow: hidden;
}
#blog-carousel .media-list {
width: 40%;
height: auto;
position:absolute;
top:0;
right:0;
}
#blog-carousel .media-list {
cursor:pointer;
}
#blog-carousel .media-list .media, #blog-carousel .media-list .media {
margin-top: 0px;
padding: 8px 15px;
}
#blog-carousel .media-list .media .media-body p {
margin: 0px;
}
#blog-carousel .media-list .media h4.media-heading {
font-size: 16px;
}
#blog-carousel .media-list .media.active,
#blog-carousel .media-list .media:hover {
background-color:#EFEFEF;
color: #333;
}
/* Search box */
.sb-search {
position: relative;
margin-top: 10px;
width: 0%;
min-width: 60px;
height: 60px;
float: right;
overflow: hidden;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
-webkit-backface-visibility: hidden;
}
.sb-search-input {
position: absolute;
top: 0;
right: 0;
border: none;
outline: none;
background: #fff;
width: 100%;
height: 60px;
margin: 0;
z-index: 10;
padding: 20px 65px 20px 20px;
font-family: inherit;
font-size: 20px;
color: #2c3e50;
}
input[type="search"].sb-search-input {
-webkit-appearance: none;
-webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
color: #efb480;
}
.sb-search-input:-moz-placeholder {
color: #efb480;
}
.sb-search-input::-moz-placeholder {
color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
color: #efb480;
}
.sb-icon-search,
.sb-search-submit {
width: 60px;
height: 60px;
display: block;
position: absolute;
right: 0;
top: 0;
padding: 0;
margin: 0;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.sb-search-submit {
background: #fff; /* IE needs this */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
opacity: 0;
color: transparent;
border: none;
outline: none;
z-index: -1;
}
/* Search panel */
.search-panel {
margin-top: 30px;
margin-bottom: 30px;
}
.search-panel .form-group {
}
.search-panel .form-group .input-group-addon {
font-size: 16px;
border-radius: 0px;
box-sizing: border-box;
border-width: 3px 0px 3px 3px;
border-color: #FE6B04;
}
.search-panel .form-group input[type="text"] {
height: 49px;
border-width: 3px 0px 3px 3px;
border-color: #FE6B04;
border-style: solid;
border-radius: 0px;
}
.search-panel .form-group input[type="text"]:focus {
outline: none;
box-shadow: none;
}
.search-panel .input-group-btn .btn {
border: none;
background: #FE6B04!important;
height: 49px;
border-radius: 0px;
}
.search-panel .input-group-btn select.btn {
border-color: #FE6B04;
border-style: solid;
border-width: 3px 0px 3px 3px;
}
.search-panel .input-group-btn select.btn.active,
.search-panel .input-group-btn select.btn:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.search-panel .input-group-btn select.btn:focus,
.search-panel .input-group-btn select.btn:active:focus,
.search-panel .input-group-btn select.btn.active:focus, {
outline: none;
}
/* FAQ Template */
h1.faq-title {
background: #D76B61;
color: #fff;
font-size: 24px;
text-transform: uppercase;
text-align: center;
padding: 30px;
margin-top: 0px;
margin-bottom: 0px;
}
.plans-faq {
background-color: #fff;
padding: 30px 90px;
}
.plans-faq h3.faq-item-title {
font-size: 16px;
text-transform: none!important;
font-weight: 600;
}
/* Login page */
.omb_login {
margin: 60px auto;
}
.omb_login .omb_authTitle {
text-transform: uppercase;
color: #FF6600;
text-align: center;
margin: 0 0 40px 0;
}
.omb_login .omb_socialButtons a {
color: white; // In yourUse @body-bg
opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
color: white;
opacity:1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}
.omb_login .omb_loginOr {
position: relative;
font-size: 1.5em;
color: #aaa;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
background-color: #cdcdcd;
height: 1px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
display: block;
position: absolute;
left: 50%;
top: -0.6em;
margin-left: -1.5em;
background-color: white;
width: 3em;
text-align: center;
}
.omb_login .omb_loginForm .input-group.i {
width: 2em;
}
.omb_login .omb_loginForm .help-block {
color: red;
}
.omb_login .lost-pwd {
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
/* Media player */
.page-header {
background-color: #f1f1f1;
position: relative;
width: 100%;
height: auto;
border: none;
margin: 0;
padding-bottom: 8px;
}
.mediaplayer {
width: 100%;
position: relative;
height: 0;
padding-bottom: 56.25%; /* 16/9 */
}
.mediaplayer video,
.mediaplayer .polyfill-video {
background: #000;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.mediaplayer .overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgb(255,255,255,0.5);
top: 0;
left: 0;
z-index: 999;
}
.mediaplayer .overlay .alert {
width: 70%;
margin: 25% 15%;
}
.polyfill-type {
position: absolute;
top: 10px;
right: 10px;
background: #666;
color: #fff;
display: inline-block;
padding: 5px;
}
#subtitles-sidebar {
position: relative;
}
#subtitles-container {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
margin-left: -23px;
color: #333;
background-color: #fff;
overflow-y: scroll;
}
#subtitles-overlay {
position: absolute;
top: 0;
left: -8px;
width: 95.35%;
height: 100%;
background-color: #fff;
}
#subtitles-overlay .overlay-inner {
width: 100%;
text-align: center;
position: absolute;
top: 20%;
padding: 30px;
}
#subtitles-overlay.show-overlay {
visibility: visible;
opacity: 1;
}
#subtitles-overlay.hide-overlay {
visibility: hidden;
opacity: 0;
}
#subtitles-container.show-sub {
background-color: #fff;
}
#subtitles-container.hide-sub {
background-color: #333;
}
#subtitles-container > span {
font-size: 16px;
border-bottom: 1px solid #ddd;
display: block;
padding: 8px 40px 8px 14px;
position: relative;
}
#subtitles-container > span > div {
position: absolute;
right: 0px;
top: 0px;
font-size: 16px;
display: block;
height: 100%;
width: 40px;
text-align: center;
background: #ff6600 !important;
color: #fff;
z-index: 10;
}
#subtitles-container > span >div p {
margin-top: 30px;
}
#subtitles-container.show-sub > span:hover {
background: #333 !important;
color: #fff;
}
#subtitles-container.show-sub > span > .en {
display: block;
}
#subtitles-container.show-sub > span > .vi {
display: block;
font-size: 85%;
font-style: italic;
}
#subtitles-container.show-sub > span > button {
margin-left: 4px;
visibility: hidden;
opacity: 0;
}
#subtitles-container.show-sub > span:hover > button {
visibility: visible;
opacity: 1;
}
#subtitles-container.show-sub > span {
border-bottom: 1px solid #ddd;
}
#subtitles-container.hide-sub > span {
border-bottom: 1px solid #333;
}
#subtitles-container > span:hover {
cursor: pointer;
}
#subtitles-container > span > small {
opacity: 0.85;
font-style: italic;
}
#subtitles-container > .active-cue {
background: #333 !important;
}
#subtitles-container.show-sub > .active-cue {
color: #fff;
}
#subtitles-container.hide-sub > .active-cue {
color: #333!important;
}
.mediaplayer-toolbox {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #fff;
padding: 15px;
margin-bottom: 8px;
}
.playlist-row .thumbnail img {
}
.media-playlist {
max-height: 420px;
}
.media-playlist .media.active .media-heading {
color: #FF6600;
}
.media-playlist .media.active {
background-color: #f1f1f1;
}
.btn-episode:first-child {
margin-left: 0px;
}
.btn-episode:last-child {
margin-right: 0px;
}
.btn-episode {
margin: 2px 1px;
width: 34px;
text-align: center;
padding-left: 0px;
padding-right: 0px;
}
.movie-thumbnail {
width:100%;
height:auto;
position: relative;
margin-bottom: 12px;
}
.movie-thumbnail .movie-episodes {
opacity: 1;
position: absolute;
padding: 8px auto;
width: 80px;
font-size: 16px;
text-align: center;
cursor: pointer;
top: 8px;
right: 0;
background-color: #FF6600;
color: #fff;
}
.movie-thumbnail .free {
opacity: 1;
position: absolute;
padding: 3px auto;
width: 42px;
font-size: 11px;
text-align: center;
cursor: pointer;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 80px!important;
top: 13px;
left: -20px;
background-color: #5CB85C;
color: #fff;
}
.movie-thumbnail .overlay {
cursor: pointer;
opacity: 1;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 0;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
.movie-thumbnail .overlay::before {
display: block;
position: absolute;
top: 50%;
left: 50%;
margin: -28px 0 0 -24px;
border-radius: 50%;
background: transparent;
text-align: center;
padding: 7px 18px;
font: 24px/40px 'FontAwesome';
opacity: 1;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
text-decoration: none;
background: rgba(255, 152, 75, 0.75);
color: #fff;
}
.movie-thumbnail:hover .overlay::before {
background: rgba(255, 102, 0, 0.75);
color: #fff;
}
.btn-popup {
margin-bottom: 8px;
}
.slider-selection {
background: #3AA0D4!important;
}
.quizzes-info {
text-align: center;
margin-bottom: 30px;
}
.quizzes-info .chart {
color: #555;
display: inline-block;
}
.quizzes-info .view-quiz {
font-weight: 600;
color: #ff6600;
}
.quizzes-info .view-quiz:hover {
text-decoration: underline;
}
.nav-episodes >li > a {
border-radius: 50%;
width: 28px;
padding: 4.5px;
text-align: center;
color: #555;
background-color: #f1f1f1;
margin-right: 8px;
margin-bottom: 8px;
}
.nav-episodes >li + li {
margin: 0px;
}
.episodes {
padding: 20px 0;
background-color: #fff;
border-bottom: 1px solid #eee;
}
.episodes .btn-group {
}
.episodes .btn-group .btn {
border-radius: 0px;
}
.movie-info {
padding-left: 4px;
}
.movie-info h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.movie-info h3 .fa-lg {
vertical-align: 0%;
}
.movie-info h3 small {
font-size: 15px;
font-style: italic;
}
.movie-info h3 .number {
font-style: italic;
color: #428BCA;
}
.movie-info .h5 {
margin-top: 0px;
margin-bottom: 8px;
font-size: 13px;
text-transform: none;
}
.movie-info hr {
margin: 15px 0;
}
.movie-info p {
line-height: 24px;
}
.movie-meta {
min-height: 100%;
}
.rating > span:hover:before {
content: "\2605";
position: absolute;
}
.rating {
font-size: 2em;
unicode-bidi: bidi-override;
direction: rtl;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
content: "\2605";
color: #e3cf7a;
position: absolute;
}
.lession-info {
padding-top: 20px;
border-top: 1px solid #555;
}
#comments .comment-list .well {
margin-bottom: 0px;
}
.quiz-intance {
position: relative;
}
.quiz-help-text .incorrect-answer {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
display: inline-block;
width: 35px;
height: 35px;
background-color: #959595;
margin: 2px;
text-decoration: none;
font-size: 16px;
font-weight: 400;
line-height: 2.2;
text-align: center;
color: #fff;
}
.quiz-help-text .incorrect-answer.active {
background-color: #DA5656;
}
/* User's statistics */
ul.doughnut-legend li {
padding: 4px;
line-height: 25px;
}
ul.doughnut-legend li span {
float: left;
margin-right: 4px;
display: inline-block;
width: 25px;
height: 25px;
border-radius: 4px;
-webkit-border-radius: 4px;
moz-border-radius: 4px;
}
/* Movie's creating */
.poster {
width: 85px;
height: auto;
}
.panel form .control-label {
text-align: left;
}
/* Features */
.features {
padding: 72px;
background-color: #fff;
border-bottom: 1px solid #E8E8E8;
}
.features .module {
transition-duration: 500ms;
transition-property: width, background;
transition-timing-function: ease;
-webkit-transition-duration: 500ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
}
.features .module a {
color: #797979;
}
.features .module a i {
background-image: -webkit-linear-gradient(top,#f59a18 0,#f27d13 100%);
background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
width: 38px;
height: 38px;
text-align: center;
font-size: 20px;
padding: 9px;
color: #fff;
}
.features .module a:hover i {
-webkit-animation: rotateIn 0.75s;
animation: rotateIn 0.75s;
}
.features .module a .media-heading {
font-size: 18px;
font-weight: bold;
color: #475168;
}
.features .module a:hover .media-heading {
color: #ff6600;
}
.features .module .media-body {
padding-left: 8px;
}
.features .module .media-body > p {
font-size: 13px;
color: #666!important;
margin-top: 8px;
line-height: 24px;
}
/* Movie's single */
.movie-row.loading,
.episode-row.loading {
position: relative;
}
.movie-row .row,
.episode-row .row {
margin-right: 0!important;
}
.movie-row [class*="col-"],
.episode-row [class*="col-"] {
padding-left: 15px;
padding-right: 0px;
}
.episode-row [class*="col-"]:not(.active) .movie-img .overlay {
background: rgba(0,0,0,0.3);
}
.episode-row [class*="col-"]:not(.active) .movie-img .overlay::before {
top: 65%;
left: 55%;
padding: 0px!important;
text-align: center;
line-height: 32px;
font-size: 16px;
width: 32px;
height: 32px;
}
.episode-row .active .movie-img .overlay {
display: none;
}
.episode-row .active .thumbnail .movie-title a {
font-weight: bold;
color: #ff6600;
}
.episode-row .thumbnail .caption .movie-title a {
font-size: 11px;
padding-top: 0px;
}
.movie-row .row .btn-group-tool > .btn {
border-color: transparent!important;
}
.loading .loader-container {
position: absolute;
z-index: 99;
top: 0;
bottom: 0;
left: -5px;
right: -5px;
background: rgba(255, 255, 255, 0.5);
}
.pagination li > a {
color: #B4B4B4;
border-radius: 50%;
padding: 4px 8px;
border: none;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
color: #fff;
border-radius: 50%;
padding: 4px 10px;
border: none;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
color: #777;
border-radius: 50%;
padding: 4px 10px;
border: none;
}
.pagination li.active > a {
color: #fff;
}
.thumbnail {
overflow: hidden;
border: none;
border-radius: 0px;
padding: 0px;
}
.thumbnail .caption {
height: auto;
padding: 0px;
}
.thumbnail .movie-img {
position: relative;
}
.thumbnail .movie-img .movie-icon span {
opacity: 1;
position: absolute;
padding: 3px auto;
width: 42px;
font-size: 11px;
text-align: center;
cursor: pointer;
}
.thumbnail .movie-img .movie-icon span.movie-episodes .label {
font-style: normal;
display: block;
font-size: 10px;
line-height: 8px;
}
.thumbnail .movie-img .movie-icon span.movie-episodes {
top: 10px;
right: 10px;
font-size: 18px;
padding-top: 4px;
padding-bottom: 4px;
width: 40px;
height: 40px;
line-height: 16px;
text-align: center;
border-radius: 50%;
background-color: rgba(255, 102, 0, 0.75);
color: #fff;
}
.thumbnail .movie-img .movie-icon span.movie-duration {
background-color: rgba(0,0,0,0.75);
color: #fff;
font-weight: 600;
bottom: 6px;
right: 6px;
}
.thumbnail .movie-img .movie-icon span.label {
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 80px!important;
top: 13px;
left: -20px;
color: #fff;
}
.movie-icon span.label.free {
background-color: #5CB85C;
}
.movie-icon span.label.latest {
background-color: #5CB85C;
}
.movie-icon span.label.popular {
background-color: #ff6600;
}
.thumbnail .movie-img .movie-icon span.song-count {
right: 0;
top: 0;
height: 100%;
width: 40%;
background: rgba(0,0,0,0.75);
color: #fff;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
}
.thumbnail .movie-img .movie-icon span.song-count > .song-count-title {
font-size: 18px;
margin-bottom: 0px;
}
.thumbnail .movie-img .movie-icon span.song-count > small {
font-size: 110%;
}
.movie-label {
font-size: 12px;
}
ul.movie-level {
margin-left: 0px;
}
.movie-level li:not(.movie-view) {
width: 12px;
height: 12px;
background-color: #ddd;
margin-right: -1px;
}
.movie-level li.active {
background-color: #2795E9;
}
.movie-label .movie-view i {
font-size: 14px;
}
.movie-label .movie-view .number {
color: #2795E9;
font-weight: bold;
font-style: normal;
}
.progress {
height: 6px;
margin: 6px 0;
background-color: #DDD;
}
.thumbnail .caption .movie-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 5px;
margin-left: 0px;
}
.thumbnail .caption .movie-title a:not(.artist-thumb) {
text-transform: capitalize;
color: #555;
font-size: 13px;
margin: 0px;
padding: 12px 0 4px 0;
}
.thumbnail .caption .movie-title img {
height: 38px;
width: auto;
margin-right: 4px;
border-radius: 50%;
}
.thumbnail .caption .movie-title .song-title,
.thumbnail .caption .movie-title .artist-title {
padding: 6px 0 4px 0!important;
font-weight: bold;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.thumbnail .caption .movie-title .song-title {
padding: 4px 0 4px 0!important;
}
.thumbnail .caption .movie-title .artist-title {
padding: 0px 0 4px 0!important;
font-size: 60%;
font-style: italic;
font-weight: normal;
}
.thumbnail .caption .movie-title small {
font-size: 65%;
}
.thumbnail .caption .movie-title .artist-title:hover,
.thumbnail:hover .caption .movie-title a:not(.artist-title) {
color: #FF6600;
}
.tooltips-inner .list-unstyled {
font-size: 13px;
}
.tooltips-inner .list-unstyled > li > i {
margin-right: 4px;
}
.tooltips-inner hr {
margin: 10px 0;
}
/* Comment Container */
#comments {
margin-top: 15px;
background: #fff;
padding: 20px;
}
#comments h4 {
margin-bottom: 0px;
}
#comments .media-list {
margin-top: 15px;
}
#comments .media {
font-size: 13px;
padding: 12px 8px;
}
#comments form .media {
padding-right: 0px;
}
#comments .media textarea {
height: 44px;
}
#comments .media-list .media:nth-of-type(odd) {
background-color: #FAFAFA;
}
#comments .user-avatar {
width: 44px;
height: auto;
border-radius: 4px;
}
#comments .media-list .media-heading {
font-size: 13px;
font-weight: 600;
}
#comments .comment-btn span {
cursor: pointer;
font-size: 15px;
}
#comments .like-btn {
color: green;
margin-right: 8px;
}
#comments .dislike-btn {
color: red;
}
/* Main */
#main {
}
.main-inner {
padding-top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #fff;
}
#content {
position: relative;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
padding: 15px;
}
#content h3, #content .h3 {
text-transform: uppercase;
font-size: 18px;
}
#content h3 > a,
#content .h3 > a {
color: #FF6600;
}
#content {
background-color: #fff;
}
#content #comments {
padding: 0px;
}
#sidebar {
margin-left: -23px;
}
.widget-box:first-child {
margin-top: 0px;
}
.widget-box > h3,
.widget-box > .h3 {
background-image: -webkit-linear-gradient(top,#ff6600 0,#ff6600 100%);
background-image: linear-gradient(to bottom,#ff6600 0,#ff6600 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
border-color: #c7640b;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
text-align: center;
font-size: 14px;
margin-bottom: 0px;
padding: 8px;
color: #fff;
}
.widget-box > h3 > a,
.widget-box > .h3 > a {
color: #fff;
}
.widget-box > h3:first-child,
.widget-box > .h3:first-child {
margin-top: 0px;
}
.widget-box {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
margin-bottom: 7px;
background-color: #fff;
}
.widget-box:first-child.ads {
}
.widget-box .sidebar-inner {
padding: 15px;
}
.widget-box .sidebar-inner .media .media-heading {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.widget-box .sidebar-inner small {
font-size: 11px;
}
.widget-box .sidebar-inner.ads {
padding: 4px;
}
.widget-box #ads-carousel {
position: relative;
}
.widget-box #ads-carousel .carousel-inner,
.widget-box #ads-carousel .carousel-inner .item {
height: 645px;
}
.widget-box .nav-pills.nav-justified li {
background-color: #eee;
}
.widget-box .nav-pills.nav-justified li a {
color: #555;
padding: 4px;
border-radius: 0px;
}
.widget-box .nav-pills.nav-justified li.active a {
color: #fff;
background-color: #555;
}
.widget-box .media-list .media:first-child {
margin-top: 0px;
}
.widget-box .media-list .media:last-child {
margin-bottom: 0px;
}
/* Footer */
#footer {
border-top: 1px solid #ddd;
margin-top: 60px;
padding-top: 20px;
background: #FFFFFF;
}
#footer .container-fluid {
padding-left: 55px;
padding-right: 55px;
}
#footer h3 {
color: #555;
text-transform: uppercase;
margin-bottom: 20px;
}
#footer p {
color: #555;
line-height: 24px;
font-size: 13px;
}
#footer .list-unstyled > li::before {
content: "\f105";
font-family: FontAwesome;
font-weight: 600;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
margin-right: 10px;
padding: 0 6px 3px 7px;
border-radius: 10px;
border: 1px solid #555;
color: #555;
font-size: 13px;
display: inline-block;
width: 20px;
height: 20px;
line-height: 17px;
}
#footer .list-unstyled > li {
line-height: 36px;
border-top: 1px dotted #555;
}
#footer .list-unstyled > li:first-child {
border: none;
}
#footer .list-unstyled > li > a {
color: #555;
}
#footer .list-unstyled > li:hover::before {
color: #333;
border-color: #333;
}
#footer .list-unstyled > li:hover > a {
color: #333;
}
#footer .list-inline > li,
#footer .list-inline > li > a {
color: #555;
}
#footer .bottom {
border-top: 1px solid #ddd;
background-color: #fff;
height: 64px;
line-height: 40px;
padding: 12px;
color: #555;
text-align: center;
}
.cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 20px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
/* the button becomes visible */
visibility: visible;
opacity: 1;
}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .75;
}
.no-touch .cd-top:hover {
background-color: #e86256;
opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
right: 20px;
bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
height: 30px;
width: 30px;
right: 20px;
bottom: 20px;
}
}
/* Blog style */
h3.blog-heading {
padding-bottom: 8px;
border-bottom: 1px solid #ddd;
}
img.post-thumbnail {
width: 300px;
height: auto;
margin-right: 15px;
margin-bottom: 15px;
}
h2.post-title {
text-transform: uppercase;
font-size: 18px;
}
.post-meta span:first-child {
margin-right: 8px;
}
/* User's profile */
.user-profile {
padding: 0px 20px;
}
.user-profile .left-sidebar {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background: #80A8CC;
color: #fff;
padding: 20px;
}
.user-profile .left-sidebar .nav-stacked > li.active > a {
background-color: #6C94B8;
}
.user-profile .right-sidebar {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #fff;
}
.user-profile .nav-tabs {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #fff;
}
.user-profile .nav-tabs > li > a {
border: none;
border-radius: 0px;
}
.user-profile .nav-tabs > li > a:hover,
.user-profile .nav-tabs > li.active > a:hover,
.user-profile .nav-tabs li.active a {
background-color: #fff;
border-width: 0px 0px 2px 0px;
border-style: solid;
border-color: #ff6600;
}
.user-profile .content .tab-content {
padding: 20px;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
margin-top: 20px;
background-color: #fff;
}
/* Method template */
.tab-method {
padding-top: 15px;
background-color: #f1f1f1;
margin-top: -15px;
}
.tab-method li > a {
background-color: transparent!important;
text-align: center;
}
.tab-method li > a > i {
margin: 0 auto 8px;
display: block;
border-radius: 6px;
width: 40px;
padding: 8px;
font-size: 24px;
background-color: #8A8A8A;
color: #fff;
}
.tab-method li.active > a > i {
background-color: #ff6600;
}
.nav-tabs.tab-method li.active > a:hover,
.nav-tabs.tab-method li.active > a,
.nav-tabs.tab-method li > a {
border: none;
font-size: 16px;
color: #555;
padding: 8px;
}
.nav-tabs.tab-method > li.active > a,
.nav-tabs.tab-method > li.active > a:hover {
border-radius: 0px;
border-bottom: 5px solid #ff6600;
}
/* Ask template */
.asks-container {
height: 420px;
overflow-y: scroll;
}
ul.asks-list-answers > li {
font-size: 12px;
padding: 8px 0;
border-bottom: 1px solid #ddd;
}
ul.asks-list-answers > li:last-child {
padding-bottom: 0px;
border-bottom: none;
}
.ask-answer-btn {
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 0%, #ffefe5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ffefe5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#ffefe5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#ffefe5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#ffefe5 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#ffefe5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ffefe5',GradientType=0 ); /* IE6-9 */
}
.media-list.media-user-list .media-object {
width: 60px;
height: auto;
border: 1px solid #ddd;
background-color: #fff;
padding: 2px;
border-radius: 50%;
}
.article p {
}
.typeahead.dropdown-menu {
width: 100%;
}
.typeahead.dropdown-menu > .active > a {
background-color: #ff6600;
}
.typeahead.dropdown-menu > .active .typeahead-wrapper {
color: #fff;
}
.typeahead.dropdown-menu a.typeahead-wrapper {
color: #555;
}
#mask {
position: absolute;
left: 0;
top: 0;
z-index: 9000;
background-color: #000;
display: none;
}
#boxes .window {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 400px;
display: none;
z-index: 9999;
padding: 20px;
border-radius: 15px;
text-align: center;
}
#boxes #dialog {
width: 1000px;
height: 500px;
padding: 10px;
background-color: #ffffff;
font-family: 'Segoe UI Light', sans-serif;
font-size: 15pt;
}
#popupfoot {
font-size: 16pt;
position: absolute;
bottom: 0px;
width: 250px;
left: 250px;
}
.mgbt10 {
margin-bottom: 10px;
}
/* style cho cap tu vung */
.couplet {
line-height: 20px;
border-bottom: 1px #ccc solid;
padding: 5px 0px;
margin: 0px;
}
.couplet >div:first-child, .couplet >div:last-child {
display: flex;
justify-content: center;
align-items: center;
font-size: larger;
min-height: 40px;
}
.progress {
height: 20px;
}
.couplets-review h2 {
font-size: 20px;
font-weight: bold;
color: #555;
line-height: 24px;
}
.couplets-review textarea {
font-size: 20px;
font-weight: bold;
color: dodgerblue;
line-height: 24px;
text-align: center;
margin-bottom: 10px;
}
textarea.answer_incorrect {
border-color:#ff6600;;
}
textarea.answer_correct {
border-color:#5cb85c;;
}
label.answer_incorrect {
color: #ff6600;
font-size: larger;
}
label.answer_correct {
color: #5cb85c;
font-size: larger;
}
label.answer {
color: red;
font-size: larger;
}
.main-banner{
background:url(http://www.studyphim.vn/assets/img/banner.png) 50% 50%;
height:302px;
text-align:center;
padding-top:220px;
}
.full-width{
width:100%;
margin:0 auto;
padding:0;
padding-top: 55px;
margin-bottom: 10px;
}
.main-banner h3,h4,h5{
color:#444;
font-weight:600;
margin:20px;
}
.main-banner h3{
font-size: 40px;
}
.main-banner h4{
font-size:17px;
}
.main-banner a{
font-size:25px;
border: 2px solid #fff;
padding:10px 25px;
margin-top:10px;
display:inline-block;
color:#444;
}
| 0.368406 | 0.080033 |
:root {
--dark-color: #2a3345;
--offset-color: #545b66;
--light-color: #f5f1f4;
--main-color: #17c0e6;
--radius: 1.5vmin;
}
html {
font-family: "Trebuchet MS", sans-serif;
background-color: var(--dark-color);
}
nav {
position: sticky;
top: 0;
}
body {
display: flex;
flex-direction: column;
}
header h1 {
color: var(--light-color);
text-align: center;
}
footer {
border-top: 0.5vh solid var(--offset-color);
flex-shrink: 0;
width: 100%;
height: 1.5em;
}
footer h3 {
font-size: 1em;
color: var(--light-color);
text-align: center;
}
div.hover-tip {
position: absolute;
text-align: left;
padding: 0.5rem;
background: var(--light-color);
color: var(--dark-color);
border: 1px solid var(--offset-color);
border-radius: 8px;
pointer-events: none;
font-size: 1.3rem;
}
.hover-tip h4 {
margin-top: 0.33em;
margin-bottom: 0.33em;
}
div.tooltip-line {
position: absolute;
text-align: left;
padding: 8px;
margin-top: -20px;
background: #ffffff;
color: #313639;
border: 1px solid #313639;
border-radius: 6px;
pointer-events: none;
}
.card {
background-color: var(--light-color);
border-radius: var(--radius);
margin: 2vmin;
padding: 1vmin;
}
.left .card {
margin-right: 1vmin;
}
.right .card {
margin-left: 1vmin;
}
.sub-card,
.card h2 {
margin-top: 0;
padding-left: 0.5vmin;
overflow: hidden;
border-bottom: 0.25vh solid var(--offset-color);
}
.card h2 {
text-align: center;
}
.card svg {
width: 100%;
}
.country-map {
stroke: black;
}
.bubble text {
cursor: default;
pointer-events: none;
}
.hilight {
stroke: cyan !important;
stroke-width: 4px !important;
}
.left {
width: 45%;
}
.right {
width: 55%;
}
.axis.label {
text-anchor: middle;
font-weight: 700;
font-size: 14px;
font-family: sans-serif;
}
.line {
fill: none;
stroke-width: 0.3vh;
}
.fade-line {
opacity: 0.25;
}
.focus-line {
stroke-width: 0.5vh !important;
}
.lda-topic-line circle {
stroke: var(--light-color);
}
.overlay {
fill: none;
stroke: none;
pointer-events: all;
}
.timeSlider {
position: absolute;
}
.no-mark {
list-style-type: none;
}
.unselected {
opacity: 0.2;
}
.selected {
opacity: 1;
}
#main {
display: inherit;
flex-direction: row;
margin: 1vmin;
padding: 1vmin;
}
/* Style the tab */
#nav-tab {
overflow: hidden;
background-color: var(--offset-color);
list-style-type: none;
padding: 0.5vmin 2.5vw;
margin: 0;
}
/* Style the buttons that are used to open the tab content */
#nav-tab li {
color: var(--light-color);
/*background-color: #57a3b8;*/
float: left;
cursor: pointer;
padding: 0.75vw 1vh;
margin: 0.5vmin;
border-radius: var(--radius);
}
/* Change background color of buttons on hover */
#nav-tab li:hover,
#nav-tab li.active {
background-color: var(--main-color);
}
#map-card {
padding: 0%;
}
#map-controls li {
float: left;
padding: 1% 2.5%;
}
#map #roads {
pointer-events: none;
}
#sentiment-line-control {
float: left;
padding: 1% 2.5%;
}
#minibar-yaxis g text {
font-family: monospace;
}
|
css/styles.css
|
:root {
--dark-color: #2a3345;
--offset-color: #545b66;
--light-color: #f5f1f4;
--main-color: #17c0e6;
--radius: 1.5vmin;
}
html {
font-family: "Trebuchet MS", sans-serif;
background-color: var(--dark-color);
}
nav {
position: sticky;
top: 0;
}
body {
display: flex;
flex-direction: column;
}
header h1 {
color: var(--light-color);
text-align: center;
}
footer {
border-top: 0.5vh solid var(--offset-color);
flex-shrink: 0;
width: 100%;
height: 1.5em;
}
footer h3 {
font-size: 1em;
color: var(--light-color);
text-align: center;
}
div.hover-tip {
position: absolute;
text-align: left;
padding: 0.5rem;
background: var(--light-color);
color: var(--dark-color);
border: 1px solid var(--offset-color);
border-radius: 8px;
pointer-events: none;
font-size: 1.3rem;
}
.hover-tip h4 {
margin-top: 0.33em;
margin-bottom: 0.33em;
}
div.tooltip-line {
position: absolute;
text-align: left;
padding: 8px;
margin-top: -20px;
background: #ffffff;
color: #313639;
border: 1px solid #313639;
border-radius: 6px;
pointer-events: none;
}
.card {
background-color: var(--light-color);
border-radius: var(--radius);
margin: 2vmin;
padding: 1vmin;
}
.left .card {
margin-right: 1vmin;
}
.right .card {
margin-left: 1vmin;
}
.sub-card,
.card h2 {
margin-top: 0;
padding-left: 0.5vmin;
overflow: hidden;
border-bottom: 0.25vh solid var(--offset-color);
}
.card h2 {
text-align: center;
}
.card svg {
width: 100%;
}
.country-map {
stroke: black;
}
.bubble text {
cursor: default;
pointer-events: none;
}
.hilight {
stroke: cyan !important;
stroke-width: 4px !important;
}
.left {
width: 45%;
}
.right {
width: 55%;
}
.axis.label {
text-anchor: middle;
font-weight: 700;
font-size: 14px;
font-family: sans-serif;
}
.line {
fill: none;
stroke-width: 0.3vh;
}
.fade-line {
opacity: 0.25;
}
.focus-line {
stroke-width: 0.5vh !important;
}
.lda-topic-line circle {
stroke: var(--light-color);
}
.overlay {
fill: none;
stroke: none;
pointer-events: all;
}
.timeSlider {
position: absolute;
}
.no-mark {
list-style-type: none;
}
.unselected {
opacity: 0.2;
}
.selected {
opacity: 1;
}
#main {
display: inherit;
flex-direction: row;
margin: 1vmin;
padding: 1vmin;
}
/* Style the tab */
#nav-tab {
overflow: hidden;
background-color: var(--offset-color);
list-style-type: none;
padding: 0.5vmin 2.5vw;
margin: 0;
}
/* Style the buttons that are used to open the tab content */
#nav-tab li {
color: var(--light-color);
/*background-color: #57a3b8;*/
float: left;
cursor: pointer;
padding: 0.75vw 1vh;
margin: 0.5vmin;
border-radius: var(--radius);
}
/* Change background color of buttons on hover */
#nav-tab li:hover,
#nav-tab li.active {
background-color: var(--main-color);
}
#map-card {
padding: 0%;
}
#map-controls li {
float: left;
padding: 1% 2.5%;
}
#map #roads {
pointer-events: none;
}
#sentiment-line-control {
float: left;
padding: 1% 2.5%;
}
#minibar-yaxis g text {
font-family: monospace;
}
| 0.591841 | 0.170163 |
text-align: justify;
color: #000063;
}
strong{
color:#F7952B;
font-weight:bold;
}
h1{
margin-bottom:50px;
margin-top: 30px;
text-align: center;
font-size: 30px;
}
h1#name{
color:white;
font-size: 2em;
text-transform: uppercase;
font-weight: bold;
}
h3{
color: #F7952B;
}
section h2,#main-title{
color:#000063;
font-weight: bold;
margin-top: 30px;
margin-bottom: 30px;
}
section#section-contact{
padding-top:20px;
}
section#section-contact ul>li{
list-style: none;
}
section#section-contact #contact-name{
font-weight: bold;
}
.card-title-primary{
color:#000063;
font-size: 15px;
font-weight: bold;
text-align:center;
}
.card-title-info{
color:#ff8f00;
font-size: 15px;
font-weight: bold;
text-align:center;
}
.highlight-link{
display:block;
width:100%;
text-align: right;
color: #FF3D00;
text-decoration: none;
border: none;
}
.highlight-link, .highlight-link:active, .highlight-link:hover{
text-decoration: none;
}
.icons-banner{
background: #f8f9fa;
width: 100%;
width: calc(100% + 30px);
padding: 10px;
margin: 0 -15px;
}
.icons-banner>div {
max-width: 1200px;
display: flex;
max-width: 1200px;
margin:auto;
justify-content: center;
flex-wrap: wrap;
}
.icons-banner>div>a{
box-sizing: border-box;
min-width:250px;
padding: 15px 15px;
flex-grow:0;
flex-shrink: 0;
}
.icons-banner>div>a, .icons-banner>div>a:active, .icons-banner>div>a:hover {
text-decoration: none;
border: none;
}
.icons-banner>div>a>div {
width:250px;
z-index: 0;
height:150px;
position:relative;
flex-direction: column;
border: 2px solid #F7952B;
}
.icons-banner div.icon-card-body:after {
content: "";
position: absolute;
top:-2px;
left:50%;
bottom:-2px;
margin-left: -75px;
width: 150px;
background: #f8f9fa;
z-index: 1;
}
.icons-banner div.icon-card-body{
display:flex;
flex-direction: column;
}
.icons-banner div.icon-card-body>* {
margin: auto;
position: relative;
text-align: center;
z-index: 2;
color: #F7952B ;
fill: currentColor;
}
/* Header */
#header{
background-color: #1f1815;
background-attachment: fixed;
background: url("../images/lens.jpg") center/cover no-repeat;
color: rgba(255, 255, 255, 0.5);
height: 100%;
float:left;
left: 0;
padding: 10% 0 0 0;
position: fixed;
text-align: right;
top: 0;
width: 35%;
}
#header .header-overlay{
background: rgba(97,97,97,0.6);
padding: 5px 15px 5px 0;
}
#header #headline{
padding-right:120px;
font-size: 1.3rem;
}
#header strong, #header b {
color: #ffffff;
}
#header h2, #header h3, #header h4, #header h5, #header h6 {
color: rgba(255,255,255,0.8);
}
#header h1 {
color: white;
font-size: 1.35em;
line-height: 1.75em;
margin: 0;
padding-right:130px;
}
#header .image.avatar {
width: 6.25em;
float:right;
display:block;
}
.image.avatar img{
box-shadow: 0 0 5px 5px rgba(255,255,255,0.8);
}
/* avatar */
/* Main */
#main {
margin-left: 35%;
max-width: 65%;
}
#main > section {
border-top: solid 2px #efefef;
margin: 4em 0 0 0;
padding: 4em 0 0 0;
}
#main > section:first-child, #main > section#content-main {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
@media screen and (max-width: 1280px) {
/* Header */
#header {
left: auto;
padding: 6em 0 2em 0;
position: relative;
text-align: center;
top: auto;
width: 100%;
}
#header #headline{
width:100%;
padding:15px;
}
#header #headline br{
display: none;
}
/* Footer */
#footer {
padding: 0 3em 5em 3em;
width: 30%;
}
#footer .copyright li {
border-left-width: 0;
display: block;
line-height: 2.25em;
margin-left: 0;
padding-left: 0;
}
/* Main */
#main {
margin-left: 0;
max-width:100%;
}
}
|
css/custom.css
|
text-align: justify;
color: #000063;
}
strong{
color:#F7952B;
font-weight:bold;
}
h1{
margin-bottom:50px;
margin-top: 30px;
text-align: center;
font-size: 30px;
}
h1#name{
color:white;
font-size: 2em;
text-transform: uppercase;
font-weight: bold;
}
h3{
color: #F7952B;
}
section h2,#main-title{
color:#000063;
font-weight: bold;
margin-top: 30px;
margin-bottom: 30px;
}
section#section-contact{
padding-top:20px;
}
section#section-contact ul>li{
list-style: none;
}
section#section-contact #contact-name{
font-weight: bold;
}
.card-title-primary{
color:#000063;
font-size: 15px;
font-weight: bold;
text-align:center;
}
.card-title-info{
color:#ff8f00;
font-size: 15px;
font-weight: bold;
text-align:center;
}
.highlight-link{
display:block;
width:100%;
text-align: right;
color: #FF3D00;
text-decoration: none;
border: none;
}
.highlight-link, .highlight-link:active, .highlight-link:hover{
text-decoration: none;
}
.icons-banner{
background: #f8f9fa;
width: 100%;
width: calc(100% + 30px);
padding: 10px;
margin: 0 -15px;
}
.icons-banner>div {
max-width: 1200px;
display: flex;
max-width: 1200px;
margin:auto;
justify-content: center;
flex-wrap: wrap;
}
.icons-banner>div>a{
box-sizing: border-box;
min-width:250px;
padding: 15px 15px;
flex-grow:0;
flex-shrink: 0;
}
.icons-banner>div>a, .icons-banner>div>a:active, .icons-banner>div>a:hover {
text-decoration: none;
border: none;
}
.icons-banner>div>a>div {
width:250px;
z-index: 0;
height:150px;
position:relative;
flex-direction: column;
border: 2px solid #F7952B;
}
.icons-banner div.icon-card-body:after {
content: "";
position: absolute;
top:-2px;
left:50%;
bottom:-2px;
margin-left: -75px;
width: 150px;
background: #f8f9fa;
z-index: 1;
}
.icons-banner div.icon-card-body{
display:flex;
flex-direction: column;
}
.icons-banner div.icon-card-body>* {
margin: auto;
position: relative;
text-align: center;
z-index: 2;
color: #F7952B ;
fill: currentColor;
}
/* Header */
#header{
background-color: #1f1815;
background-attachment: fixed;
background: url("../images/lens.jpg") center/cover no-repeat;
color: rgba(255, 255, 255, 0.5);
height: 100%;
float:left;
left: 0;
padding: 10% 0 0 0;
position: fixed;
text-align: right;
top: 0;
width: 35%;
}
#header .header-overlay{
background: rgba(97,97,97,0.6);
padding: 5px 15px 5px 0;
}
#header #headline{
padding-right:120px;
font-size: 1.3rem;
}
#header strong, #header b {
color: #ffffff;
}
#header h2, #header h3, #header h4, #header h5, #header h6 {
color: rgba(255,255,255,0.8);
}
#header h1 {
color: white;
font-size: 1.35em;
line-height: 1.75em;
margin: 0;
padding-right:130px;
}
#header .image.avatar {
width: 6.25em;
float:right;
display:block;
}
.image.avatar img{
box-shadow: 0 0 5px 5px rgba(255,255,255,0.8);
}
/* avatar */
/* Main */
#main {
margin-left: 35%;
max-width: 65%;
}
#main > section {
border-top: solid 2px #efefef;
margin: 4em 0 0 0;
padding: 4em 0 0 0;
}
#main > section:first-child, #main > section#content-main {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
@media screen and (max-width: 1280px) {
/* Header */
#header {
left: auto;
padding: 6em 0 2em 0;
position: relative;
text-align: center;
top: auto;
width: 100%;
}
#header #headline{
width:100%;
padding:15px;
}
#header #headline br{
display: none;
}
/* Footer */
#footer {
padding: 0 3em 5em 3em;
width: 30%;
}
#footer .copyright li {
border-left-width: 0;
display: block;
line-height: 2.25em;
margin-left: 0;
padding-left: 0;
}
/* Main */
#main {
margin-left: 0;
max-width:100%;
}
}
| 0.335786 | 0.062962 |
html{
margin: 0;
padding:0;
height: 100%;
width: 100%;
position: relative;
}
body {
position: absolute;
width: 100%;
height: 100%;
left:0;
top:0;
right:0;
bottom:0;
padding: 38px 4px 4px 4px;
}
.ui-toolbar {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
height: 36px;
line-height: 36px;
padding-left: 8px;
padding-right: 8px;
}
.maximized .ui-toolbar {
top: 22px;
}
.modal-open,
.modal-open .modal {
padding-right: 4px !important;
}
.ui-toolbar > button,
.ui-toolbar > div,
.ui-toolbar > span,
.ui-toolbar > label,
.ui-toolbar > input,
.ui-toolbar .btn-group button.btn {
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
padding-top: 4px;
padding-bottom: 4px;
}
#btnMenu {
padding: 0px;
line-height: 16px;
font-size: 20px;
padding: 4px 8px;
}
#btnMenu .material-icons {
margin: 0px;
font-size: 24px;
}
.ui-toolbar .dropdown-menu {
margin-top: -3px;
}
.ui-toolbar > button {
height: 30px;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 4px;
}
.ui-toolbar > button.txt {
padding-left: 16px;
padding-right: 16px;
}
.ui-toolbar > button.icon {
width: 28px;
padding: 0;
}
.ui-toolbar input[type=number] {
margin-top: 6px;
margin-left: 4px;
height: 20px;
vertical-align: middle;
}
.ui-toolbar .separator {
float: left;
display: inline-block;
width: 1px;
height: 28px;
background-color: #CCCCCC;
margin-left: 4px;
margin-right: 8px;
margin-top: 4px;
}
.ui-toolbar .ui-toolbar-text {
margin-left: 16px;
}
.ui-toolbar input[type=number] {
width: 50px;
}
.color-picker {
display: inline-block;
position: relative;
width: 36px;
height: 36px;
margin-left: 4px;
background: url('../lib/colorpicker/images/select.png');
}
.color-picker > div {
position: absolute;
left: 4px;
top: 4px;
width: 28px;
height: 28px;
background: url('../lib/colorpicker/images/select.png') center;
}
.display-sample {
background-color: black;
padding: 20px;
font-size: 64pt;
line-height: 1.3;
color: white;
white-space: nowrap;
overflow: hidden;
}
#text-editor {
width: 100%;
height: 100%;
resize: none;
box-sizing: border-box;
font-size: 16pt;
}
.ui-toolbar button .material-icons {
font-size: 22px;
line-height: 20px;
float: left;
margin-right: 4px;
}
.ui-tb-spacer {
width: 2em;
height: 1em;
}
|
app/electron/css/editor.css
|
html{
margin: 0;
padding:0;
height: 100%;
width: 100%;
position: relative;
}
body {
position: absolute;
width: 100%;
height: 100%;
left:0;
top:0;
right:0;
bottom:0;
padding: 38px 4px 4px 4px;
}
.ui-toolbar {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
height: 36px;
line-height: 36px;
padding-left: 8px;
padding-right: 8px;
}
.maximized .ui-toolbar {
top: 22px;
}
.modal-open,
.modal-open .modal {
padding-right: 4px !important;
}
.ui-toolbar > button,
.ui-toolbar > div,
.ui-toolbar > span,
.ui-toolbar > label,
.ui-toolbar > input,
.ui-toolbar .btn-group button.btn {
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
padding-top: 4px;
padding-bottom: 4px;
}
#btnMenu {
padding: 0px;
line-height: 16px;
font-size: 20px;
padding: 4px 8px;
}
#btnMenu .material-icons {
margin: 0px;
font-size: 24px;
}
.ui-toolbar .dropdown-menu {
margin-top: -3px;
}
.ui-toolbar > button {
height: 30px;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 4px;
}
.ui-toolbar > button.txt {
padding-left: 16px;
padding-right: 16px;
}
.ui-toolbar > button.icon {
width: 28px;
padding: 0;
}
.ui-toolbar input[type=number] {
margin-top: 6px;
margin-left: 4px;
height: 20px;
vertical-align: middle;
}
.ui-toolbar .separator {
float: left;
display: inline-block;
width: 1px;
height: 28px;
background-color: #CCCCCC;
margin-left: 4px;
margin-right: 8px;
margin-top: 4px;
}
.ui-toolbar .ui-toolbar-text {
margin-left: 16px;
}
.ui-toolbar input[type=number] {
width: 50px;
}
.color-picker {
display: inline-block;
position: relative;
width: 36px;
height: 36px;
margin-left: 4px;
background: url('../lib/colorpicker/images/select.png');
}
.color-picker > div {
position: absolute;
left: 4px;
top: 4px;
width: 28px;
height: 28px;
background: url('../lib/colorpicker/images/select.png') center;
}
.display-sample {
background-color: black;
padding: 20px;
font-size: 64pt;
line-height: 1.3;
color: white;
white-space: nowrap;
overflow: hidden;
}
#text-editor {
width: 100%;
height: 100%;
resize: none;
box-sizing: border-box;
font-size: 16pt;
}
.ui-toolbar button .material-icons {
font-size: 22px;
line-height: 20px;
float: left;
margin-right: 4px;
}
.ui-tb-spacer {
width: 2em;
height: 1em;
}
| 0.502197 | 0.051059 |
header{
background-image: url('../images/pizza1.jpeg');
height: 100vh;
font-family: "Roboto-Bold";
letter-spacing: 3px;
line-height: 30px;
text-shadow: 0 0 20px #000;
text-align: center;
}
header div{
padding-top: 30vh;
color: white;
}
header div h1{
padding: 20px ;
}
h3{
color: blue;
}
/*******************classes for mouse************/
.mouse{
position: absolute;
left: 50%;
transform: translate(-50%);
bottom: 5vh;
border-radius: 30px;
box-shadow: 0 0 20px #000;
animation: bounce 0.7s linear infinite;
position: center;
}
.mouse:hover{
animation-play-state: paused;
}
@keyframes bounce{
0%{bottom: 2vh;box-shadow: 0 0 20px rgb(255, 136, 0);background: rgba(255, 136, 0, 0.486);}
40%{bottom: 10vh;}
70%{bottom: 8vh;}
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background-image: url("../images/pizza_pattern.png");
background-repeat: repeat;
}
/* Header Area */
.site_header {
background-image: url("../images/background-pattern-design-65.jpg");
background-repeat: repeat;
color: #f5ebeb;
text-transform: uppercase;
text-align: center;
padding: 30px 10%;
box-shadow: 0 2px #999;
margin-bottom: 10px;
}
.rules {
list-style-type: none;
padding-left: 0;
}
.price {
float: right;
}
.wrapper{
background: #92cbd4;
opacity: .9;
padding: 30px;
}
.wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: minmax(100px, auto);
max-width: 1000px;
grid-gap: 10px;
margin: 0 auto;
grid-template-areas:
"gen add"
"size crust"
"sauce cheese"
"protein veg"
"checkout checkout"
}
@media screen and (min-width: 760px){
.wrapper {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-auto-rows: minmax(100px, auto);
max-width: 1000px;
grid-gap: 10px;
margin: 0 auto;
grid-template-areas:
"gen add size sauce cheese"
"checkout checkout crust protein veg"
}
}
.wrapper >div {
background: orange;
padding: 1em;
border-radius: 5px;
}
.gen {
grid-area: gen;
}
.add {
grid-area: add;
}
.size {
grid-area: size;
}
.sauce {
grid-area: sauce;
}
.cheese {
grid-area: cheese;
}
.crust {
grid-area: crust;
}
.protein {
grid-area: protein;
}
.veg {
grid-area: veg;
}
.checkout {
grid-area: checkout;
}
.button {
width: 150px;
background-color: #3b99a5;
border: none;
color: #fff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {
background-color: #fff;
color: #000;
border: 2px solid #3b99a5;
}
.button1:hover {
background-color: #3b99a5;
color: #fff;
}
.modal {
display: none;
position: fixed;
z-index: 10;
left: 0;
top: 0;
height: 100%;
width: 100%;
overflow: auto;
background-color: rgb(112, 111, 111);
opacity: .93;
}
.modal-content {
background-color: rgba(255,255,255,.99);
margin: 15% auto;
width: 300px;
box-shadow: 0 5px 8px 0 rgb(53, 50, 50),0 7px 20px 0 #000;
animation-name: modalopen;
animation-duration: 1s;
}
.modal-header {
background: #3b99a5;
padding: 20px;
color: #fff;
text-align: center;
}
.modal-header h2, .modal-footer {
margin: 0;
}
.modal-body {
padding: 15px 35px;
text-align: center;
background-color: white;
}
table {
display: table;
}
td {
padding: 4px 10px;
}
td.orderList {
text-align: left;
padding-right: 10px;
width: 65%
}
td.orderTotal{
width: 35%;
}
td.orderTotal + td.orderTotal {
text-align: right;
}
td#grandtotal.orderlist {
padding-top: 5px;
}
tr.last {
font-size: 16px;
height: 50px;
}
.modal-footer {
background: #3b99a5;
padding: 10px;
color: #fff;
text-align: center;
}
#closeBtn {
color: #fff;
float: right;
font-size: 30px;
}
#closeBtn:hover, #closeBtn:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
@keyframes modalopen {
from {opacity: 0}
to {opacity: 1}
}
/* ---------------BOTTOM FOOTER----------------/
--------------------------------------------- */
footer{
padding-top: 40px;
background: url("../images/pizza_pattern.png");
}
|
styles/style.css
|
header{
background-image: url('../images/pizza1.jpeg');
height: 100vh;
font-family: "Roboto-Bold";
letter-spacing: 3px;
line-height: 30px;
text-shadow: 0 0 20px #000;
text-align: center;
}
header div{
padding-top: 30vh;
color: white;
}
header div h1{
padding: 20px ;
}
h3{
color: blue;
}
/*******************classes for mouse************/
.mouse{
position: absolute;
left: 50%;
transform: translate(-50%);
bottom: 5vh;
border-radius: 30px;
box-shadow: 0 0 20px #000;
animation: bounce 0.7s linear infinite;
position: center;
}
.mouse:hover{
animation-play-state: paused;
}
@keyframes bounce{
0%{bottom: 2vh;box-shadow: 0 0 20px rgb(255, 136, 0);background: rgba(255, 136, 0, 0.486);}
40%{bottom: 10vh;}
70%{bottom: 8vh;}
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background-image: url("../images/pizza_pattern.png");
background-repeat: repeat;
}
/* Header Area */
.site_header {
background-image: url("../images/background-pattern-design-65.jpg");
background-repeat: repeat;
color: #f5ebeb;
text-transform: uppercase;
text-align: center;
padding: 30px 10%;
box-shadow: 0 2px #999;
margin-bottom: 10px;
}
.rules {
list-style-type: none;
padding-left: 0;
}
.price {
float: right;
}
.wrapper{
background: #92cbd4;
opacity: .9;
padding: 30px;
}
.wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: minmax(100px, auto);
max-width: 1000px;
grid-gap: 10px;
margin: 0 auto;
grid-template-areas:
"gen add"
"size crust"
"sauce cheese"
"protein veg"
"checkout checkout"
}
@media screen and (min-width: 760px){
.wrapper {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-auto-rows: minmax(100px, auto);
max-width: 1000px;
grid-gap: 10px;
margin: 0 auto;
grid-template-areas:
"gen add size sauce cheese"
"checkout checkout crust protein veg"
}
}
.wrapper >div {
background: orange;
padding: 1em;
border-radius: 5px;
}
.gen {
grid-area: gen;
}
.add {
grid-area: add;
}
.size {
grid-area: size;
}
.sauce {
grid-area: sauce;
}
.cheese {
grid-area: cheese;
}
.crust {
grid-area: crust;
}
.protein {
grid-area: protein;
}
.veg {
grid-area: veg;
}
.checkout {
grid-area: checkout;
}
.button {
width: 150px;
background-color: #3b99a5;
border: none;
color: #fff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {
background-color: #fff;
color: #000;
border: 2px solid #3b99a5;
}
.button1:hover {
background-color: #3b99a5;
color: #fff;
}
.modal {
display: none;
position: fixed;
z-index: 10;
left: 0;
top: 0;
height: 100%;
width: 100%;
overflow: auto;
background-color: rgb(112, 111, 111);
opacity: .93;
}
.modal-content {
background-color: rgba(255,255,255,.99);
margin: 15% auto;
width: 300px;
box-shadow: 0 5px 8px 0 rgb(53, 50, 50),0 7px 20px 0 #000;
animation-name: modalopen;
animation-duration: 1s;
}
.modal-header {
background: #3b99a5;
padding: 20px;
color: #fff;
text-align: center;
}
.modal-header h2, .modal-footer {
margin: 0;
}
.modal-body {
padding: 15px 35px;
text-align: center;
background-color: white;
}
table {
display: table;
}
td {
padding: 4px 10px;
}
td.orderList {
text-align: left;
padding-right: 10px;
width: 65%
}
td.orderTotal{
width: 35%;
}
td.orderTotal + td.orderTotal {
text-align: right;
}
td#grandtotal.orderlist {
padding-top: 5px;
}
tr.last {
font-size: 16px;
height: 50px;
}
.modal-footer {
background: #3b99a5;
padding: 10px;
color: #fff;
text-align: center;
}
#closeBtn {
color: #fff;
float: right;
font-size: 30px;
}
#closeBtn:hover, #closeBtn:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
@keyframes modalopen {
from {opacity: 0}
to {opacity: 1}
}
/* ---------------BOTTOM FOOTER----------------/
--------------------------------------------- */
footer{
padding-top: 40px;
background: url("../images/pizza_pattern.png");
}
| 0.372619 | 0.123075 |
@font-face {
font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1628229493941') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-warning:before {
content: "\e601";
}
.icon-arrow-down-bold:before {
content: "\e602";
}
.icon-time:before {
content: "\e603";
}
.icon-user:before {
content: "\e604";
}
.icon-arrow-right-bold:before {
content: "\e605";
}
.icon-arrow-left-bold:before {
content: "\e606";
}
.icon-close-bold:before {
content: "\e607";
}
.icon-success:before {
content: "\e608";
}
.icon-select:before {
content: "\e609";
}
.icon-share:before {
content: "\e60a";
}
.icon-sign-out:before {
content: "\e60b";
}
.icon-arrow-up-bold:before {
content: "\e60c";
}
.icon-help:before {
content: "\e60d";
}
.icon-notification:before {
content: "\e60e";
}
.icon-more:before {
content: "\e60f";
}
.icon-map:before {
content: "\e610";
}
.icon-loading:before {
content: "\e611";
}
.icon-elipsis:before {
content: "\e612";
}
.icon-good:before {
content: "\e613";
}
.icon-home:before {
content: "\e614";
}
.icon-search:before {
content: "\e615";
}
.icon-hide:before {
content: "\e616";
}
.icon-error:before {
content: "\e617";
}
.icon-calendar:before {
content: "\e618";
}
.icon-comment:before {
content: "\e619";
}
.icon-link:before {
content: "\e61a";
}
.icon-add-circle:before {
content: "\e61b";
}
.icon-close:before {
content: "\e61c";
}
.icon-ashbin:before {
content: "\e61d";
}
.icon-chart-pie:before {
content: "\e61e";
}
.icon-fabulous:before {
content: "\e61f";
}
.icon-favorite:before {
content: "\e620";
}
.icon-data-view:before {
content: "\e621";
}
.icon-lock:before {
content: "\e622";
}
.icon-unlock:before {
content: "\e623";
}
.icon-add-bold:before {
content: "\e624";
}
.icon-telephone:before {
content: "\e625";
}
.icon-edit:before {
content: "\e626";
}
.icon-refresh:before {
content: "\e627";
}
.icon-setting:before {
content: "\e628";
}
.icon-browse:before {
content: "\e629";
}
.icon-scanning:before {
content: "\e62a";
}
.icon-file-common:before {
content: "\e62b";
}
.icon-upload:before {
content: "\e62c";
}
.icon-history:before {
content: "\e62d";
}
.icon-operation:before {
content: "\e62e";
}
.icon-customer-service:before {
content: "\e62f";
}
.icon-mic:before {
content: "\e630";
}
.icon-column-vertical:before {
content: "\e631";
}
.icon-column-horizontal:before {
content: "\e632";
}
.icon-skip:before {
content: "\e633";
}
.icon-import:before {
content: "\e634";
}
.icon-work:before {
content: "\e635";
}
.icon-bad:before {
content: "\e636";
}
.icon-filter:before {
content: "\e637";
}
.icon-qrcode:before {
content: "\e638";
}
.icon-scanning1:before {
content: "\e639";
}
.icon-secure:before {
content: "\e63a";
}
.icon-fav:before {
content: "\e63b";
}
.icon-wifi:before {
content: "\e63c";
}
.icon-scan1:before {
content: "\e63d";
}
.icon-refresh2:before {
content: "\e63e";
}
.icon-home2:before {
content: "\e63f";
}
.icon-add:before {
content: "\e640";
}
.icon-noselect:before {
content: "\e641";
}
.icon-time1:before {
content: "\e642";
}
.icon-help1:before {
content: "\e643";
}
.icon-faild:before {
content: "\e644";
}
.icon-success1:before {
content: "\e645";
}
.icon-success-result:before {
content: "\e646";
}
.icon-help-result:before {
content: "\e647";
}
.icon-warning-result:before {
content: "\e648";
}
.icon-error-result:before {
content: "\e649";
}
|
src/uiComponents/static/fonts/iconfont.css
|
@font-face {
font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1628229493941') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-warning:before {
content: "\e601";
}
.icon-arrow-down-bold:before {
content: "\e602";
}
.icon-time:before {
content: "\e603";
}
.icon-user:before {
content: "\e604";
}
.icon-arrow-right-bold:before {
content: "\e605";
}
.icon-arrow-left-bold:before {
content: "\e606";
}
.icon-close-bold:before {
content: "\e607";
}
.icon-success:before {
content: "\e608";
}
.icon-select:before {
content: "\e609";
}
.icon-share:before {
content: "\e60a";
}
.icon-sign-out:before {
content: "\e60b";
}
.icon-arrow-up-bold:before {
content: "\e60c";
}
.icon-help:before {
content: "\e60d";
}
.icon-notification:before {
content: "\e60e";
}
.icon-more:before {
content: "\e60f";
}
.icon-map:before {
content: "\e610";
}
.icon-loading:before {
content: "\e611";
}
.icon-elipsis:before {
content: "\e612";
}
.icon-good:before {
content: "\e613";
}
.icon-home:before {
content: "\e614";
}
.icon-search:before {
content: "\e615";
}
.icon-hide:before {
content: "\e616";
}
.icon-error:before {
content: "\e617";
}
.icon-calendar:before {
content: "\e618";
}
.icon-comment:before {
content: "\e619";
}
.icon-link:before {
content: "\e61a";
}
.icon-add-circle:before {
content: "\e61b";
}
.icon-close:before {
content: "\e61c";
}
.icon-ashbin:before {
content: "\e61d";
}
.icon-chart-pie:before {
content: "\e61e";
}
.icon-fabulous:before {
content: "\e61f";
}
.icon-favorite:before {
content: "\e620";
}
.icon-data-view:before {
content: "\e621";
}
.icon-lock:before {
content: "\e622";
}
.icon-unlock:before {
content: "\e623";
}
.icon-add-bold:before {
content: "\e624";
}
.icon-telephone:before {
content: "\e625";
}
.icon-edit:before {
content: "\e626";
}
.icon-refresh:before {
content: "\e627";
}
.icon-setting:before {
content: "\e628";
}
.icon-browse:before {
content: "\e629";
}
.icon-scanning:before {
content: "\e62a";
}
.icon-file-common:before {
content: "\e62b";
}
.icon-upload:before {
content: "\e62c";
}
.icon-history:before {
content: "\e62d";
}
.icon-operation:before {
content: "\e62e";
}
.icon-customer-service:before {
content: "\e62f";
}
.icon-mic:before {
content: "\e630";
}
.icon-column-vertical:before {
content: "\e631";
}
.icon-column-horizontal:before {
content: "\e632";
}
.icon-skip:before {
content: "\e633";
}
.icon-import:before {
content: "\e634";
}
.icon-work:before {
content: "\e635";
}
.icon-bad:before {
content: "\e636";
}
.icon-filter:before {
content: "\e637";
}
.icon-qrcode:before {
content: "\e638";
}
.icon-scanning1:before {
content: "\e639";
}
.icon-secure:before {
content: "\e63a";
}
.icon-fav:before {
content: "\e63b";
}
.icon-wifi:before {
content: "\e63c";
}
.icon-scan1:before {
content: "\e63d";
}
.icon-refresh2:before {
content: "\e63e";
}
.icon-home2:before {
content: "\e63f";
}
.icon-add:before {
content: "\e640";
}
.icon-noselect:before {
content: "\e641";
}
.icon-time1:before {
content: "\e642";
}
.icon-help1:before {
content: "\e643";
}
.icon-faild:before {
content: "\e644";
}
.icon-success1:before {
content: "\e645";
}
.icon-success-result:before {
content: "\e646";
}
.icon-help-result:before {
content: "\e647";
}
.icon-warning-result:before {
content: "\e648";
}
.icon-error-result:before {
content: "\e649";
}
| 0.327668 | 0.107719 |
@charset "UTF-8";
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Regular.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Regular.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Regular.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Regular.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Regular.svg) format('svg');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Italic.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Italic.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Italic.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Italic.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Italic.svg) format('svg');
font-weight: 400;
font-style: italic
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Light.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Light.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Light.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Light.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Light.svg) format('svg');
font-weight: 100;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Medium.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Medium.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Medium.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Medium.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Medium.svg) format('svg');
font-weight: 500;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-SemiBold.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-SemiBold.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-SemiBold.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-SemiBold.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-SemiBold.svg) format('svg');
font-weight: 600;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Bold.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Bold.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Bold.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Bold.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Bold.svg) format('svg');
font-weight: 700;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.svg) format('svg');
font-weight: 800;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Heavy.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Heavy.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Heavy.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Heavy.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Heavy.svg) format('svg');
font-weight: 900;
font-style: normal
}
|
public/assets/fonts/cerebrisans/cerebrisans.css
|
@charset "UTF-8";
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Regular.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Regular.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Regular.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Regular.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Regular.svg) format('svg');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Italic.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Italic.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Italic.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Italic.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Italic.svg) format('svg');
font-weight: 400;
font-style: italic
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Light.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Light.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Light.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Light.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Light.svg) format('svg');
font-weight: 100;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Medium.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Medium.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Medium.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Medium.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Medium.svg) format('svg');
font-weight: 500;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-SemiBold.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-SemiBold.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-SemiBold.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-SemiBold.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-SemiBold.svg) format('svg');
font-weight: 600;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Bold.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Bold.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Bold.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Bold.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Bold.svg) format('svg');
font-weight: 700;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-ExtraBold.svg) format('svg');
font-weight: 800;
font-style: normal
}
@font-face {
font-family: 'CerebriSans';
src: url(assets/fonts/cerebrisans/CerebriSans-Heavy.eot);
src: url(assets/fonts/cerebrisans/CerebriSans-Heavy.eot#iefix) format('embedded-opentype'), url(assets/fonts/cerebrisans/CerebriSans-Heavy.ttf) format('truetype'), url(assets/fonts/cerebrisans/CerebriSans-Heavy.woff) format('woff'), url(assets/fonts/cerebrisans/CerebriSans-Heavy.svg) format('svg');
font-weight: 900;
font-style: normal
}
| 0.287968 | 0.125788 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html, body {
height: 100%;
width: 100%;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.navbar {
padding: .8rem;
}
.navbar-nav li {
padding: 20px;
}
.nav-link {
font-size: 1.1em !important;
}
.carousel-inner img {
width: 100%;
height: 100%;
}
.carousel-caption {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.carousel-caption h1 {
font-size: 500%;
text-transform: uppercase;
text-shadow: 1px 1px 20px #000;
}
.carousel-caption h3 {
font-size: 200%;
font-weight: 500;
text-shadow: 1px 1px 10px #000;
padding-bottom: 1rem;
}
.video-fluid{
width: 100%;
}
.jumbotron {
padding: 1rem;
border-radius: 0;
}
.welcome {
width: 75%;
margin: 0 auto;
padding-top: 2rem;
}
.welcome hr{
border-top: 2px solid #b4b4b4;
width: 95%;
margin-top: .3rem;
margin-bottom: 1rem;
}
.fa-calendar-alt{
color: blue;
font-size: 4em;
margin: 1rem;
}
.fa-sitemap{
color: magenta;
font-size: 4em;
margin: 1rem;
}
.fa-chart-line{
color: yellowgreen;
font-size: 4em;
margin: 1rem;
}
.social a{
font-size: 4.5em;
padding: 3rem;
}
.fa-facebook{
color: #3b5998;
}
.fa-linkedin{
color: #0077B5;
}
.fa-instagram{
color: #262626;
}
.fa-twitter{
color: #1DA1F2;
}
.fa-facebook:hover,
.fa-linkedin:hover,
.fa-instagram:hover,
.fa-twitter:hover{
color: #d5d5d5;
}
.padding {
padding-bottom: 2rem;
}
.contact-form {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.contact-form-sm {
padding-top: 24px;
padding-bottom: 24px;
}
.contact-form small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}
.modal-dialog {
max-width: 650px;
margin: 30px auto;
}
.modal-body {
position:relative;
padding:0px;
min-height:400px;
background:#ccc;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}
#image {
min-height:200px;
}
footer{
background-color: #3f3f3f;
color: #d5d5d5;
padding-top: 2rem;
}
hr.light {
border-top: 1px solid #d5d5d5;
width: 75%;
margin-top: .8rem;
margin-bottom: 1rem;
}
hr.light-footer {
border-top: 1px solid #d5d5d5;
width: 100%;
margin-top: .8rem;
margin-bottom: 1rem;
}
footer a {
color: #d5d5d5;
}
/*---Media Queries --*/
@media (max-width: 992px) {
.social a {
font-size: 4em;
padding: 2rem;
}
}
@media (max-width: 768px) {
.carousel-caption {
top: 45%;
}
.carousel-caption h1 {
font-size: 350%;
}
.carousel-caption h3 {
font-size: 140%;
font-weight: 400;
padding-bottom: .2rem;
}
.carousel-caption .btn{
font-size: 95%;
padding: 8px 14px;
}
.video-fluid{
width: 98%;
}
.display-4 {
font-size: 200%;
}
.social a {
font-size: 2.5em;
padding: 1.2rem;
}
.modal-dialog {
width: 95%;
}
}
@media (max-width: 576px) {
.carousel-caption {
top: 40%;
}
.carousel-caption h1 {
font-size: 250%;
}
.carousel-caption h3 {
font-size: 110%;
}
.carousel-caption .btn{
font-size: 90%;
padding: 4px 8px;
}
.video-fluid{
width: 98%;
}
.display-4 {
font-size: 160%;
}
.social a {
font-size: 2em;
padding: .7rem;
}
.carousel-indicators {
display: none;
}
.modal-dialog {
width: 90%;
}
.modal-body {
padding:0px;
min-height:200px;
}
}
/*---Firefox Bug Fix --*/
.carousel-item {
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
position: relative;
width: 100%;
height: 60%;
margin: 0!important;
}
.fixed-wrap {
clip: rect(0, auto, auto, 0);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#fixed {
background-image: url('img/backgroundG.png');
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
padding: 1rem;
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
|
style.css
|
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html, body {
height: 100%;
width: 100%;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.navbar {
padding: .8rem;
}
.navbar-nav li {
padding: 20px;
}
.nav-link {
font-size: 1.1em !important;
}
.carousel-inner img {
width: 100%;
height: 100%;
}
.carousel-caption {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.carousel-caption h1 {
font-size: 500%;
text-transform: uppercase;
text-shadow: 1px 1px 20px #000;
}
.carousel-caption h3 {
font-size: 200%;
font-weight: 500;
text-shadow: 1px 1px 10px #000;
padding-bottom: 1rem;
}
.video-fluid{
width: 100%;
}
.jumbotron {
padding: 1rem;
border-radius: 0;
}
.welcome {
width: 75%;
margin: 0 auto;
padding-top: 2rem;
}
.welcome hr{
border-top: 2px solid #b4b4b4;
width: 95%;
margin-top: .3rem;
margin-bottom: 1rem;
}
.fa-calendar-alt{
color: blue;
font-size: 4em;
margin: 1rem;
}
.fa-sitemap{
color: magenta;
font-size: 4em;
margin: 1rem;
}
.fa-chart-line{
color: yellowgreen;
font-size: 4em;
margin: 1rem;
}
.social a{
font-size: 4.5em;
padding: 3rem;
}
.fa-facebook{
color: #3b5998;
}
.fa-linkedin{
color: #0077B5;
}
.fa-instagram{
color: #262626;
}
.fa-twitter{
color: #1DA1F2;
}
.fa-facebook:hover,
.fa-linkedin:hover,
.fa-instagram:hover,
.fa-twitter:hover{
color: #d5d5d5;
}
.padding {
padding-bottom: 2rem;
}
.contact-form {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.contact-form-sm {
padding-top: 24px;
padding-bottom: 24px;
}
.contact-form small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}
.modal-dialog {
max-width: 650px;
margin: 30px auto;
}
.modal-body {
position:relative;
padding:0px;
min-height:400px;
background:#ccc;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}
#image {
min-height:200px;
}
footer{
background-color: #3f3f3f;
color: #d5d5d5;
padding-top: 2rem;
}
hr.light {
border-top: 1px solid #d5d5d5;
width: 75%;
margin-top: .8rem;
margin-bottom: 1rem;
}
hr.light-footer {
border-top: 1px solid #d5d5d5;
width: 100%;
margin-top: .8rem;
margin-bottom: 1rem;
}
footer a {
color: #d5d5d5;
}
/*---Media Queries --*/
@media (max-width: 992px) {
.social a {
font-size: 4em;
padding: 2rem;
}
}
@media (max-width: 768px) {
.carousel-caption {
top: 45%;
}
.carousel-caption h1 {
font-size: 350%;
}
.carousel-caption h3 {
font-size: 140%;
font-weight: 400;
padding-bottom: .2rem;
}
.carousel-caption .btn{
font-size: 95%;
padding: 8px 14px;
}
.video-fluid{
width: 98%;
}
.display-4 {
font-size: 200%;
}
.social a {
font-size: 2.5em;
padding: 1.2rem;
}
.modal-dialog {
width: 95%;
}
}
@media (max-width: 576px) {
.carousel-caption {
top: 40%;
}
.carousel-caption h1 {
font-size: 250%;
}
.carousel-caption h3 {
font-size: 110%;
}
.carousel-caption .btn{
font-size: 90%;
padding: 4px 8px;
}
.video-fluid{
width: 98%;
}
.display-4 {
font-size: 160%;
}
.social a {
font-size: 2em;
padding: .7rem;
}
.carousel-indicators {
display: none;
}
.modal-dialog {
width: 90%;
}
.modal-body {
padding:0px;
min-height:200px;
}
}
/*---Firefox Bug Fix --*/
.carousel-item {
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
position: relative;
width: 100%;
height: 60%;
margin: 0!important;
}
.fixed-wrap {
clip: rect(0, auto, auto, 0);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#fixed {
background-image: url('img/backgroundG.png');
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
padding: 1rem;
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
| 0.435061 | 0.076098 |
text-align : right;
margin-top : -32px;
}
#navDivIcons button{
background : transparent;
margin-top : 7px;
padding : 5px 15px 6px 15px;
}
#navDivNameWindow{
text-align : center;
margin-top : -24px;
font-size : 12px;
}
#navDivIcons button:hover{
background : var(--gray-6-color);
}
#navNameWindow{
text-align : center;
}
#navDivNameWindow span{
color : var(--white-2-color);
}
#panelLeftTools{
position : absolute;
background : var(--dark-color);
left : 0;
top : 0;
bottom : 0;
z-index : 100;
width : 50px;
user-select : none !important;
}
#panelLeftTools i{
margin-top : 0;
padding-top : 6px;
}
.menuSvgIcon{
width : 21px !important;
height : 21px !important;
}
#panelLeftTools svg{
width : 30px;
height : 30px;
fill : var(--gray-7-color);
}
#panelLeftTools svg:hover{
fill : var(--white-5-color);
}
#panelLeftTools ul:first-child{
list-style : none;
margin-left : -37px;
margin-top : 45px;
font-size : 25px;
}
#panelLeftTools li:first-child{
margin-top : -7px;
margin-left : 4px;
}
#panelLeftTools li:nth-child(2){
margin-top : 11px;
}
#panelLeftTools li{
margin-bottom : -5px;
margin-top : 25px;
}
#settingExplorerToolUl{
list-style : none;
position : absolute;
left : -43px;
bottom : 15px;
font-size : 25px;
}
#panelLeftTools button{
background : transparent;
color : var(--gray-7-color);
border-left : 2px solid transparent;
}
#panelLeftTools button:hover{
color : var(--white-5-color);
}
.rightSearch{
float : right;
}
.ui.multiple.dropdown > .label{
-webkit-user-select : none;
-moz-user-select : none;
-ms-user-select : none;
user-select : none;
display : inline-block;
vertical-align : top;
white-space : normal;
box-shadow : none;
border : 0;
outline : 0;
}
body.running .statusPanel{
background : var(--main-green-2-color) !important;
}
div.action-holder{
width : 240px;
float : left;
max-width : 240px;
padding-top : 22px;
border : 0;
outline : 0;
}
#navBarCustom{
position : absolute;
left : 0;
right : 0;
top : 0;
z-index : 1000;
user-select : none !important;
}
#navBarMoveFrame{
position : absolute;
left : 45px;
right : 160px;
top : 0;
background : transparent;
height : 30px;
-webkit-app-region : drag;
user-select : none !important;
}
#navBarCustom img{
width : 20px;
height : 20px;
margin-top : 5px;
margin-left : 10px;
}
div.event-action-holder{
width : 240px;
float : left;
max-width : 240px;
padding-top : 22px;
border : 0;
outline : 0;
}
div.footer{
position : static;
float : left;
right : 0;
bottom : 100px;
left : 220px;
width : 100%;
text-align : left;
border : 0 !important;
outline : 0 !important;
}
div.actionButtonDiv{
width : 90%;
padding : 10px 10px 10px 0;
text-align : left;
border : 0;
outline : 0;
}
button.actionButtons{
width : 120px;
padding-right : 20px;
padding-left : 20px;
float : right;
border : 0;
outline : 0;
}
div.infooter ul{
list-style : none;
display : inline-flex;
}
div.tabs{
overflow : hidden;
border : 0;
background : var(--gray-5-color);
color : var(--white-4-color);
outline : 0;
}
div.tabs button{
width : 33%;
float : left;
border : none;
background : var(--gray-5-color);
color : var(--white-4-color);
outline : none;
cursor : pointer;
padding : 12px 20px;
transition : 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
border : 0;
outline : 0;
}
div.tabs button:hover{
background : var(--gray-5-color);
--white-2-color : var(--white-2-color);
border : 0;
outline : 0;
}
div.tabs button.active{
background : var(--gray-5-color);
--white-2-color : var(--white-2-color);
border : 0;
outline : 0;
}
#linkVideo{
margin-top : -10px;
list-style : none;
display : inline-flex;
}
#linkVideo li{
margin-right : 10px;
}
#createnewevent{
display : none;
opacity : 0;
}
.action-holder .button{
margin-top : 23px;
margin-bottom : 10px !important;
width : 0 !important;
height : 26px !important;
padding : 0 !important;
border-radius : 3px !important;
background : var(--main-color) !important;
}
.event-action-holder .button{
margin-top : 23px;
margin-bottom : 10px !important;
width : 0 !important;
height : 26px !important;
padding : 0 !important;
border-radius : 3px !important;
background : var(--main-color) !important;
}
div.myactions{
overflow-y : auto;
overflow-x : hidden;
border : 0;
outline : 0;
background-color : transparent;
}
#explorerAdd{
position : absolute;
left : 20px;
top : 67px;
margin-left : 35px;
}
.commandsExplorer{
margin-bottom : 0;
font-weight : normal;
font-size : 14px;
color : var(--white-color);
opacity : 0;
}
.eventsExplorer{
color : var(--main-dark-color);
margin-bottom : 3px;
font-weight : normal;
font-size : 14px;
opacity : 0;
}
#explorerEventAdd{
position : absolute;
left : 20px;
top : 67px;
margin-left : 35px;
}
#explorerName{
font-weight : normal;
margin-bottom : 18px;
}
#explorerEventName{
font-weight : normal;
margin-bottom : 18px;
}
.myactionsExplorer{
margin-top : -59px;
margin-left : 35px;
}
.myeventExplorer{
margin-top : -59px;
margin-left : 35px;
}
#actions{
height : 89vh !important;
padding-bottom : 45vh;
margin-left : -20px;
overflow-y : scroll !important;
}
#actionsPanel{
background : var(--dark-color);
width : 100%;
padding : 5px;
bottom : 0;
left : 0;
position : absolute;
cursor : default;
border-radius : 0;
display : inline-flex;
transition : 0.2s ease-in-out;
color : var(--white-4-color);
z-index : 500;
user-select : none !important;
}
#iconsPanel li{
transition : 0s ease !important;
}
#iconsPanel button{
transition : 0s ease !important;
}
#iconsPanel button:hover{
color : var(--dark-3-color);
}
#iconsPanel li:hover:first-child{
color : var(--white-color);
}
#iconsPanel li:hover{
color : var(--dark-3-color);
}
.iconActiveCustom{
color : var(--white-color);
}
#actionsPanel .statusPanel{
transition : 0s ease;
background : transparent;
margin-top : 4px;
margin-left : 8px;
height : 12px;
width : 12px;
border-radius : 50%;
cursor : default;
}
#actionsPanel .statusTextPanel{
margin-left : 5px;
}
#actionsPanel .icons{
list-style : none;
display : inline-flex;
position : absolute;
right : 5px;
top : 0;
}
#actionsPanel .icons li{
line-height : 0;
margin-left : 10px;
}
#actionsPanel .icons li:last-child{
margin-right : 5px;
}
div.emyactions{
margin-top : -4.1px;
overflow-y : auto;
overflow-x : hidden;
background-color : transparent;
border : 0;
outline : 0;
}
#event-actions{
height : 89vh !important;
padding-bottom : 45vh;
margin-left : -20px;
overflow-y : scroll !important;
}
#event-actions button:hover, button.active{
background : var(--dark-2-color)
}
#CommandNameDefualt, #CommandTypeDefualt, #CommandRestDefualt, #CommandPermsDefualt, .hiddenEvent{
display : none !important;
}
.page, #CommandNameDefualt{
display : none;
}
#id_tabs{
margin-left : 226px;
margin-top : 11px;
}
#id_tabs_main div ul{
display : inline-flex;
}
#id_tabs_main div ul li{
margin-right : 20px;
}
button#a_tab_com,
button#a_tab_eve,
button#a_tab_sets{
background-color : transparent !important;
height : 35px;
border-radius : 3px;
font-family : 'Poppins', sans-serif;
padding : 0;
color : var(--white-color);
transition : 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
outline : 0;
margin-top : 10px;
border-bottom : 1px solid transparent;
font-weight : normal !important;
z-index : 999 !important;
}
button#a_tab_com.active,
button#a_tab_com.active:hover,
button#a_tab_eve.active,
button#a_tab_eve.active:hover,
button#a_tab_sets.active,
button#a_tab_sets.active:hover{
border-bottom : 1px solid var(--main-color);
}
#com_actions{
top : 76px;
left : 265px;
position : absolute;
}
#actionsHeader{
display : inline-flex;
}
#eventsHeader{
display : inline-flex;
list-style : none;
}
#eve_actions{
top : 76px;
left : 265px;
position : absolute;
}
#Settings{
margin-left : 40px;
}
#aliases,
#moduleManager{
height : 380px;
border-radius : 10px;
background-color : var(--dark-color);
color : var(--white-color);
border : 0;
outline : 0;
}
.modalChild{
height : 240px;
margin-left : 70px;
margin-top : 15px;
overflow-y : scroll;
border : 0;
outline : 0;
}
.ui.button{
border-radius : 3px;
background : var(--main-color);
color : var(--white-2-color);
transition : 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
border : 0;
outline : 0;
}
.ui.button:hover{
background : var(--main-color);
color : var(--white-2-color);
border : 0;
outline : 0;
}
.ui.button:focus{
background : var(--main-color);
color : var(--white-2-color);
border : 0;
outline : 0;
}
.ui.fluid.dropdown,
.ui.dropdown{
border : 0;
outline : 0;
color : var(--white-4-color);
background : var(--gray-5-color);
transition : 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
border-radius : 3px;
}
.ui.fluid.dropdown:hover,
.ui.dropdown:hover{
color : var(--white-2-color);
border : 0;
outline : 0;
background : var(--gray-5-color);
border-radius : 3px;
}
.ui.fluid.dropdown:active,
.ui.fluid.dropdown:focus,
.ui.dropdown:active,
.ui.dropdown:focus{
color : var(--white-2-color);
border : 0;
outline : 0;
background : var(--gray-5-color);
border-radius : 3px;
}
.ui.fluid.dropdown > .menu,
.ui.dropdown > .menu{
background : var(--gray-5-color);
border : 0;
outline : 0;
box-shadow : none;
border-radius : 0 0 3px 3px;
}
.ui.dropdown .menu .active.item{
border : 0;
outline : 0;
color : var(--white-2-color);
background : var(--gray-5-color);
}
.ui.dropdown .menu > .item{
color : var(--white-color);
border : 0;
outline : 0;
}
.ui.dropdown .menu > .item:hover{
border : 0;
color : var(--white-2-color);
background : var(--gray-4-color);
}
.ui.selection.dropdown .menu > .item{
line-height : 20px;
border : 0 !important;
outline : 0 !important;
}
.ui.selection.dropdown:hover{
box-shadow : none;
}
.ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu{
border : 0;
outline : 0;
box-shadow : none;
}
.ui.selection.dropdown:focus,
.ui.selection.dropdown:focus .menu{
border : 0;
outline : 0;
box-shadow : none;
}
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:active,
.ui.selection.active.dropdown:active .menu,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown:hover .menu{
border : 0;
outline : 0;
box-shadow : none;
}
.settings.round{
border : 0;
outline : 0;
color : var(--white-4-color);
background : var(--gray-5-color);
}
.ui.piled.segments,
.ui.piled.segment{
background : var(--dark-color);
margin-left : -14px;
overflow : hidden;
}
.lastButton{
margin-right : 0 !important;
}
#infooterHeader{
position : absolute;
right : 20px;
top : 53px;
left : 280px;
}
#infooterHeader button{
border-radius : 3px;
}
#infooterHeader li{
margin-left : 5px;
}
#com_actions_CustomDiv{
margin-top : 19px;
margin-left : 14px;
}
#com_events_CustomDiv{
margin-top : 23px;
margin-left : 14px;
}
#infooterEventsHeader{
position : absolute;
right : 20px;
top : 53px;
left : 280px;
}
#infooterEventsHeader ul{
list-style : none;
}
#infooterEventsHeader button{
border-radius : 3px;
}
#infooterEventsHeader li{
margin-left : 5px;
}
.noFooterAction{
margin-top : 75px;
height : 81vh !important;
padding-bottom : 45vh;
overflow : hidden;
background : var(--dark-color) !important;
overflow-y : scroll;
}
.noFooterEvents{
margin-top : 75px !important;
height : 81vh !important;
padding-bottom : 45vh;
overflow : hidden;
background : var(--dark-color) !important;
overflow-y : scroll;
}
#panelCommandTools{
background : var(--dark-2-color);
position : absolute;
top : 97px;
left : 54px;
padding : 3px;
border-radius : 3px;
z-index : 450;
width : 202px;
min-height : 70px;
max-height : 1000px;
overflow : visible;
transition : 0.1s linear;
}
.cutomActiveTabStyle{
border-bottom : 1px solid var(--main-color);
color : var(--white-2-color);
}
.buttonMore{
width : 100%;
margin-top : 5px;
}
#generalSearchList li,
#actionsSearchList li{
margin-top : 3px;
}
#actionsSearchList button,
#generalSearchList button{
width : 100% !important;
height : 25px;
overflow : hidden;
background : transparent;
}
#generalSearchList button:hover,
#actionsSearchList button:hover{
background : var(--dark-2-color);
}
#actionsSearchList{
list-style : decimal !important;
}
#actionsSearchList{
height : 300px;
overflow : scroll;
margin-left : -75px;
text-align : left !important;
float : left !important;
}
#actionsSearchList div:nth-child(1){
margin-left : 120px !important;
display : inline !important;
text-align : left !important;
}
#generalSearchList{
margin-left : -75px;
height : 300px;
overflow : scroll;
}
.settingsUlToolBar {
margin-top : 5px;
margin-bottom : 0;
list-style : none;
margin-left : -40px;
}
.settingsUlToolBar li {
margin-bottom : 5px;
}
.settingsUlToolBar li:last-child{
margin-bottom : 0;
}
#saveAndQuit{
margin-left : -190px;
background : var(--dark-color);
color : var(--white-color);
border-radius : 3px;
border : none;
width : 300px;
font-weight : normal;
padding : 10px;
}
#saveAndQuit ul{
list-style : none;
float : left;
}
#saveAndQuit ul li:first-child{
font-size : 18px;
margin-bottom : 10px;
}
#cooldown{
height : 175px;
margin-left : -220px;
width : 400px;
border-radius : 3px;
background : var(--dark-color);
border : none;
padding : 12px;
}
#text-cooldown{
float : left;
color : var(--main-dark-color);
}
#aliases{
margin-left : -260px;
border-radius : 3px;
background : var(--dark-color);
border : none;
padding : 12px;
width : 500px;
height : 400px;
}
#alias-table{
background : var(--dark-color);
color : var(--white-color);
}
#text-alias{
float : left;
color : var(--main-dark-color);
}
#alias-input{
background : var(--gray-2-color);
}
#alias-input:hover{
background : var(--gray-2-color);
}
|
Horizon/main.css
|
text-align : right;
margin-top : -32px;
}
#navDivIcons button{
background : transparent;
margin-top : 7px;
padding : 5px 15px 6px 15px;
}
#navDivNameWindow{
text-align : center;
margin-top : -24px;
font-size : 12px;
}
#navDivIcons button:hover{
background : var(--gray-6-color);
}
#navNameWindow{
text-align : center;
}
#navDivNameWindow span{
color : var(--white-2-color);
}
#panelLeftTools{
position : absolute;
background : var(--dark-color);
left : 0;
top : 0;
bottom : 0;
z-index : 100;
width : 50px;
user-select : none !important;
}
#panelLeftTools i{
margin-top : 0;
padding-top : 6px;
}
.menuSvgIcon{
width : 21px !important;
height : 21px !important;
}
#panelLeftTools svg{
width : 30px;
height : 30px;
fill : var(--gray-7-color);
}
#panelLeftTools svg:hover{
fill : var(--white-5-color);
}
#panelLeftTools ul:first-child{
list-style : none;
margin-left : -37px;
margin-top : 45px;
font-size : 25px;
}
#panelLeftTools li:first-child{
margin-top : -7px;
margin-left : 4px;
}
#panelLeftTools li:nth-child(2){
margin-top : 11px;
}
#panelLeftTools li{
margin-bottom : -5px;
margin-top : 25px;
}
#settingExplorerToolUl{
list-style : none;
position : absolute;
left : -43px;
bottom : 15px;
font-size : 25px;
}
#panelLeftTools button{
background : transparent;
color : var(--gray-7-color);
border-left : 2px solid transparent;
}
#panelLeftTools button:hover{
color : var(--white-5-color);
}
.rightSearch{
float : right;
}
.ui.multiple.dropdown > .label{
-webkit-user-select : none;
-moz-user-select : none;
-ms-user-select : none;
user-select : none;
display : inline-block;
vertical-align : top;
white-space : normal;
box-shadow : none;
border : 0;
outline : 0;
}
body.running .statusPanel{
background : var(--main-green-2-color) !important;
}
div.action-holder{
width : 240px;
float : left;
max-width : 240px;
padding-top : 22px;
border : 0;
outline : 0;
}
#navBarCustom{
position : absolute;
left : 0;
right : 0;
top : 0;
z-index : 1000;
user-select : none !important;
}
#navBarMoveFrame{
position : absolute;
left : 45px;
right : 160px;
top : 0;
background : transparent;
height : 30px;
-webkit-app-region : drag;
user-select : none !important;
}
#navBarCustom img{
width : 20px;
height : 20px;
margin-top : 5px;
margin-left : 10px;
}
div.event-action-holder{
width : 240px;
float : left;
max-width : 240px;
padding-top : 22px;
border : 0;
outline : 0;
}
div.footer{
position : static;
float : left;
right : 0;
bottom : 100px;
left : 220px;
width : 100%;
text-align : left;
border : 0 !important;
outline : 0 !important;
}
div.actionButtonDiv{
width : 90%;
padding : 10px 10px 10px 0;
text-align : left;
border : 0;
outline : 0;
}
button.actionButtons{
width : 120px;
padding-right : 20px;
padding-left : 20px;
float : right;
border : 0;
outline : 0;
}
div.infooter ul{
list-style : none;
display : inline-flex;
}
div.tabs{
overflow : hidden;
border : 0;
background : var(--gray-5-color);
color : var(--white-4-color);
outline : 0;
}
div.tabs button{
width : 33%;
float : left;
border : none;
background : var(--gray-5-color);
color : var(--white-4-color);
outline : none;
cursor : pointer;
padding : 12px 20px;
transition : 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
border : 0;
outline : 0;
}
div.tabs button:hover{
background : var(--gray-5-color);
--white-2-color : var(--white-2-color);
border : 0;
outline : 0;
}
div.tabs button.active{
background : var(--gray-5-color);
--white-2-color : var(--white-2-color);
border : 0;
outline : 0;
}
#linkVideo{
margin-top : -10px;
list-style : none;
display : inline-flex;
}
#linkVideo li{
margin-right : 10px;
}
#createnewevent{
display : none;
opacity : 0;
}
.action-holder .button{
margin-top : 23px;
margin-bottom : 10px !important;
width : 0 !important;
height : 26px !important;
padding : 0 !important;
border-radius : 3px !important;
background : var(--main-color) !important;
}
.event-action-holder .button{
margin-top : 23px;
margin-bottom : 10px !important;
width : 0 !important;
height : 26px !important;
padding : 0 !important;
border-radius : 3px !important;
background : var(--main-color) !important;
}
div.myactions{
overflow-y : auto;
overflow-x : hidden;
border : 0;
outline : 0;
background-color : transparent;
}
#explorerAdd{
position : absolute;
left : 20px;
top : 67px;
margin-left : 35px;
}
.commandsExplorer{
margin-bottom : 0;
font-weight : normal;
font-size : 14px;
color : var(--white-color);
opacity : 0;
}
.eventsExplorer{
color : var(--main-dark-color);
margin-bottom : 3px;
font-weight : normal;
font-size : 14px;
opacity : 0;
}
#explorerEventAdd{
position : absolute;
left : 20px;
top : 67px;
margin-left : 35px;
}
#explorerName{
font-weight : normal;
margin-bottom : 18px;
}
#explorerEventName{
font-weight : normal;
margin-bottom : 18px;
}
.myactionsExplorer{
margin-top : -59px;
margin-left : 35px;
}
.myeventExplorer{
margin-top : -59px;
margin-left : 35px;
}
#actions{
height : 89vh !important;
padding-bottom : 45vh;
margin-left : -20px;
overflow-y : scroll !important;
}
#actionsPanel{
background : var(--dark-color);
width : 100%;
padding : 5px;
bottom : 0;
left : 0;
position : absolute;
cursor : default;
border-radius : 0;
display : inline-flex;
transition : 0.2s ease-in-out;
color : var(--white-4-color);
z-index : 500;
user-select : none !important;
}
#iconsPanel li{
transition : 0s ease !important;
}
#iconsPanel button{
transition : 0s ease !important;
}
#iconsPanel button:hover{
color : var(--dark-3-color);
}
#iconsPanel li:hover:first-child{
color : var(--white-color);
}
#iconsPanel li:hover{
color : var(--dark-3-color);
}
.iconActiveCustom{
color : var(--white-color);
}
#actionsPanel .statusPanel{
transition : 0s ease;
background : transparent;
margin-top : 4px;
margin-left : 8px;
height : 12px;
width : 12px;
border-radius : 50%;
cursor : default;
}
#actionsPanel .statusTextPanel{
margin-left : 5px;
}
#actionsPanel .icons{
list-style : none;
display : inline-flex;
position : absolute;
right : 5px;
top : 0;
}
#actionsPanel .icons li{
line-height : 0;
margin-left : 10px;
}
#actionsPanel .icons li:last-child{
margin-right : 5px;
}
div.emyactions{
margin-top : -4.1px;
overflow-y : auto;
overflow-x : hidden;
background-color : transparent;
border : 0;
outline : 0;
}
#event-actions{
height : 89vh !important;
padding-bottom : 45vh;
margin-left : -20px;
overflow-y : scroll !important;
}
#event-actions button:hover, button.active{
background : var(--dark-2-color)
}
#CommandNameDefualt, #CommandTypeDefualt, #CommandRestDefualt, #CommandPermsDefualt, .hiddenEvent{
display : none !important;
}
.page, #CommandNameDefualt{
display : none;
}
#id_tabs{
margin-left : 226px;
margin-top : 11px;
}
#id_tabs_main div ul{
display : inline-flex;
}
#id_tabs_main div ul li{
margin-right : 20px;
}
button#a_tab_com,
button#a_tab_eve,
button#a_tab_sets{
background-color : transparent !important;
height : 35px;
border-radius : 3px;
font-family : 'Poppins', sans-serif;
padding : 0;
color : var(--white-color);
transition : 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
outline : 0;
margin-top : 10px;
border-bottom : 1px solid transparent;
font-weight : normal !important;
z-index : 999 !important;
}
button#a_tab_com.active,
button#a_tab_com.active:hover,
button#a_tab_eve.active,
button#a_tab_eve.active:hover,
button#a_tab_sets.active,
button#a_tab_sets.active:hover{
border-bottom : 1px solid var(--main-color);
}
#com_actions{
top : 76px;
left : 265px;
position : absolute;
}
#actionsHeader{
display : inline-flex;
}
#eventsHeader{
display : inline-flex;
list-style : none;
}
#eve_actions{
top : 76px;
left : 265px;
position : absolute;
}
#Settings{
margin-left : 40px;
}
#aliases,
#moduleManager{
height : 380px;
border-radius : 10px;
background-color : var(--dark-color);
color : var(--white-color);
border : 0;
outline : 0;
}
.modalChild{
height : 240px;
margin-left : 70px;
margin-top : 15px;
overflow-y : scroll;
border : 0;
outline : 0;
}
.ui.button{
border-radius : 3px;
background : var(--main-color);
color : var(--white-2-color);
transition : 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
border : 0;
outline : 0;
}
.ui.button:hover{
background : var(--main-color);
color : var(--white-2-color);
border : 0;
outline : 0;
}
.ui.button:focus{
background : var(--main-color);
color : var(--white-2-color);
border : 0;
outline : 0;
}
.ui.fluid.dropdown,
.ui.dropdown{
border : 0;
outline : 0;
color : var(--white-4-color);
background : var(--gray-5-color);
transition : 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
border-radius : 3px;
}
.ui.fluid.dropdown:hover,
.ui.dropdown:hover{
color : var(--white-2-color);
border : 0;
outline : 0;
background : var(--gray-5-color);
border-radius : 3px;
}
.ui.fluid.dropdown:active,
.ui.fluid.dropdown:focus,
.ui.dropdown:active,
.ui.dropdown:focus{
color : var(--white-2-color);
border : 0;
outline : 0;
background : var(--gray-5-color);
border-radius : 3px;
}
.ui.fluid.dropdown > .menu,
.ui.dropdown > .menu{
background : var(--gray-5-color);
border : 0;
outline : 0;
box-shadow : none;
border-radius : 0 0 3px 3px;
}
.ui.dropdown .menu .active.item{
border : 0;
outline : 0;
color : var(--white-2-color);
background : var(--gray-5-color);
}
.ui.dropdown .menu > .item{
color : var(--white-color);
border : 0;
outline : 0;
}
.ui.dropdown .menu > .item:hover{
border : 0;
color : var(--white-2-color);
background : var(--gray-4-color);
}
.ui.selection.dropdown .menu > .item{
line-height : 20px;
border : 0 !important;
outline : 0 !important;
}
.ui.selection.dropdown:hover{
box-shadow : none;
}
.ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu{
border : 0;
outline : 0;
box-shadow : none;
}
.ui.selection.dropdown:focus,
.ui.selection.dropdown:focus .menu{
border : 0;
outline : 0;
box-shadow : none;
}
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:active,
.ui.selection.active.dropdown:active .menu,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown:hover .menu{
border : 0;
outline : 0;
box-shadow : none;
}
.settings.round{
border : 0;
outline : 0;
color : var(--white-4-color);
background : var(--gray-5-color);
}
.ui.piled.segments,
.ui.piled.segment{
background : var(--dark-color);
margin-left : -14px;
overflow : hidden;
}
.lastButton{
margin-right : 0 !important;
}
#infooterHeader{
position : absolute;
right : 20px;
top : 53px;
left : 280px;
}
#infooterHeader button{
border-radius : 3px;
}
#infooterHeader li{
margin-left : 5px;
}
#com_actions_CustomDiv{
margin-top : 19px;
margin-left : 14px;
}
#com_events_CustomDiv{
margin-top : 23px;
margin-left : 14px;
}
#infooterEventsHeader{
position : absolute;
right : 20px;
top : 53px;
left : 280px;
}
#infooterEventsHeader ul{
list-style : none;
}
#infooterEventsHeader button{
border-radius : 3px;
}
#infooterEventsHeader li{
margin-left : 5px;
}
.noFooterAction{
margin-top : 75px;
height : 81vh !important;
padding-bottom : 45vh;
overflow : hidden;
background : var(--dark-color) !important;
overflow-y : scroll;
}
.noFooterEvents{
margin-top : 75px !important;
height : 81vh !important;
padding-bottom : 45vh;
overflow : hidden;
background : var(--dark-color) !important;
overflow-y : scroll;
}
#panelCommandTools{
background : var(--dark-2-color);
position : absolute;
top : 97px;
left : 54px;
padding : 3px;
border-radius : 3px;
z-index : 450;
width : 202px;
min-height : 70px;
max-height : 1000px;
overflow : visible;
transition : 0.1s linear;
}
.cutomActiveTabStyle{
border-bottom : 1px solid var(--main-color);
color : var(--white-2-color);
}
.buttonMore{
width : 100%;
margin-top : 5px;
}
#generalSearchList li,
#actionsSearchList li{
margin-top : 3px;
}
#actionsSearchList button,
#generalSearchList button{
width : 100% !important;
height : 25px;
overflow : hidden;
background : transparent;
}
#generalSearchList button:hover,
#actionsSearchList button:hover{
background : var(--dark-2-color);
}
#actionsSearchList{
list-style : decimal !important;
}
#actionsSearchList{
height : 300px;
overflow : scroll;
margin-left : -75px;
text-align : left !important;
float : left !important;
}
#actionsSearchList div:nth-child(1){
margin-left : 120px !important;
display : inline !important;
text-align : left !important;
}
#generalSearchList{
margin-left : -75px;
height : 300px;
overflow : scroll;
}
.settingsUlToolBar {
margin-top : 5px;
margin-bottom : 0;
list-style : none;
margin-left : -40px;
}
.settingsUlToolBar li {
margin-bottom : 5px;
}
.settingsUlToolBar li:last-child{
margin-bottom : 0;
}
#saveAndQuit{
margin-left : -190px;
background : var(--dark-color);
color : var(--white-color);
border-radius : 3px;
border : none;
width : 300px;
font-weight : normal;
padding : 10px;
}
#saveAndQuit ul{
list-style : none;
float : left;
}
#saveAndQuit ul li:first-child{
font-size : 18px;
margin-bottom : 10px;
}
#cooldown{
height : 175px;
margin-left : -220px;
width : 400px;
border-radius : 3px;
background : var(--dark-color);
border : none;
padding : 12px;
}
#text-cooldown{
float : left;
color : var(--main-dark-color);
}
#aliases{
margin-left : -260px;
border-radius : 3px;
background : var(--dark-color);
border : none;
padding : 12px;
width : 500px;
height : 400px;
}
#alias-table{
background : var(--dark-color);
color : var(--white-color);
}
#text-alias{
float : left;
color : var(--main-dark-color);
}
#alias-input{
background : var(--gray-2-color);
}
#alias-input:hover{
background : var(--gray-2-color);
}
| 0.240329 | 0.043589 |
.App {
background-color: white;
}
.website-title {
font-size: 4em;
}
/*GAME FIELD - HANG MAN GRAPHIC AREA & LETTERS CONTROL STYLING START HERE*/
.game-field {
display: flex;
flex-direction: row;
flex-wrap: column;
}
/*Hangman graphic area*/
.hang-man-container {
display: flex;
justify-content: center;
align-items: center;
max-width: 20em;
max-height: 20em;
padding: 2rem;
border: 3px solid rgb(64, 136, 196);
box-shadow: 0px 4px 4px 1px rgb(119, 119, 119);
}
.hang-man-graphic {
max-width: 15em;
max-height: 15em;
}
/* LETTER BUTTON & LETTER STYLING START HERE*/
/*default styling*/
.letter-control-btn {
border: 3px solid rgb(64, 136, 196);
box-shadow: 0px 4px 4px 1px rgb(119, 119, 119);
color: rgb(64, 136, 196);
border-radius: 40px;
background-color: white;
width: 1.5em;
height: auto;
font-size: 1.5em;
text-align: center;
margin: 0.3em;
}
/*styling toggled if the letter clicked is correct*/
.letter-selected-correct {
border: 3px solid rgb(52, 138, 49);
color: white;
background-color: rgb(52, 138, 49);
font-weight: bold;
}
.letter-selected-incorrect {
border: 3px solid rgb(138, 49, 49);
color: white;
background-color: rgb(138, 49, 49);
font-weight: bold;
}
.letters-container {
display: flex;
flex-direction: row;
border: 3px solid rgb(89, 132, 212);
border-radius: 12px;
box-shadow: 0px 4px 4px 1px rgb(119, 119, 119);
justify-content: center;
align-items: center;
max-width: 30em;
height: auto;
padding-top: 1em;
padding-bottom: 1em;
}
.letter-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: row;
max-width: 30em;
}
.letter-controls-title {
text-align: center;
margin: auto;
padding: 1.5em;
}
/*Letter and button styling end here*/
/*Word Line & char styling starts here*/
.word-char {
font-size: 2rem;
font-weight: bold;
}
.word-char-con {
border-bottom: 2px solid black;
margin: 4px;
}
.hide {
display: none;
visibility: hidden;
}
.show {
visibility: visible;
}
/*Word Line & char styling end here*/
/*CONTROLS CSS START HERE*/
.game-control {
padding: 2em;
background-color: green;
}
#reset-button {
margin: 1em;
background-color: rgb(180, 46, 12);
border: 1px solid rgb(100, 93, 93);
box-shadow: 0px 0px 3px 2px rgb(5, 5, 5);
font-size: 3em;
font-weight: bold;
border-radius: 15px;
width: 3em;
}
#start-button {
margin: 1em;
background-color: rgb(24, 117, 32);
border: 1px solid rgb(100, 93, 93);
box-shadow: 0px 0px 3px 2px rgb(5, 5, 5);
font-weight: bold;
font-size: 3em;
border-radius: 15px;
width: 3em;
}
#start-button:hover {
background-color: rgb(245, 168, 53);
}
#reset-button:hover {
background-color: rgb(245, 168, 53);
}
/*CONTROLS CSS END HERE*/
|
src/App.css
|
.App {
background-color: white;
}
.website-title {
font-size: 4em;
}
/*GAME FIELD - HANG MAN GRAPHIC AREA & LETTERS CONTROL STYLING START HERE*/
.game-field {
display: flex;
flex-direction: row;
flex-wrap: column;
}
/*Hangman graphic area*/
.hang-man-container {
display: flex;
justify-content: center;
align-items: center;
max-width: 20em;
max-height: 20em;
padding: 2rem;
border: 3px solid rgb(64, 136, 196);
box-shadow: 0px 4px 4px 1px rgb(119, 119, 119);
}
.hang-man-graphic {
max-width: 15em;
max-height: 15em;
}
/* LETTER BUTTON & LETTER STYLING START HERE*/
/*default styling*/
.letter-control-btn {
border: 3px solid rgb(64, 136, 196);
box-shadow: 0px 4px 4px 1px rgb(119, 119, 119);
color: rgb(64, 136, 196);
border-radius: 40px;
background-color: white;
width: 1.5em;
height: auto;
font-size: 1.5em;
text-align: center;
margin: 0.3em;
}
/*styling toggled if the letter clicked is correct*/
.letter-selected-correct {
border: 3px solid rgb(52, 138, 49);
color: white;
background-color: rgb(52, 138, 49);
font-weight: bold;
}
.letter-selected-incorrect {
border: 3px solid rgb(138, 49, 49);
color: white;
background-color: rgb(138, 49, 49);
font-weight: bold;
}
.letters-container {
display: flex;
flex-direction: row;
border: 3px solid rgb(89, 132, 212);
border-radius: 12px;
box-shadow: 0px 4px 4px 1px rgb(119, 119, 119);
justify-content: center;
align-items: center;
max-width: 30em;
height: auto;
padding-top: 1em;
padding-bottom: 1em;
}
.letter-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: row;
max-width: 30em;
}
.letter-controls-title {
text-align: center;
margin: auto;
padding: 1.5em;
}
/*Letter and button styling end here*/
/*Word Line & char styling starts here*/
.word-char {
font-size: 2rem;
font-weight: bold;
}
.word-char-con {
border-bottom: 2px solid black;
margin: 4px;
}
.hide {
display: none;
visibility: hidden;
}
.show {
visibility: visible;
}
/*Word Line & char styling end here*/
/*CONTROLS CSS START HERE*/
.game-control {
padding: 2em;
background-color: green;
}
#reset-button {
margin: 1em;
background-color: rgb(180, 46, 12);
border: 1px solid rgb(100, 93, 93);
box-shadow: 0px 0px 3px 2px rgb(5, 5, 5);
font-size: 3em;
font-weight: bold;
border-radius: 15px;
width: 3em;
}
#start-button {
margin: 1em;
background-color: rgb(24, 117, 32);
border: 1px solid rgb(100, 93, 93);
box-shadow: 0px 0px 3px 2px rgb(5, 5, 5);
font-weight: bold;
font-size: 3em;
border-radius: 15px;
width: 3em;
}
#start-button:hover {
background-color: rgb(245, 168, 53);
}
#reset-button:hover {
background-color: rgb(245, 168, 53);
}
/*CONTROLS CSS END HERE*/
| 0.395134 | 0.098729 |
@font-face {
font-family: 'Open Sans';
src: url('../fonts/OpenSans-Regular-webfont.eot');
src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Links */
a,
a:focus,
a:hover {
color: #bbf !important;
text-decoration: underline;
}
/*
* Base structure
*/
html,
body {
height: 100%;
min-height: 100%;
font-family: 'Open Sans', 'Arial', sans-serif;
}
body {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;
background: #222 center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
}
#footer {
color: #777;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
#footer small {
text-shadow: none;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
display: table;
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
-webkit-box-shadow: inset 0 0 100px 10px #111;
-moz-box-shadow: inset 0 0 100px 10px #111;
box-shadow: inset 0 0 100px 10px #111;
}
.site-wrapper-inner {
display: table-cell;
vertical-align: top;
}
.cover-container {
margin-right: auto;
margin-left: auto;
}
@media (min-width: 992px) {
/*.masthead .inner,*/
.cover-container {
width: 700px;
margin-left: auto;
margin-right: auto;
}
}
/************************************************
*************************************************
******************* * * * * * *******************
******************* impressjs *******************
******************* * * * * * *******************
*************************************************
************************************************/
.fallback-message {
line-height: 1.3;
width: 780px;
padding: 10px 10px 0;
margin: 20px auto;
border: 1px solid #E4C652;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #EEDC94;
}
.fallback-message p {
margin-bottom: 10px;
}
.impress-supported .fallback-message {
display: none;
}
.step {
position: relative;
width: 900px;
padding: 20px 0 0 0;
margin: 20px auto;
font-size: 3em;
}
.impress-enabled .step {
margin: 0;
-webkit-transition: opacity 750ms;
-moz-transition: opacity 750ms;
-o-transition: opacity 750ms;
transition: opacity 750ms;
}
/*** INDEXES ***/
#arrow_container { z-index: 250; }
#content { z-index: 750; }
#footer { z-index: 1000; }
#arrow_clickable { z-index: 2500; }
.step {
display: block;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
color: white;
font-size: 30px;
}
.step.active, .step.present {
opacity: 1;
}
.step > p {
display: block;
font-size: 50px;
}
.slide p strong {
white-space: nowrap;
}
#overview {
display: none;
}
#impress.overview .step {
opacity: 0.75;
cursor: pointer;
}
/**
* Arrows to the left and right that trigger previous/next events
*/
#arrow_clickable,
#arrow_container {
position: fixed;
top: 0;
left: 0;
}
#arrow_container {
-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
-moz-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}
#left_arrow_clickable {
position: fixed;
left: 0;
width: 100px;
height: 100%;
}
#right_arrow_clickable {
position: fixed;
right: 0;
width: 100px;
height: 100%;
}
#left_arrow_clickable:hover, #right_arrow_clickable:hover {
background: rgba(0,0,0,0.1);
}
#left_arrow_clickable:active, #right_arrow_clickable:active {
background: rgba(0,0,0,0.2);
}
#left_arrow, #right_arrow {
display: inline-block;
height: 30px;
margin: -15px auto 0 auto;
position: fixed;
top: 50%;
font-size: 25px;
color: #bbb;
vertical-align: middle;
}
#left_arrow span, #right_arrow span {
vertical-align: middle;
}
#left_arrow {
left: 40px;
text-align: left;
}
#right_arrow {
right: 40px;
text-align: right;
}
#slider-thumbnails {
position: absolute;
right: 0;
left: 0;
bottom: 35px;
text-align: center;
width: 100%;
}
#slider-thumbnails a {
margin: 0 5px;
}
#slider-thumbnails img {
-webkit-box-shadow: 0 0 15px #000;
-moz-box-shadow: 0 0 15px #000;
-o-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
margin: 0;
z-index: 8000;
}
#slider-thumbnails a.active img,
#slider-thumbnails img:hover
{
-webkit-box-shadow: 0 0 15px #444;
-moz-box-shadow: 0 0 15px #444;
-o-box-shadow: 0 0 15px #444;
box-shadow: 0 0 15px #444;
}
#slider-thumbnails a,
#slider-thumbnails a img {
display: inline-block;
text-align: center;
padding: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
}
.contact-icons a:hover { box-shadow: 0 2px rgba(255,255,255,0.5); }
.contact-icons {
margin: 0 auto;
display: block;
}
.contact-icons a {
display: inline-block;
width: 34px;
height: 34px;
margin-right: 10px;
}
.navbar-toggle .icon-bar {
background: #dadada;
}
.navbar-toggle {
color: white;
margin: 0 auto;
float: none;
}
.navbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.dropdown-menu {
background-color: rgba(0,0,0,0.6);
margin-top: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.dropdown-menu>li>a,
.dropdown-menu>li>a:hover {
color: white;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background: rgba(128, 128, 128, 0.7);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
background: rgba(200, 200, 200, 0.6);
}
.navbar-collapse.in {
overflow-x: visible;
overflow-y: visible;
}
#accueil #slide-home-coming-soon {
height: 150px;
top: 50%;
position: absolute;
left: 50%;
width: 500px;
margin-left: -250px;
margin-top: -75px;
}
.slide-center {
display: table;
width: 100%;
height: 100%;
}
.slide-center-inner {
display: table-cell;
width: 100%;
vertical-align: middle;
text-align: center;
}
.step > h2 {
font-family: 'Open Sans', 'Arial', sans-serif;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
display: inline-block;
padding: 0 150px;
text-align: center;
-webkit-transition: margin 400ms;
-moz-transition: margin 400ms;
-o-transition: margin 400ms;
transition: margin 400ms;
text-shadow: 0 0 25px #000, 0 0 25px #000, 0 0 25px #000;
}
.step .credits {
text-shadow: 0 0 25px #000, 0 0 25px #000, 0 0 25px #000;
font-family: 'Open Sans', 'Arial', sans-serif;
position: absolute;
bottom: 90px;
left: 0;
right: 0;
padding-top: 20px;
margin: 0 auto;
text-align: left;
-webkit-transition: bottom 400ms;
-moz-transition: bottom 400ms;
-o-transition: bottom 400ms;
transition: bottom 400ms;
}
.step .credits > span.glyphicon {
position: absolute;
left: 0;
top: -25px;
padding: 10px;
margin-bottom: 10px;
}
.step .credits > span.glyphicon:hover {
text-shadow: 0 0 25px #666, 0 0 25px #666, 0 0 25px #666;
cursor: pointer;
}
.step .credits .credits-inner {
display: none;
overflow: hidden;
font-size: 0.6em;
margin: -25px 0;
padding: 25px;
}
.step .credits .credits-inner.active {
overflow: visible;
}
.step .credits .credits-inner h2 {
text-align: center;
margin: -40px auto 5px auto;
padding: 0;
}
.step.active .credits > span.glyphicon {
-webkit-transition: opacity 750ms;
-moz-transition: opacity 750ms;
-o-transition: opacity 750ms;
transition: opacity 750ms;
}
.step.active .credits > span.glyphicon {
opacity: 1;
}
.step.past .credits > span.glyphicon,
.step.future .credits > span.glyphicon
{
opacity: 0;
}
.step.past.active, .step.future.active,
.step.past.leaving, .step.future.leaving {
visibility: visible;
}
.infos-block {
padding: 20px 30px;
display: block;
margin-left: auto;
margin-right: auto;
text-align: left;
background: rgba(255,255,255,0.4);
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
box-shadow: 0 0 40px 25px rgba(0, 0, 0, 0.25);
vertical-align: middle;
text-shadow: none;
margin-top: 120px;
color: black;
width: 100%;
font-size: 18px;
}
.infos-block * {
font-size: 18px;
color: black;
}
.infos-block a {
color: darkred;
}
.infos-block a:hover {
color: #666;
}
.infos-block a:active {
color: #333;
}
@media (max-width: 767px) { .infos-block {width: 100%;} .step .credits {width: calc(100% - 200px);} }
@media (min-width: 768px) { .infos-block {width: 700px;} .step .credits {width: calc(100% - 250px);} }
@media (min-width: 992px) { .infos-block {width: 920px;} .step .credits {width: 720px;} }
@media (min-width: 1200px) { .infos-block {width: 1120px;} .step .credits {width: 900px;} }
|
Resources/public/css/main.css
|
@font-face {
font-family: 'Open Sans';
src: url('../fonts/OpenSans-Regular-webfont.eot');
src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Links */
a,
a:focus,
a:hover {
color: #bbf !important;
text-decoration: underline;
}
/*
* Base structure
*/
html,
body {
height: 100%;
min-height: 100%;
font-family: 'Open Sans', 'Arial', sans-serif;
}
body {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;
background: #222 center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
}
#footer {
color: #777;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
#footer small {
text-shadow: none;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
display: table;
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
-webkit-box-shadow: inset 0 0 100px 10px #111;
-moz-box-shadow: inset 0 0 100px 10px #111;
box-shadow: inset 0 0 100px 10px #111;
}
.site-wrapper-inner {
display: table-cell;
vertical-align: top;
}
.cover-container {
margin-right: auto;
margin-left: auto;
}
@media (min-width: 992px) {
/*.masthead .inner,*/
.cover-container {
width: 700px;
margin-left: auto;
margin-right: auto;
}
}
/************************************************
*************************************************
******************* * * * * * *******************
******************* impressjs *******************
******************* * * * * * *******************
*************************************************
************************************************/
.fallback-message {
line-height: 1.3;
width: 780px;
padding: 10px 10px 0;
margin: 20px auto;
border: 1px solid #E4C652;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #EEDC94;
}
.fallback-message p {
margin-bottom: 10px;
}
.impress-supported .fallback-message {
display: none;
}
.step {
position: relative;
width: 900px;
padding: 20px 0 0 0;
margin: 20px auto;
font-size: 3em;
}
.impress-enabled .step {
margin: 0;
-webkit-transition: opacity 750ms;
-moz-transition: opacity 750ms;
-o-transition: opacity 750ms;
transition: opacity 750ms;
}
/*** INDEXES ***/
#arrow_container { z-index: 250; }
#content { z-index: 750; }
#footer { z-index: 1000; }
#arrow_clickable { z-index: 2500; }
.step {
display: block;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
color: white;
font-size: 30px;
}
.step.active, .step.present {
opacity: 1;
}
.step > p {
display: block;
font-size: 50px;
}
.slide p strong {
white-space: nowrap;
}
#overview {
display: none;
}
#impress.overview .step {
opacity: 0.75;
cursor: pointer;
}
/**
* Arrows to the left and right that trigger previous/next events
*/
#arrow_clickable,
#arrow_container {
position: fixed;
top: 0;
left: 0;
}
#arrow_container {
-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
-moz-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}
#left_arrow_clickable {
position: fixed;
left: 0;
width: 100px;
height: 100%;
}
#right_arrow_clickable {
position: fixed;
right: 0;
width: 100px;
height: 100%;
}
#left_arrow_clickable:hover, #right_arrow_clickable:hover {
background: rgba(0,0,0,0.1);
}
#left_arrow_clickable:active, #right_arrow_clickable:active {
background: rgba(0,0,0,0.2);
}
#left_arrow, #right_arrow {
display: inline-block;
height: 30px;
margin: -15px auto 0 auto;
position: fixed;
top: 50%;
font-size: 25px;
color: #bbb;
vertical-align: middle;
}
#left_arrow span, #right_arrow span {
vertical-align: middle;
}
#left_arrow {
left: 40px;
text-align: left;
}
#right_arrow {
right: 40px;
text-align: right;
}
#slider-thumbnails {
position: absolute;
right: 0;
left: 0;
bottom: 35px;
text-align: center;
width: 100%;
}
#slider-thumbnails a {
margin: 0 5px;
}
#slider-thumbnails img {
-webkit-box-shadow: 0 0 15px #000;
-moz-box-shadow: 0 0 15px #000;
-o-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
margin: 0;
z-index: 8000;
}
#slider-thumbnails a.active img,
#slider-thumbnails img:hover
{
-webkit-box-shadow: 0 0 15px #444;
-moz-box-shadow: 0 0 15px #444;
-o-box-shadow: 0 0 15px #444;
box-shadow: 0 0 15px #444;
}
#slider-thumbnails a,
#slider-thumbnails a img {
display: inline-block;
text-align: center;
padding: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
}
.contact-icons a:hover { box-shadow: 0 2px rgba(255,255,255,0.5); }
.contact-icons {
margin: 0 auto;
display: block;
}
.contact-icons a {
display: inline-block;
width: 34px;
height: 34px;
margin-right: 10px;
}
.navbar-toggle .icon-bar {
background: #dadada;
}
.navbar-toggle {
color: white;
margin: 0 auto;
float: none;
}
.navbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.dropdown-menu {
background-color: rgba(0,0,0,0.6);
margin-top: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.dropdown-menu>li>a,
.dropdown-menu>li>a:hover {
color: white;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background: rgba(128, 128, 128, 0.7);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
background: rgba(200, 200, 200, 0.6);
}
.navbar-collapse.in {
overflow-x: visible;
overflow-y: visible;
}
#accueil #slide-home-coming-soon {
height: 150px;
top: 50%;
position: absolute;
left: 50%;
width: 500px;
margin-left: -250px;
margin-top: -75px;
}
.slide-center {
display: table;
width: 100%;
height: 100%;
}
.slide-center-inner {
display: table-cell;
width: 100%;
vertical-align: middle;
text-align: center;
}
.step > h2 {
font-family: 'Open Sans', 'Arial', sans-serif;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
display: inline-block;
padding: 0 150px;
text-align: center;
-webkit-transition: margin 400ms;
-moz-transition: margin 400ms;
-o-transition: margin 400ms;
transition: margin 400ms;
text-shadow: 0 0 25px #000, 0 0 25px #000, 0 0 25px #000;
}
.step .credits {
text-shadow: 0 0 25px #000, 0 0 25px #000, 0 0 25px #000;
font-family: 'Open Sans', 'Arial', sans-serif;
position: absolute;
bottom: 90px;
left: 0;
right: 0;
padding-top: 20px;
margin: 0 auto;
text-align: left;
-webkit-transition: bottom 400ms;
-moz-transition: bottom 400ms;
-o-transition: bottom 400ms;
transition: bottom 400ms;
}
.step .credits > span.glyphicon {
position: absolute;
left: 0;
top: -25px;
padding: 10px;
margin-bottom: 10px;
}
.step .credits > span.glyphicon:hover {
text-shadow: 0 0 25px #666, 0 0 25px #666, 0 0 25px #666;
cursor: pointer;
}
.step .credits .credits-inner {
display: none;
overflow: hidden;
font-size: 0.6em;
margin: -25px 0;
padding: 25px;
}
.step .credits .credits-inner.active {
overflow: visible;
}
.step .credits .credits-inner h2 {
text-align: center;
margin: -40px auto 5px auto;
padding: 0;
}
.step.active .credits > span.glyphicon {
-webkit-transition: opacity 750ms;
-moz-transition: opacity 750ms;
-o-transition: opacity 750ms;
transition: opacity 750ms;
}
.step.active .credits > span.glyphicon {
opacity: 1;
}
.step.past .credits > span.glyphicon,
.step.future .credits > span.glyphicon
{
opacity: 0;
}
.step.past.active, .step.future.active,
.step.past.leaving, .step.future.leaving {
visibility: visible;
}
.infos-block {
padding: 20px 30px;
display: block;
margin-left: auto;
margin-right: auto;
text-align: left;
background: rgba(255,255,255,0.4);
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
box-shadow: 0 0 40px 25px rgba(0, 0, 0, 0.25);
vertical-align: middle;
text-shadow: none;
margin-top: 120px;
color: black;
width: 100%;
font-size: 18px;
}
.infos-block * {
font-size: 18px;
color: black;
}
.infos-block a {
color: darkred;
}
.infos-block a:hover {
color: #666;
}
.infos-block a:active {
color: #333;
}
@media (max-width: 767px) { .infos-block {width: 100%;} .step .credits {width: calc(100% - 200px);} }
@media (min-width: 768px) { .infos-block {width: 700px;} .step .credits {width: calc(100% - 250px);} }
@media (min-width: 992px) { .infos-block {width: 920px;} .step .credits {width: 720px;} }
@media (min-width: 1200px) { .infos-block {width: 1120px;} .step .credits {width: 900px;} }
| 0.374905 | 0.058723 |
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
#github-link {
position: absolute;
top: 20px;
right: 30px;
height: 40px;
width: 40px;
z-index: 10;
border-radius: 50%;
box-sizing: border-box;
background-image: url("mjplogo.png");
background-position: center center;
background-size: cover;
opacity: 0.4;
transition: all 0.25s;
}
#github-link:hover {
opacity: 0.8;
box-shadow: 0 0 6px #efefef;
}
html {
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-smooth: auto;
font-weight: 300;
line-height: 1.5;
color: #444;
}
body {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100vh;
background: linear-gradient(45deg, rgb(86, 193, 255), rgb(73, 241, 163));
overflow: hidden;
}
code, .card .line-numbers {
font-family: "Lucida Console", Monaco, monospace;
font-size: 14px;
}
.card {
position: relative;
width: 30rem;
height: 15rem;
-webkit-perspective: 150rem;
perspective: 150rem;
}
.card-front, .card-back {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: auto;
border-radius: 5px;
-webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
-webkit-transition: 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}
.card-front:before, .card-front:after, .card-back:before, .card-back:after {
position: absolute;
}
.card-front:before, .card-back:before {
top: -40px;
right: -40px;
content: '';
width: 80px;
height: 80px;
background-color: rgba(255, 255, 255, 0.08);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}
.card-front:after, .card-back:after {
content: '+';
top: 0;
right: 5px;
font-size: 24px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
}
.card-front {
width: 100%;
height: 100%;
background: linear-gradient(45deg, #101010, #2c3e50);
}
.card-front:after {
color: #212f3c;
}
.card-back {
background: linear-gradient(-45deg, #101010, #2c3e50);
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.card-back:after {
color: #11181f;
}
.card:hover .card-front {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.card:hover .card-back {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.card .line-numbers {
position: absolute;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
margin: 0;
padding: 0 10px;
background-color: rgba(255, 255, 255, 0.03);
font-size: 13px;
}
.card .line-numbers > div {
padding: 2.5px 0;
opacity: 0.15;
}
.card code, .card .line-numbers {
color: whitesmoke;
}
.card .indent {
padding-left: 30px;
}
.card .operator {
color: #4dd0e1;
}
.card .string {
color: #9ccc65;
}
.card .variable {
color: #BA68C8;
}
.card .property {
color: #ef5350;
}
.card .method {
color: #29b6f6;
}
.card .function {
color: #FDD835;
}
.card .boolean {
color: #4dd0e1;
}
/*# sourceMappingURL=style.css.map */
|
styles/style.css
|
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
#github-link {
position: absolute;
top: 20px;
right: 30px;
height: 40px;
width: 40px;
z-index: 10;
border-radius: 50%;
box-sizing: border-box;
background-image: url("mjplogo.png");
background-position: center center;
background-size: cover;
opacity: 0.4;
transition: all 0.25s;
}
#github-link:hover {
opacity: 0.8;
box-shadow: 0 0 6px #efefef;
}
html {
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-smooth: auto;
font-weight: 300;
line-height: 1.5;
color: #444;
}
body {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100vh;
background: linear-gradient(45deg, rgb(86, 193, 255), rgb(73, 241, 163));
overflow: hidden;
}
code, .card .line-numbers {
font-family: "Lucida Console", Monaco, monospace;
font-size: 14px;
}
.card {
position: relative;
width: 30rem;
height: 15rem;
-webkit-perspective: 150rem;
perspective: 150rem;
}
.card-front, .card-back {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: auto;
border-radius: 5px;
-webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
-webkit-transition: 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}
.card-front:before, .card-front:after, .card-back:before, .card-back:after {
position: absolute;
}
.card-front:before, .card-back:before {
top: -40px;
right: -40px;
content: '';
width: 80px;
height: 80px;
background-color: rgba(255, 255, 255, 0.08);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}
.card-front:after, .card-back:after {
content: '+';
top: 0;
right: 5px;
font-size: 24px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
}
.card-front {
width: 100%;
height: 100%;
background: linear-gradient(45deg, #101010, #2c3e50);
}
.card-front:after {
color: #212f3c;
}
.card-back {
background: linear-gradient(-45deg, #101010, #2c3e50);
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.card-back:after {
color: #11181f;
}
.card:hover .card-front {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.card:hover .card-back {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.card .line-numbers {
position: absolute;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
margin: 0;
padding: 0 10px;
background-color: rgba(255, 255, 255, 0.03);
font-size: 13px;
}
.card .line-numbers > div {
padding: 2.5px 0;
opacity: 0.15;
}
.card code, .card .line-numbers {
color: whitesmoke;
}
.card .indent {
padding-left: 30px;
}
.card .operator {
color: #4dd0e1;
}
.card .string {
color: #9ccc65;
}
.card .variable {
color: #BA68C8;
}
.card .property {
color: #ef5350;
}
.card .method {
color: #29b6f6;
}
.card .function {
color: #FDD835;
}
.card .boolean {
color: #4dd0e1;
}
/*# sourceMappingURL=style.css.map */
| 0.44071 | 0.050401 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
font-family: "Android";
src: url("../FONT/idroid.otf") format("opentype");
font-weight: normal;
}
:root {
--cor0: #c5ebd6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2FA866;
--cor4: #1a5c37;
--cor5: #063d1e;
--padrão: Arial, Helvetica, Sans-Serif;
--destaque: "Bebas Neue", Sans-Serif;
--android: "Android", Sans-Serif;
}
* {
margin: 0px;
padding: 0px;
}
a.externo::after {
content: '\00a0\1F517';
}
body {
background-color: var(--cor0);
font-family: var(--padrão);
}
header {
min-height: 128px;
background-image: linear-gradient(to bottom, var(--cor2), var(--cor4));
text-align: center;
}
header h1 {
padding-top: 32px;
margin-bottom: 8px;
color: white;
font-family: var(--destaque);
font-weight: normal;
font-size: 3em;
text-shadow: 0px 0px 32px #00000050;
}
header p {
color: white;
font-size: 1.2em;
max-width: 516px;
margin: auto;
padding: 0px 16px 24px 16px;
text-shadow: 0px 0px 32px #00000050;
}
nav {
background-color: var(--cor4);
padding: 8px;
box-shadow: 0px 4px 8px #00000050;
background-attachment: fixed;
background-image: url();
background-position: fixed;
background-repeat: no-repeat;
}
nav a {
color: white;
text-decoration: none;
padding: 8px 16px;
font-weight: bold;
border-radius: 4px;
transition-duration: 0.5s;
}
nav a:hover {
background-color: var(--cor2);
color: var(--cor5);
border-radius: 12px;
}
main {
margin: auto;
padding: 16px;
box-shadow: 0px 0px 24px #00000028;
max-width: 1050px;
min-width: 250px;
background-color: white;
border-radius: 0px 0px 16px 16px;
}
main h1 {
color: var(--cor5);
font-family: var(--android);
}
main h2 {
font-family: var(--android);
color: var(--cor4);
font-size: 1.3em;
background-image: linear-gradient(to right, var(--cor0), transparent);
text-indent: 8px;
border-radius: 8px;
padding: 4px 0px;
}
main p {
margin: 16px 0px;
text-align: justify;
text-indent: 32px;
line-height: 1.5em;
font-size: 1.1em;
}
main strong {
color: var(--cor4);
font-weight: bold;
padding: 2px;
}
main a {
text-decoration: none;
font-weight: bold;
color: var(--cor5);
background-color: var(--cor1);
padding: 2px 8px;
border-radius: 4px;
}
main a:hover {
text-decoration: underline;
color: var(--cor4);
}
main img {
width: 100%;
}
main img.pq {
max-width: 350px;
display: block;
margin: auto;
}
div.video {
background-color: var(--cor5);
padding: 24px;
margin: 16px -16px;
margin-bottom: 32px;
position: relative;
padding-bottom: 59%;
}
div.video > iframe {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
aside {
background-color: var(--cor0);
padding: 12px;
border-radius: 12px;
box-shadow: 0px 0px 24px #00000028;
}
aside > h3 {
background-color: var(--cor3);
text-align: center;
color: white;
margin: -12px -12px 0px -12px;
padding: 12px;
border-radius: 12px 12px 0px 0px;
font-size: 1.3em;
font-weight: bold;
text-shadow: 0px 0px 32px #00000050;
}
aside > ul {
list-style-type: '\2714\00A0\00A0';
list-style-position: inside;
columns: 2;
}
aside > ul > li > abbr {
color: var(--cor4);
text-decoration: underline;
cursor: default;
}
aside > p > a.externo {
text-decoration: none;
font-weight: bold;
color: var(--cor5);
background-color: var(--cor2);
padding: 2px 8px;
}
aside > p > a.externo:hover {
text-decoration: underline;
color: var(--cor4);
}
footer {
background-color: var(--cor5);
color: white;
margin-top: 32px;
text-align: center;
font-size: 0.8em;
padding: 5px;
}
footer a {
color: white;
font-weight: bolder;
text-decoration: none;
font-size: 1.2em;
}
footer a:hover {
text-decoration: underline;
color: var(--cor1);
}
|
YouTube/CursoEmVideo/HtmlCss/Modulo2/Android/CSS/style.css
|
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
font-family: "Android";
src: url("../FONT/idroid.otf") format("opentype");
font-weight: normal;
}
:root {
--cor0: #c5ebd6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2FA866;
--cor4: #1a5c37;
--cor5: #063d1e;
--padrão: Arial, Helvetica, Sans-Serif;
--destaque: "Bebas Neue", Sans-Serif;
--android: "Android", Sans-Serif;
}
* {
margin: 0px;
padding: 0px;
}
a.externo::after {
content: '\00a0\1F517';
}
body {
background-color: var(--cor0);
font-family: var(--padrão);
}
header {
min-height: 128px;
background-image: linear-gradient(to bottom, var(--cor2), var(--cor4));
text-align: center;
}
header h1 {
padding-top: 32px;
margin-bottom: 8px;
color: white;
font-family: var(--destaque);
font-weight: normal;
font-size: 3em;
text-shadow: 0px 0px 32px #00000050;
}
header p {
color: white;
font-size: 1.2em;
max-width: 516px;
margin: auto;
padding: 0px 16px 24px 16px;
text-shadow: 0px 0px 32px #00000050;
}
nav {
background-color: var(--cor4);
padding: 8px;
box-shadow: 0px 4px 8px #00000050;
background-attachment: fixed;
background-image: url();
background-position: fixed;
background-repeat: no-repeat;
}
nav a {
color: white;
text-decoration: none;
padding: 8px 16px;
font-weight: bold;
border-radius: 4px;
transition-duration: 0.5s;
}
nav a:hover {
background-color: var(--cor2);
color: var(--cor5);
border-radius: 12px;
}
main {
margin: auto;
padding: 16px;
box-shadow: 0px 0px 24px #00000028;
max-width: 1050px;
min-width: 250px;
background-color: white;
border-radius: 0px 0px 16px 16px;
}
main h1 {
color: var(--cor5);
font-family: var(--android);
}
main h2 {
font-family: var(--android);
color: var(--cor4);
font-size: 1.3em;
background-image: linear-gradient(to right, var(--cor0), transparent);
text-indent: 8px;
border-radius: 8px;
padding: 4px 0px;
}
main p {
margin: 16px 0px;
text-align: justify;
text-indent: 32px;
line-height: 1.5em;
font-size: 1.1em;
}
main strong {
color: var(--cor4);
font-weight: bold;
padding: 2px;
}
main a {
text-decoration: none;
font-weight: bold;
color: var(--cor5);
background-color: var(--cor1);
padding: 2px 8px;
border-radius: 4px;
}
main a:hover {
text-decoration: underline;
color: var(--cor4);
}
main img {
width: 100%;
}
main img.pq {
max-width: 350px;
display: block;
margin: auto;
}
div.video {
background-color: var(--cor5);
padding: 24px;
margin: 16px -16px;
margin-bottom: 32px;
position: relative;
padding-bottom: 59%;
}
div.video > iframe {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
aside {
background-color: var(--cor0);
padding: 12px;
border-radius: 12px;
box-shadow: 0px 0px 24px #00000028;
}
aside > h3 {
background-color: var(--cor3);
text-align: center;
color: white;
margin: -12px -12px 0px -12px;
padding: 12px;
border-radius: 12px 12px 0px 0px;
font-size: 1.3em;
font-weight: bold;
text-shadow: 0px 0px 32px #00000050;
}
aside > ul {
list-style-type: '\2714\00A0\00A0';
list-style-position: inside;
columns: 2;
}
aside > ul > li > abbr {
color: var(--cor4);
text-decoration: underline;
cursor: default;
}
aside > p > a.externo {
text-decoration: none;
font-weight: bold;
color: var(--cor5);
background-color: var(--cor2);
padding: 2px 8px;
}
aside > p > a.externo:hover {
text-decoration: underline;
color: var(--cor4);
}
footer {
background-color: var(--cor5);
color: white;
margin-top: 32px;
text-align: center;
font-size: 0.8em;
padding: 5px;
}
footer a {
color: white;
font-weight: bolder;
text-decoration: none;
font-size: 1.2em;
}
footer a:hover {
text-decoration: underline;
color: var(--cor1);
}
| 0.39036 | 0.114864 |
@import url("https://fonts.googleapis.com/css?family=Lora&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&display=swap");
* {
outline: none !important
}
body {
margin: 0;
padding: 0;
font-size: 15px;
letter-spacing: .25px;
margin: 0;
font-family: Barlow;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
height: 100%;
width: 100%
}
html {
width: 100%;
height: 100%;
overflow-x: hidden
}
a {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.site-btn {
display: inline-block;
height: 50px;
line-height: 50px;
background: #ff9019;
color: #fff;
padding: 0 104px;
border-radius: 6px;
font-weight: 600;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
margin-top: 30px;
font-size: 18px
}
.site-btn:hover {
color: #ff9019;
background-color: white;
text-decoration: none;
-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2)
}
h1 {
font-family: 'Lora', serif;
margin: 0
}
.bg-light-blue {
background: #ecf4f8 !important
}
.bg-ice-blue {
background: #f4fbff !important
}
.preloader {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 9999999;
background: #ff9019;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
-webkit-transition-delay: 1s;
transition-delay: 1s
}
.page-loaded .preloader {
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
.spinner {
-webkit-animation: rotate 2s linear infinite;
animation: rotate 2s linear infinite;
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
width: 30px;
height: 30px
}
.spinner .path {
stroke: #fff;
stroke-linecap: round;
-webkit-animation: dash 1.5s ease-in-out infinite;
animation: dash 1.5s ease-in-out infinite
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
padding: 0
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
left: 0
}
.menu-btn {
width: 44px;
height: 44px;
float: right;
cursor: pointer;
position: relative;
display: none
}
.menu-btn .menu-circle-wrap {
position: absolute;
width: 44px;
height: 44px;
left: 0;
top: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s
}
.menu-btn .menu-circle {
position: absolute;
width: 44px;
height: 44px;
left: 0;
top: 0;
-webkit-transition: all 0.6s;
transition: all 0.6s
}
.menu-btn .menu-circle path {
fill: none;
stroke-width: 2px;
stroke: #dad9e0;
stroke-dashoffset: 157;
stroke-dasharray: 157;
-webkit-transition: all 0.6s;
transition: all 0.6s
}
.menu-btn.active .menu-circle {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg)
}
.menu-btn.active .menu-circle path {
stroke-dashoffset: 0
}
.menu-btn.active:hover .menu-circle-wrap {
-webkit-transform: scale(0.95);
transform: scale(0.95)
}
.menu-btn .menu-circle-wrap .wave {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 50%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-box-shadow: 0px 0px 0px 0px #5f6a72;
box-shadow: 0px 0px 0px 0px #5f6a72;
opacity: 0
}
.menu-btn .bars {
position: absolute;
width: 28px;
height: 24px;
left: 0;
top: 0px;
right: 0;
bottom: 0;
margin: auto
}
.menu-btn .bar {
position: absolute;
width: 100%;
height: 2px;
background: #ff9019;
-webkit-transition: background 0.2s;
transition: background 0.2s
}
.menu-btn .b1 {
top: 2px
}
.menu-btn .b2 {
top: 11px
}
.menu-btn .b3 {
top: 20px
}
.menu-btn .b1,
.header .menu-btn .b3 {
-webkit-transition: all 0.2s;
transition: all 0.2s
}
.menu-btn.active .b1.rotated {
-webkit-transform: translateY(9px) rotate(-135deg);
transform: translateY(9px) rotate(-135deg);
background: #ff9019
}
.menu-btn.active .b2 {
opacity: 0
}
.menu-btn.active .b3.rotated {
-webkit-transform: translateY(-9px) rotate(-225deg);
transform: translateY(-9px) rotate(-225deg);
background: #ff9019
}
.accordion {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.accordion .card {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background: none;
border-radius: 0;
margin-bottom: 10px;
border: none
}
.accordion .card .card-header {
background: none;
padding: 0;
border-bottom: none;
background: #fff
}
.accordion .card .card-header a {
width: 100%;
float: left;
line-height: 38px;
padding: 20px 25px;
position: relative;
color: #393c3f;
font-size: 18px
}
.accordion .card .card-header a:before {
content: "-";
padding: -10px;
width: 38px;
height: 38px;
line-height: 34px;
float: left;
margin-right: 15px;
color: #ff9019;
border: 1px solid #edeeef;
border-radius: 50%;
text-align: center;
font-size: 18px
}
.accordion .card .card-header a:hover {
color: #ff9019;
text-decoration: none
}
.accordion .card [aria-expanded="true"] {
color: #393c3f
}
.accordion .card [aria-expanded="true"]:before {
content: "+" !important
}
.accordion .card .card-body {
width: 100%;
line-height: 20px;
font-size: 13px;
background: #fff
}
.search-box {
width: 100%;
position: absolute;
left: 0;
top: 0;
background: #fff;
padding: 50px 0;
z-index: 3;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
opacity: 0;
visibility: hidden;
top: -20px
}
.search-box.active {
opacity: 1;
visibility: visible;
top: 0
}
.search-box .search-close-btn {
float: right;
margin-bottom: -35px;
margin-top: 35px;
color: #7c838b;
cursor: pointer;
position: relative;
z-index: 2
}
.search-box h3 {
width: 100%;
float: left;
font-family: 'Lora', serif;
font-size: 40px;
color: #000;
margin-bottom: 20px
}
.search-box form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.search-box form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.search-box form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.search-box form .form-group input[type="text"] {
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: 1px solid #dee0e2;
border-radius: 6px;
color: #7c838b
}
.search-box form button[type="submit"] {
height: 66px;
padding: 0 91px;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px #eee;
box-shadow: 4px 4px 10px #eee;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.search-box form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.search-box dl {
width: 100%;
float: left;
font-size: 14px
}
.search-box dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #393c3f
}
.search-box dl dt i {
margin-left: 10px;
color: #ff9019
}
.search-box dl dd {
float: left;
margin-right: 15px
}
.search-box dl dd a {
float: left;
color: #7c838b
}
.section-title {
width: 100%;
float: left;
position: relative;
margin-bottom: 80px
}
.section-title h2 {
width: 100%;
float: left;
margin-top: 0;
margin-bottom: 8px;
font-size: 60px;
font-family: 'Lora', serif
}
.section-title img {
height: 11px;
display: inline-block
}
.section-title p {
font-weight: 300;
font-size: 18px;
line-height: 34px;
margin-top: 30px;
margin-bottom: 0
}
.page-title h2 {
font-size: 70px !important
}
.navbar {
width: 100%;
float: left;
display: block;
padding: 38px 0;
position: relative;
z-index: 2
}
.navbar.dark .navbar-nav .nav-item {
position: relative
}
.navbar.dark .navbar-nav .nav-item .dropdown-menu {
background: #fff
}
.navbar.dark .navbar-nav .nav-item .nav-link {
color: #393c3f
}
.navbar .navbar-brand {
float: left;
margin: 0;
padding: 0
}
.navbar .navbar-brand img {
height: 44px
}
.navbar .search-btn {
float: right;
padding: 10px;
margin-left: 40px;
color: #ff9019;
cursor: pointer
}
.navbar .navbar-nav {
float: right;
display: block
}
.navbar .navbar-nav .nav-item {
float: left;
margin-left: 20px;
position: relative
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
margin-top: 0
}
.navbar .navbar-nav .nav-item .nav-link {
float: left;
font-size: 16px;
color: #fff;
padding: 10px 15px;
font-weight: 600;
cursor: pointer
}
.navbar .navbar-nav .nav-item .dropdown-menu {
display: block;
min-width: 236px;
position: absolute;
left: 0;
top: calc(100% + 20px);
border: 1px solid #dee0e2;
-webkit-box-shadow: 0;
box-shadow: 0;
border-radius: 0;
padding: 14px 0 14px 0;
opacity: 0;
visibility: hidden;
margin-top: 20px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1)
}
.navbar .navbar-nav .nav-item .dropdown-menu:before {
content: "";
display: block;
position: absolute;
top: -9px;
left: 25px;
background: url("../images/caret.png") no-repeat;
width: 20px;
height: 10px
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
width: 100%;
float: left;
white-space: nowrap;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
margin: 0
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover {
background-color: #f4fbff
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown-menu {
opacity: 1;
visibility: visible
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
cursor: pointer;
float: left;
line-height: 48px;
width: 100%;
height: 48px;
padding-left: 30px;
color: #2c2f32;
font-size: 13px;
font-weight: 600;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
color: #ff9019;
text-decoration: none
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu {
width: 236px;
background: #f4fbff;
margin: 0;
padding: 14px 0 14px 0;
position: absolute;
left: 100%;
top: -1px;
opacity: 0;
visibility: hidden;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border: 1px solid #dee0e2;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li {
width: 100%;
height: 48px;
margin: 0;
float: left;
margin: 0;
padding: 0;
list-style: none
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li:hover {
background-color: white
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li a {
float: left;
color: #2c2f32;
padding-left: 30px
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li a:hover {
color: #ff9019
}
.header-int {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.header-denmark {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.header-denmark .swiper-slide {
overflow: hidden
}
.header-denmark .swiper-slide h2 {
font-size: 80px;
color: #fff;
font-family: 'Lora', serif;
padding-right: 40%;
margin-top: 0;
margin-bottom: 70px
}
.header-denmark .swiper-slide .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-denmark .swiper-slide .link img {
height: 46px;
margin-right: 15px
}
.header-denmark .swiper-container {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0
}
.header-denmark .swiper-custom-pagination {
width: 1110px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -555px;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.header-denmark .swiper-pagination-bullet {
width: auto;
height: auto;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: transparent;
font-size: 14px;
opacity: 0.8;
border-radius: 0;
margin: 0 !important;
padding: 0;
padding-left: 20px;
padding-bottom: 30px;
color: #fff;
border-left: 1px solid #fff
}
.header-denmark .swiper-pagination-bullet span {
font-weight: 500;
font-size: 20px;
width: 100%;
float: left
}
.header-denmark .swiper-pagination-bullet-active {
opacity: 1
}
.slide-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.header-norway {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
background: url(../images/slide02.jpg) center;
background-size: cover
}
.header-norway .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.header-norway .inner .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
text-align: center
}
.header-norway .inner .content h5 {
font-size: 40px;
font-family: 'Lora', serif;
color: #fff
}
.header-norway .inner .content h1 {
font-size: 80px;
font-family: 'Lora', serif;
color: #fff
}
.header-norway .inner .content p {
font-size: 26px;
line-height: 40px;
color: #fff;
margin: 25px 0
}
.header-norway .inner .content .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-norway .inner .content .link img {
height: 46px;
margin-right: 15px
}
.header-norway .inner .content .hero-search {
width: 1110px;
margin: 0 auto;
margin-top: 10vh
}
.header-norway .inner .content .hero-search form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.header-norway .inner .content .hero-search form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.header-norway .inner .content .hero-search form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.header-norway .inner .content .hero-search form .form-group input[type="text"] {
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: none;
border-radius: 6px;
color: #fff;
background: rgba(0, 0, 0, 0.7)
}
.header-norway .inner .content .hero-search form input[type="text"]::-webkit-input-placeholder {
color: #fff
}
.header-norway .inner .content .hero-search form input[type="text"]:-ms-input-placeholder {
color: #fff
}
.header-norway .inner .content .hero-search form input[type="text"]::-ms-input-placeholder {
color: #fff
}
.header-norway .inner .content .hero-search form input[type="text"]::placeholder {
color: #fff
}
.header-norway .inner .content .hero-search form button[type="submit"] {
height: 66px;
padding: 0 50px;
cursor: pointer;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.header-norway .inner .content .hero-search form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.header-norway .inner .content .hero-search dl {
width: 100%;
float: left;
font-size: 14px
}
.header-norway .inner .content .hero-search dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #fff
}
.header-norway .inner .content .hero-search dl dt i {
margin-left: 10px;
color: #ff9019
}
.header-norway .inner .content .hero-search dl dd {
float: left;
margin-right: 15px
}
.header-norway .inner .content .hero-search dl dd a {
float: left;
color: #fff
}
.header-finland {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
background: url(../images/slide03.jpg) center;
background-size: cover
}
.header-finland .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.header-finland .inner .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 0 10%
}
.header-finland .inner .content h1 {
font-size: 80px;
font-family: 'Lora', serif;
color: #fff;
margin-bottom: 70px;
padding-right: 40%
}
.header-finland .inner .content .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-finland .inner .content .link img {
height: 46px;
margin-right: 15px
}
.header-finland .inner .content .hero-search {
width: 1110px;
margin: 0 auto;
margin-top: 10vh
}
.header-finland .inner .content .hero-search form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.header-finland .inner .content .hero-search form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.header-finland .inner .content .hero-search form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.header-finland .inner .content .hero-search form .form-group input[type="text"] {
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: none;
border-radius: 6px;
color: #fff;
background: rgba(0, 0, 0, 0.7)
}
.header-finland .inner .content .hero-search form input[type="text"]::-webkit-input-placeholder {
color: #fff
}
.header-finland .inner .content .hero-search form input[type="text"]:-ms-input-placeholder {
color: #fff
}
.header-finland .inner .content .hero-search form input[type="text"]::-ms-input-placeholder {
color: #fff
}
.header-finland .inner .content .hero-search form input[type="text"]::placeholder {
color: #fff
}
.header-finland .inner .content .hero-search form button[type="submit"] {
height: 66px;
padding: 0 50px;
cursor: pointer;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.header-finland .inner .content .hero-search form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.header-finland .inner .content .hero-search dl {
width: 100%;
float: left;
font-size: 14px
}
.header-finland .inner .content .hero-search dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #fff
}
.header-finland .inner .content .hero-search dl dt i {
margin-left: 10px;
color: #ff9019
}
.header-finland .inner .content .hero-search dl dd {
float: left;
margin-right: 15px
}
.header-finland .inner .content .hero-search dl dd a {
float: left;
color: #fff
}
.tours-list-section .section-title {
width: 90%;
display: inline-block
}
.tours-list-section .view-type {
display: inline-block;
float: none;
margin-top: 50px
}
.header-sweden {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
background: url(../images/slide04.jpg) center;
background-size: cover
}
.header-sweden .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.header-sweden .inner .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 0 10%
}
.header-sweden .inner .content h1 {
font-size: 80px;
font-family: 'Lora', serif;
color: #fff;
padding-right: 40%;
margin-bottom: 70px
}
.header-sweden .inner .content .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-sweden .inner .content .link img {
height: 46px;
margin-right: 15px
}
.header-sweden .inner .content .hero-search {
width: 1110px;
margin: 0 auto;
margin-top: 10vh
}
.header-sweden .inner .content .hero-search form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.header-sweden .inner .content .hero-search form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.header-sweden .inner .content .hero-search form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.header-sweden .inner .content .hero-search form .form-group input[type="text"] {
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: none;
border-radius: 6px;
color: #fff;
background: rgba(0, 0, 0, 0.7)
}
.header-sweden .inner .content .hero-search form input[type="text"]::-webkit-input-placeholder {
color: #fff
}
.header-sweden .inner .content .hero-search form input[type="text"]:-ms-input-placeholder {
color: #fff
}
.header-sweden .inner .content .hero-search form input[type="text"]::-ms-input-placeholder {
color: #fff
}
.header-sweden .inner .content .hero-search form input[type="text"]::placeholder {
color: #fff
}
.header-sweden .inner .content .hero-search form button[type="submit"] {
height: 66px;
padding: 0 50px;
cursor: pointer;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.header-sweden .inner .content .hero-search form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.header-sweden .inner .content .hero-search dl {
width: 100%;
float: left;
font-size: 14px
}
.header-sweden .inner .content .hero-search dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #fff
}
.header-sweden .inner .content .hero-search dl dt i {
margin-left: 10px;
color: #ff9019
}
.header-sweden .inner .content .hero-search dl dd {
float: left;
margin-right: 15px
}
.header-sweden .inner .content .hero-search dl dd a {
float: left;
color: #fff
}
.header-iceland {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.header-iceland .swiper-slide {
overflow: hidden
}
.header-iceland .swiper-slide h2 {
font-size: 80px;
color: #fff;
font-family: 'Lora', serif;
padding-right: 40%;
margin-top: 0;
margin-bottom: 70px
}
.header-iceland .swiper-slide .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-iceland .swiper-slide .link img {
height: 46px;
margin-right: 15px
}
.header-iceland .swiper-container {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0
}
.header-iceland .swiper-custom-pagination {
width: 1110px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -555px;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.header-iceland .swiper-pagination-bullet {
width: auto;
height: auto;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: transparent;
opacity: 0.7;
border-radius: 0;
margin: 0 !important;
padding: 0;
padding-left: 20px;
padding-bottom: 30px;
color: #fff;
border-left: 1px solid #fff;
line-height: 1
}
.header-iceland .swiper-pagination-bullet span {
font-size: 20px;
font-weight: 700;
width: 100%;
float: left
}
.header-iceland .swiper-pagination-bullet-active {
opacity: 1
}
.slide-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.find-adventure {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.find-adventure h3 {
width: 100%;
float: left;
font-family: 'Lora', serif;
font-size: 40px;
color: #000;
margin-bottom: 50px
}
.find-adventure form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.find-adventure form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.find-adventure form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.find-adventure form .form-group input[type="text"] {
font-weight: 300;
font-size: 20px;
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: 1px solid #dee0e2;
border-radius: 6px;
color: #80868e
}
.find-adventure form button[type="submit"] {
height: 66px;
padding: 0 91px;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px #eee;
box-shadow: 4px 4px 10px #eee;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.find-adventure form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.find-adventure dl {
width: 100%;
float: left;
font-size: 14px
}
.find-adventure dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #393c3f
}
.find-adventure dl dt i {
margin-left: 10px;
color: #ff9019
}
.find-adventure dl dd {
float: left;
margin-right: 15px
}
.find-adventure dl dd a {
float: left;
color: #7c838b
}
.welcome-intro {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.welcome-intro h4 {
display: block;
margin-top: 30px;
font-family: 'Lora';
font-size: 30px
}
.welcome-intro figure {
width: 148px;
display: inline-block;
margin-bottom: 20px
}
.welcome-intro figure div {
position: relative;
width: 147px;
height: 147px;
background-color: #f4fbff;
border-radius: 50%
}
.welcome-intro figure img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.welcome-intro h5 {
font-size: 13px;
color: #7c838b
}
.welcome-intro .odometer {
font-size: 36px;
font-family: 'Lora', serif;
margin-bottom: 10px;
display: block
}
.read-more {
display: inline-block;
font-size: 14px;
color: #393c3f;
font-weight: 500;
text-decoration: none;
margin-left: 10px
}
.read-more:hover {
text-decoration: none;
color: #ff9019
}
.read-more:before {
content: "";
display: inline-block;
position: relative;
top: 9px;
left: -10px;
width: 30px;
height: 30px;
background-image: url("../images/arrow-link.png");
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.read-more:hover:before {
background-image: url("../images/arrow-link-hover.png")
}
.about-us-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.about-us-header .section-title {
margin-bottom: 0
}
.about-us-desc {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.about-us-desc .section-title {
padding: 0
}
.about-us-desc p {
font-size: 20px;
line-height: 34px;
font-weight: 300;
color: #393c3f
}
.about-us-desc p a {
-webkit-text-decoration: underline solid #d4e7fb;
text-decoration: underline solid #d4e7fb;
color: #53a0ef
}
.about-us-video {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
background: url(../images/video-bg.jpg) center;
background-size: cover;
position: relative
}
.about-us-video a {
display: block;
width: 180px;
height: 180px;
border: 8px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
margin-left: -45px;
margin-top: -45px;
-webkit-transition: all .5s;
transition: all .5s
}
.about-us-video a .video-play-circle {
stroke-dasharray: 315;
stroke-dashoffset: 315;
-webkit-transition: stroke-dashoffset .5s;
transition: stroke-dashoffset .5s
}
.about-us-video a svg {
display: block;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.about-us-video a:hover .video-play-circle {
stroke-dashoffset: 0
}
.about-us-video a:active .video-play-outline {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0
}
.about-us-video a:active svg {
-webkit-transform: rotate(-90deg) scale(0.95);
transform: rotate(-90deg) scale(0.95)
}
.our-history {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.our-history .section-desc {
color: #393c3f;
padding-left: 10%;
font-weight: 300;
font-size: 20px;
line-height: 34px
}
.our-history .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.our-history .wrapper figure {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
margin: 0
}
.our-history .wrapper figure img {
width: 100%;
float: left
}
.our-history .wrapper .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 72px;
background: #fff
}
.our-history .wrapper .content .inner {
display: block
}
.our-history .wrapper .content .inner h4 {
font-size: 40px;
line-height: 54px;
font-family: 'Lora', serif;
margin-bottom: 10px
}
.our-history .wrapper .content .inner img {
height: 11px;
display: block;
margin-bottom: 40px
}
.our-history .wrapper .content .inner p {
font-size: 20px;
line-height: 34px;
margin-bottom: 36px;
font-weight: 300;
color: #393c3f
}
.our-history .wrapper .content .inner a {
font-weight: 500;
font-size: 16px;
position: relative;
padding-left: 46px
}
.our-history .wrapper .content .inner a span {
-webkit-transform: translateY(-30px) !important
}
.our-history .wrapper .content .inner a:before {
width: 46px;
height: 46px;
background: url("../images/arrow-link-2x.png") no-repeat;
position: absolute;
top: -9px
}
.our-history .wrapper .content .inner a:hover:before {
background: url("../images/arrow-link-2x-hover.png") no-repeat
/* background: url("../frontend/assets2/images/arrow-link-2x-hover.png") no-repeat */
}
.milestones {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8;
text-align: center
}
.milestones .section-title {
text-align: left
}
.milestones figure {
width: 148px;
display: inline-block;
margin-bottom: 20px
}
.milestones figure img {
width: 100%;
float: left
}
.milestones h5 {
font-size: 13px;
color: #7c838b
}
.milestones .odometer {
font-size: 36px;
font-family: 'Lora', serif
}
.team-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover
}
.our-team {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 150px
}
.our-team.homepage {
padding-top: 150px;
background: #f4fbff
}
.our-team.homepage .team-list:before {
border-color: #f4fbff
}
.our-team .team-list {
width: 100%;
float: left;
margin: 0;
padding: 0;
position: relative
}
.our-team .team-list:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border: 1px solid #fff
}
.our-team .team-list>li {
width: 25%;
float: left;
margin: 0;
padding: 30px 0;
list-style: none;
border-right: 1px solid #dee0e2;
border-bottom: 1px solid #dee0e2;
position: relative
}
.our-team .team-list>li:nth-last-child(-n+4) {
border-bottom: none
}
.our-team .team-list>li:nth-last-child(-n+4):before {
content: "";
width: 1px;
height: calc(100% + 180px);
background-color: #dee0e2;
display: block;
position: absolute;
top: -30px;
right: 0
}
.our-team .team-list>li:last-child {
border-right: none
}
.our-team .team-list>li:last-child:before {
display: none
}
.our-team .team-list>li:nth-child(n+4) {
border-right: none
}
.our-team .team-member {
width: 100%;
float: left;
text-align: center;
position: relative;
z-index: 2
}
.our-team .team-member figure {
width: 100%;
float: left;
margin: 0
}
.our-team .team-member figure img {
width: 210px;
height: 210px;
display: inline-block;
margin-bottom: 30px;
border-radius: 50%
}
.our-team .team-member figure figcaption {
width: 100%;
float: left
}
.our-team .team-member figure figcaption h6 {
font-size: 20px;
margin: 0 0 6px 0;
color: #393c3f;
font-weight: 600
}
.our-team .team-member figure figcaption span {
font-size: 14px;
color: #7c838b;
display: block;
margin-bottom: 20px;
font-weight: 500
}
.our-team .team-member figure figcaption .social-media {
width: 100%;
margin: 0;
padding: 0
}
.our-team .team-member figure figcaption .social-media:before {
display: none
}
.our-team .team-member figure figcaption .social-media li {
width: auto;
float: none;
display: inline-block;
margin: 0 5px;
padding: 0;
list-style: none;
border: none
}
.our-team .team-member figure figcaption .social-media li a {
float: left;
color: #bdc1c5;
font-size: 20px
}
.our-team .team-member figure figcaption .social-media li a i {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-facebook'] {
color: #3b5998
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-twitter'] {
color: #00acee
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-instagram'] {
color: #3f729b
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-linkedin'] {
color: #0e76a8
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-youtube-play'] {
color: #c4302b
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-tripadvisor'] {
color: #00af87
}
.our-guides {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.our-guides .guide-list {
width: 100%;
float: left;
margin: 0;
padding: 0;
position: relative
}
.our-guides .guide-list:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border: 1px solid #f4fbff
}
.our-guides .guide-list li {
width: 25%;
float: left;
margin: 0;
padding: 30px 0;
text-align: center;
list-style: none;
border-right: 1px solid #dee0e2;
border-bottom: 1px solid #dee0e2
}
.our-guides .guide-list li figure {
width: 100%;
float: left;
margin: 0;
position: relative;
z-index: 2
}
.our-guides .guide-list li figure img {
width: 114px;
height: 114px;
display: inline-block;
border-radius: 50%;
margin-bottom: 20px
}
.our-guides .guide-list li figure figcaption {
width: 100%;
float: left;
margin: 0
}
.our-guides .guide-list li figure figcaption h6 {
font-size: 18px;
display: block;
margin: 0;
color: #393c3f;
text-transform: uppercase
}
.our-guides .guide-list li figure figcaption span {
display: block;
font-size: 14px;
color: #7c838b;
margin-top: 7px;
text-transform: uppercase
}
.blog-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.blog-header small {
display: block;
text-transform: uppercase;
font-size: 16px;
color: #7c838b
}
.blog-header small span:first-child {
color: #53a0ef
}
.blog-header small span:last-child {
margin: 0 14px
}
.blog-header h2 {
width: 100%;
float: left;
margin-top: 10px;
font-size: 70px;
line-height: 80px;
font-family: 'Lora', serif
}
.blog-header .filter {
float: left;
margin-right: 40px
}
.blog-header .filter a {
line-height: 38px;
color: #393c3f;
font-size: 20px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer;
text-decoration: none
}
.blog-header .filter a:hover i {
background-color: #ff9019;
border: 1px solid #ff9019;
color: white
}
.blog-header .filter a i {
width: 38px;
height: 38px;
line-height: 38px;
float: right;
margin-left: 10px;
border: 1px solid #dee0e2;
border-radius: 50%;
text-align: center;
color: #ff9019;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-header .filter .dropdown-menu {
margin-top: 15px;
padding: 15px;
border-radius: 0;
border: 1px solid #dee0e2
}
.blog-header .view-type {
float: right;
margin: 0;
padding: 0
}
.blog-header .view-type li {
float: left;
margin-left: 10px;
list-style: none;
position: relative
}
.blog-header .view-type li:first-child:before {
content: "";
font-family: FontAwesome;
font-size: 16px;
color: #ff9019;
display: block;
position: absolute;
top: 11px;
left: 18px
}
.blog-header .view-type li input {
width: 249px;
height: 47px;
border-radius: 4px;
border: 1px solid #dee0e2;
padding-left: 40px;
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li input::-webkit-input-placeholder {
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li input:-ms-input-placeholder {
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li input::-ms-input-placeholder {
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li input::placeholder {
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li a {
float: left;
padding: 7px 10px;
border: 1px solid #dee0e2;
border-radius: 4px;
color: #bdc1c5;
font-size: 20px
}
.blog-picker .drp-calendar.right {
display: none !important
}
.blog-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover
}
.blog-content {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 44px 0 95px 0
}
.blog-content .inner {
width: 100%;
float: left;
padding: 0 15%;
position: relative
}
.blog-content .inner .social-share {
width: 56px;
position: absolute;
left: 0;
top: 50px;
margin: 0;
padding: 0
}
.blog-content .inner .social-share li {
width: 100%;
float: left;
margin-bottom: 10px;
padding: 0;
list-style: none
}
.blog-content .inner .social-share li a {
width: 56px;
height: 56px;
float: left;
line-height: 56px;
color: #bdc1c5;
border: 1px solid #bdc1c5;
border-radius: 50%;
text-align: center;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-content .inner .social-share li a.facebook-ico:hover {
border: 1px solid #3b5998;
background-color: #3b5998;
color: white
}
.blog-content .inner .social-share li a.twitter-ico:hover {
border: 1px solid #1da1f2;
background-color: #1da1f2;
color: white
}
.blog-content .inner .social-share li a.instagram-ico:hover {
border: 1px solid #405de6;
background-color: #405de6;
color: white
}
.blog-content .inner .social-share li a.googleplus-ico:hover {
border: 1px solid #dd4b39;
background-color: #dd4b39;
color: white
}
.blog-content .inner .about-author {
display: block;
margin-top: 100px;
padding-top: 100px;
border-top: 1px solid #e3e8ef;
text-align: center
}
.blog-content .inner .about-author figure {
width: 80px;
height: 80px;
display: inline-block;
margin-bottom: 18px
}
.blog-content .inner .about-author figure img {
width: 100%;
float: left;
border-radius: 50%
}
.blog-content .inner .about-author small {
display: block;
color: #7c838b;
font-size: 16px;
font-weight: 500
}
.blog-content .inner .about-author h5 {
font-family: 'Lora', serif;
font-size: 40px;
margin-bottom: 20px;
margin-top: 11px
}
.blog-content .inner .about-author .title-seperator {
display: inline-block;
height: 11px;
margin-bottom: 40px
}
.blog-content .inner .about-author p {
display: block
}
.blog-content .inner h3 {
font-family: 'Lora', serif;
font-size: 30px;
margin: 50px 0
}
.blog-content .inner p {
display: block;
font-size: 20px;
line-height: 34px;
color: #393c3f;
font-weight: 300
}
.blog-content .inner p:last-child {
margin-bottom: 0
}
.blog-content .inner p a {
-webkit-text-decoration: underline solid #ffe0bf;
text-decoration: underline solid #ffe0bf;
color: #ff9019
}
.swiper-blog-carousel {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative
}
.swiper-blog-carousel .swiper-slide {
opacity: 0.5
}
.swiper-blog-carousel .swiper-slide-active {
opacity: 1
}
.swiper-blog-carousel img {
width: 100%
}
.swiper-blog-carousel .swiper-button-prev {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px;
left: 19%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.swiper-blog-carousel .swiper-button-prev:hover .arrow-left:before {
background: url("../images/arrow-left-hover.png") no-repeat
}
.swiper-blog-carousel .swiper-button-prev .arrow-left:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-left.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.swiper-blog-carousel .swiper-button-prev.swiper-button-disabled {
opacity: 0
}
.swiper-blog-carousel .swiper-button-next {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px;
right: 19%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.swiper-blog-carousel .swiper-button-next:hover .arrow-right:before {
background: url("../images/arrow-right-hover.png") no-repeat
}
.swiper-blog-carousel .swiper-button-next .arrow-right:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-right.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.swiper-blog-carousel .swiper-button-next.swiper-button-disabled {
opacity: 0
}
.blog-comments {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.blog-comments h5 {
font-family: 'Lora', serif;
font-size: 30px;
margin-bottom: 10px
}
.blog-comments .title-seperator {
display: block;
height: 11px;
margin-bottom: 50px
}
.blog-comments .comments {
width: 100%;
float: left
}
.blog-comments .comments .comment {
position: relative;
width: 100%;
float: left;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #e3e8ef;
padding-right: 5%
}
.blog-comments .comments .comment:last-child {
border-bottom: none;
margin: 0;
padding: 0
}
.blog-comments .comments .comment.related {
padding-left: 10%
}
.blog-comments .comments .comment figure {
width: 80px;
float: left;
margin-bottom: 0;
margin-right: 20px
}
.blog-comments .comments .comment figure img {
width: 100%;
float: left;
border-radius: 50%
}
.blog-comments .comments .comment .info {
width: calc(100% - 100px);
float: left
}
.blog-comments .comments .comment .info a {
width: 75px;
text-align: center;
height: 36px;
line-height: 36px;
float: right;
position: absolute;
right: 0;
border: 1px solid #dee0e2;
border-radius: 4px;
font-size: 12px;
color: #7c838b;
padding: 0 10px;
font-weight: 700;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
text-decoration: none
}
.blog-comments .comments .comment .info a:hover {
background-color: #ff9019;
border: 1px sollid #ff9019;
color: white
}
.blog-comments .comments .comment .info h6 {
display: block;
font-size: 16px;
margin: 0
}
.blog-comments .comments .comment .info small {
font-size: 12px;
color: #7c838b;
display: block;
margin-bottom: 10px
}
.blog-comments .comments .comment .info p {
margin: 0;
font-size: 18px;
color: #393c3f;
font-weight: 300
}
.blog-comments form {
height: auto;
padding-left: 5%
}
.blog-comments form input[type="text"] {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
padding: 0 15px
}
.blog-comments form textarea {
width: 100%;
height: 120px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
padding: 15px
}
.blog-comments form button[type="submit"] {
display: inline-block;
height: 50px;
line-height: 50px;
background: #ff9019;
color: #fff;
padding: 0 50px;
border-radius: 6px;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
border: none
}
.blog-comments form button[type="submit"]:hover {
color: #fff;
text-decoration: none;
-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2)
}
.blog-posts {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.blog-posts .blog-post-grid {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-grid p {
display: none
}
.blog-posts .blog-post-grid:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.blog-posts .blog-post-grid:hover .post-image img {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.blog-posts .blog-post-grid .post-image {
width: 100%;
margin: 0;
position: relative;
overflow: hidden
}
.blog-posts .blog-post-grid .post-image img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-grid .post-content {
width: 100%;
background: #fff;
text-align: center;
padding: 40px 0
}
.blog-posts .blog-post-grid .post-content small {
font-size: 12px;
display: block;
color: #7c838b;
margin-bottom: 10px
}
.blog-posts .blog-post-grid .post-content small span {
margin: 0 14px
}
.blog-posts .blog-post-grid .post-content h3 {
font-family: 'Lora', serif;
font-size: 26px;
line-height: 40px;
padding: 0 6%;
margin-bottom: 20px
}
.blog-posts .blog-post-grid .post-content a {
display: inline-block;
font-size: 14px;
color: #393c3f;
font-weight: 600;
letter-spacing: 0
}
.blog-posts .blog-post-grid .post-content a:hover {
color: #ff9019;
text-decoration: none
}
.blog-posts .blog-post-grid .post-content a img {
width: 30px;
margin-right: 8px
}
.blog-posts .blog-post-list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-list:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.blog-posts .blog-post-list:hover .post-image img {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.blog-posts .blog-post-list .post-image {
-ms-flex-preferred-size: 370px;
flex-basis: 370px;
margin: 0;
position: relative;
overflow: hidden
}
.blog-posts .blog-post-list .post-image img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-list .post-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px;
background: #fff
}
.blog-posts .blog-post-list .post-content small {
font-size: 12px;
display: block;
color: #7c838b;
margin-bottom: 10px
}
.blog-posts .blog-post-list .post-content small span {
margin: 0 14px
}
.blog-posts .blog-post-list .post-content h3 {
font-family: 'Lora', serif;
font-size: 24px;
margin-bottom: 20px;
color: black
}
.blog-posts .blog-post-list .post-content p {
font-size: 18px;
line-height: 30px;
margin-bottom: 25px;
color: #393c3f;
font-weight: 300
}
.blog-posts .blog-post-list .post-content a {
text-decoration: none
}
.blog-posts .blog-post-list .post-content a h3 {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-list .post-content a:hover h3 {
color: #ff9019
}
.blog-posts .blog-post-list .post-content a.read-more {
display: inline-block;
font-size: 14px;
color: #393c3f;
font-weight: 600;
margin-left: 10px
}
.blog-posts .blog-post-list .post-content a.read-more:hover {
color: #ff9019;
text-decoration: none
}
.blog-posts .blog-post-list .post-content a.read-more img {
width: 30px;
margin-right: 8px
}
.subscribe {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 150px;
padding-bottom: 450px;
background-position: center;
background: url(../images/newsletter-bg01.jpg) center no-repeat;
background-size: cover;
text-align: center
}
.subscribe .inner {
width: 100%;
float: left;
padding: 0 10%
}
.subscribe .inner h2 {
font-family: 'Lora', serif;
font-size: 55px;
margin-bottom: 20px
}
.subscribe .inner img {
height: 11px;
display: inline-block;
margin-bottom: 50px
}
.subscribe .inner p {
padding: 0 8%;
font-size: 20px;
line-height: 34px;
color: #393c3f;
margin-bottom: 50px
}
.subscribe .inner form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 10%
}
.subscribe .inner form input {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 60%;
height: 56px;
border: 1px solid #dee0e2;
font-size: 16px;
color: #393c3f;
padding: 0 25px;
border-radius: 6px;
margin-right: 10px;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1)
}
.subscribe .inner form button {
width: 40%;
height: 56px;
border: none;
background: #ff9019;
color: #fff;
padding: 0 50px;
border-radius: 4px;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer
}
.subscribe .inner form button:hover {
background-color: white;
color: #ff9019
}
.popular-tours {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.popular-tours .section-desc {
color: #393c3f;
padding-left: 10%;
font-weight: 300;
font-size: 20px;
line-height: 34px
}
.popular-destinations {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.popular-destinations .col-lg-6 {
padding: 0
}
.popular-destinations .col-lg-6:nth-child(odd) {
-webkit-transform: translateX(30px);
transform: translateX(30px)
}
.popular-destinations .destinations-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px
}
.popular-destinations .destinations-box figure {
-webkit-box-flex: 300px;
-ms-flex: 300px;
flex: 300px;
height: 300px;
margin: 0;
position: relative;
overflow: hidden;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.popular-destinations .destinations-box figure img {
width: 100%
}
.popular-destinations .destinations-box .destinations-content {
-webkit-box-flex: 45%;
-ms-flex: 45%;
flex: 45%;
height: 300px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px;
background: #fff
}
.popular-destinations .destinations-box .destinations-content .inner {
width: 100%
}
.popular-destinations .destinations-box .destinations-content .inner img {
float: right;
height: 36px;
margin-right: -50px;
position: relative
}
.popular-destinations .destinations-box .destinations-content .inner h5 {
display: block;
font-size: 20px;
margin-bottom: 20px;
font-weight: 500;
color: #393c3f
}
.popular-destinations .destinations-box .destinations-content .inner ul {
width: 100%;
float: left;
margin: 0;
padding: 0
}
.popular-destinations .destinations-box .destinations-content .inner ul li {
width: 100%;
float: left;
margin: 0;
padding: 5px 0;
list-style: none;
color: #41454c
}
.popular-destinations .destinations-box .destinations-content .inner ul li:before {
content: "\f0da";
float: left;
font-family: FontAwesome;
color: #ff9019;
margin-right: 10px
}
.tour-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 15px 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-box:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.tour-box:hover figure img {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.tour-box figure {
width: 100%;
position: relative;
margin: 0;
overflow: hidden
}
.tour-box figure img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-box figure .tag {
height: 38px;
line-height: 38px;
padding: 0 30px;
position: absolute;
right: 0;
top: 40px;
background: #ff9019;
color: #fff;
font-size: 12px;
font-weight: 500
}
.tour-box figure .tag:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 19px 19px;
border-color: transparent transparent #ff9019 transparent;
position: absolute;
left: -19px;
bottom: 0
}
.tour-box figure .tag:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 19px 19px 0;
border-color: transparent #ff9019 transparent transparent;
position: absolute;
left: -19px;
top: 0
}
.tour-box .tour-content {
width: 100%;
background: #fff;
padding: 40px
}
.tour-box .tour-content .tag {
display: none
}
.tour-box .tour-content p {
display: none
}
.tour-box .tour-content small {
font-weight: 500;
font-size: 12px;
color: #7c838b;
display: block
}
.tour-box .tour-content h3 {
display: block;
font-size: 27px;
font-family: 'Lora', serif;
margin: 9px 0 0 0
}
.tour-box .tour-content ul {
width: 100%;
float: left;
padding: 27px 0 27px 0;
margin-bottom: 0
}
.tour-box .tour-content ul li {
width: 31%;
float: left;
text-align: center;
margin: 0;
padding: 0;
list-style: none
}
.tour-box .tour-content ul li:nth-child(2) {
width: 38%;
border-left: 1px solid #dee0e2;
border-right: 1px solid #dee0e2
}
.tour-box .tour-content ul li:first-child div {
float: left
}
.tour-box .tour-content ul li:last-child div {
float: right
}
.tour-box .tour-content ul li:last-child {
border-right: 0
}
.tour-box .tour-content ul li img {
height: 40px;
margin-bottom: 10px
}
.tour-box .tour-content ul li span {
font-weight: 600;
font-size: 14px;
display: block;
color: #393c3f
}
.tour-box .tour-content ul li small {
font-size: 10px;
color: #7c838b
}
.tour-box a {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
text-align: center;
color: #7c838b;
font-weight: 700
}
.tour-box a:hover {
background: #ff9019;
border-color: #ff9019;
color: #fff;
text-decoration: none
}
.tour-box-list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px
}
.tour-box-list figure {
-ms-flex-preferred-size: 370px;
flex-basis: 370px;
margin: 0
}
.tour-box-list figure .tag {
display: none
}
.tour-box-list figure img {
width: 100%;
float: left
}
.tour-box-list .tour-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 43px;
background: #fff;
position: relative
}
.tour-box-list .tour-content .tag {
height: 38px;
line-height: 38px;
padding: 0 30px;
position: absolute;
right: 0;
top: 40px;
background: #ff9019;
color: #fff
}
.tour-box-list .tour-content .tag:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 19px 19px;
border-color: transparent transparent #ff9019 transparent;
position: absolute;
left: -19px;
bottom: 0
}
.tour-box-list .tour-content .tag:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 19px 19px 0;
border-color: transparent #ff9019 transparent transparent;
position: absolute;
left: -19px;
top: 0
}
.tour-box-list .tour-content small {
font-weight: 500;
font-size: 12px;
color: #7c838b;
display: block
}
.tour-box-list .tour-content h3 {
display: block;
font-size: 26px;
font-family: 'Lora', serif;
margin: 10px 0 0 0
}
.tour-box-list .tour-content p {
font-weight: 300;
font-size: 17px;
line-height: 30px;
padding: 17px 0 20px 0
}
.tour-box-list .tour-content .inner {
width: 100%;
display: block
}
.tour-box-list .tour-content ul {
float: left;
margin: 0;
padding: 0;
margin-bottom: 0
}
.tour-box-list .tour-content ul li {
float: left;
border-right: 1px solid #dee0e2;
margin: 0;
padding: 0;
padding-right: 10px;
list-style: none
}
.tour-box-list .tour-content ul li:last-child {
border-right: 0
}
.tour-box-list .tour-content ul li:nth-child(n+2) {
padding-left: 20px
}
.tour-box-list .tour-content ul li img {
height: 40px;
float: left;
margin-right: 10px
}
.tour-box-list .tour-content ul li small {
display: block;
font-weight: 300
}
.tour-box-list .tour-content ul li span {
width: 125px;
display: block;
color: #393c3f;
font-weight: 500
}
.tour-box-list .tour-content a {
height: 46px;
line-height: 44px;
float: right;
border: 1px solid #dee0e2;
border-radius: 6px;
text-align: center;
color: #7c838b;
font-weight: 700;
padding: 0 46px
}
.tour-box-list .tour-content a:hover {
background: #ff9019;
border-color: #ff9019;
color: #fff;
text-decoration: none
}
.adventure-activities {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
overflow: hidden
}
.adventure-activities .container {
overflow: visible !important
}
.adventure-activities .section-desc {
color: #393c3f;
padding-left: 10%;
font-weight: 300;
font-size: 20px;
line-height: 34px;
margin-bottom: 40px
}
.adventure-activities .activities-carousel {
width: 100%;
float: left;
position: relative;
margin-bottom: 15px
}
.adventure-activities .activities-carousel .activity-box {
width: 100%;
float: left;
margin: 0;
padding: 0;
position: relative;
overflow: hidden
}
.adventure-activities .activities-carousel .activity-box:hover figcaption:after {
width: calc(100% - 60px)
}
.adventure-activities .activities-carousel .activity-box:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
webkit-filter: blur(4px);
-webkit-filter: blur(4px);
filter: blur(4px)
}
.adventure-activities .activities-carousel .activity-box:hover:after {
opacity: 0.9
}
.adventure-activities .activities-carousel .activity-box:after {
content: "";
width: 100%;
height: 150px;
opacity: 0.8;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#131314));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131314', GradientType=0)
}
.adventure-activities .activities-carousel .activity-box img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.adventure-activities .activities-carousel .activity-box figcaption {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
font-family: 'Lora', serif;
font-size: 24px;
color: #fff;
padding: 30px
}
.adventure-activities .activities-carousel .activity-box figcaption:after {
content: "";
width: 55px;
height: 1px;
background: #ff9019;
position: absolute;
left: 30px;
bottom: 25px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.adventure-activities .swiper-button-prev {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px
}
.adventure-activities .swiper-button-prev:hover .arrow-left:before {
background: url("../images/arrow-left-hover.png") no-repeat
}
.adventure-activities .swiper-button-prev .arrow-left:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-left.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.adventure-activities .swiper-button-prev img {
width: 42px
}
.adventure-activities .swiper-button-prev.swiper-button-disabled {
opacity: 0
}
.adventure-activities .swiper-button-next {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px
}
.adventure-activities .swiper-button-next:hover .arrow-right:before {
background: url("../images/arrow-right-hover.png") no-repeat
}
.adventure-activities .swiper-button-next .arrow-right:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-right.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.adventure-activities .swiper-button-next img {
width: 42px
}
.adventure-activities .swiper-button-next.swiper-button-disabled {
opacity: 0
}
.reviews {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.reviews .container {
padding: 0
}
.reviews .swiper-pagination {
bottom: -30px
}
.reviews .swiper-pagination-bullet {
width: 16px;
height: 16px;
background-color: #dee0e2
}
.reviews .swiper-pagination-bullet-active {
background-color: #53a0ef
}
.reviews .swiper-reviews {
width: 100%;
float: left;
overflow: hidden;
padding-bottom: 50px
}
.reviews .review {
width: 100%;
float: left;
background: #fff;
padding: 50px 65px;
text-align: center;
position: relative;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.reviews .review:hover {
-webkit-box-shadow: 0px 10px 10px 5px rgba(153, 153, 153, 0.2);
box-shadow: 0px 10px 10px 5px rgba(153, 153, 153, 0.2);
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.reviews .review:before {
content: "";
display: block;
background: url("../images/quote.png") no-repeat;
width: 119px;
height: 96px;
position: absolute;
left: 15px;
top: -10px;
color: #f4fbff;
z-index: 0
}
.reviews .review i {
color: #ff9019;
display: inline-block;
font-size: 20px;
position: relative;
z-index: 100
}
.reviews .review h4 {
font-family: 'Lora';
font-size: 24px;
display: block;
margin: 20px 0;
position: relative;
color: #393c3f;
z-index: 100
}
.reviews .review p {
font-weight: 300;
line-height: 30px;
color: #393c3f;
font-size: 18px;
margin-bottom: 30px;
z-index: 100
}
.reviews .review figure {
display: block
}
.reviews .review figure img {
width: 80px;
height: 80px;
display: inline-block;
border-radius: 50%
}
.reviews .review small {
font-weight: 500;
display: block;
color: #393c3f;
font-size: 14px
}
.recent-blog {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8
}
.recent-blog .blog-post {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 15px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.recent-blog .blog-post:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.recent-blog .blog-post .post-image {
width: 100%;
margin: 0;
position: relative;
overflow: hidden
}
.recent-blog .blog-post .post-image img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.recent-blog .blog-post .post-content {
width: 100%;
padding: 30px;
background: #fff;
text-align: center
}
.recent-blog .blog-post .post-content small {
font-weight: 500;
font-size: 12px;
display: block;
color: #7c838b;
margin-bottom: 10px
}
.recent-blog .blog-post .post-content small span {
margin: 0 14px
}
.recent-blog .blog-post .post-content h3 {
font-family: 'Lora';
font-size: 23px;
margin-bottom: 20px;
line-height: 40px
}
.recent-blog .blog-post .post-content a {
display: inline-block;
font-size: 14px;
color: #393c3f;
font-weight: 700;
letter-spacing: 0
}
.recent-blog .blog-post .post-content a:hover {
color: #ff9019;
text-decoration: none
}
.recent-blog .blog-post .post-content a img {
width: 30px;
margin-right: 8px
}
.related-blog {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8
}
.related-blog .section-title {
margin-bottom: 50px
}
.related-blog .blog-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.related-blog .blog-post:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.related-blog .blog-post:hover .post-image img {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.related-blog .blog-post .post-image {
-ms-flex-preferred-size: 200px;
flex-basis: 200px;
height: 223px;
margin: 0;
position: relative;
overflow: hidden
}
.related-blog .blog-post .post-image img {
width: 100%;
height: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.related-blog .blog-post .post-content {
padding: 0 30px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.related-blog .blog-post .post-content small {
font-size: 12px;
display: block;
color: #7c838b;
margin-bottom: 10px
}
.related-blog .blog-post .post-content small span {
margin: 0 14px
}
.related-blog .blog-post .post-content h3 {
font-family: 'Lora', serif;
font-size: 24px;
margin-bottom: 15px;
color: black;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.related-blog .blog-post .post-content a {
text-decoration: none
}
.related-blog .blog-post .post-content a:hover h3 {
color: #ff9019
}
.related-blog .blog-post .post-content a.read-more {
display: inline-block;
font-size: 13px;
color: #393c3f;
font-weight: 700;
margin-left: 10px
}
.related-blog .blog-post .post-content a.read-more:before {
border-radius: 50%
}
.related-blog .blog-post .post-content a.read-more:hover:before {
color: white;
background-color: #ff9019
}
.related-blog .blog-post .post-content a.read-more:hover {
color: #ff9019;
text-decoration: none
}
.related-blog .blog-post .post-content a.read-more img {
width: 30px;
margin-right: 8px
}
.checkout-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.checkout-header small {
color: #7c838b;
font-size: 16px;
font-weight: 600
}
.checkout-header h2 {
font-size: 70px;
color: #000;
font-family: 'Lora', serif;
margin-bottom: 50px;
margin-top: 7px
}
.checkout-header p {
font-size: 20px;
line-height: 34px;
margin: 20px 0;
float: right;
width: 90%
}
.checkout-header p strong {
font-weight: 500
}
.checkout-header .info-box {
float: left;
margin-right: 40px;
font-size: 20px;
line-height: 38px;
font-weight: 400;
color: #393c3f
}
.checkout-header .info-box strong {
font-weight: 600
}
.checkout-header .info-box i {
width: 38px;
height: 38px;
float: right;
line-height: 38px;
margin-left: 10px;
color: #ff9019;
border: 1px solid #edeeef;
border-radius: 50%;
text-align: center;
font-size: 18px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer
}
.checkout-header .info-box i:hover {
background: #ff9019;
border: 1px solid #ff9019;
color: white
}
.bs-tooltip-bottom {
margin-top: 10px !important
}
.steps {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.steps small {
font-size: 14px;
color: #ff9019;
font-weight: 500
}
.steps h5 {
font-family: 'Lora', serif;
font-size: 30px;
color: #000;
margin-bottom: 36px
}
.steps p {
font-size: 20px;
color: #7c838b;
margin-bottom: 46px
}
.steps span {
font-size: 14px;
color: #7c838b;
font-weight: 600
}
.steps b {
font-weight: 700;
font-size: 18px;
color: #393c3f
}
.checkout {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.checkout .site-btn {
padding: 0 50px;
height: 57px;
margin: 20px 0 0 auto
}
.checkout button {
border: none;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer
}
.checkout .passengers {
width: 100%
}
.checkout .passengers .accordion>.card {
overflow: visible
}
.checkout .passengers form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.checkout .passengers form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
margin-bottom: 25px
}
.checkout .passengers form .form-group input[type="text"] {
width: 100%;
height: 46px;
line-height: 56px;
font-size: 18px;
float: left;
position: relative;
border: 1px solid #dee0e2;
border-radius: 4px;
padding: 0 15px;
color: #7c838b
}
.checkout .passengers .extras {
background: #ecf4f8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-left: -20px;
margin-right: -20px;
margin-bottom: -20px;
padding: 50px
}
.checkout .passengers .extras h5 {
width: 100%;
float: left;
font-weight: 600;
font-size: 16px;
margin-bottom: 20px;
color: #393c3f
}
.checkout .passengers .extras .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.checkout .passengers .extras .left-side {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 6px
}
.checkout .passengers .extras .left-side .extra-box {
width: 100%;
float: left;
padding: 20px;
border-radius: 4px;
background: #fff
}
.checkout .passengers .extras .left-side .extra-box:first-child {
margin-bottom: 6px
}
.checkout .passengers .extras .left-side .extra-box h6 {
display: block;
font-size: 18px;
color: #393c3f
}
.checkout .passengers .extras .left-side .extra-box span {
float: left;
font-weight: 700;
font-size: 18px;
color: #393c3f
}
.checkout .passengers .extras .left-side .extra-box a {
float: right;
height: 46px;
line-height: 47px;
padding: 0 31px;
border-radius: 6px;
background: #53a0ef;
color: #fff;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
font-size: 14px
}
.checkout .passengers .extras .left-side .extra-box a:hover {
text-decoration: none;
background: #3692f1
}
.checkout .passengers .extras .right-side {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.checkout .passengers .extras .right-side .extra-detail-box {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 20px;
border-radius: 4px;
background: #fff;
position: relative
}
.checkout .passengers .extras .right-side .extra-detail-box .remove {
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
color: #b8bfc5;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
font-size: 12px
}
.checkout .passengers .extras .right-side .extra-detail-box .remove:hover {
color: #393c3f
}
.checkout .passengers .extras .right-side .extra-detail-box h6 {
display: block
}
.checkout .passengers .extras .right-side .extra-detail-box span {
display: block;
font-weight: 700;
font-size: 18px
}
.checkout .passengers .extras .right-side .extra-detail-box .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-top: auto
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
position: relative;
margin-bottom: 15px;
border-radius: 6px
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu {
width: 100%;
will-change: unset !important;
top: 100% !important;
-webkit-animation-name: "dropdown-fade";
-webkit-animation-duration: .25s;
-webkit-transform: translate3d(0, 0px, 0) !important;
transform: translate3d(0, 0px, 0) !important;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1)
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu li {
height: 48px;
width: 100%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu li:hover {
background-color: #f4fbff
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu a {
width: 100%;
display: block;
height: 100%;
line-height: 48px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu a:hover {
color: #ff9019
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .selectdrop a {
float: none;
background: none;
color: #7c838b;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 15px;
font-weight: normal;
cursor: pointer
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .selectdrop a:before {
display: none
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .arrow {
height: 44px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #dee0e2;
padding: 0 15px;
color: #ff9019;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .arrow:hover {
background: #ff9019;
color: white
}
.checkout .passengers .extras .right-side .extra-detail-box .form-group {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
position: relative;
border: 1px solid #dee0e2;
margin: 0;
border-radius: 6px
}
.checkout .passengers .extras .right-side .extra-detail-box a {
float: right;
height: 46px;
line-height: 47px;
padding: 0 31px;
border-radius: 6px;
background: #53a0ef;
color: #fff;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
margin-left: 6px;
font-size: 14px
}
.checkout .passengers .extras .right-side .extra-detail-box a:hover {
text-decoration: none;
background: #3692f1
}
.checkout .passengers-info {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.checkout .passengers-info .form-group.select-group:before {
height: 57px;
line-height: 57px;
right: 7px
}
.checkout .passengers-info form {
width: 100%
}
.checkout .passengers-info form .inner {
width: 100%;
float: left;
background: #fff;
padding: 50px;
padding-bottom: 40px;
margin-bottom: 20px
}
.checkout .passengers-info form .inner .dropdown {
width: 100%;
height: 57px;
line-height: 57px;
float: left;
position: relative;
margin-bottom: 15px;
border-radius: 6px;
border: 1px solid #dee0e2
}
.checkout .passengers-info form .inner .dropdown a {
text-decoration: none
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu {
width: 100%;
height: 300px;
overflow-y: scroll;
will-change: unset !important;
top: 100% !important;
-webkit-animation-name: "dropdown-fade";
-webkit-animation-duration: .25s;
-webkit-transform: translate3d(0, 0px, 0) !important;
transform: translate3d(0, 0px, 0) !important;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1)
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu li {
height: 48px;
width: 100%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu li:hover {
background-color: #f4fbff
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu a {
width: 100%;
display: block;
height: 100%;
line-height: 48px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu a:hover {
color: #ff9019
}
.checkout .passengers-info form .inner .selectdrop a {
float: none;
background: none;
color: #7c838b;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 15px;
font-weight: normal;
cursor: pointer
}
.checkout .passengers-info form .inner .selectdrop a:before {
display: none
}
.checkout .passengers-info form .inner .arrow {
height: 57px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #dee0e2;
padding: 0 15px;
color: #ff9019;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.checkout .passengers-info form .inner .arrow:hover {
background: #ff9019;
color: white
}
.checkout .passengers-info form .inner h6 {
font-size: 17px;
font-weight: 700;
margin-bottom: 30px
}
.checkout .passengers-info form .inner .form-group {
width: 50%;
float: left;
padding-right: 6px;
position: relative
}
.checkout .passengers-info form .inner .form-group input[type="text"] {
width: 100%;
height: 57px;
float: left;
position: relative;
border: 1px solid #dee0e2;
border-radius: 4px;
padding: 0 15px
}
.checkout .passengers-info form label {
line-height: 30px;
font-size: 18px;
color: #393c3f;
cursor: text;
font-weight: 400;
width: 90%
}
.checkout .passengers-info form label a {
color: #53a0ef;
-webkit-text-decoration: underline solid #cce4fb;
text-decoration: underline solid #cce4fb;
font-weight: 500
}
.checkout .passengers-info form input[type="checkbox"] {
width: 30px;
height: 30px;
float: left;
border-radius: 50%;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #ff9019;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none
}
.checkout .passengers-info form input[type="checkbox"]:checked {
background: url(../images/icon-check.svg) center no-repeat;
background-size: 18px auto
}
.checkout .summary {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.checkout .summary .summary-head {
width: 100%;
padding: 30px 50px;
background: #fff
}
.checkout .summary .summary-head h3 {
font-size: 30px;
font-family: 'Lora', serif;
margin-top: 35px
}
.checkout .summary .summary-head span {
color: #7c838b
}
.checkout .summary .summary-head figure {
float: right;
margin: 0
}
.checkout .summary .summary-head figure img {
width: 146px;
float: left;
border-radius: 50%
}
.checkout .summary .summary-body {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: #ecf4f8;
padding: 20px 50px
}
.checkout .summary .summary-body .summery-row:first-child {
color: #7c838b
}
.checkout .summary .summary-body .summery-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 10px 20px;
color: #393c3f;
font-size: 14px;
font-weight: 600
}
.checkout .summary .summary-body .summery-row pre {
display: inline
}
.checkout .summary .summary-body .summery-row .total {
color: #7c838b;
font-size: 14px;
font-weight: 600
}
.checkout .summary .summary-body .summery-row span {
color: #7c838b
}
.checkout .summary .summary-body .summery-row.white-bg {
background: #fff;
margin-bottom: 10px;
color: #393c3f;
font-size: 16px;
padding: 20px
}
.checkout .summary .summary-body .summery-row div {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.checkout .summary .summary-body .summery-row div strong {
color: #393c3f;
font-size: 24px;
font-weight: 600
}
.checkout .summary .summary-body .summery-row div:nth-child(1) {
-ms-flex-preferred-size: 20%;
flex-basis: 20%
}
.checkout .summary .summary-body .summery-row div:last-child {
text-align: right
}
.checkout .payment {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.checkout .payment form {
width: 100%
}
.checkout .payment form .inner {
width: 100%;
float: left;
background: #fff;
padding: 50px;
padding-bottom: 40px;
margin-bottom: 20px
}
.checkout .payment form .inner h6 {
font-size: 17px;
font-weight: 700;
margin-bottom: 30px
}
.checkout .payment form .inner .coupon-field {
position: relative
}
.checkout .payment form .inner .coupon-field button {
width: 86px;
height: 57px;
position: absolute;
right: 0;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
background-color: transparent;
border-left: 1px solid #dee0e2;
font-weight: 700;
font-size: 14px;
color: #7c838b;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .payment form .inner .coupon-field button:hover {
background-color: #ff9019;
color: white
}
.checkout .payment form .inner .form-group {
width: 33.33333%;
float: left;
padding-right: 6px;
position: relative
}
.checkout .payment form .inner .form-group.big {
width: 50%
}
.checkout .payment form .inner .form-group .select-box {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
position: relative;
border: 1px solid #dee0e2;
margin: 0;
border-radius: 6px
}
.checkout .payment form .inner .form-group .select-box select {
width: 100%;
height: 46px;
float: left;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: transparent;
padding: 0 15px
}
.checkout .payment form .inner .form-group .select-box .arrow {
height: 46px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #dee0e2;
padding: 0 15px;
color: #ff9019
}
.checkout .payment form .inner .form-group input[type="text"] {
width: 100%;
height: 57px;
float: left;
position: relative;
border: 1px solid #dee0e2;
border-radius: 4px;
padding: 0 15px
}
.select-group {
cursor: pointer
}
.form-group.select-group:before {
content: "";
font-family: FontAwesome;
font-size: 20px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
color: #ff9019;
width: 50px;
height: 46px;
line-height: 46px;
display: block;
position: absolute;
right: 0;
text-align: center;
border-left: 1px solid #dee0e2;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.form-group.select-group:hover:before {
background-color: #ff9019;
color: white
}
.form-group select {
width: 100%;
height: 46px;
border: 1px solid #dee0e2 !important;
position: relative;
float: left;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: transparent;
padding: 0 15px;
cursor: pointer
}
.form-group select option {
font-size: 14px;
color: #7c838b
}
.tours-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.tours-header h6 {
color: #53a0ef;
font-size: 16px
}
.tours-header h2 {
font-family: 'Lora', serif;
font-size: 70px;
margin-bottom: 30px
}
.tours-header p {
display: block;
margin-bottom: 50px;
font-size: 20px;
font-weight: 300;
color: #393c3f
}
.tours-header p strong {
font-weight: 500
}
.tours-header .filter {
float: left;
margin-right: 40px
}
.tours-header .filter a {
line-height: 38px;
color: #393c3f;
font-size: 20px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
text-decoration: none;
cursor: pointer
}
.tours-header .filter a:hover i {
background-color: #ff9019;
border: 1px solid #ff9019;
color: white
}
.tours-header .filter a i {
width: 38px;
height: 38px;
line-height: 38px;
float: right;
margin-left: 10px;
border: 1px solid #dee0e2;
border-radius: 50%;
text-align: center;
color: #ff9019;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tours-header .filter .dropdown-menu {
margin-top: 15px;
padding: 15px;
border-radius: 0;
border: 1px solid #dee0e2
}
.view-type {
float: right;
margin: 0;
padding: 0
}
.view-type li {
float: left;
margin-left: 10px;
list-style: none
}
.view-type li a {
float: left;
padding: 7px 10px;
border: 1px solid #dee0e2;
border-radius: 4px;
color: #bdc1c5;
font-size: 20px
}
.filter.dropdown {
position: relative !important
}
.filter .dropdown-menu {
will-change: unset !important;
-webkit-transform: translate3d(0, 10px, 0) !important;
transform: translate3d(0, 10px, 0) !important;
padding: 29px !important;
min-width: 310px !important;
max-width: 500px;
position: absolute;
top: 100% !important;
left: calc(100% - 80px) !important;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
-webkit-animation-name: "dropdown-fade";
animation-name: "dropdown-fade";
-webkit-animation-duration: .25s
}
.filter .dropdown-check li:not(:last-child) span {
font-size: 16px;
color: #2c2f32;
margin: 0 0 0 9px;
float: left;
color: #2c2f32
}
.filter .dropdown-check li:not(:last-child) {
margin: 12px 0
}
.filter .dropdown-check li:not(:last-child):after {
content: "";
display: table;
clear: both
}
.filter .dropdown-check li:not(:last-child):first-child {
margin: 0
}
.filter .dropdown-check input[type="checkbox"] {
margin: 0;
float: left;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #e0e2e4;
position: relative;
cursor: pointer
}
.filter .dropdown-check input[type="checkbox"]:checked:before {
content: "";
display: block;
position: absolute;
width: 6px;
height: 6px;
background: #ff9019;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%)
}
.filter .dropdown-check:before {
content: "";
display: block;
background: url("../images/caret.png") no-repeat;
width: 20px;
height: 10px;
position: absolute;
top: -10px;
left: 50px
}
.filter .dropdown-check li>div:before {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #ecf4f8;
margin: 20px 0
}
.filter .dropdown-check li>div span {
font-size: 14px;
color: #7c838b;
cursor: pointer;
font-weight: 500
}
.filter .dropdown-check li>div span i {
margin-right: 10px
}
.filter .dropdown-check li>div span:last-child {
float: right;
color: #ff9019
}
@-webkit-keyframes dropdown-fade {
0% {
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
opacity: 0;
visibility: none
}
100% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
opacity: 1;
visibility: visible
}
}
@keyframes dropdown-fade {
0% {
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
opacity: 0;
visibility: none
}
100% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
opacity: 1;
visibility: visible
}
}
@-webkit-keyframes rangerpicker-fade {
0% {
-webkit-transform: translate(19px, 80px);
transform: translate(19px, 80px);
opacity: 0;
visibility: none
}
100% {
-webkit-transform: translate(19px, 20px);
transform: translate(19px, 20px);
opacity: 1;
visibility: visible
}
}
@keyframes rangerpicker-fade {
0% {
-webkit-transform: translate(19px, 80px);
transform: translate(19px, 80px);
opacity: 0;
visibility: none
}
100% {
-webkit-transform: translate(19px, 20px);
transform: translate(19px, 20px);
opacity: 1;
visibility: visible
}
}
.related-tours {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.related-tours .section-title {
margin-bottom: 32px
}
.tours-grid {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.tours-list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.tour-single-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.tour-single-header h6 {
color: #53a0ef;
font-size: 16px
}
.tour-single-header h2 {
font-family: 'Lora', serif;
font-size: 70px;
margin-bottom: 60px
}
.tour-single-header p {
display: block;
margin-bottom: 50px;
font-size: 20px;
font-weight: 300;
color: #393c3f
}
.tour-single-header p strong {
font-weight: 500
}
.tour-single-header .price {
float: left;
line-height: 38px;
font-size: 20px
}
.tour-single-header .filter {
float: left;
margin-right: 40px
}
.tour-single-header .filter a {
line-height: 38px;
color: #393c3f;
font-size: 20px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer;
text-decoration: none
}
.tour-single-header .filter a:hover i {
background-color: #ff9019;
border: 1px solid #ff9019;
color: white
}
.tour-single-header .filter a i {
width: 38px;
height: 38px;
line-height: 38px;
float: right;
margin-left: 10px;
border: 1px solid #dee0e2;
border-radius: 50%;
text-align: center;
color: #ff9019;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-single-header .filter .dropdown-menu {
margin-top: 15px;
padding: 15px;
border-radius: 0;
border: 1px solid #dee0e2
}
.tour-single-header .filter .available-dropdown {
min-width: 330px !important
}
.tour-single-header .filter .dropdown-check li span:nth-of-type(1) {
font-weight: 600
}
.tour-single-header .filter .dropdown-check li input[disabled="disabled"] {
background-color: #f4fbff
}
.tour-single-header .filter .dropdown-check li span.not-available {
text-decoration: line-through;
color: #7c838b
}
.tour-single-header .filter .dropdown-check li .available {
text-align: right;
float: right;
margin: 0;
margin-left: 70px;
color: #7c838b
}
.tour-single-header .passenger-dropdown {
min-width: 360px !important
}
.tour-single-header .passenger-dropdown li:not(:last-child) div {
width: 50%;
display: inline-block;
float: left;
margin-top: 26px
}
.tour-single-header .passenger-dropdown li:not(:last-child) div:before {
display: none
}
.tour-single-header .passenger-dropdown li:not(:last-child) div h6 {
margin: 0;
color: #2c2f32;
font-size: 16px;
font-weight: 900
}
.tour-single-header .passenger-dropdown li:not(:last-child) div h6 span {
font-weight: 300
}
.tour-single-header .passenger-dropdown li:not(:last-child) div span {
float: none;
margin: 0
}
.tour-single-header .passenger-dropdown li:not(:last-child) div>span {
font-size: 14px;
color: #2c2f32
}
.tour-single-header .passenger-dropdown li:not(:last-child) div li {
list-style: none;
display: inline-block
}
.tour-single-header .passenger-dropdown li:not(:last-child) div li:first-child,
.tour-single-header .passenger-dropdown li:not(:last-child) div li:last-child {
width: 37px;
height: 37px;
border: 1px solid #bdc1c5;
color: #bdc1c5;
text-align: center;
line-height: 37px;
border-radius: 50%;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-single-header .passenger-dropdown li:not(:last-child) div li:first-child:hover,
.tour-single-header .passenger-dropdown li:not(:last-child) div li:last-child:hover {
color: #ff9019
}
.tour-single-header .passenger-dropdown li:not(:last-child) div li:nth-child(2) {
font-size: 20px;
color: #393c3f;
margin: 0 8px
}
.tour-single-header .passenger-dropdown li:first-child div {
margin-top: 0
}
.tour-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover
}
.tour-desc {
width: 100;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
font-weight: 300
}
.tour-desc .section-title {
padding: 0 15%
}
.tour-desc p {
font-size: 20px;
line-height: 34px;
font-weight: 300
}
.tour-desc p a {
text-decoration: underline;
color: #53a0ef
}
.tour-overview {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 150px
}
.tour-overview ul {
width: 100%;
float: left;
margin: 0;
padding: 0
}
.tour-overview ul li {
width: 33.33333%;
float: left;
margin-bottom: 15px;
padding: 0;
list-style: none
}
.tour-overview ul li figure {
width: 70px;
float: left;
margin-right: 10px
}
.tour-overview ul li figure img {
width: 100%
}
.tour-overview ul li small {
display: block;
color: #7c838b;
font-size: 12px;
font-weight: 500;
margin-top: 12px
}
.tour-overview ul li h6 {
display: block;
font-size: 18px;
font-weight: 600;
color: #393c3f
}
.tour-attraction {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.tour-attraction .attraction-carousel {
width: 100%;
float: left;
overflow: hidden;
position: relative
}
.tour-attraction .attraction-carousel .attraction-box {
width: 100%;
float: left;
margin: 0;
padding: 0;
position: relative;
overflow: hidden
}
.tour-attraction .attraction-carousel .attraction-box:hover figcaption:after {
width: calc(100% - 60px)
}
.tour-attraction .attraction-carousel .attraction-box:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
webkit-filter: blur(4px);
-webkit-filter: blur(4px);
filter: blur(4px)
}
.tour-attraction .attraction-carousel .attraction-box:hover:after {
opacity: 0.9
}
.tour-attraction .attraction-carousel .attraction-box:after {
content: "";
width: 100%;
height: 150px;
opacity: 0.8;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#131314));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131314', GradientType=0)
}
.tour-attraction .attraction-carousel .attraction-box img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-attraction .attraction-carousel .attraction-box figcaption {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
font-family: 'Lora', serif;
font-size: 24px;
color: #fff;
padding: 30px
}
.tour-attraction .attraction-carousel .attraction-box figcaption:after {
content: "";
width: 55px;
height: 1px;
background: #ff9019;
position: absolute;
left: 30px;
bottom: 25px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-attraction .attraction-carousel .swiper-button-prev {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px;
left: 19%
}
.tour-attraction .attraction-carousel .swiper-button-prev:hover .arrow-left:before {
background: url("../images/arrow-left-hover.png") no-repeat
}
.tour-attraction .attraction-carousel .swiper-button-prev .arrow-left:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-left.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-attraction .attraction-carousel .swiper-button-prev img {
width: 42px
}
.tour-attraction .attraction-carousel .swiper-button-prev.swiper-button-disabled {
opacity: 0
}
.tour-attraction .attraction-carousel .swiper-button-next {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px;
right: 19%
}
.tour-attraction .attraction-carousel .swiper-button-next:hover .arrow-right:before {
background: url("../images/arrow-right-hover.png") no-repeat
}
.tour-attraction .attraction-carousel .swiper-button-next .arrow-right:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-right.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-attraction .attraction-carousel .swiper-button-next img {
width: 42px
}
.tour-attraction .attraction-carousel .swiper-button-next.swiper-button-disabled {
opacity: 0
}
.tour-features {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 0 150px 0
}
.tour-features .feature-box {
width: 33.33333%;
float: left;
border-left: 1px solid #dee0e2;
padding: 0 5%
}
.tour-features .feature-box:first-child {
border: none
}
.tour-features .feature-box figure {
width: 60px;
float: right;
margin: 0
}
.tour-features .feature-box figure img {
width: 100%
}
.tour-features .feature-box h4 {
font-family: 'Lora', serif;
font-size: 30px;
margin-bottom: 40px
}
.tour-features .feature-box .seperator {
height: 11px;
display: block;
margin-bottom: 20px
}
.tour-features .feature-box ul {
width: 100%;
float: left;
margin: 0;
padding: 0
}
.tour-features .feature-box ul li {
width: 100%;
float: left;
margin: 0;
padding: 6px 0;
list-style: none;
font-weight: 300;
font-size: 18px;
color: #393c3f
}
.tour-features .feature-box ul li i {
color: #53a0ef;
margin-right: 10px
}
.feature-box:nth-child(2) ul li i {
color: #ff9019
}
.feature-box:nth-child(3) ul li i {
color: #a1d156
}
.tour-location {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.tour-location .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.tour-location .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 40px
}
.tour-location .map-style {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: #f4fbff
}
.tour-location h6 {
font-size: 12px;
font-weight: 700;
color: #7c838b;
text-transform: uppercase;
margin: 0;
line-height: 1;
font-weight: 500
}
.tour-location h3 {
font-family: 'Lora', serif;
font-size: 40px;
margin: 10px 0 20px 0
}
.tour-location p {
font-weight: 300;
font-size: 20px;
line-height: 34px
}
.tour-location .title-seperator {
display: block;
margin-bottom: 40px
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.upcoming-departure {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8;
position: relative
}
.upcoming-departure .wrapper {
position: relative;
width: 100%;
height: 100%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.upcoming-departure .col-lg-4:nth-child(n+5) .wrapper {
-webkit-transform: translateY(-83px)
}
.upcoming-departure .departure-box {
background-color: white;
padding: 40px 30px 10px 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
z-index: 10;
position: relative;
margin-top: 30px;
width: 100%;
height: 74%
}
.upcoming-departure .departure-box:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
z-index: 100;
position: absolute;
height: 100%
}
.upcoming-departure .departure-box:hover .timing {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}
.upcoming-departure .departure-box:hover .departure .plane {
background-image: url("../images/plane-blue.png")
}
.upcoming-departure .departure-box:hover .return .plane {
background-image: url("../images/plane-orange.png")
}
.upcoming-departure .departure-box:hover a {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.upcoming-departure .departure-box a {
width: 100%;
-webkit-transform: translateY(-108px);
transform: translateY(-108px);
padding-left: 0;
padding-right: 0;
text-align: center;
margin: 0;
background: transparent;
border: 1px solid #dee0e2;
color: #7c838b;
-webkit-box-shadow: none;
box-shadow: none
}
.upcoming-departure .departure-box a:hover {
color: white;
background-color: #ff9019;
border: 1px solid #ff9019;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1)
}
.upcoming-departure .departure-box:after {
content: "";
clear: both;
display: table
}
.upcoming-departure .departure-box .timing {
border-top: 1px solid #dee0e2;
float: left;
width: 100%;
padding: 30px 0 30px 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
opacity: 0;
-webkit-animation-duration: .25s;
animation-duration: .25s
}
.upcoming-departure .departure-box .timing small {
display: block;
margin-bottom: 10px
}
.upcoming-departure .departure-box .timing h6 {
width: 50%;
display: inline
}
.upcoming-departure .departure-box .timing span {
text-align: right;
width: 50%;
float: right
}
.upcoming-departure .departure-box .plane {
width: 57px;
height: 32px;
background-image: url("../images/plane.png");
margin: 35px auto;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.upcoming-departure .departure-box .departure {
width: 50%;
text-align: center;
display: inline-block;
float: left;
border-right: 1px solid #dee0e2;
margin-bottom: 30px
}
.upcoming-departure .departure-box .return {
width: 50%;
text-align: center;
display: inline-block;
float: left;
margin-bottom: 30px
}
.upcoming-departure .departure-box .return .plane {
background-image: url("../images/plane-left.png")
}
.upcoming-departure .departure-box .small {
font-weight: 500;
font-size: 12px;
color: #7c838b
}
.upcoming-departure .departure-box h6 {
font-weight: 500;
font-size: 16px;
color: #393c3f;
margin: 0
}
.tour-information {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.tour-information div[class="col-lg-5"]:before {
content: "";
display: block;
position: absolute;
left: -10%;
width: 1px;
height: 100%;
background-color: #dee0e2
}
.tour-information h3 {
display: block;
margin-bottom: 20px;
font-family: 'Lora', serif;
font-size: 30px
}
.tour-information p {
font-size: 18px;
line-height: 32px;
font-weight: 300;
color: #393c3f
}
.tour-information .accordion {
padding-right: 10%
}
.tour-information .accordion .card {
text-align: left
}
.tour-information .accordion .card .card-body {
padding-left: 80px
}
.tour-information .accordion .card .card-header {
border-top: 1px solid #eee
}
.tour-information .accordion .card .card-header a {
font-size: 20px;
color: #393c3f
}
.tour-information .accordion .card .card-header.no-border {
border: none
}
.tour-information ul {
width: 90%;
display: inline-block;
margin: 0;
padding: 0
}
.tour-information ul li {
width: 100%;
float: left;
line-height: 50px;
font-size: 18px;
padding: 20px 0;
margin: 0;
border-bottom: 1px solid #dee0e2;
list-style: none
}
.tour-information ul li figure {
height: 50px;
float: left;
margin-right: 20px;
margin-bottom: 0
}
.tour-information ul li figure img {
height: 50px
}
.tour-information ul li:last-child {
border-bottom: none
}
.tabs {
width: 100%;
float: left;
margin-bottom: 30px;
overflow: hidden;
position: relative
}
.tabs .in {
opacity: 1
}
.tabs .nav-tabs {
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
border-bottom: none;
position: relative
}
.tabs .nav-tabs li {
float: left;
margin-right: 6px
}
.tabs .nav-tabs li a {
float: left;
border-radius: 0;
padding: 20px 30px;
font-weight: 600;
border: none;
background: #ecf4f8;
color: #7c838b
}
.tabs .nav-tabs li a:hover {
text-decoration: none;
color: #ff9019
}
.tabs .nav-tabs li .active {
border: none;
color: #393c3f;
background: #fff
}
.tabs .nav-tabs li .active:focus {
border: none;
color: #393c3f;
background: #fff
}
.tabs .nav-tabs li .active:hover {
border: none;
color: #393c3f;
background: #fff
}
.tabs .tab-content {
width: 100%;
float: left;
border: none;
background: #fff;
padding: 30px
}
.tabs .tab-content p:last-child {
margin-bottom: 0
}
.attractions-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.attractions-header h2 {
width: 100%;
float: left;
margin-top: 0;
margin-bottom: 8px;
font-size: 70px;
font-family: 'Lora', serif
}
.attractions-header img {
height: 11px;
display: block;
margin-bottom: 50px
}
.attractions-header p {
display: block;
font-size: 20px;
line-height: 34px;
color: #393c3f
}
.attractions-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover
}
.attractions-desc {
width: 100;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.attractions-desc p {
font-size: 20px;
line-height: 34px;
color: #393c3f;
margin-bottom: 30px
}
.attractions-desc p:last-child {
margin-bottom: 0
}
.attractions-desc p a {
text-decoration: underline;
color: #53a0ef
}
.things-todo {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.things-todo .section-title {
margin-bottom: 18px
}
.things-todo .border-right {
border-right: 1px solid #dee0e2
}
.things-todo ul {
width: 90%;
display: inline-block;
margin: 0;
padding: 0
}
.things-todo ul li {
font-weight: 300;
width: 100%;
float: left;
line-height: 50px;
font-size: 20px;
padding: 20px 0;
margin: 0;
border-bottom: 1px solid #dee0e2;
list-style: none;
color: #393c3f
}
.things-todo ul li:last-child {
border-bottom: none
}
.things-todo ul li img {
height: 50px;
float: left;
margin-right: 20px
}
.attractions {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.attractions .section-title {
text-align: left
}
.attractions-box {
width: 100%;
float: left;
margin-bottom: 30px;
padding: 0;
position: relative;
overflow: hidden
}
.attractions-box:hover figcaption:after {
width: calc(100% - 60px)
}
.attractions-box:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
webkit-: blur(4px);
-webkit-filter: blur(4px);
filter: blur(4px)
}
.attractions-box:hover:after {
opacity: 0.9
}
.attractions-box:after {
content: "";
width: 100%;
height: 150px;
opacity: 0.8;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#131314));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131314', GradientType=0)
}
.attractions-box img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.attractions-box figcaption {
width: calc(100% - 1px);
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
padding: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: white;
font-family: 'Lora', serif;
font-size: 24px;
color: #fff;
text-decoration: none
}
.attractions-box figcaption:after {
content: "";
width: 55px;
height: 1px;
background: #ff9019;
position: absolute;
left: 30px;
bottom: 25px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.quote {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 150px;
padding-bottom: 430px;
background-size: cover;
background-position: center;
text-align: center
}
.quote h2 {
font-family: 'Lora';
font-size: 55px;
margin-bottom: 27px
}
.quote img {
height: 11px;
display: inline-block;
margin-bottom: 50px
}
.quote p {
font-weight: 300;
padding: 0 15%;
font-size: 20px;
line-height: 34px;
color: #393c3f
}
.contact {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 150px 0
}
.contact .contact-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover;
margin-bottom: 150px
}
.contact .section-title {
margin-bottom: 40px
}
.contact p {
font-weight: 300;
font-size: 20px;
color: #393c3f;
margin-bottom: 72px
}
.contact .content {
width: 100%
}
.contact .map-style {
width: 100%;
height: 80vh;
background: #ff9019;
margin-bottom: 80px
}
.contact .contact-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
margin-top: 20px
}
.contact .contact-box:after {
content: "";
width: 1px;
height: calc(100% + 37px);
background-color: #dee0e2;
display: block;
position: absolute;
right: 0
}
.contact .contact-box.no-border:after {
display: none
}
.contact .contact-box figure {
width: 100%
}
.contact .contact-box figure img {
width: 98px
}
.contact .contact-box h5 {
width: 100%;
color: #7c838b;
font-size: 16px;
font-weight: 500;
margin-bottom: 3px;
margin-top: 5px
}
.contact .contact-box span {
width: 100%;
color: #393c3f;
font-size: 20px;
font-weight: 450
}
.contact .contact-box span a {
color: #393c3f;
text-decoration: none;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.contact .contact-box span a:hover {
color: #ff9019
}
.contact .contact-box ul {
width: 100%;
margin: 0;
padding: 0
}
.contact .contact-box ul li {
display: inline-block;
margin: 0 6px;
padding: 0;
list-style: none
}
.contact .contact-box ul li a {
color: #bdc1c5;
font-size: 20px
}
.contact .contact-box ul li a i {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.contact .contact-box ul li a:hover i[class='fa fa-facebook'] {
color: #3b5998
}
.contact .contact-box ul li a:hover i[class='fa fa-twitter'] {
color: #00acee
}
.contact .contact-box ul li a:hover i[class='fa fa-linkedin'] {
color: #0e76a8
}
.contact .contact-box ul li a:hover i[class='fa fa-tripadvisor'] {
color: #00af87
}
.our-offices {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.our-offices .col-lg-6 {
padding: 0 !important
}
.our-offices .col-lg-6:nth-child(even) {
padding-left: 30px !important
}
.our-offices .office-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.our-offices .office-box:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.our-offices .office-box figure {
-ms-flex-preferred-size: 270px;
flex-basis: 270px;
margin: 0
}
.our-offices .office-box figure img {
width: 100%
}
.our-offices .office-box .office-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff;
padding: 50px 60px
}
.our-offices .office-box .office-content h5 {
display: block;
margin-bottom: 17px
}
.our-offices .office-box .office-content address {
width: 100%;
font-size: 16px;
color: #393c3f;
line-height: 31px;
margin: 0
}
.our-offices .office-box .office-content address a {
color: #393c3f;
text-decoration: none
}
.our-offices .office-box .office-content address a:hover {
color: #ff9019
}
.contact-form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8
}
.contact-form form {
text-align: left
}
.contact-form form input[type="text"] {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
padding: 0 15px;
font-size: 16px;
color: #393c3f
}
.contact-form form input[type="text"]:placeholder {
color: #393c3f
}
.contact-form form textarea {
width: 100%;
min-height: 140px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
padding: 15px
}
.contact-form form button[type="submit"] {
display: inline-block;
height: 50px;
line-height: 50px;
background: #ff9019;
color: #fff;
padding: 0 70px;
border-radius: 6px;
font-weight: 700;
margin-top: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border: none;
cursor: pointer
}
.contact-form form button[type="submit"]:hover {
color: #ff9019;
background: white;
text-decoration: none;
-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2)
}
.footer {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.footer h5 {
display: block;
color: #393c3f;
font-weight: 500;
font-size: 15px;
margin-bottom: 47px
}
.footer address {
width: 100%;
float: left;
color: #7c838b;
line-height: 31px
}
.footer address a {
color: #7c838b;
text-decoration: none
}
.footer address a:hover {
color: #ff9019
}
.footer .footer-menu {
width: 100%;
float: left;
margin: 0;
padding: 0
}
.footer .footer-menu li {
width: 100%;
float: left;
margin: 0;
padding: 0;
list-style: none
}
.footer .footer-menu li a {
width: 100%;
float: left;
padding: 6px 0;
color: #7c838b;
text-decoration: none
}
.footer .footer-menu li a:hover {
color: #ff9019
}
.footer .dropdown {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
position: relative;
border: 1px solid #dee0e2;
margin-bottom: 15px;
border-radius: 6px
}
.footer .dropdown a {
text-decoration: none
}
.footer .dropdown .dropdown-menu {
width: 100%;
will-change: unset !important;
top: 100% !important;
-webkit-animation-name: "dropdown-fade";
-webkit-animation-duration: .25s;
-webkit-transform: translate3d(0, 0px, 0) !important;
transform: translate3d(0, 0px, 0) !important;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1)
}
.footer .dropdown .dropdown-menu a {
font-weight: 400;
cursor: pointer;
height: 48px;
line-height: 48px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.footer .dropdown .dropdown-menu a:hover {
background-color: #f4fbff;
color: #ff9019
}
.footer .dropdown .dropdown-menu a:hover span {
color: #ff9019
}
.footer .dropdown .dropdown-menu:hover {
top: 100%
}
.footer .dropdown .arrow {
height: 44px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #dee0e2;
padding: 0 15px;
color: #ff9019;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.footer .dropdown .arrow:hover {
background: #ff9019;
color: white
}
.footer .dropdown a {
width: 100%;
float: left;
color: #6e7072;
font-weight: 500;
padding-left: 15px
}
.footer .dropdown a span {
font-weight: 300;
color: #7c838b;
font-weight: 400
}
.footer .social-media {
width: 100%;
float: left;
margin-top: 50px;
padding: 0;
position: relative
}
.footer .social-media:before {
content: '';
width: 75%;
height: 1px;
background: #ecf4f8;
position: absolute;
top: 15px
}
.footer .social-media li {
float: right;
margin: 0;
padding: 0 10px;
list-style: none;
background: #fff;
margin-top: -10px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.footer .social-media li:last-child {
padding-left: 50px
}
.footer .social-media li a {
float: left;
color: #afb4b9;
font-size: 30px
}
.footer .social-media li a i {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.footer .social-media li a:hover i[class='fa fa-facebook'] {
color: #3b5998
}
.footer .social-media li a:hover i[class='fa fa-twitter'] {
color: #00acee
}
.footer .social-media li a:hover i[class='fa fa-instagram'] {
color: #3f729b
}
.footer .social-media li a:hover i[class='fa fa-youtube-play'] {
color: #c4302b
}
.footer .social-media li a:hover i[class='fa fa-tripadvisor'] {
color: #00af87
}
.footer .copyright {
width: 100%;
float: left;
color: #7c838b;
font-size: 14px
}
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1139px) {
.header-denmark .swiper-custom-pagination {
width: 100%;
left: 0;
margin-left: 0
}
.popular-tours .section-desc {
padding-left: 0;
margin-top: 15px
}
.adventure-activities .section-desc {
padding-left: 0;
margin-top: 15px
}
.footer .dropdown a span {
font-size: 14px
}
.tour-box-list .tour-content {
padding: 10px 20px
}
.tour-box-list a {
width: 100%;
margin-top: 10px
}
.tour-box-list .inner {
margin-top: -30px
}
.our-history .wrapper .content {
padding: 35px
}
.our-history .wrapper .content .inner h4 {
font-size: 25px
}
.our-history .wrapper .content .inner p {
font-size: 16px
}
.tour-box .tour-content li div span {
font-size: 12px
}
.our-offices .office-box figure {
-ms-flex-preferred-size: 50%;
flex-basis: 50%
}
.our-offices .office-box .office-content {
padding: 30px
}
.contact .contact-box:after {
display: none
}
.popular-destinations figure {
-webkit-box-flex: 60% !important;
-ms-flex: 60% !important;
flex: 60% !important;
height: 258px !important
}
.popular-destinations .destinations-content {
-webkit-box-flex: 60% !important;
-ms-flex: 60% !important;
flex: 60% !important;
height: 258px !important
}
}
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
.navbar .navbar-nav {
margin-top: 5px
}
.navbar .navbar-nav .nav-item {
margin-left: 0
}
.navbar .search-btn {
display: none
}
.navbar .navbar-nav {
width: 260px;
height: 100vh;
position: fixed;
left: -260px;
top: 0;
background: #393c3f;
opacity: 1;
visibility: visible;
margin: 0;
padding: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.navbar .navbar-nav.active {
left: 0
}
.navbar .navbar-nav .nav-item {
width: 100%;
float: left
}
.navbar .navbar-nav .nav-item .nav-link {
color: #fff !important
}
.navbar .navbar-nav .nav-item .dropdown-menu {
position: static;
opacity: 1;
width: 100%;
float: left;
background: none;
visibility: visible;
display: none
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu {
width: 100%;
float: left;
background: none;
opacity: 1;
visibility: visible;
position: static;
display: none;
padding-left: 15px
}
.menu-btn {
display: block;
margin-left: 20px
}
.header-iceland .swiper-custom-pagination {
margin: 0;
left: 0;
width: 100%
}
.header-denmark .swiper-slide h2 {
padding-right: 0
}
.header-iceland .swiper-slide h2 {
padding-right: 0
}
.header-norway .inner .content .hero-search {
width: 100%;
padding: 0 10%
}
.header-finland .inner .content .hero-search {
width: 100%
}
.header-sweden .inner .content .hero-search {
width: 100%
}
.our-history .section-desc {
padding-left: 0;
margin-bottom: 30px
}
.our-history .wrapper .content {
padding: 30px
}
.our-history .wrapper .content .inner h4 {
font-size: 30px;
line-height: 1
}
.our-history .wrapper .content .inner p {
font-size: 16px;
line-height: 24px
}
.our-history .wrapper figure {
overflow: hidden
}
.our-history .wrapper figure img {
width: auto;
height: 100%
}
.welcome-intro .border-right {
border: none !important
}
.welcome-intro a {
margin-bottom: 30px
}
.tbox figure,
.tbox figure {
-ms-flex-preferred-size: 220px;
flex-basis: 220px
}
.tbox .tour-content p,
.tour-box-list .tour-content p {
display: none
}
.tbox .tour-content,
.tour-box-list .tour-content {
padding: 0 30px
}
.tbox .tour-content ul li,
.tour-box-list .tour-content ul li {
text-align: center;
padding-right: 10px;
margin-right: 10px
}
.tbox .tour-content ul li img,
.tour-box-list .tour-content ul li img {
float: none;
display: inline-block;
margin: 0
}
.tbox .tour-content ul li span,
.tour-box-list .tour-content ul li span {
width: auto
}
.tbox .tour-content a,
.tour-box-list .tour-content a {
padding: 0 20px;
margin-top: 20px
}
.tbox {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.tbox figure {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.tbox .tour-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 25px
}
.our-team .team-member figure {
padding: 0 20px
}
.our-team .team-member figure img {
width: 100%;
height: auto
}
.our-team .team-list li {
width: 33.33333%
}
.our-guides .guide-list li {
width: 33.3333%
}
.subscribe .inner {
padding: 0
}
.recent-blog .blog-post {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 30px
}
.recent-blog .blog-post .post-image {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.recent-blog .blog-post .post-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.footer .footer-menu {
margin-bottom: 50px
}
.steps {
margin-bottom: 30px
}
.info-box {
margin: 5px 0
}
.tour-box-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tour-box-list .tour-content {
padding: 40px
}
.tour-box-list .inner {
margin-top: 30px
}
.tour-box-list ul {
float: none;
width: 100%
}
.tour-box-list ul li {
float: none;
width: 30%
}
.tour-box-list .tag {
display: none
}
.blog-post-list p {
max-height: 100px;
overflow: hidden
}
.blog-post-list figure {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%
}
.blog-comments form {
margin-top: 30px
}
.tour-box li:first-child div {
float: none
}
.tour-box li:last-child div {
float: none
}
.our-offices .office-box figure {
-ms-flex-preferred-size: 270px;
flex-basis: 270px
}
.our-offices .office-box .office-content {
padding: 50px 60px
}
.our-offices .col-lg-6:nth-child(even) {
padding-left: 0 !important
}
.contact .contact-box {
margin: 10px 0
}
.checkout-header p {
float: none;
width: 100%
}
.team-list>li {
width: 50% !important
}
.team-list>li:nth-child(even) {
border-right: none
}
.team-list>li:nth-child(odd) {
border-right: 1px solid #dee0e2 !important
}
.team-list>li:nth-last-child(-n+4):before {
display: none !important
}
.team-list>li:nth-last-child(-n+4) {
border-bottom: 1px solid #dee0e2 !important
}
.popular-destinations .col-lg-6 {
padding: 15px 0
}
.popular-destinations .col-lg-6:nth-child(odd) {
-webkit-transform: translateX(0px);
transform: translateX(0px)
}
}
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
header {
height: auto !important;
min-height: auto !important
}
header .swiper-slide h2 {
font-size: 44px !important
}
header .swiper-slide .link {
font-size: 15px !important
}
header .inner .content h5 {
font-size: 20px !important
}
header .inner .content h1 {
font-size: 44px !important;
padding-right: 0 !important
}
header .inner .content p {
font-size: 14px !important;
line-height: 20px !important
}
header .inner .content .hero-search dl {
display: none
}
header .inner .content .hero-search form {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
header .inner .content .hero-search form .form-group {
margin-right: 0 !important
}
.header-denmark .swiper-custom-pagination {
display: none
}
.header-iceland .swiper-custom-pagination {
display: none
}
.header-denmark {
height: 100% !important
}
.header-finland .inner .content h1 {
margin-bottom: 30px
}
.header-sweden .inner .content h1 {
margin-bottom: 30px
}
.header-iceland {
height: 100% !important
}
.search-box form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.popular-destinations .destinations-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.popular-destinations .destinations-box .destinations-content .inner img {
margin-right: 0
}
.our-history .wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 30px
}
.our-history .wrapper figure img {
width: 100%;
height: auto
}
.section-title {
text-align: center;
margin-bottom: 10px
}
.section-title img {
float: none;
display: inline-block
}
.section-title h2 {
font-size: 40px
}
.subscribe .inner h2 {
font-size: 40px
}
.subscribe .inner form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.subscribe .inner form input {
margin-right: 0;
margin-bottom: 10px
}
.about-us-desc .section-title {
padding: 0
}
.find-adventure form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tours-header .filter {
width: 100%;
margin-bottom: 20px
}
.tours-header .view-type {
float: none;
-webkit-transform: translateX(40%);
padding: 0
}
.tours-header .view-type li {
margin-left: 0;
margin-right: 10px
}
.blog-header .filter {
width: 100%;
margin-bottom: 20px
}
.blog-header .view-type {
float: none;
-webkit-transform: translateX(40%);
padding: 0
}
.blog-header .view-type li {
margin-left: 0;
margin-right: 10px
}
.tour-single-header h2 {
padding-right: 0;
margin-bottom: 20px
}
.tour-single-header .filter {
width: 100%;
margin-bottom: 5px
}
.tour-desc .section-title {
padding: 0
}
.tour-overview ul li {
text-align: center;
margin-bottom: 20px
}
.tour-overview ul li figure {
width: 100%;
margin-right: 0
}
.tour-overview ul li figure img {
width: 80px
}
.tour-features .feature-box {
width: 100%;
margin-bottom: 30px;
border: 0
}
.tabs .nav-tabs li a {
padding: 15px
}
.tour-location .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tour-location .map-style {
height: 400px;
margin-top: 30px
}
.related-blog .blog-post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.related-blog .blog-post .post-content {
padding: 30px
}
.tour-information .accordion .card .card-body {
padding-left: 0
}
.tour-information .accordion .card .card-header a {
padding: 15px 0
}
.milestones .odometer {
margin-bottom: 30px
}
.our-guides .guide-list li {
width: 50%
}
.tour-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.recent-blog .blog-post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.things-todo .border-right {
border: none !important
}
.things-todo ul {
width: 100%
}
.things-todo ul li:last-child {
border-bottom: 1px solid #dee0e2
}
.tbox {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tbox p {
display: none
}
.tbox .tour-content {
padding: 30px
}
.tbox .tour-content a {
width: 100%
}
.tbox .tour-content .tag {
top: -20px
}
.tbox .tour-content ul {
width: 100%
}
.tbox .tour-content ul li {
width: 33.3333%;
float: left;
margin: 0;
padding: 0;
text-align: center
}
.our-team .team-list li {
width: 50%
}
.steps {
margin-bottom: 30px
}
.checkout button {
width: 100%
}
.checkout .passengers .extras .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.checkout .passengers .extras .left-side {
margin-right: 0;
margin-bottom: 6px
}
.checkout .passengers-info form .inner {
padding: 30px !important
}
.checkout .passengers-info form input[type="checkbox"] {
margin-left: 0;
margin-right: 5px;
display: inline-block
}
.checkout .checklabel {
display: inline-block;
float: left;
width: 90%
}
.checkout .summary .summary-body {
padding: 20px 30px
}
.checkout .payment form .inner {
padding: 30px !important
}
.checkout .big,
.checkout .form-group,
.checkout input[type="text"] {
width: 100% !important;
display: block;
float: none;
margin: 5px 0
}
.contact .contact-box {
border: none
}
.our-offices .office-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.our-offices .office-box .office-content {
padding: 30px
}
.quote h2 {
font-size: 40px
}
.quote p {
padding: 0 5%
}
.footer address {
margin-bottom: 50px
}
.footer .social-media {
width: auto
}
.footer .social-media:before {
display: none
}
.footer .social-media li:last-child {
padding-left: 0
}
.checkout-header h2 {
font-size: 50px;
margin-bottom: 20px
}
.tour-box-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.blog-post-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.blog-post-list figure {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%
}
.filter .dropdown-check:before {
display: none
}
.filter .dropdown-menu {
left: 0 !important
}
.popular-destinations figure {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important
}
.popular-destinations .destinations-content {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important
}
.navbar .dropdown-menu {
background-color: transparent !important;
border: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important
}
.navbar .dropdown-menu:before {
display: none !important
}
.navbar .dropdown-menu li:hover {
background-color: transparent !important
}
.navbar .dropdown-menu a {
color: white !important
}
.navbar .dropdown-menu a:hover {
color: #ff9019 !important
}
}
.datepicker {
position: relative
}
.datepicker__input:focus~.date {
visibility: visible;
opacity: 1;
-webkit-transition: visibility 0s 0s, opacity 0s 0s;
transition: visibility 0s 0s, opacity 0s 0s
}
.date {
position: absolute;
top: 100%;
left: 0;
visibility: hidden;
opacity: 0;
margin-top: 10px;
-webkit-transition: visibility 0s .4s, opacity .1s .2s;
transition: visibility 0s .4s, opacity .1s .2s;
z-index: 10;
-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1)
}
.date__container {
display: none;
width: 280px;
max-width: 100%;
background: #fff
}
@media (min-width: 768px) {
.date__container {
display: block
}
}
.date__header {
position: relative;
font-size: 18px;
color: white;
text-align: center;
background: #ff9019;
padding: 12px 5px
}
.date__day-container {
padding: 0;
margin: 0;
border: 1px solid #dee0e2;
border-top: none
}
.date__day-name {
border-bottom: 1px solid #dee0e2
}
.date__day {
cursor: pointer
}
.date__right-arrow,
.date__left-arrow {
position: absolute;
display: inline-block;
top: 0;
width: 40px;
height: 100%;
cursor: pointer
}
.date__right-arrow::before,
.date__right-arrow::after,
.date__left-arrow::before,
.date__left-arrow::after {
content: '';
position: absolute;
width: 12px;
height: 2px;
top: 50%;
left: 50%;
background: white
}
.date__right-arrow {
right: 0
}
.date__right-arrow::before,
.date__right-arrow::after {
-webkit-transform-origin: right;
transform-origin: right
}
.date__right-arrow::before {
-webkit-transform: translate(-50%, -70%) rotate(-45deg);
transform: translate(-50%, -70%) rotate(-45deg)
}
.date__right-arrow::after {
-webkit-transform: translate(-50%, -30%) rotate(45deg);
transform: translate(-50%, -30%) rotate(45deg)
}
.date__left-arrow {
left: 0
}
.date__left-arrow::before,
.date__left-arrow::after {
-webkit-transform-origin: left;
transform-origin: left
}
.date__left-arrow::before {
-webkit-transform: translate(-50%, -30%) rotate(-45deg);
transform: translate(-50%, -30%) rotate(-45deg)
}
.date__left-arrow::after {
-webkit-transform: translate(-50%, -70%) rotate(45deg);
transform: translate(-50%, -70%) rotate(45deg)
}
.date--col {
display: inline-block;
text-align: center;
width: calc(100% / 7);
font-size: 14px;
padding: 8px 0;
list-style-type: none;
color: #333333
}
.date--active {
color: white;
background: #ff9019
}
.back-to-top1 {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 99999;
background: #ff9019;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}
.back-to-top1 i {
font-size: 24px;
color: #fff;
line-height: 0;
}
.back-to-top1:hover {
background: #6776f4;
color: #fff;
}
.back-to-top1.active {
visibility: visible;
opacity: 1;
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124
}
}
@keyframes dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124
}
}
@-webkit-keyframes show-img-1 {
0%,
66.6% {
visibility: hidden
}
100%,
66.7% {
visibility: visible
}
}
@keyframes show-img-1 {
0%,
66.6% {
visibility: hidden
}
100%,
66.7% {
visibility: visible
}
}
@-webkit-keyframes slide-bg-2 {
33.3% {
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0.05, 1);
transform: scale(0.05, 1)
}
66.6% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
66.7% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1)
}
}
@keyframes slide-bg-2 {
33.3% {
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0.05, 1);
transform: scale(0.05, 1)
}
66.6% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
66.7% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1)
}
}
/*# sourceMappingURL=style.css.map */
|
public/frontend/assets2/css/style.css
|
@import url("https://fonts.googleapis.com/css?family=Lora&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&display=swap");
* {
outline: none !important
}
body {
margin: 0;
padding: 0;
font-size: 15px;
letter-spacing: .25px;
margin: 0;
font-family: Barlow;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
height: 100%;
width: 100%
}
html {
width: 100%;
height: 100%;
overflow-x: hidden
}
a {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.site-btn {
display: inline-block;
height: 50px;
line-height: 50px;
background: #ff9019;
color: #fff;
padding: 0 104px;
border-radius: 6px;
font-weight: 600;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
margin-top: 30px;
font-size: 18px
}
.site-btn:hover {
color: #ff9019;
background-color: white;
text-decoration: none;
-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2)
}
h1 {
font-family: 'Lora', serif;
margin: 0
}
.bg-light-blue {
background: #ecf4f8 !important
}
.bg-ice-blue {
background: #f4fbff !important
}
.preloader {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 9999999;
background: #ff9019;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
-webkit-transition-delay: 1s;
transition-delay: 1s
}
.page-loaded .preloader {
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
.spinner {
-webkit-animation: rotate 2s linear infinite;
animation: rotate 2s linear infinite;
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
width: 30px;
height: 30px
}
.spinner .path {
stroke: #fff;
stroke-linecap: round;
-webkit-animation: dash 1.5s ease-in-out infinite;
animation: dash 1.5s ease-in-out infinite
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
padding: 0
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
left: 0
}
.menu-btn {
width: 44px;
height: 44px;
float: right;
cursor: pointer;
position: relative;
display: none
}
.menu-btn .menu-circle-wrap {
position: absolute;
width: 44px;
height: 44px;
left: 0;
top: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s
}
.menu-btn .menu-circle {
position: absolute;
width: 44px;
height: 44px;
left: 0;
top: 0;
-webkit-transition: all 0.6s;
transition: all 0.6s
}
.menu-btn .menu-circle path {
fill: none;
stroke-width: 2px;
stroke: #dad9e0;
stroke-dashoffset: 157;
stroke-dasharray: 157;
-webkit-transition: all 0.6s;
transition: all 0.6s
}
.menu-btn.active .menu-circle {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg)
}
.menu-btn.active .menu-circle path {
stroke-dashoffset: 0
}
.menu-btn.active:hover .menu-circle-wrap {
-webkit-transform: scale(0.95);
transform: scale(0.95)
}
.menu-btn .menu-circle-wrap .wave {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 50%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-box-shadow: 0px 0px 0px 0px #5f6a72;
box-shadow: 0px 0px 0px 0px #5f6a72;
opacity: 0
}
.menu-btn .bars {
position: absolute;
width: 28px;
height: 24px;
left: 0;
top: 0px;
right: 0;
bottom: 0;
margin: auto
}
.menu-btn .bar {
position: absolute;
width: 100%;
height: 2px;
background: #ff9019;
-webkit-transition: background 0.2s;
transition: background 0.2s
}
.menu-btn .b1 {
top: 2px
}
.menu-btn .b2 {
top: 11px
}
.menu-btn .b3 {
top: 20px
}
.menu-btn .b1,
.header .menu-btn .b3 {
-webkit-transition: all 0.2s;
transition: all 0.2s
}
.menu-btn.active .b1.rotated {
-webkit-transform: translateY(9px) rotate(-135deg);
transform: translateY(9px) rotate(-135deg);
background: #ff9019
}
.menu-btn.active .b2 {
opacity: 0
}
.menu-btn.active .b3.rotated {
-webkit-transform: translateY(-9px) rotate(-225deg);
transform: translateY(-9px) rotate(-225deg);
background: #ff9019
}
.accordion {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.accordion .card {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background: none;
border-radius: 0;
margin-bottom: 10px;
border: none
}
.accordion .card .card-header {
background: none;
padding: 0;
border-bottom: none;
background: #fff
}
.accordion .card .card-header a {
width: 100%;
float: left;
line-height: 38px;
padding: 20px 25px;
position: relative;
color: #393c3f;
font-size: 18px
}
.accordion .card .card-header a:before {
content: "-";
padding: -10px;
width: 38px;
height: 38px;
line-height: 34px;
float: left;
margin-right: 15px;
color: #ff9019;
border: 1px solid #edeeef;
border-radius: 50%;
text-align: center;
font-size: 18px
}
.accordion .card .card-header a:hover {
color: #ff9019;
text-decoration: none
}
.accordion .card [aria-expanded="true"] {
color: #393c3f
}
.accordion .card [aria-expanded="true"]:before {
content: "+" !important
}
.accordion .card .card-body {
width: 100%;
line-height: 20px;
font-size: 13px;
background: #fff
}
.search-box {
width: 100%;
position: absolute;
left: 0;
top: 0;
background: #fff;
padding: 50px 0;
z-index: 3;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
opacity: 0;
visibility: hidden;
top: -20px
}
.search-box.active {
opacity: 1;
visibility: visible;
top: 0
}
.search-box .search-close-btn {
float: right;
margin-bottom: -35px;
margin-top: 35px;
color: #7c838b;
cursor: pointer;
position: relative;
z-index: 2
}
.search-box h3 {
width: 100%;
float: left;
font-family: 'Lora', serif;
font-size: 40px;
color: #000;
margin-bottom: 20px
}
.search-box form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.search-box form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.search-box form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.search-box form .form-group input[type="text"] {
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: 1px solid #dee0e2;
border-radius: 6px;
color: #7c838b
}
.search-box form button[type="submit"] {
height: 66px;
padding: 0 91px;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px #eee;
box-shadow: 4px 4px 10px #eee;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.search-box form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.search-box dl {
width: 100%;
float: left;
font-size: 14px
}
.search-box dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #393c3f
}
.search-box dl dt i {
margin-left: 10px;
color: #ff9019
}
.search-box dl dd {
float: left;
margin-right: 15px
}
.search-box dl dd a {
float: left;
color: #7c838b
}
.section-title {
width: 100%;
float: left;
position: relative;
margin-bottom: 80px
}
.section-title h2 {
width: 100%;
float: left;
margin-top: 0;
margin-bottom: 8px;
font-size: 60px;
font-family: 'Lora', serif
}
.section-title img {
height: 11px;
display: inline-block
}
.section-title p {
font-weight: 300;
font-size: 18px;
line-height: 34px;
margin-top: 30px;
margin-bottom: 0
}
.page-title h2 {
font-size: 70px !important
}
.navbar {
width: 100%;
float: left;
display: block;
padding: 38px 0;
position: relative;
z-index: 2
}
.navbar.dark .navbar-nav .nav-item {
position: relative
}
.navbar.dark .navbar-nav .nav-item .dropdown-menu {
background: #fff
}
.navbar.dark .navbar-nav .nav-item .nav-link {
color: #393c3f
}
.navbar .navbar-brand {
float: left;
margin: 0;
padding: 0
}
.navbar .navbar-brand img {
height: 44px
}
.navbar .search-btn {
float: right;
padding: 10px;
margin-left: 40px;
color: #ff9019;
cursor: pointer
}
.navbar .navbar-nav {
float: right;
display: block
}
.navbar .navbar-nav .nav-item {
float: left;
margin-left: 20px;
position: relative
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
margin-top: 0
}
.navbar .navbar-nav .nav-item .nav-link {
float: left;
font-size: 16px;
color: #fff;
padding: 10px 15px;
font-weight: 600;
cursor: pointer
}
.navbar .navbar-nav .nav-item .dropdown-menu {
display: block;
min-width: 236px;
position: absolute;
left: 0;
top: calc(100% + 20px);
border: 1px solid #dee0e2;
-webkit-box-shadow: 0;
box-shadow: 0;
border-radius: 0;
padding: 14px 0 14px 0;
opacity: 0;
visibility: hidden;
margin-top: 20px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1)
}
.navbar .navbar-nav .nav-item .dropdown-menu:before {
content: "";
display: block;
position: absolute;
top: -9px;
left: 25px;
background: url("../images/caret.png") no-repeat;
width: 20px;
height: 10px
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
width: 100%;
float: left;
white-space: nowrap;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
margin: 0
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover {
background-color: #f4fbff
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown-menu {
opacity: 1;
visibility: visible
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
cursor: pointer;
float: left;
line-height: 48px;
width: 100%;
height: 48px;
padding-left: 30px;
color: #2c2f32;
font-size: 13px;
font-weight: 600;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
color: #ff9019;
text-decoration: none
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu {
width: 236px;
background: #f4fbff;
margin: 0;
padding: 14px 0 14px 0;
position: absolute;
left: 100%;
top: -1px;
opacity: 0;
visibility: hidden;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border: 1px solid #dee0e2;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li {
width: 100%;
height: 48px;
margin: 0;
float: left;
margin: 0;
padding: 0;
list-style: none
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li:hover {
background-color: white
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li a {
float: left;
color: #2c2f32;
padding-left: 30px
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li a:hover {
color: #ff9019
}
.header-int {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.header-denmark {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.header-denmark .swiper-slide {
overflow: hidden
}
.header-denmark .swiper-slide h2 {
font-size: 80px;
color: #fff;
font-family: 'Lora', serif;
padding-right: 40%;
margin-top: 0;
margin-bottom: 70px
}
.header-denmark .swiper-slide .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-denmark .swiper-slide .link img {
height: 46px;
margin-right: 15px
}
.header-denmark .swiper-container {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0
}
.header-denmark .swiper-custom-pagination {
width: 1110px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -555px;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.header-denmark .swiper-pagination-bullet {
width: auto;
height: auto;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: transparent;
font-size: 14px;
opacity: 0.8;
border-radius: 0;
margin: 0 !important;
padding: 0;
padding-left: 20px;
padding-bottom: 30px;
color: #fff;
border-left: 1px solid #fff
}
.header-denmark .swiper-pagination-bullet span {
font-weight: 500;
font-size: 20px;
width: 100%;
float: left
}
.header-denmark .swiper-pagination-bullet-active {
opacity: 1
}
.slide-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.header-norway {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
background: url(../images/slide02.jpg) center;
background-size: cover
}
.header-norway .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.header-norway .inner .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
text-align: center
}
.header-norway .inner .content h5 {
font-size: 40px;
font-family: 'Lora', serif;
color: #fff
}
.header-norway .inner .content h1 {
font-size: 80px;
font-family: 'Lora', serif;
color: #fff
}
.header-norway .inner .content p {
font-size: 26px;
line-height: 40px;
color: #fff;
margin: 25px 0
}
.header-norway .inner .content .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-norway .inner .content .link img {
height: 46px;
margin-right: 15px
}
.header-norway .inner .content .hero-search {
width: 1110px;
margin: 0 auto;
margin-top: 10vh
}
.header-norway .inner .content .hero-search form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.header-norway .inner .content .hero-search form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.header-norway .inner .content .hero-search form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.header-norway .inner .content .hero-search form .form-group input[type="text"] {
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: none;
border-radius: 6px;
color: #fff;
background: rgba(0, 0, 0, 0.7)
}
.header-norway .inner .content .hero-search form input[type="text"]::-webkit-input-placeholder {
color: #fff
}
.header-norway .inner .content .hero-search form input[type="text"]:-ms-input-placeholder {
color: #fff
}
.header-norway .inner .content .hero-search form input[type="text"]::-ms-input-placeholder {
color: #fff
}
.header-norway .inner .content .hero-search form input[type="text"]::placeholder {
color: #fff
}
.header-norway .inner .content .hero-search form button[type="submit"] {
height: 66px;
padding: 0 50px;
cursor: pointer;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.header-norway .inner .content .hero-search form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.header-norway .inner .content .hero-search dl {
width: 100%;
float: left;
font-size: 14px
}
.header-norway .inner .content .hero-search dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #fff
}
.header-norway .inner .content .hero-search dl dt i {
margin-left: 10px;
color: #ff9019
}
.header-norway .inner .content .hero-search dl dd {
float: left;
margin-right: 15px
}
.header-norway .inner .content .hero-search dl dd a {
float: left;
color: #fff
}
.header-finland {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
background: url(../images/slide03.jpg) center;
background-size: cover
}
.header-finland .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.header-finland .inner .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 0 10%
}
.header-finland .inner .content h1 {
font-size: 80px;
font-family: 'Lora', serif;
color: #fff;
margin-bottom: 70px;
padding-right: 40%
}
.header-finland .inner .content .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-finland .inner .content .link img {
height: 46px;
margin-right: 15px
}
.header-finland .inner .content .hero-search {
width: 1110px;
margin: 0 auto;
margin-top: 10vh
}
.header-finland .inner .content .hero-search form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.header-finland .inner .content .hero-search form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.header-finland .inner .content .hero-search form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.header-finland .inner .content .hero-search form .form-group input[type="text"] {
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: none;
border-radius: 6px;
color: #fff;
background: rgba(0, 0, 0, 0.7)
}
.header-finland .inner .content .hero-search form input[type="text"]::-webkit-input-placeholder {
color: #fff
}
.header-finland .inner .content .hero-search form input[type="text"]:-ms-input-placeholder {
color: #fff
}
.header-finland .inner .content .hero-search form input[type="text"]::-ms-input-placeholder {
color: #fff
}
.header-finland .inner .content .hero-search form input[type="text"]::placeholder {
color: #fff
}
.header-finland .inner .content .hero-search form button[type="submit"] {
height: 66px;
padding: 0 50px;
cursor: pointer;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.header-finland .inner .content .hero-search form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.header-finland .inner .content .hero-search dl {
width: 100%;
float: left;
font-size: 14px
}
.header-finland .inner .content .hero-search dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #fff
}
.header-finland .inner .content .hero-search dl dt i {
margin-left: 10px;
color: #ff9019
}
.header-finland .inner .content .hero-search dl dd {
float: left;
margin-right: 15px
}
.header-finland .inner .content .hero-search dl dd a {
float: left;
color: #fff
}
.tours-list-section .section-title {
width: 90%;
display: inline-block
}
.tours-list-section .view-type {
display: inline-block;
float: none;
margin-top: 50px
}
.header-sweden {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
background: url(../images/slide04.jpg) center;
background-size: cover
}
.header-sweden .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.header-sweden .inner .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 0 10%
}
.header-sweden .inner .content h1 {
font-size: 80px;
font-family: 'Lora', serif;
color: #fff;
padding-right: 40%;
margin-bottom: 70px
}
.header-sweden .inner .content .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-sweden .inner .content .link img {
height: 46px;
margin-right: 15px
}
.header-sweden .inner .content .hero-search {
width: 1110px;
margin: 0 auto;
margin-top: 10vh
}
.header-sweden .inner .content .hero-search form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.header-sweden .inner .content .hero-search form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.header-sweden .inner .content .hero-search form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.header-sweden .inner .content .hero-search form .form-group input[type="text"] {
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: none;
border-radius: 6px;
color: #fff;
background: rgba(0, 0, 0, 0.7)
}
.header-sweden .inner .content .hero-search form input[type="text"]::-webkit-input-placeholder {
color: #fff
}
.header-sweden .inner .content .hero-search form input[type="text"]:-ms-input-placeholder {
color: #fff
}
.header-sweden .inner .content .hero-search form input[type="text"]::-ms-input-placeholder {
color: #fff
}
.header-sweden .inner .content .hero-search form input[type="text"]::placeholder {
color: #fff
}
.header-sweden .inner .content .hero-search form button[type="submit"] {
height: 66px;
padding: 0 50px;
cursor: pointer;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.header-sweden .inner .content .hero-search form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.header-sweden .inner .content .hero-search dl {
width: 100%;
float: left;
font-size: 14px
}
.header-sweden .inner .content .hero-search dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #fff
}
.header-sweden .inner .content .hero-search dl dt i {
margin-left: 10px;
color: #ff9019
}
.header-sweden .inner .content .hero-search dl dd {
float: left;
margin-right: 15px
}
.header-sweden .inner .content .hero-search dl dd a {
float: left;
color: #fff
}
.header-iceland {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.header-iceland .swiper-slide {
overflow: hidden
}
.header-iceland .swiper-slide h2 {
font-size: 80px;
color: #fff;
font-family: 'Lora', serif;
padding-right: 40%;
margin-top: 0;
margin-bottom: 70px
}
.header-iceland .swiper-slide .link {
float: left;
color: #fff;
font-size: 18px;
font-weight: 500
}
.header-iceland .swiper-slide .link img {
height: 46px;
margin-right: 15px
}
.header-iceland .swiper-container {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0
}
.header-iceland .swiper-custom-pagination {
width: 1110px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -555px;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.header-iceland .swiper-pagination-bullet {
width: auto;
height: auto;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: transparent;
opacity: 0.7;
border-radius: 0;
margin: 0 !important;
padding: 0;
padding-left: 20px;
padding-bottom: 30px;
color: #fff;
border-left: 1px solid #fff;
line-height: 1
}
.header-iceland .swiper-pagination-bullet span {
font-size: 20px;
font-weight: 700;
width: 100%;
float: left
}
.header-iceland .swiper-pagination-bullet-active {
opacity: 1
}
.slide-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.find-adventure {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.find-adventure h3 {
width: 100%;
float: left;
font-family: 'Lora', serif;
font-size: 40px;
color: #000;
margin-bottom: 50px
}
.find-adventure form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px
}
.find-adventure form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
position: relative
}
.find-adventure form .form-group i {
position: absolute;
left: 20px;
top: 25px;
color: #ff9019
}
.find-adventure form .form-group input[type="text"] {
font-weight: 300;
font-size: 20px;
width: 100%;
height: 66px;
padding: 0 20px;
padding-left: 50px;
border: 1px solid #dee0e2;
border-radius: 6px;
color: #80868e
}
.find-adventure form button[type="submit"] {
height: 66px;
padding: 0 91px;
background: #ff9019;
color: #fff;
border-radius: 6px;
border: none;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px #eee;
box-shadow: 4px 4px 10px #eee;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.find-adventure form button[type="submit"]:hover {
background-color: white;
color: #ff9019
}
.find-adventure dl {
width: 100%;
float: left;
font-size: 14px
}
.find-adventure dl dt {
float: left;
margin-bottom: 0;
margin-right: 15px;
color: #393c3f
}
.find-adventure dl dt i {
margin-left: 10px;
color: #ff9019
}
.find-adventure dl dd {
float: left;
margin-right: 15px
}
.find-adventure dl dd a {
float: left;
color: #7c838b
}
.welcome-intro {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.welcome-intro h4 {
display: block;
margin-top: 30px;
font-family: 'Lora';
font-size: 30px
}
.welcome-intro figure {
width: 148px;
display: inline-block;
margin-bottom: 20px
}
.welcome-intro figure div {
position: relative;
width: 147px;
height: 147px;
background-color: #f4fbff;
border-radius: 50%
}
.welcome-intro figure img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.welcome-intro h5 {
font-size: 13px;
color: #7c838b
}
.welcome-intro .odometer {
font-size: 36px;
font-family: 'Lora', serif;
margin-bottom: 10px;
display: block
}
.read-more {
display: inline-block;
font-size: 14px;
color: #393c3f;
font-weight: 500;
text-decoration: none;
margin-left: 10px
}
.read-more:hover {
text-decoration: none;
color: #ff9019
}
.read-more:before {
content: "";
display: inline-block;
position: relative;
top: 9px;
left: -10px;
width: 30px;
height: 30px;
background-image: url("../images/arrow-link.png");
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.read-more:hover:before {
background-image: url("../images/arrow-link-hover.png")
}
.about-us-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.about-us-header .section-title {
margin-bottom: 0
}
.about-us-desc {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.about-us-desc .section-title {
padding: 0
}
.about-us-desc p {
font-size: 20px;
line-height: 34px;
font-weight: 300;
color: #393c3f
}
.about-us-desc p a {
-webkit-text-decoration: underline solid #d4e7fb;
text-decoration: underline solid #d4e7fb;
color: #53a0ef
}
.about-us-video {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
background: url(../images/video-bg.jpg) center;
background-size: cover;
position: relative
}
.about-us-video a {
display: block;
width: 180px;
height: 180px;
border: 8px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
margin-left: -45px;
margin-top: -45px;
-webkit-transition: all .5s;
transition: all .5s
}
.about-us-video a .video-play-circle {
stroke-dasharray: 315;
stroke-dashoffset: 315;
-webkit-transition: stroke-dashoffset .5s;
transition: stroke-dashoffset .5s
}
.about-us-video a svg {
display: block;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.about-us-video a:hover .video-play-circle {
stroke-dashoffset: 0
}
.about-us-video a:active .video-play-outline {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0
}
.about-us-video a:active svg {
-webkit-transform: rotate(-90deg) scale(0.95);
transform: rotate(-90deg) scale(0.95)
}
.our-history {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.our-history .section-desc {
color: #393c3f;
padding-left: 10%;
font-weight: 300;
font-size: 20px;
line-height: 34px
}
.our-history .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.our-history .wrapper figure {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
margin: 0
}
.our-history .wrapper figure img {
width: 100%;
float: left
}
.our-history .wrapper .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 72px;
background: #fff
}
.our-history .wrapper .content .inner {
display: block
}
.our-history .wrapper .content .inner h4 {
font-size: 40px;
line-height: 54px;
font-family: 'Lora', serif;
margin-bottom: 10px
}
.our-history .wrapper .content .inner img {
height: 11px;
display: block;
margin-bottom: 40px
}
.our-history .wrapper .content .inner p {
font-size: 20px;
line-height: 34px;
margin-bottom: 36px;
font-weight: 300;
color: #393c3f
}
.our-history .wrapper .content .inner a {
font-weight: 500;
font-size: 16px;
position: relative;
padding-left: 46px
}
.our-history .wrapper .content .inner a span {
-webkit-transform: translateY(-30px) !important
}
.our-history .wrapper .content .inner a:before {
width: 46px;
height: 46px;
background: url("../images/arrow-link-2x.png") no-repeat;
position: absolute;
top: -9px
}
.our-history .wrapper .content .inner a:hover:before {
background: url("../images/arrow-link-2x-hover.png") no-repeat
/* background: url("../frontend/assets2/images/arrow-link-2x-hover.png") no-repeat */
}
.milestones {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8;
text-align: center
}
.milestones .section-title {
text-align: left
}
.milestones figure {
width: 148px;
display: inline-block;
margin-bottom: 20px
}
.milestones figure img {
width: 100%;
float: left
}
.milestones h5 {
font-size: 13px;
color: #7c838b
}
.milestones .odometer {
font-size: 36px;
font-family: 'Lora', serif
}
.team-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover
}
.our-team {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 150px
}
.our-team.homepage {
padding-top: 150px;
background: #f4fbff
}
.our-team.homepage .team-list:before {
border-color: #f4fbff
}
.our-team .team-list {
width: 100%;
float: left;
margin: 0;
padding: 0;
position: relative
}
.our-team .team-list:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border: 1px solid #fff
}
.our-team .team-list>li {
width: 25%;
float: left;
margin: 0;
padding: 30px 0;
list-style: none;
border-right: 1px solid #dee0e2;
border-bottom: 1px solid #dee0e2;
position: relative
}
.our-team .team-list>li:nth-last-child(-n+4) {
border-bottom: none
}
.our-team .team-list>li:nth-last-child(-n+4):before {
content: "";
width: 1px;
height: calc(100% + 180px);
background-color: #dee0e2;
display: block;
position: absolute;
top: -30px;
right: 0
}
.our-team .team-list>li:last-child {
border-right: none
}
.our-team .team-list>li:last-child:before {
display: none
}
.our-team .team-list>li:nth-child(n+4) {
border-right: none
}
.our-team .team-member {
width: 100%;
float: left;
text-align: center;
position: relative;
z-index: 2
}
.our-team .team-member figure {
width: 100%;
float: left;
margin: 0
}
.our-team .team-member figure img {
width: 210px;
height: 210px;
display: inline-block;
margin-bottom: 30px;
border-radius: 50%
}
.our-team .team-member figure figcaption {
width: 100%;
float: left
}
.our-team .team-member figure figcaption h6 {
font-size: 20px;
margin: 0 0 6px 0;
color: #393c3f;
font-weight: 600
}
.our-team .team-member figure figcaption span {
font-size: 14px;
color: #7c838b;
display: block;
margin-bottom: 20px;
font-weight: 500
}
.our-team .team-member figure figcaption .social-media {
width: 100%;
margin: 0;
padding: 0
}
.our-team .team-member figure figcaption .social-media:before {
display: none
}
.our-team .team-member figure figcaption .social-media li {
width: auto;
float: none;
display: inline-block;
margin: 0 5px;
padding: 0;
list-style: none;
border: none
}
.our-team .team-member figure figcaption .social-media li a {
float: left;
color: #bdc1c5;
font-size: 20px
}
.our-team .team-member figure figcaption .social-media li a i {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-facebook'] {
color: #3b5998
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-twitter'] {
color: #00acee
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-instagram'] {
color: #3f729b
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-linkedin'] {
color: #0e76a8
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-youtube-play'] {
color: #c4302b
}
.our-team .team-member figure figcaption .social-media li a:hover i[class='fa fa-tripadvisor'] {
color: #00af87
}
.our-guides {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.our-guides .guide-list {
width: 100%;
float: left;
margin: 0;
padding: 0;
position: relative
}
.our-guides .guide-list:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border: 1px solid #f4fbff
}
.our-guides .guide-list li {
width: 25%;
float: left;
margin: 0;
padding: 30px 0;
text-align: center;
list-style: none;
border-right: 1px solid #dee0e2;
border-bottom: 1px solid #dee0e2
}
.our-guides .guide-list li figure {
width: 100%;
float: left;
margin: 0;
position: relative;
z-index: 2
}
.our-guides .guide-list li figure img {
width: 114px;
height: 114px;
display: inline-block;
border-radius: 50%;
margin-bottom: 20px
}
.our-guides .guide-list li figure figcaption {
width: 100%;
float: left;
margin: 0
}
.our-guides .guide-list li figure figcaption h6 {
font-size: 18px;
display: block;
margin: 0;
color: #393c3f;
text-transform: uppercase
}
.our-guides .guide-list li figure figcaption span {
display: block;
font-size: 14px;
color: #7c838b;
margin-top: 7px;
text-transform: uppercase
}
.blog-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.blog-header small {
display: block;
text-transform: uppercase;
font-size: 16px;
color: #7c838b
}
.blog-header small span:first-child {
color: #53a0ef
}
.blog-header small span:last-child {
margin: 0 14px
}
.blog-header h2 {
width: 100%;
float: left;
margin-top: 10px;
font-size: 70px;
line-height: 80px;
font-family: 'Lora', serif
}
.blog-header .filter {
float: left;
margin-right: 40px
}
.blog-header .filter a {
line-height: 38px;
color: #393c3f;
font-size: 20px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer;
text-decoration: none
}
.blog-header .filter a:hover i {
background-color: #ff9019;
border: 1px solid #ff9019;
color: white
}
.blog-header .filter a i {
width: 38px;
height: 38px;
line-height: 38px;
float: right;
margin-left: 10px;
border: 1px solid #dee0e2;
border-radius: 50%;
text-align: center;
color: #ff9019;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-header .filter .dropdown-menu {
margin-top: 15px;
padding: 15px;
border-radius: 0;
border: 1px solid #dee0e2
}
.blog-header .view-type {
float: right;
margin: 0;
padding: 0
}
.blog-header .view-type li {
float: left;
margin-left: 10px;
list-style: none;
position: relative
}
.blog-header .view-type li:first-child:before {
content: "";
font-family: FontAwesome;
font-size: 16px;
color: #ff9019;
display: block;
position: absolute;
top: 11px;
left: 18px
}
.blog-header .view-type li input {
width: 249px;
height: 47px;
border-radius: 4px;
border: 1px solid #dee0e2;
padding-left: 40px;
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li input::-webkit-input-placeholder {
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li input:-ms-input-placeholder {
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li input::-ms-input-placeholder {
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li input::placeholder {
font-size: 16px;
color: #393c3f;
font-weight: 300
}
.blog-header .view-type li a {
float: left;
padding: 7px 10px;
border: 1px solid #dee0e2;
border-radius: 4px;
color: #bdc1c5;
font-size: 20px
}
.blog-picker .drp-calendar.right {
display: none !important
}
.blog-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover
}
.blog-content {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 44px 0 95px 0
}
.blog-content .inner {
width: 100%;
float: left;
padding: 0 15%;
position: relative
}
.blog-content .inner .social-share {
width: 56px;
position: absolute;
left: 0;
top: 50px;
margin: 0;
padding: 0
}
.blog-content .inner .social-share li {
width: 100%;
float: left;
margin-bottom: 10px;
padding: 0;
list-style: none
}
.blog-content .inner .social-share li a {
width: 56px;
height: 56px;
float: left;
line-height: 56px;
color: #bdc1c5;
border: 1px solid #bdc1c5;
border-radius: 50%;
text-align: center;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-content .inner .social-share li a.facebook-ico:hover {
border: 1px solid #3b5998;
background-color: #3b5998;
color: white
}
.blog-content .inner .social-share li a.twitter-ico:hover {
border: 1px solid #1da1f2;
background-color: #1da1f2;
color: white
}
.blog-content .inner .social-share li a.instagram-ico:hover {
border: 1px solid #405de6;
background-color: #405de6;
color: white
}
.blog-content .inner .social-share li a.googleplus-ico:hover {
border: 1px solid #dd4b39;
background-color: #dd4b39;
color: white
}
.blog-content .inner .about-author {
display: block;
margin-top: 100px;
padding-top: 100px;
border-top: 1px solid #e3e8ef;
text-align: center
}
.blog-content .inner .about-author figure {
width: 80px;
height: 80px;
display: inline-block;
margin-bottom: 18px
}
.blog-content .inner .about-author figure img {
width: 100%;
float: left;
border-radius: 50%
}
.blog-content .inner .about-author small {
display: block;
color: #7c838b;
font-size: 16px;
font-weight: 500
}
.blog-content .inner .about-author h5 {
font-family: 'Lora', serif;
font-size: 40px;
margin-bottom: 20px;
margin-top: 11px
}
.blog-content .inner .about-author .title-seperator {
display: inline-block;
height: 11px;
margin-bottom: 40px
}
.blog-content .inner .about-author p {
display: block
}
.blog-content .inner h3 {
font-family: 'Lora', serif;
font-size: 30px;
margin: 50px 0
}
.blog-content .inner p {
display: block;
font-size: 20px;
line-height: 34px;
color: #393c3f;
font-weight: 300
}
.blog-content .inner p:last-child {
margin-bottom: 0
}
.blog-content .inner p a {
-webkit-text-decoration: underline solid #ffe0bf;
text-decoration: underline solid #ffe0bf;
color: #ff9019
}
.swiper-blog-carousel {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative
}
.swiper-blog-carousel .swiper-slide {
opacity: 0.5
}
.swiper-blog-carousel .swiper-slide-active {
opacity: 1
}
.swiper-blog-carousel img {
width: 100%
}
.swiper-blog-carousel .swiper-button-prev {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px;
left: 19%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.swiper-blog-carousel .swiper-button-prev:hover .arrow-left:before {
background: url("../images/arrow-left-hover.png") no-repeat
}
.swiper-blog-carousel .swiper-button-prev .arrow-left:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-left.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.swiper-blog-carousel .swiper-button-prev.swiper-button-disabled {
opacity: 0
}
.swiper-blog-carousel .swiper-button-next {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px;
right: 19%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.swiper-blog-carousel .swiper-button-next:hover .arrow-right:before {
background: url("../images/arrow-right-hover.png") no-repeat
}
.swiper-blog-carousel .swiper-button-next .arrow-right:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-right.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.swiper-blog-carousel .swiper-button-next.swiper-button-disabled {
opacity: 0
}
.blog-comments {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.blog-comments h5 {
font-family: 'Lora', serif;
font-size: 30px;
margin-bottom: 10px
}
.blog-comments .title-seperator {
display: block;
height: 11px;
margin-bottom: 50px
}
.blog-comments .comments {
width: 100%;
float: left
}
.blog-comments .comments .comment {
position: relative;
width: 100%;
float: left;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #e3e8ef;
padding-right: 5%
}
.blog-comments .comments .comment:last-child {
border-bottom: none;
margin: 0;
padding: 0
}
.blog-comments .comments .comment.related {
padding-left: 10%
}
.blog-comments .comments .comment figure {
width: 80px;
float: left;
margin-bottom: 0;
margin-right: 20px
}
.blog-comments .comments .comment figure img {
width: 100%;
float: left;
border-radius: 50%
}
.blog-comments .comments .comment .info {
width: calc(100% - 100px);
float: left
}
.blog-comments .comments .comment .info a {
width: 75px;
text-align: center;
height: 36px;
line-height: 36px;
float: right;
position: absolute;
right: 0;
border: 1px solid #dee0e2;
border-radius: 4px;
font-size: 12px;
color: #7c838b;
padding: 0 10px;
font-weight: 700;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
text-decoration: none
}
.blog-comments .comments .comment .info a:hover {
background-color: #ff9019;
border: 1px sollid #ff9019;
color: white
}
.blog-comments .comments .comment .info h6 {
display: block;
font-size: 16px;
margin: 0
}
.blog-comments .comments .comment .info small {
font-size: 12px;
color: #7c838b;
display: block;
margin-bottom: 10px
}
.blog-comments .comments .comment .info p {
margin: 0;
font-size: 18px;
color: #393c3f;
font-weight: 300
}
.blog-comments form {
height: auto;
padding-left: 5%
}
.blog-comments form input[type="text"] {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
padding: 0 15px
}
.blog-comments form textarea {
width: 100%;
height: 120px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
padding: 15px
}
.blog-comments form button[type="submit"] {
display: inline-block;
height: 50px;
line-height: 50px;
background: #ff9019;
color: #fff;
padding: 0 50px;
border-radius: 6px;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
border: none
}
.blog-comments form button[type="submit"]:hover {
color: #fff;
text-decoration: none;
-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2)
}
.blog-posts {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.blog-posts .blog-post-grid {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-grid p {
display: none
}
.blog-posts .blog-post-grid:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.blog-posts .blog-post-grid:hover .post-image img {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.blog-posts .blog-post-grid .post-image {
width: 100%;
margin: 0;
position: relative;
overflow: hidden
}
.blog-posts .blog-post-grid .post-image img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-grid .post-content {
width: 100%;
background: #fff;
text-align: center;
padding: 40px 0
}
.blog-posts .blog-post-grid .post-content small {
font-size: 12px;
display: block;
color: #7c838b;
margin-bottom: 10px
}
.blog-posts .blog-post-grid .post-content small span {
margin: 0 14px
}
.blog-posts .blog-post-grid .post-content h3 {
font-family: 'Lora', serif;
font-size: 26px;
line-height: 40px;
padding: 0 6%;
margin-bottom: 20px
}
.blog-posts .blog-post-grid .post-content a {
display: inline-block;
font-size: 14px;
color: #393c3f;
font-weight: 600;
letter-spacing: 0
}
.blog-posts .blog-post-grid .post-content a:hover {
color: #ff9019;
text-decoration: none
}
.blog-posts .blog-post-grid .post-content a img {
width: 30px;
margin-right: 8px
}
.blog-posts .blog-post-list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-list:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.blog-posts .blog-post-list:hover .post-image img {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.blog-posts .blog-post-list .post-image {
-ms-flex-preferred-size: 370px;
flex-basis: 370px;
margin: 0;
position: relative;
overflow: hidden
}
.blog-posts .blog-post-list .post-image img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-list .post-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px;
background: #fff
}
.blog-posts .blog-post-list .post-content small {
font-size: 12px;
display: block;
color: #7c838b;
margin-bottom: 10px
}
.blog-posts .blog-post-list .post-content small span {
margin: 0 14px
}
.blog-posts .blog-post-list .post-content h3 {
font-family: 'Lora', serif;
font-size: 24px;
margin-bottom: 20px;
color: black
}
.blog-posts .blog-post-list .post-content p {
font-size: 18px;
line-height: 30px;
margin-bottom: 25px;
color: #393c3f;
font-weight: 300
}
.blog-posts .blog-post-list .post-content a {
text-decoration: none
}
.blog-posts .blog-post-list .post-content a h3 {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.blog-posts .blog-post-list .post-content a:hover h3 {
color: #ff9019
}
.blog-posts .blog-post-list .post-content a.read-more {
display: inline-block;
font-size: 14px;
color: #393c3f;
font-weight: 600;
margin-left: 10px
}
.blog-posts .blog-post-list .post-content a.read-more:hover {
color: #ff9019;
text-decoration: none
}
.blog-posts .blog-post-list .post-content a.read-more img {
width: 30px;
margin-right: 8px
}
.subscribe {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 150px;
padding-bottom: 450px;
background-position: center;
background: url(../images/newsletter-bg01.jpg) center no-repeat;
background-size: cover;
text-align: center
}
.subscribe .inner {
width: 100%;
float: left;
padding: 0 10%
}
.subscribe .inner h2 {
font-family: 'Lora', serif;
font-size: 55px;
margin-bottom: 20px
}
.subscribe .inner img {
height: 11px;
display: inline-block;
margin-bottom: 50px
}
.subscribe .inner p {
padding: 0 8%;
font-size: 20px;
line-height: 34px;
color: #393c3f;
margin-bottom: 50px
}
.subscribe .inner form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 10%
}
.subscribe .inner form input {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 60%;
height: 56px;
border: 1px solid #dee0e2;
font-size: 16px;
color: #393c3f;
padding: 0 25px;
border-radius: 6px;
margin-right: 10px;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1)
}
.subscribe .inner form button {
width: 40%;
height: 56px;
border: none;
background: #ff9019;
color: #fff;
padding: 0 50px;
border-radius: 4px;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer
}
.subscribe .inner form button:hover {
background-color: white;
color: #ff9019
}
.popular-tours {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.popular-tours .section-desc {
color: #393c3f;
padding-left: 10%;
font-weight: 300;
font-size: 20px;
line-height: 34px
}
.popular-destinations {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.popular-destinations .col-lg-6 {
padding: 0
}
.popular-destinations .col-lg-6:nth-child(odd) {
-webkit-transform: translateX(30px);
transform: translateX(30px)
}
.popular-destinations .destinations-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px
}
.popular-destinations .destinations-box figure {
-webkit-box-flex: 300px;
-ms-flex: 300px;
flex: 300px;
height: 300px;
margin: 0;
position: relative;
overflow: hidden;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.popular-destinations .destinations-box figure img {
width: 100%
}
.popular-destinations .destinations-box .destinations-content {
-webkit-box-flex: 45%;
-ms-flex: 45%;
flex: 45%;
height: 300px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px;
background: #fff
}
.popular-destinations .destinations-box .destinations-content .inner {
width: 100%
}
.popular-destinations .destinations-box .destinations-content .inner img {
float: right;
height: 36px;
margin-right: -50px;
position: relative
}
.popular-destinations .destinations-box .destinations-content .inner h5 {
display: block;
font-size: 20px;
margin-bottom: 20px;
font-weight: 500;
color: #393c3f
}
.popular-destinations .destinations-box .destinations-content .inner ul {
width: 100%;
float: left;
margin: 0;
padding: 0
}
.popular-destinations .destinations-box .destinations-content .inner ul li {
width: 100%;
float: left;
margin: 0;
padding: 5px 0;
list-style: none;
color: #41454c
}
.popular-destinations .destinations-box .destinations-content .inner ul li:before {
content: "\f0da";
float: left;
font-family: FontAwesome;
color: #ff9019;
margin-right: 10px
}
.tour-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 15px 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-box:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.tour-box:hover figure img {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.tour-box figure {
width: 100%;
position: relative;
margin: 0;
overflow: hidden
}
.tour-box figure img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-box figure .tag {
height: 38px;
line-height: 38px;
padding: 0 30px;
position: absolute;
right: 0;
top: 40px;
background: #ff9019;
color: #fff;
font-size: 12px;
font-weight: 500
}
.tour-box figure .tag:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 19px 19px;
border-color: transparent transparent #ff9019 transparent;
position: absolute;
left: -19px;
bottom: 0
}
.tour-box figure .tag:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 19px 19px 0;
border-color: transparent #ff9019 transparent transparent;
position: absolute;
left: -19px;
top: 0
}
.tour-box .tour-content {
width: 100%;
background: #fff;
padding: 40px
}
.tour-box .tour-content .tag {
display: none
}
.tour-box .tour-content p {
display: none
}
.tour-box .tour-content small {
font-weight: 500;
font-size: 12px;
color: #7c838b;
display: block
}
.tour-box .tour-content h3 {
display: block;
font-size: 27px;
font-family: 'Lora', serif;
margin: 9px 0 0 0
}
.tour-box .tour-content ul {
width: 100%;
float: left;
padding: 27px 0 27px 0;
margin-bottom: 0
}
.tour-box .tour-content ul li {
width: 31%;
float: left;
text-align: center;
margin: 0;
padding: 0;
list-style: none
}
.tour-box .tour-content ul li:nth-child(2) {
width: 38%;
border-left: 1px solid #dee0e2;
border-right: 1px solid #dee0e2
}
.tour-box .tour-content ul li:first-child div {
float: left
}
.tour-box .tour-content ul li:last-child div {
float: right
}
.tour-box .tour-content ul li:last-child {
border-right: 0
}
.tour-box .tour-content ul li img {
height: 40px;
margin-bottom: 10px
}
.tour-box .tour-content ul li span {
font-weight: 600;
font-size: 14px;
display: block;
color: #393c3f
}
.tour-box .tour-content ul li small {
font-size: 10px;
color: #7c838b
}
.tour-box a {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
text-align: center;
color: #7c838b;
font-weight: 700
}
.tour-box a:hover {
background: #ff9019;
border-color: #ff9019;
color: #fff;
text-decoration: none
}
.tour-box-list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px
}
.tour-box-list figure {
-ms-flex-preferred-size: 370px;
flex-basis: 370px;
margin: 0
}
.tour-box-list figure .tag {
display: none
}
.tour-box-list figure img {
width: 100%;
float: left
}
.tour-box-list .tour-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 43px;
background: #fff;
position: relative
}
.tour-box-list .tour-content .tag {
height: 38px;
line-height: 38px;
padding: 0 30px;
position: absolute;
right: 0;
top: 40px;
background: #ff9019;
color: #fff
}
.tour-box-list .tour-content .tag:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 19px 19px;
border-color: transparent transparent #ff9019 transparent;
position: absolute;
left: -19px;
bottom: 0
}
.tour-box-list .tour-content .tag:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 19px 19px 0;
border-color: transparent #ff9019 transparent transparent;
position: absolute;
left: -19px;
top: 0
}
.tour-box-list .tour-content small {
font-weight: 500;
font-size: 12px;
color: #7c838b;
display: block
}
.tour-box-list .tour-content h3 {
display: block;
font-size: 26px;
font-family: 'Lora', serif;
margin: 10px 0 0 0
}
.tour-box-list .tour-content p {
font-weight: 300;
font-size: 17px;
line-height: 30px;
padding: 17px 0 20px 0
}
.tour-box-list .tour-content .inner {
width: 100%;
display: block
}
.tour-box-list .tour-content ul {
float: left;
margin: 0;
padding: 0;
margin-bottom: 0
}
.tour-box-list .tour-content ul li {
float: left;
border-right: 1px solid #dee0e2;
margin: 0;
padding: 0;
padding-right: 10px;
list-style: none
}
.tour-box-list .tour-content ul li:last-child {
border-right: 0
}
.tour-box-list .tour-content ul li:nth-child(n+2) {
padding-left: 20px
}
.tour-box-list .tour-content ul li img {
height: 40px;
float: left;
margin-right: 10px
}
.tour-box-list .tour-content ul li small {
display: block;
font-weight: 300
}
.tour-box-list .tour-content ul li span {
width: 125px;
display: block;
color: #393c3f;
font-weight: 500
}
.tour-box-list .tour-content a {
height: 46px;
line-height: 44px;
float: right;
border: 1px solid #dee0e2;
border-radius: 6px;
text-align: center;
color: #7c838b;
font-weight: 700;
padding: 0 46px
}
.tour-box-list .tour-content a:hover {
background: #ff9019;
border-color: #ff9019;
color: #fff;
text-decoration: none
}
.adventure-activities {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
overflow: hidden
}
.adventure-activities .container {
overflow: visible !important
}
.adventure-activities .section-desc {
color: #393c3f;
padding-left: 10%;
font-weight: 300;
font-size: 20px;
line-height: 34px;
margin-bottom: 40px
}
.adventure-activities .activities-carousel {
width: 100%;
float: left;
position: relative;
margin-bottom: 15px
}
.adventure-activities .activities-carousel .activity-box {
width: 100%;
float: left;
margin: 0;
padding: 0;
position: relative;
overflow: hidden
}
.adventure-activities .activities-carousel .activity-box:hover figcaption:after {
width: calc(100% - 60px)
}
.adventure-activities .activities-carousel .activity-box:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
webkit-filter: blur(4px);
-webkit-filter: blur(4px);
filter: blur(4px)
}
.adventure-activities .activities-carousel .activity-box:hover:after {
opacity: 0.9
}
.adventure-activities .activities-carousel .activity-box:after {
content: "";
width: 100%;
height: 150px;
opacity: 0.8;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#131314));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131314', GradientType=0)
}
.adventure-activities .activities-carousel .activity-box img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.adventure-activities .activities-carousel .activity-box figcaption {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
font-family: 'Lora', serif;
font-size: 24px;
color: #fff;
padding: 30px
}
.adventure-activities .activities-carousel .activity-box figcaption:after {
content: "";
width: 55px;
height: 1px;
background: #ff9019;
position: absolute;
left: 30px;
bottom: 25px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.adventure-activities .swiper-button-prev {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px
}
.adventure-activities .swiper-button-prev:hover .arrow-left:before {
background: url("../images/arrow-left-hover.png") no-repeat
}
.adventure-activities .swiper-button-prev .arrow-left:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-left.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.adventure-activities .swiper-button-prev img {
width: 42px
}
.adventure-activities .swiper-button-prev.swiper-button-disabled {
opacity: 0
}
.adventure-activities .swiper-button-next {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px
}
.adventure-activities .swiper-button-next:hover .arrow-right:before {
background: url("../images/arrow-right-hover.png") no-repeat
}
.adventure-activities .swiper-button-next .arrow-right:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-right.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.adventure-activities .swiper-button-next img {
width: 42px
}
.adventure-activities .swiper-button-next.swiper-button-disabled {
opacity: 0
}
.reviews {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.reviews .container {
padding: 0
}
.reviews .swiper-pagination {
bottom: -30px
}
.reviews .swiper-pagination-bullet {
width: 16px;
height: 16px;
background-color: #dee0e2
}
.reviews .swiper-pagination-bullet-active {
background-color: #53a0ef
}
.reviews .swiper-reviews {
width: 100%;
float: left;
overflow: hidden;
padding-bottom: 50px
}
.reviews .review {
width: 100%;
float: left;
background: #fff;
padding: 50px 65px;
text-align: center;
position: relative;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.reviews .review:hover {
-webkit-box-shadow: 0px 10px 10px 5px rgba(153, 153, 153, 0.2);
box-shadow: 0px 10px 10px 5px rgba(153, 153, 153, 0.2);
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.reviews .review:before {
content: "";
display: block;
background: url("../images/quote.png") no-repeat;
width: 119px;
height: 96px;
position: absolute;
left: 15px;
top: -10px;
color: #f4fbff;
z-index: 0
}
.reviews .review i {
color: #ff9019;
display: inline-block;
font-size: 20px;
position: relative;
z-index: 100
}
.reviews .review h4 {
font-family: 'Lora';
font-size: 24px;
display: block;
margin: 20px 0;
position: relative;
color: #393c3f;
z-index: 100
}
.reviews .review p {
font-weight: 300;
line-height: 30px;
color: #393c3f;
font-size: 18px;
margin-bottom: 30px;
z-index: 100
}
.reviews .review figure {
display: block
}
.reviews .review figure img {
width: 80px;
height: 80px;
display: inline-block;
border-radius: 50%
}
.reviews .review small {
font-weight: 500;
display: block;
color: #393c3f;
font-size: 14px
}
.recent-blog {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8
}
.recent-blog .blog-post {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 15px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.recent-blog .blog-post:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.recent-blog .blog-post .post-image {
width: 100%;
margin: 0;
position: relative;
overflow: hidden
}
.recent-blog .blog-post .post-image img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.recent-blog .blog-post .post-content {
width: 100%;
padding: 30px;
background: #fff;
text-align: center
}
.recent-blog .blog-post .post-content small {
font-weight: 500;
font-size: 12px;
display: block;
color: #7c838b;
margin-bottom: 10px
}
.recent-blog .blog-post .post-content small span {
margin: 0 14px
}
.recent-blog .blog-post .post-content h3 {
font-family: 'Lora';
font-size: 23px;
margin-bottom: 20px;
line-height: 40px
}
.recent-blog .blog-post .post-content a {
display: inline-block;
font-size: 14px;
color: #393c3f;
font-weight: 700;
letter-spacing: 0
}
.recent-blog .blog-post .post-content a:hover {
color: #ff9019;
text-decoration: none
}
.recent-blog .blog-post .post-content a img {
width: 30px;
margin-right: 8px
}
.related-blog {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8
}
.related-blog .section-title {
margin-bottom: 50px
}
.related-blog .blog-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.related-blog .blog-post:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.related-blog .blog-post:hover .post-image img {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.related-blog .blog-post .post-image {
-ms-flex-preferred-size: 200px;
flex-basis: 200px;
height: 223px;
margin: 0;
position: relative;
overflow: hidden
}
.related-blog .blog-post .post-image img {
width: 100%;
height: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.related-blog .blog-post .post-content {
padding: 0 30px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.related-blog .blog-post .post-content small {
font-size: 12px;
display: block;
color: #7c838b;
margin-bottom: 10px
}
.related-blog .blog-post .post-content small span {
margin: 0 14px
}
.related-blog .blog-post .post-content h3 {
font-family: 'Lora', serif;
font-size: 24px;
margin-bottom: 15px;
color: black;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.related-blog .blog-post .post-content a {
text-decoration: none
}
.related-blog .blog-post .post-content a:hover h3 {
color: #ff9019
}
.related-blog .blog-post .post-content a.read-more {
display: inline-block;
font-size: 13px;
color: #393c3f;
font-weight: 700;
margin-left: 10px
}
.related-blog .blog-post .post-content a.read-more:before {
border-radius: 50%
}
.related-blog .blog-post .post-content a.read-more:hover:before {
color: white;
background-color: #ff9019
}
.related-blog .blog-post .post-content a.read-more:hover {
color: #ff9019;
text-decoration: none
}
.related-blog .blog-post .post-content a.read-more img {
width: 30px;
margin-right: 8px
}
.checkout-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.checkout-header small {
color: #7c838b;
font-size: 16px;
font-weight: 600
}
.checkout-header h2 {
font-size: 70px;
color: #000;
font-family: 'Lora', serif;
margin-bottom: 50px;
margin-top: 7px
}
.checkout-header p {
font-size: 20px;
line-height: 34px;
margin: 20px 0;
float: right;
width: 90%
}
.checkout-header p strong {
font-weight: 500
}
.checkout-header .info-box {
float: left;
margin-right: 40px;
font-size: 20px;
line-height: 38px;
font-weight: 400;
color: #393c3f
}
.checkout-header .info-box strong {
font-weight: 600
}
.checkout-header .info-box i {
width: 38px;
height: 38px;
float: right;
line-height: 38px;
margin-left: 10px;
color: #ff9019;
border: 1px solid #edeeef;
border-radius: 50%;
text-align: center;
font-size: 18px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer
}
.checkout-header .info-box i:hover {
background: #ff9019;
border: 1px solid #ff9019;
color: white
}
.bs-tooltip-bottom {
margin-top: 10px !important
}
.steps {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.steps small {
font-size: 14px;
color: #ff9019;
font-weight: 500
}
.steps h5 {
font-family: 'Lora', serif;
font-size: 30px;
color: #000;
margin-bottom: 36px
}
.steps p {
font-size: 20px;
color: #7c838b;
margin-bottom: 46px
}
.steps span {
font-size: 14px;
color: #7c838b;
font-weight: 600
}
.steps b {
font-weight: 700;
font-size: 18px;
color: #393c3f
}
.checkout {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.checkout .site-btn {
padding: 0 50px;
height: 57px;
margin: 20px 0 0 auto
}
.checkout button {
border: none;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer
}
.checkout .passengers {
width: 100%
}
.checkout .passengers .accordion>.card {
overflow: visible
}
.checkout .passengers form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.checkout .passengers form .form-group {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
margin-bottom: 25px
}
.checkout .passengers form .form-group input[type="text"] {
width: 100%;
height: 46px;
line-height: 56px;
font-size: 18px;
float: left;
position: relative;
border: 1px solid #dee0e2;
border-radius: 4px;
padding: 0 15px;
color: #7c838b
}
.checkout .passengers .extras {
background: #ecf4f8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-left: -20px;
margin-right: -20px;
margin-bottom: -20px;
padding: 50px
}
.checkout .passengers .extras h5 {
width: 100%;
float: left;
font-weight: 600;
font-size: 16px;
margin-bottom: 20px;
color: #393c3f
}
.checkout .passengers .extras .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.checkout .passengers .extras .left-side {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 6px
}
.checkout .passengers .extras .left-side .extra-box {
width: 100%;
float: left;
padding: 20px;
border-radius: 4px;
background: #fff
}
.checkout .passengers .extras .left-side .extra-box:first-child {
margin-bottom: 6px
}
.checkout .passengers .extras .left-side .extra-box h6 {
display: block;
font-size: 18px;
color: #393c3f
}
.checkout .passengers .extras .left-side .extra-box span {
float: left;
font-weight: 700;
font-size: 18px;
color: #393c3f
}
.checkout .passengers .extras .left-side .extra-box a {
float: right;
height: 46px;
line-height: 47px;
padding: 0 31px;
border-radius: 6px;
background: #53a0ef;
color: #fff;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
font-size: 14px
}
.checkout .passengers .extras .left-side .extra-box a:hover {
text-decoration: none;
background: #3692f1
}
.checkout .passengers .extras .right-side {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.checkout .passengers .extras .right-side .extra-detail-box {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 20px;
border-radius: 4px;
background: #fff;
position: relative
}
.checkout .passengers .extras .right-side .extra-detail-box .remove {
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
color: #b8bfc5;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
font-size: 12px
}
.checkout .passengers .extras .right-side .extra-detail-box .remove:hover {
color: #393c3f
}
.checkout .passengers .extras .right-side .extra-detail-box h6 {
display: block
}
.checkout .passengers .extras .right-side .extra-detail-box span {
display: block;
font-weight: 700;
font-size: 18px
}
.checkout .passengers .extras .right-side .extra-detail-box .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-top: auto
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
position: relative;
margin-bottom: 15px;
border-radius: 6px
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu {
width: 100%;
will-change: unset !important;
top: 100% !important;
-webkit-animation-name: "dropdown-fade";
-webkit-animation-duration: .25s;
-webkit-transform: translate3d(0, 0px, 0) !important;
transform: translate3d(0, 0px, 0) !important;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1)
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu li {
height: 48px;
width: 100%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu li:hover {
background-color: #f4fbff
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu a {
width: 100%;
display: block;
height: 100%;
line-height: 48px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .dropdown .dropdown-menu a:hover {
color: #ff9019
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .selectdrop a {
float: none;
background: none;
color: #7c838b;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 15px;
font-weight: normal;
cursor: pointer
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .selectdrop a:before {
display: none
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .arrow {
height: 44px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #dee0e2;
padding: 0 15px;
color: #ff9019;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.checkout .passengers .extras .right-side .extra-detail-box .inner .arrow:hover {
background: #ff9019;
color: white
}
.checkout .passengers .extras .right-side .extra-detail-box .form-group {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
position: relative;
border: 1px solid #dee0e2;
margin: 0;
border-radius: 6px
}
.checkout .passengers .extras .right-side .extra-detail-box a {
float: right;
height: 46px;
line-height: 47px;
padding: 0 31px;
border-radius: 6px;
background: #53a0ef;
color: #fff;
font-weight: 700;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
margin-left: 6px;
font-size: 14px
}
.checkout .passengers .extras .right-side .extra-detail-box a:hover {
text-decoration: none;
background: #3692f1
}
.checkout .passengers-info {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.checkout .passengers-info .form-group.select-group:before {
height: 57px;
line-height: 57px;
right: 7px
}
.checkout .passengers-info form {
width: 100%
}
.checkout .passengers-info form .inner {
width: 100%;
float: left;
background: #fff;
padding: 50px;
padding-bottom: 40px;
margin-bottom: 20px
}
.checkout .passengers-info form .inner .dropdown {
width: 100%;
height: 57px;
line-height: 57px;
float: left;
position: relative;
margin-bottom: 15px;
border-radius: 6px;
border: 1px solid #dee0e2
}
.checkout .passengers-info form .inner .dropdown a {
text-decoration: none
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu {
width: 100%;
height: 300px;
overflow-y: scroll;
will-change: unset !important;
top: 100% !important;
-webkit-animation-name: "dropdown-fade";
-webkit-animation-duration: .25s;
-webkit-transform: translate3d(0, 0px, 0) !important;
transform: translate3d(0, 0px, 0) !important;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1)
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu li {
height: 48px;
width: 100%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu li:hover {
background-color: #f4fbff
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu a {
width: 100%;
display: block;
height: 100%;
line-height: 48px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .passengers-info form .inner .dropdown .dropdown-menu a:hover {
color: #ff9019
}
.checkout .passengers-info form .inner .selectdrop a {
float: none;
background: none;
color: #7c838b;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 15px;
font-weight: normal;
cursor: pointer
}
.checkout .passengers-info form .inner .selectdrop a:before {
display: none
}
.checkout .passengers-info form .inner .arrow {
height: 57px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #dee0e2;
padding: 0 15px;
color: #ff9019;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.checkout .passengers-info form .inner .arrow:hover {
background: #ff9019;
color: white
}
.checkout .passengers-info form .inner h6 {
font-size: 17px;
font-weight: 700;
margin-bottom: 30px
}
.checkout .passengers-info form .inner .form-group {
width: 50%;
float: left;
padding-right: 6px;
position: relative
}
.checkout .passengers-info form .inner .form-group input[type="text"] {
width: 100%;
height: 57px;
float: left;
position: relative;
border: 1px solid #dee0e2;
border-radius: 4px;
padding: 0 15px
}
.checkout .passengers-info form label {
line-height: 30px;
font-size: 18px;
color: #393c3f;
cursor: text;
font-weight: 400;
width: 90%
}
.checkout .passengers-info form label a {
color: #53a0ef;
-webkit-text-decoration: underline solid #cce4fb;
text-decoration: underline solid #cce4fb;
font-weight: 500
}
.checkout .passengers-info form input[type="checkbox"] {
width: 30px;
height: 30px;
float: left;
border-radius: 50%;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #ff9019;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none
}
.checkout .passengers-info form input[type="checkbox"]:checked {
background: url(../images/icon-check.svg) center no-repeat;
background-size: 18px auto
}
.checkout .summary {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.checkout .summary .summary-head {
width: 100%;
padding: 30px 50px;
background: #fff
}
.checkout .summary .summary-head h3 {
font-size: 30px;
font-family: 'Lora', serif;
margin-top: 35px
}
.checkout .summary .summary-head span {
color: #7c838b
}
.checkout .summary .summary-head figure {
float: right;
margin: 0
}
.checkout .summary .summary-head figure img {
width: 146px;
float: left;
border-radius: 50%
}
.checkout .summary .summary-body {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: #ecf4f8;
padding: 20px 50px
}
.checkout .summary .summary-body .summery-row:first-child {
color: #7c838b
}
.checkout .summary .summary-body .summery-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 10px 20px;
color: #393c3f;
font-size: 14px;
font-weight: 600
}
.checkout .summary .summary-body .summery-row pre {
display: inline
}
.checkout .summary .summary-body .summery-row .total {
color: #7c838b;
font-size: 14px;
font-weight: 600
}
.checkout .summary .summary-body .summery-row span {
color: #7c838b
}
.checkout .summary .summary-body .summery-row.white-bg {
background: #fff;
margin-bottom: 10px;
color: #393c3f;
font-size: 16px;
padding: 20px
}
.checkout .summary .summary-body .summery-row div {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.checkout .summary .summary-body .summery-row div strong {
color: #393c3f;
font-size: 24px;
font-weight: 600
}
.checkout .summary .summary-body .summery-row div:nth-child(1) {
-ms-flex-preferred-size: 20%;
flex-basis: 20%
}
.checkout .summary .summary-body .summery-row div:last-child {
text-align: right
}
.checkout .payment {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.checkout .payment form {
width: 100%
}
.checkout .payment form .inner {
width: 100%;
float: left;
background: #fff;
padding: 50px;
padding-bottom: 40px;
margin-bottom: 20px
}
.checkout .payment form .inner h6 {
font-size: 17px;
font-weight: 700;
margin-bottom: 30px
}
.checkout .payment form .inner .coupon-field {
position: relative
}
.checkout .payment form .inner .coupon-field button {
width: 86px;
height: 57px;
position: absolute;
right: 0;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
background-color: transparent;
border-left: 1px solid #dee0e2;
font-weight: 700;
font-size: 14px;
color: #7c838b;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.checkout .payment form .inner .coupon-field button:hover {
background-color: #ff9019;
color: white
}
.checkout .payment form .inner .form-group {
width: 33.33333%;
float: left;
padding-right: 6px;
position: relative
}
.checkout .payment form .inner .form-group.big {
width: 50%
}
.checkout .payment form .inner .form-group .select-box {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
position: relative;
border: 1px solid #dee0e2;
margin: 0;
border-radius: 6px
}
.checkout .payment form .inner .form-group .select-box select {
width: 100%;
height: 46px;
float: left;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: transparent;
padding: 0 15px
}
.checkout .payment form .inner .form-group .select-box .arrow {
height: 46px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #dee0e2;
padding: 0 15px;
color: #ff9019
}
.checkout .payment form .inner .form-group input[type="text"] {
width: 100%;
height: 57px;
float: left;
position: relative;
border: 1px solid #dee0e2;
border-radius: 4px;
padding: 0 15px
}
.select-group {
cursor: pointer
}
.form-group.select-group:before {
content: "";
font-family: FontAwesome;
font-size: 20px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
color: #ff9019;
width: 50px;
height: 46px;
line-height: 46px;
display: block;
position: absolute;
right: 0;
text-align: center;
border-left: 1px solid #dee0e2;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.form-group.select-group:hover:before {
background-color: #ff9019;
color: white
}
.form-group select {
width: 100%;
height: 46px;
border: 1px solid #dee0e2 !important;
position: relative;
float: left;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: transparent;
padding: 0 15px;
cursor: pointer
}
.form-group select option {
font-size: 14px;
color: #7c838b
}
.tours-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.tours-header h6 {
color: #53a0ef;
font-size: 16px
}
.tours-header h2 {
font-family: 'Lora', serif;
font-size: 70px;
margin-bottom: 30px
}
.tours-header p {
display: block;
margin-bottom: 50px;
font-size: 20px;
font-weight: 300;
color: #393c3f
}
.tours-header p strong {
font-weight: 500
}
.tours-header .filter {
float: left;
margin-right: 40px
}
.tours-header .filter a {
line-height: 38px;
color: #393c3f;
font-size: 20px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
text-decoration: none;
cursor: pointer
}
.tours-header .filter a:hover i {
background-color: #ff9019;
border: 1px solid #ff9019;
color: white
}
.tours-header .filter a i {
width: 38px;
height: 38px;
line-height: 38px;
float: right;
margin-left: 10px;
border: 1px solid #dee0e2;
border-radius: 50%;
text-align: center;
color: #ff9019;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tours-header .filter .dropdown-menu {
margin-top: 15px;
padding: 15px;
border-radius: 0;
border: 1px solid #dee0e2
}
.view-type {
float: right;
margin: 0;
padding: 0
}
.view-type li {
float: left;
margin-left: 10px;
list-style: none
}
.view-type li a {
float: left;
padding: 7px 10px;
border: 1px solid #dee0e2;
border-radius: 4px;
color: #bdc1c5;
font-size: 20px
}
.filter.dropdown {
position: relative !important
}
.filter .dropdown-menu {
will-change: unset !important;
-webkit-transform: translate3d(0, 10px, 0) !important;
transform: translate3d(0, 10px, 0) !important;
padding: 29px !important;
min-width: 310px !important;
max-width: 500px;
position: absolute;
top: 100% !important;
left: calc(100% - 80px) !important;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
-webkit-animation-name: "dropdown-fade";
animation-name: "dropdown-fade";
-webkit-animation-duration: .25s
}
.filter .dropdown-check li:not(:last-child) span {
font-size: 16px;
color: #2c2f32;
margin: 0 0 0 9px;
float: left;
color: #2c2f32
}
.filter .dropdown-check li:not(:last-child) {
margin: 12px 0
}
.filter .dropdown-check li:not(:last-child):after {
content: "";
display: table;
clear: both
}
.filter .dropdown-check li:not(:last-child):first-child {
margin: 0
}
.filter .dropdown-check input[type="checkbox"] {
margin: 0;
float: left;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #e0e2e4;
position: relative;
cursor: pointer
}
.filter .dropdown-check input[type="checkbox"]:checked:before {
content: "";
display: block;
position: absolute;
width: 6px;
height: 6px;
background: #ff9019;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%)
}
.filter .dropdown-check:before {
content: "";
display: block;
background: url("../images/caret.png") no-repeat;
width: 20px;
height: 10px;
position: absolute;
top: -10px;
left: 50px
}
.filter .dropdown-check li>div:before {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #ecf4f8;
margin: 20px 0
}
.filter .dropdown-check li>div span {
font-size: 14px;
color: #7c838b;
cursor: pointer;
font-weight: 500
}
.filter .dropdown-check li>div span i {
margin-right: 10px
}
.filter .dropdown-check li>div span:last-child {
float: right;
color: #ff9019
}
@-webkit-keyframes dropdown-fade {
0% {
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
opacity: 0;
visibility: none
}
100% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
opacity: 1;
visibility: visible
}
}
@keyframes dropdown-fade {
0% {
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
opacity: 0;
visibility: none
}
100% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
opacity: 1;
visibility: visible
}
}
@-webkit-keyframes rangerpicker-fade {
0% {
-webkit-transform: translate(19px, 80px);
transform: translate(19px, 80px);
opacity: 0;
visibility: none
}
100% {
-webkit-transform: translate(19px, 20px);
transform: translate(19px, 20px);
opacity: 1;
visibility: visible
}
}
@keyframes rangerpicker-fade {
0% {
-webkit-transform: translate(19px, 80px);
transform: translate(19px, 80px);
opacity: 0;
visibility: none
}
100% {
-webkit-transform: translate(19px, 20px);
transform: translate(19px, 20px);
opacity: 1;
visibility: visible
}
}
.related-tours {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.related-tours .section-title {
margin-bottom: 32px
}
.tours-grid {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.tours-list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.tour-single-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.tour-single-header h6 {
color: #53a0ef;
font-size: 16px
}
.tour-single-header h2 {
font-family: 'Lora', serif;
font-size: 70px;
margin-bottom: 60px
}
.tour-single-header p {
display: block;
margin-bottom: 50px;
font-size: 20px;
font-weight: 300;
color: #393c3f
}
.tour-single-header p strong {
font-weight: 500
}
.tour-single-header .price {
float: left;
line-height: 38px;
font-size: 20px
}
.tour-single-header .filter {
float: left;
margin-right: 40px
}
.tour-single-header .filter a {
line-height: 38px;
color: #393c3f;
font-size: 20px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer;
text-decoration: none
}
.tour-single-header .filter a:hover i {
background-color: #ff9019;
border: 1px solid #ff9019;
color: white
}
.tour-single-header .filter a i {
width: 38px;
height: 38px;
line-height: 38px;
float: right;
margin-left: 10px;
border: 1px solid #dee0e2;
border-radius: 50%;
text-align: center;
color: #ff9019;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-single-header .filter .dropdown-menu {
margin-top: 15px;
padding: 15px;
border-radius: 0;
border: 1px solid #dee0e2
}
.tour-single-header .filter .available-dropdown {
min-width: 330px !important
}
.tour-single-header .filter .dropdown-check li span:nth-of-type(1) {
font-weight: 600
}
.tour-single-header .filter .dropdown-check li input[disabled="disabled"] {
background-color: #f4fbff
}
.tour-single-header .filter .dropdown-check li span.not-available {
text-decoration: line-through;
color: #7c838b
}
.tour-single-header .filter .dropdown-check li .available {
text-align: right;
float: right;
margin: 0;
margin-left: 70px;
color: #7c838b
}
.tour-single-header .passenger-dropdown {
min-width: 360px !important
}
.tour-single-header .passenger-dropdown li:not(:last-child) div {
width: 50%;
display: inline-block;
float: left;
margin-top: 26px
}
.tour-single-header .passenger-dropdown li:not(:last-child) div:before {
display: none
}
.tour-single-header .passenger-dropdown li:not(:last-child) div h6 {
margin: 0;
color: #2c2f32;
font-size: 16px;
font-weight: 900
}
.tour-single-header .passenger-dropdown li:not(:last-child) div h6 span {
font-weight: 300
}
.tour-single-header .passenger-dropdown li:not(:last-child) div span {
float: none;
margin: 0
}
.tour-single-header .passenger-dropdown li:not(:last-child) div>span {
font-size: 14px;
color: #2c2f32
}
.tour-single-header .passenger-dropdown li:not(:last-child) div li {
list-style: none;
display: inline-block
}
.tour-single-header .passenger-dropdown li:not(:last-child) div li:first-child,
.tour-single-header .passenger-dropdown li:not(:last-child) div li:last-child {
width: 37px;
height: 37px;
border: 1px solid #bdc1c5;
color: #bdc1c5;
text-align: center;
line-height: 37px;
border-radius: 50%;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-single-header .passenger-dropdown li:not(:last-child) div li:first-child:hover,
.tour-single-header .passenger-dropdown li:not(:last-child) div li:last-child:hover {
color: #ff9019
}
.tour-single-header .passenger-dropdown li:not(:last-child) div li:nth-child(2) {
font-size: 20px;
color: #393c3f;
margin: 0 8px
}
.tour-single-header .passenger-dropdown li:first-child div {
margin-top: 0
}
.tour-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover
}
.tour-desc {
width: 100;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
font-weight: 300
}
.tour-desc .section-title {
padding: 0 15%
}
.tour-desc p {
font-size: 20px;
line-height: 34px;
font-weight: 300
}
.tour-desc p a {
text-decoration: underline;
color: #53a0ef
}
.tour-overview {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 150px
}
.tour-overview ul {
width: 100%;
float: left;
margin: 0;
padding: 0
}
.tour-overview ul li {
width: 33.33333%;
float: left;
margin-bottom: 15px;
padding: 0;
list-style: none
}
.tour-overview ul li figure {
width: 70px;
float: left;
margin-right: 10px
}
.tour-overview ul li figure img {
width: 100%
}
.tour-overview ul li small {
display: block;
color: #7c838b;
font-size: 12px;
font-weight: 500;
margin-top: 12px
}
.tour-overview ul li h6 {
display: block;
font-size: 18px;
font-weight: 600;
color: #393c3f
}
.tour-attraction {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.tour-attraction .attraction-carousel {
width: 100%;
float: left;
overflow: hidden;
position: relative
}
.tour-attraction .attraction-carousel .attraction-box {
width: 100%;
float: left;
margin: 0;
padding: 0;
position: relative;
overflow: hidden
}
.tour-attraction .attraction-carousel .attraction-box:hover figcaption:after {
width: calc(100% - 60px)
}
.tour-attraction .attraction-carousel .attraction-box:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
webkit-filter: blur(4px);
-webkit-filter: blur(4px);
filter: blur(4px)
}
.tour-attraction .attraction-carousel .attraction-box:hover:after {
opacity: 0.9
}
.tour-attraction .attraction-carousel .attraction-box:after {
content: "";
width: 100%;
height: 150px;
opacity: 0.8;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#131314));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131314', GradientType=0)
}
.tour-attraction .attraction-carousel .attraction-box img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-attraction .attraction-carousel .attraction-box figcaption {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
font-family: 'Lora', serif;
font-size: 24px;
color: #fff;
padding: 30px
}
.tour-attraction .attraction-carousel .attraction-box figcaption:after {
content: "";
width: 55px;
height: 1px;
background: #ff9019;
position: absolute;
left: 30px;
bottom: 25px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-attraction .attraction-carousel .swiper-button-prev {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px;
left: 19%
}
.tour-attraction .attraction-carousel .swiper-button-prev:hover .arrow-left:before {
background: url("../images/arrow-left-hover.png") no-repeat
}
.tour-attraction .attraction-carousel .swiper-button-prev .arrow-left:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-left.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-attraction .attraction-carousel .swiper-button-prev img {
width: 42px
}
.tour-attraction .attraction-carousel .swiper-button-prev.swiper-button-disabled {
opacity: 0
}
.tour-attraction .attraction-carousel .swiper-button-next {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 4px;
right: 19%
}
.tour-attraction .attraction-carousel .swiper-button-next:hover .arrow-right:before {
background: url("../images/arrow-right-hover.png") no-repeat
}
.tour-attraction .attraction-carousel .swiper-button-next .arrow-right:before {
content: "";
width: 22px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
background: url("../images/arrow-right.png") no-repeat;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.tour-attraction .attraction-carousel .swiper-button-next img {
width: 42px
}
.tour-attraction .attraction-carousel .swiper-button-next.swiper-button-disabled {
opacity: 0
}
.tour-features {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 0 150px 0
}
.tour-features .feature-box {
width: 33.33333%;
float: left;
border-left: 1px solid #dee0e2;
padding: 0 5%
}
.tour-features .feature-box:first-child {
border: none
}
.tour-features .feature-box figure {
width: 60px;
float: right;
margin: 0
}
.tour-features .feature-box figure img {
width: 100%
}
.tour-features .feature-box h4 {
font-family: 'Lora', serif;
font-size: 30px;
margin-bottom: 40px
}
.tour-features .feature-box .seperator {
height: 11px;
display: block;
margin-bottom: 20px
}
.tour-features .feature-box ul {
width: 100%;
float: left;
margin: 0;
padding: 0
}
.tour-features .feature-box ul li {
width: 100%;
float: left;
margin: 0;
padding: 6px 0;
list-style: none;
font-weight: 300;
font-size: 18px;
color: #393c3f
}
.tour-features .feature-box ul li i {
color: #53a0ef;
margin-right: 10px
}
.feature-box:nth-child(2) ul li i {
color: #ff9019
}
.feature-box:nth-child(3) ul li i {
color: #a1d156
}
.tour-location {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.tour-location .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.tour-location .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 40px
}
.tour-location .map-style {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: #f4fbff
}
.tour-location h6 {
font-size: 12px;
font-weight: 700;
color: #7c838b;
text-transform: uppercase;
margin: 0;
line-height: 1;
font-weight: 500
}
.tour-location h3 {
font-family: 'Lora', serif;
font-size: 40px;
margin: 10px 0 20px 0
}
.tour-location p {
font-weight: 300;
font-size: 20px;
line-height: 34px
}
.tour-location .title-seperator {
display: block;
margin-bottom: 40px
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.upcoming-departure {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8;
position: relative
}
.upcoming-departure .wrapper {
position: relative;
width: 100%;
height: 100%;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.upcoming-departure .col-lg-4:nth-child(n+5) .wrapper {
-webkit-transform: translateY(-83px)
}
.upcoming-departure .departure-box {
background-color: white;
padding: 40px 30px 10px 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
z-index: 10;
position: relative;
margin-top: 30px;
width: 100%;
height: 74%
}
.upcoming-departure .departure-box:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
z-index: 100;
position: absolute;
height: 100%
}
.upcoming-departure .departure-box:hover .timing {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}
.upcoming-departure .departure-box:hover .departure .plane {
background-image: url("../images/plane-blue.png")
}
.upcoming-departure .departure-box:hover .return .plane {
background-image: url("../images/plane-orange.png")
}
.upcoming-departure .departure-box:hover a {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.upcoming-departure .departure-box a {
width: 100%;
-webkit-transform: translateY(-108px);
transform: translateY(-108px);
padding-left: 0;
padding-right: 0;
text-align: center;
margin: 0;
background: transparent;
border: 1px solid #dee0e2;
color: #7c838b;
-webkit-box-shadow: none;
box-shadow: none
}
.upcoming-departure .departure-box a:hover {
color: white;
background-color: #ff9019;
border: 1px solid #ff9019;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1)
}
.upcoming-departure .departure-box:after {
content: "";
clear: both;
display: table
}
.upcoming-departure .departure-box .timing {
border-top: 1px solid #dee0e2;
float: left;
width: 100%;
padding: 30px 0 30px 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
opacity: 0;
-webkit-animation-duration: .25s;
animation-duration: .25s
}
.upcoming-departure .departure-box .timing small {
display: block;
margin-bottom: 10px
}
.upcoming-departure .departure-box .timing h6 {
width: 50%;
display: inline
}
.upcoming-departure .departure-box .timing span {
text-align: right;
width: 50%;
float: right
}
.upcoming-departure .departure-box .plane {
width: 57px;
height: 32px;
background-image: url("../images/plane.png");
margin: 35px auto;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.upcoming-departure .departure-box .departure {
width: 50%;
text-align: center;
display: inline-block;
float: left;
border-right: 1px solid #dee0e2;
margin-bottom: 30px
}
.upcoming-departure .departure-box .return {
width: 50%;
text-align: center;
display: inline-block;
float: left;
margin-bottom: 30px
}
.upcoming-departure .departure-box .return .plane {
background-image: url("../images/plane-left.png")
}
.upcoming-departure .departure-box .small {
font-weight: 500;
font-size: 12px;
color: #7c838b
}
.upcoming-departure .departure-box h6 {
font-weight: 500;
font-size: 16px;
color: #393c3f;
margin: 0
}
.tour-information {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.tour-information div[class="col-lg-5"]:before {
content: "";
display: block;
position: absolute;
left: -10%;
width: 1px;
height: 100%;
background-color: #dee0e2
}
.tour-information h3 {
display: block;
margin-bottom: 20px;
font-family: 'Lora', serif;
font-size: 30px
}
.tour-information p {
font-size: 18px;
line-height: 32px;
font-weight: 300;
color: #393c3f
}
.tour-information .accordion {
padding-right: 10%
}
.tour-information .accordion .card {
text-align: left
}
.tour-information .accordion .card .card-body {
padding-left: 80px
}
.tour-information .accordion .card .card-header {
border-top: 1px solid #eee
}
.tour-information .accordion .card .card-header a {
font-size: 20px;
color: #393c3f
}
.tour-information .accordion .card .card-header.no-border {
border: none
}
.tour-information ul {
width: 90%;
display: inline-block;
margin: 0;
padding: 0
}
.tour-information ul li {
width: 100%;
float: left;
line-height: 50px;
font-size: 18px;
padding: 20px 0;
margin: 0;
border-bottom: 1px solid #dee0e2;
list-style: none
}
.tour-information ul li figure {
height: 50px;
float: left;
margin-right: 20px;
margin-bottom: 0
}
.tour-information ul li figure img {
height: 50px
}
.tour-information ul li:last-child {
border-bottom: none
}
.tabs {
width: 100%;
float: left;
margin-bottom: 30px;
overflow: hidden;
position: relative
}
.tabs .in {
opacity: 1
}
.tabs .nav-tabs {
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
border-bottom: none;
position: relative
}
.tabs .nav-tabs li {
float: left;
margin-right: 6px
}
.tabs .nav-tabs li a {
float: left;
border-radius: 0;
padding: 20px 30px;
font-weight: 600;
border: none;
background: #ecf4f8;
color: #7c838b
}
.tabs .nav-tabs li a:hover {
text-decoration: none;
color: #ff9019
}
.tabs .nav-tabs li .active {
border: none;
color: #393c3f;
background: #fff
}
.tabs .nav-tabs li .active:focus {
border: none;
color: #393c3f;
background: #fff
}
.tabs .nav-tabs li .active:hover {
border: none;
color: #393c3f;
background: #fff
}
.tabs .tab-content {
width: 100%;
float: left;
border: none;
background: #fff;
padding: 30px
}
.tabs .tab-content p:last-child {
margin-bottom: 0
}
.attractions-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 100px 0
}
.attractions-header h2 {
width: 100%;
float: left;
margin-top: 0;
margin-bottom: 8px;
font-size: 70px;
font-family: 'Lora', serif
}
.attractions-header img {
height: 11px;
display: block;
margin-bottom: 50px
}
.attractions-header p {
display: block;
font-size: 20px;
line-height: 34px;
color: #393c3f
}
.attractions-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover
}
.attractions-desc {
width: 100;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.attractions-desc p {
font-size: 20px;
line-height: 34px;
color: #393c3f;
margin-bottom: 30px
}
.attractions-desc p:last-child {
margin-bottom: 0
}
.attractions-desc p a {
text-decoration: underline;
color: #53a0ef
}
.things-todo {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.things-todo .section-title {
margin-bottom: 18px
}
.things-todo .border-right {
border-right: 1px solid #dee0e2
}
.things-todo ul {
width: 90%;
display: inline-block;
margin: 0;
padding: 0
}
.things-todo ul li {
font-weight: 300;
width: 100%;
float: left;
line-height: 50px;
font-size: 20px;
padding: 20px 0;
margin: 0;
border-bottom: 1px solid #dee0e2;
list-style: none;
color: #393c3f
}
.things-todo ul li:last-child {
border-bottom: none
}
.things-todo ul li img {
height: 50px;
float: left;
margin-right: 20px
}
.attractions {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.attractions .section-title {
text-align: left
}
.attractions-box {
width: 100%;
float: left;
margin-bottom: 30px;
padding: 0;
position: relative;
overflow: hidden
}
.attractions-box:hover figcaption:after {
width: calc(100% - 60px)
}
.attractions-box:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
webkit-: blur(4px);
-webkit-filter: blur(4px);
filter: blur(4px)
}
.attractions-box:hover:after {
opacity: 0.9
}
.attractions-box:after {
content: "";
width: 100%;
height: 150px;
opacity: 0.8;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#131314));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131314', GradientType=0)
}
.attractions-box img {
width: 100%;
float: left;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.attractions-box figcaption {
width: calc(100% - 1px);
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
padding: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: white;
font-family: 'Lora', serif;
font-size: 24px;
color: #fff;
text-decoration: none
}
.attractions-box figcaption:after {
content: "";
width: 55px;
height: 1px;
background: #ff9019;
position: absolute;
left: 30px;
bottom: 25px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.quote {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 150px;
padding-bottom: 430px;
background-size: cover;
background-position: center;
text-align: center
}
.quote h2 {
font-family: 'Lora';
font-size: 55px;
margin-bottom: 27px
}
.quote img {
height: 11px;
display: inline-block;
margin-bottom: 50px
}
.quote p {
font-weight: 300;
padding: 0 15%;
font-size: 20px;
line-height: 34px;
color: #393c3f
}
.contact {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 150px 0
}
.contact .contact-hero-image {
width: 100%;
height: 90vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: cover;
margin-bottom: 150px
}
.contact .section-title {
margin-bottom: 40px
}
.contact p {
font-weight: 300;
font-size: 20px;
color: #393c3f;
margin-bottom: 72px
}
.contact .content {
width: 100%
}
.contact .map-style {
width: 100%;
height: 80vh;
background: #ff9019;
margin-bottom: 80px
}
.contact .contact-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
margin-top: 20px
}
.contact .contact-box:after {
content: "";
width: 1px;
height: calc(100% + 37px);
background-color: #dee0e2;
display: block;
position: absolute;
right: 0
}
.contact .contact-box.no-border:after {
display: none
}
.contact .contact-box figure {
width: 100%
}
.contact .contact-box figure img {
width: 98px
}
.contact .contact-box h5 {
width: 100%;
color: #7c838b;
font-size: 16px;
font-weight: 500;
margin-bottom: 3px;
margin-top: 5px
}
.contact .contact-box span {
width: 100%;
color: #393c3f;
font-size: 20px;
font-weight: 450
}
.contact .contact-box span a {
color: #393c3f;
text-decoration: none;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.contact .contact-box span a:hover {
color: #ff9019
}
.contact .contact-box ul {
width: 100%;
margin: 0;
padding: 0
}
.contact .contact-box ul li {
display: inline-block;
margin: 0 6px;
padding: 0;
list-style: none
}
.contact .contact-box ul li a {
color: #bdc1c5;
font-size: 20px
}
.contact .contact-box ul li a i {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.contact .contact-box ul li a:hover i[class='fa fa-facebook'] {
color: #3b5998
}
.contact .contact-box ul li a:hover i[class='fa fa-twitter'] {
color: #00acee
}
.contact .contact-box ul li a:hover i[class='fa fa-linkedin'] {
color: #0e76a8
}
.contact .contact-box ul li a:hover i[class='fa fa-tripadvisor'] {
color: #00af87
}
.our-offices {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #f4fbff
}
.our-offices .col-lg-6 {
padding: 0 !important
}
.our-offices .col-lg-6:nth-child(even) {
padding-left: 30px !important
}
.our-offices .office-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.our-offices .office-box:hover {
-webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2)
}
.our-offices .office-box figure {
-ms-flex-preferred-size: 270px;
flex-basis: 270px;
margin: 0
}
.our-offices .office-box figure img {
width: 100%
}
.our-offices .office-box .office-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff;
padding: 50px 60px
}
.our-offices .office-box .office-content h5 {
display: block;
margin-bottom: 17px
}
.our-offices .office-box .office-content address {
width: 100%;
font-size: 16px;
color: #393c3f;
line-height: 31px;
margin: 0
}
.our-offices .office-box .office-content address a {
color: #393c3f;
text-decoration: none
}
.our-offices .office-box .office-content address a:hover {
color: #ff9019
}
.contact-form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0;
background: #ecf4f8
}
.contact-form form {
text-align: left
}
.contact-form form input[type="text"] {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
padding: 0 15px;
font-size: 16px;
color: #393c3f
}
.contact-form form input[type="text"]:placeholder {
color: #393c3f
}
.contact-form form textarea {
width: 100%;
min-height: 140px;
float: left;
border: 1px solid #dee0e2;
border-radius: 6px;
padding: 15px
}
.contact-form form button[type="submit"] {
display: inline-block;
height: 50px;
line-height: 50px;
background: #ff9019;
color: #fff;
padding: 0 70px;
border-radius: 6px;
font-weight: 700;
margin-top: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border: none;
cursor: pointer
}
.contact-form form button[type="submit"]:hover {
color: #ff9019;
background: white;
text-decoration: none;
-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2)
}
.footer {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 150px 0
}
.footer h5 {
display: block;
color: #393c3f;
font-weight: 500;
font-size: 15px;
margin-bottom: 47px
}
.footer address {
width: 100%;
float: left;
color: #7c838b;
line-height: 31px
}
.footer address a {
color: #7c838b;
text-decoration: none
}
.footer address a:hover {
color: #ff9019
}
.footer .footer-menu {
width: 100%;
float: left;
margin: 0;
padding: 0
}
.footer .footer-menu li {
width: 100%;
float: left;
margin: 0;
padding: 0;
list-style: none
}
.footer .footer-menu li a {
width: 100%;
float: left;
padding: 6px 0;
color: #7c838b;
text-decoration: none
}
.footer .footer-menu li a:hover {
color: #ff9019
}
.footer .dropdown {
width: 100%;
height: 46px;
line-height: 44px;
float: left;
position: relative;
border: 1px solid #dee0e2;
margin-bottom: 15px;
border-radius: 6px
}
.footer .dropdown a {
text-decoration: none
}
.footer .dropdown .dropdown-menu {
width: 100%;
will-change: unset !important;
top: 100% !important;
-webkit-animation-name: "dropdown-fade";
-webkit-animation-duration: .25s;
-webkit-transform: translate3d(0, 0px, 0) !important;
transform: translate3d(0, 0px, 0) !important;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1)
}
.footer .dropdown .dropdown-menu a {
font-weight: 400;
cursor: pointer;
height: 48px;
line-height: 48px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.footer .dropdown .dropdown-menu a:hover {
background-color: #f4fbff;
color: #ff9019
}
.footer .dropdown .dropdown-menu a:hover span {
color: #ff9019
}
.footer .dropdown .dropdown-menu:hover {
top: 100%
}
.footer .dropdown .arrow {
height: 44px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #dee0e2;
padding: 0 15px;
color: #ff9019;
cursor: pointer;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.footer .dropdown .arrow:hover {
background: #ff9019;
color: white
}
.footer .dropdown a {
width: 100%;
float: left;
color: #6e7072;
font-weight: 500;
padding-left: 15px
}
.footer .dropdown a span {
font-weight: 300;
color: #7c838b;
font-weight: 400
}
.footer .social-media {
width: 100%;
float: left;
margin-top: 50px;
padding: 0;
position: relative
}
.footer .social-media:before {
content: '';
width: 75%;
height: 1px;
background: #ecf4f8;
position: absolute;
top: 15px
}
.footer .social-media li {
float: right;
margin: 0;
padding: 0 10px;
list-style: none;
background: #fff;
margin-top: -10px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.footer .social-media li:last-child {
padding-left: 50px
}
.footer .social-media li a {
float: left;
color: #afb4b9;
font-size: 30px
}
.footer .social-media li a i {
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.footer .social-media li a:hover i[class='fa fa-facebook'] {
color: #3b5998
}
.footer .social-media li a:hover i[class='fa fa-twitter'] {
color: #00acee
}
.footer .social-media li a:hover i[class='fa fa-instagram'] {
color: #3f729b
}
.footer .social-media li a:hover i[class='fa fa-youtube-play'] {
color: #c4302b
}
.footer .social-media li a:hover i[class='fa fa-tripadvisor'] {
color: #00af87
}
.footer .copyright {
width: 100%;
float: left;
color: #7c838b;
font-size: 14px
}
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1139px) {
.header-denmark .swiper-custom-pagination {
width: 100%;
left: 0;
margin-left: 0
}
.popular-tours .section-desc {
padding-left: 0;
margin-top: 15px
}
.adventure-activities .section-desc {
padding-left: 0;
margin-top: 15px
}
.footer .dropdown a span {
font-size: 14px
}
.tour-box-list .tour-content {
padding: 10px 20px
}
.tour-box-list a {
width: 100%;
margin-top: 10px
}
.tour-box-list .inner {
margin-top: -30px
}
.our-history .wrapper .content {
padding: 35px
}
.our-history .wrapper .content .inner h4 {
font-size: 25px
}
.our-history .wrapper .content .inner p {
font-size: 16px
}
.tour-box .tour-content li div span {
font-size: 12px
}
.our-offices .office-box figure {
-ms-flex-preferred-size: 50%;
flex-basis: 50%
}
.our-offices .office-box .office-content {
padding: 30px
}
.contact .contact-box:after {
display: none
}
.popular-destinations figure {
-webkit-box-flex: 60% !important;
-ms-flex: 60% !important;
flex: 60% !important;
height: 258px !important
}
.popular-destinations .destinations-content {
-webkit-box-flex: 60% !important;
-ms-flex: 60% !important;
flex: 60% !important;
height: 258px !important
}
}
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
.navbar .navbar-nav {
margin-top: 5px
}
.navbar .navbar-nav .nav-item {
margin-left: 0
}
.navbar .search-btn {
display: none
}
.navbar .navbar-nav {
width: 260px;
height: 100vh;
position: fixed;
left: -260px;
top: 0;
background: #393c3f;
opacity: 1;
visibility: visible;
margin: 0;
padding: 30px;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out
}
.navbar .navbar-nav.active {
left: 0
}
.navbar .navbar-nav .nav-item {
width: 100%;
float: left
}
.navbar .navbar-nav .nav-item .nav-link {
color: #fff !important
}
.navbar .navbar-nav .nav-item .dropdown-menu {
position: static;
opacity: 1;
width: 100%;
float: left;
background: none;
visibility: visible;
display: none
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu {
width: 100%;
float: left;
background: none;
opacity: 1;
visibility: visible;
position: static;
display: none;
padding-left: 15px
}
.menu-btn {
display: block;
margin-left: 20px
}
.header-iceland .swiper-custom-pagination {
margin: 0;
left: 0;
width: 100%
}
.header-denmark .swiper-slide h2 {
padding-right: 0
}
.header-iceland .swiper-slide h2 {
padding-right: 0
}
.header-norway .inner .content .hero-search {
width: 100%;
padding: 0 10%
}
.header-finland .inner .content .hero-search {
width: 100%
}
.header-sweden .inner .content .hero-search {
width: 100%
}
.our-history .section-desc {
padding-left: 0;
margin-bottom: 30px
}
.our-history .wrapper .content {
padding: 30px
}
.our-history .wrapper .content .inner h4 {
font-size: 30px;
line-height: 1
}
.our-history .wrapper .content .inner p {
font-size: 16px;
line-height: 24px
}
.our-history .wrapper figure {
overflow: hidden
}
.our-history .wrapper figure img {
width: auto;
height: 100%
}
.welcome-intro .border-right {
border: none !important
}
.welcome-intro a {
margin-bottom: 30px
}
.tbox figure,
.tbox figure {
-ms-flex-preferred-size: 220px;
flex-basis: 220px
}
.tbox .tour-content p,
.tour-box-list .tour-content p {
display: none
}
.tbox .tour-content,
.tour-box-list .tour-content {
padding: 0 30px
}
.tbox .tour-content ul li,
.tour-box-list .tour-content ul li {
text-align: center;
padding-right: 10px;
margin-right: 10px
}
.tbox .tour-content ul li img,
.tour-box-list .tour-content ul li img {
float: none;
display: inline-block;
margin: 0
}
.tbox .tour-content ul li span,
.tour-box-list .tour-content ul li span {
width: auto
}
.tbox .tour-content a,
.tour-box-list .tour-content a {
padding: 0 20px;
margin-top: 20px
}
.tbox {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.tbox figure {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.tbox .tour-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 25px
}
.our-team .team-member figure {
padding: 0 20px
}
.our-team .team-member figure img {
width: 100%;
height: auto
}
.our-team .team-list li {
width: 33.33333%
}
.our-guides .guide-list li {
width: 33.3333%
}
.subscribe .inner {
padding: 0
}
.recent-blog .blog-post {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 30px
}
.recent-blog .blog-post .post-image {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.recent-blog .blog-post .post-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.footer .footer-menu {
margin-bottom: 50px
}
.steps {
margin-bottom: 30px
}
.info-box {
margin: 5px 0
}
.tour-box-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tour-box-list .tour-content {
padding: 40px
}
.tour-box-list .inner {
margin-top: 30px
}
.tour-box-list ul {
float: none;
width: 100%
}
.tour-box-list ul li {
float: none;
width: 30%
}
.tour-box-list .tag {
display: none
}
.blog-post-list p {
max-height: 100px;
overflow: hidden
}
.blog-post-list figure {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%
}
.blog-comments form {
margin-top: 30px
}
.tour-box li:first-child div {
float: none
}
.tour-box li:last-child div {
float: none
}
.our-offices .office-box figure {
-ms-flex-preferred-size: 270px;
flex-basis: 270px
}
.our-offices .office-box .office-content {
padding: 50px 60px
}
.our-offices .col-lg-6:nth-child(even) {
padding-left: 0 !important
}
.contact .contact-box {
margin: 10px 0
}
.checkout-header p {
float: none;
width: 100%
}
.team-list>li {
width: 50% !important
}
.team-list>li:nth-child(even) {
border-right: none
}
.team-list>li:nth-child(odd) {
border-right: 1px solid #dee0e2 !important
}
.team-list>li:nth-last-child(-n+4):before {
display: none !important
}
.team-list>li:nth-last-child(-n+4) {
border-bottom: 1px solid #dee0e2 !important
}
.popular-destinations .col-lg-6 {
padding: 15px 0
}
.popular-destinations .col-lg-6:nth-child(odd) {
-webkit-transform: translateX(0px);
transform: translateX(0px)
}
}
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
header {
height: auto !important;
min-height: auto !important
}
header .swiper-slide h2 {
font-size: 44px !important
}
header .swiper-slide .link {
font-size: 15px !important
}
header .inner .content h5 {
font-size: 20px !important
}
header .inner .content h1 {
font-size: 44px !important;
padding-right: 0 !important
}
header .inner .content p {
font-size: 14px !important;
line-height: 20px !important
}
header .inner .content .hero-search dl {
display: none
}
header .inner .content .hero-search form {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
header .inner .content .hero-search form .form-group {
margin-right: 0 !important
}
.header-denmark .swiper-custom-pagination {
display: none
}
.header-iceland .swiper-custom-pagination {
display: none
}
.header-denmark {
height: 100% !important
}
.header-finland .inner .content h1 {
margin-bottom: 30px
}
.header-sweden .inner .content h1 {
margin-bottom: 30px
}
.header-iceland {
height: 100% !important
}
.search-box form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.popular-destinations .destinations-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.popular-destinations .destinations-box .destinations-content .inner img {
margin-right: 0
}
.our-history .wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 30px
}
.our-history .wrapper figure img {
width: 100%;
height: auto
}
.section-title {
text-align: center;
margin-bottom: 10px
}
.section-title img {
float: none;
display: inline-block
}
.section-title h2 {
font-size: 40px
}
.subscribe .inner h2 {
font-size: 40px
}
.subscribe .inner form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.subscribe .inner form input {
margin-right: 0;
margin-bottom: 10px
}
.about-us-desc .section-title {
padding: 0
}
.find-adventure form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tours-header .filter {
width: 100%;
margin-bottom: 20px
}
.tours-header .view-type {
float: none;
-webkit-transform: translateX(40%);
padding: 0
}
.tours-header .view-type li {
margin-left: 0;
margin-right: 10px
}
.blog-header .filter {
width: 100%;
margin-bottom: 20px
}
.blog-header .view-type {
float: none;
-webkit-transform: translateX(40%);
padding: 0
}
.blog-header .view-type li {
margin-left: 0;
margin-right: 10px
}
.tour-single-header h2 {
padding-right: 0;
margin-bottom: 20px
}
.tour-single-header .filter {
width: 100%;
margin-bottom: 5px
}
.tour-desc .section-title {
padding: 0
}
.tour-overview ul li {
text-align: center;
margin-bottom: 20px
}
.tour-overview ul li figure {
width: 100%;
margin-right: 0
}
.tour-overview ul li figure img {
width: 80px
}
.tour-features .feature-box {
width: 100%;
margin-bottom: 30px;
border: 0
}
.tabs .nav-tabs li a {
padding: 15px
}
.tour-location .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tour-location .map-style {
height: 400px;
margin-top: 30px
}
.related-blog .blog-post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.related-blog .blog-post .post-content {
padding: 30px
}
.tour-information .accordion .card .card-body {
padding-left: 0
}
.tour-information .accordion .card .card-header a {
padding: 15px 0
}
.milestones .odometer {
margin-bottom: 30px
}
.our-guides .guide-list li {
width: 50%
}
.tour-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.recent-blog .blog-post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.things-todo .border-right {
border: none !important
}
.things-todo ul {
width: 100%
}
.things-todo ul li:last-child {
border-bottom: 1px solid #dee0e2
}
.tbox {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tbox p {
display: none
}
.tbox .tour-content {
padding: 30px
}
.tbox .tour-content a {
width: 100%
}
.tbox .tour-content .tag {
top: -20px
}
.tbox .tour-content ul {
width: 100%
}
.tbox .tour-content ul li {
width: 33.3333%;
float: left;
margin: 0;
padding: 0;
text-align: center
}
.our-team .team-list li {
width: 50%
}
.steps {
margin-bottom: 30px
}
.checkout button {
width: 100%
}
.checkout .passengers .extras .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.checkout .passengers .extras .left-side {
margin-right: 0;
margin-bottom: 6px
}
.checkout .passengers-info form .inner {
padding: 30px !important
}
.checkout .passengers-info form input[type="checkbox"] {
margin-left: 0;
margin-right: 5px;
display: inline-block
}
.checkout .checklabel {
display: inline-block;
float: left;
width: 90%
}
.checkout .summary .summary-body {
padding: 20px 30px
}
.checkout .payment form .inner {
padding: 30px !important
}
.checkout .big,
.checkout .form-group,
.checkout input[type="text"] {
width: 100% !important;
display: block;
float: none;
margin: 5px 0
}
.contact .contact-box {
border: none
}
.our-offices .office-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.our-offices .office-box .office-content {
padding: 30px
}
.quote h2 {
font-size: 40px
}
.quote p {
padding: 0 5%
}
.footer address {
margin-bottom: 50px
}
.footer .social-media {
width: auto
}
.footer .social-media:before {
display: none
}
.footer .social-media li:last-child {
padding-left: 0
}
.checkout-header h2 {
font-size: 50px;
margin-bottom: 20px
}
.tour-box-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.blog-post-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.blog-post-list figure {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%
}
.filter .dropdown-check:before {
display: none
}
.filter .dropdown-menu {
left: 0 !important
}
.popular-destinations figure {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important
}
.popular-destinations .destinations-content {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important
}
.navbar .dropdown-menu {
background-color: transparent !important;
border: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important
}
.navbar .dropdown-menu:before {
display: none !important
}
.navbar .dropdown-menu li:hover {
background-color: transparent !important
}
.navbar .dropdown-menu a {
color: white !important
}
.navbar .dropdown-menu a:hover {
color: #ff9019 !important
}
}
.datepicker {
position: relative
}
.datepicker__input:focus~.date {
visibility: visible;
opacity: 1;
-webkit-transition: visibility 0s 0s, opacity 0s 0s;
transition: visibility 0s 0s, opacity 0s 0s
}
.date {
position: absolute;
top: 100%;
left: 0;
visibility: hidden;
opacity: 0;
margin-top: 10px;
-webkit-transition: visibility 0s .4s, opacity .1s .2s;
transition: visibility 0s .4s, opacity .1s .2s;
z-index: 10;
-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1)
}
.date__container {
display: none;
width: 280px;
max-width: 100%;
background: #fff
}
@media (min-width: 768px) {
.date__container {
display: block
}
}
.date__header {
position: relative;
font-size: 18px;
color: white;
text-align: center;
background: #ff9019;
padding: 12px 5px
}
.date__day-container {
padding: 0;
margin: 0;
border: 1px solid #dee0e2;
border-top: none
}
.date__day-name {
border-bottom: 1px solid #dee0e2
}
.date__day {
cursor: pointer
}
.date__right-arrow,
.date__left-arrow {
position: absolute;
display: inline-block;
top: 0;
width: 40px;
height: 100%;
cursor: pointer
}
.date__right-arrow::before,
.date__right-arrow::after,
.date__left-arrow::before,
.date__left-arrow::after {
content: '';
position: absolute;
width: 12px;
height: 2px;
top: 50%;
left: 50%;
background: white
}
.date__right-arrow {
right: 0
}
.date__right-arrow::before,
.date__right-arrow::after {
-webkit-transform-origin: right;
transform-origin: right
}
.date__right-arrow::before {
-webkit-transform: translate(-50%, -70%) rotate(-45deg);
transform: translate(-50%, -70%) rotate(-45deg)
}
.date__right-arrow::after {
-webkit-transform: translate(-50%, -30%) rotate(45deg);
transform: translate(-50%, -30%) rotate(45deg)
}
.date__left-arrow {
left: 0
}
.date__left-arrow::before,
.date__left-arrow::after {
-webkit-transform-origin: left;
transform-origin: left
}
.date__left-arrow::before {
-webkit-transform: translate(-50%, -30%) rotate(-45deg);
transform: translate(-50%, -30%) rotate(-45deg)
}
.date__left-arrow::after {
-webkit-transform: translate(-50%, -70%) rotate(45deg);
transform: translate(-50%, -70%) rotate(45deg)
}
.date--col {
display: inline-block;
text-align: center;
width: calc(100% / 7);
font-size: 14px;
padding: 8px 0;
list-style-type: none;
color: #333333
}
.date--active {
color: white;
background: #ff9019
}
.back-to-top1 {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 99999;
background: #ff9019;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}
.back-to-top1 i {
font-size: 24px;
color: #fff;
line-height: 0;
}
.back-to-top1:hover {
background: #6776f4;
color: #fff;
}
.back-to-top1.active {
visibility: visible;
opacity: 1;
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124
}
}
@keyframes dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124
}
}
@-webkit-keyframes show-img-1 {
0%,
66.6% {
visibility: hidden
}
100%,
66.7% {
visibility: visible
}
}
@keyframes show-img-1 {
0%,
66.6% {
visibility: hidden
}
100%,
66.7% {
visibility: visible
}
}
@-webkit-keyframes slide-bg-2 {
33.3% {
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0.05, 1);
transform: scale(0.05, 1)
}
66.6% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
66.7% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1)
}
}
@keyframes slide-bg-2 {
33.3% {
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0.05, 1);
transform: scale(0.05, 1)
}
66.6% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
66.7% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1)
}
}
/*# sourceMappingURL=style.css.map */
| 0.393968 | 0.084041 |
h1 {
font-family: 'Yellowtail' ;
display: inline-block;
position: absolute;
margin: auto;
}
#main{
display: inline-block;
position: absolute;
margin: 37px 5px 0px 0px;
font-size: xx-small;
color: gray;
}
#img{
float: right;
}
.logo
{
margin-right: 7px;
}
#div2
{
margin-top: 28px;
}
.line img
{
width: 100%;
}
.main-content
{
margin: auto 40px;
}
#h2 {
line-height: 0px;
padding:10px 10px ;
font-family: 'Oswald' ;
font-size: x-large;
}
#p2{
padding: 0px;
margin: 10px 0px 15px 0px;
color: rgb(177, 174, 174);
font-size: small;
}
#div2 {
float: right ;
font-size: xx-small;
color: gray;
}
.h2{
display: inline-block;
}
#choco {
width:100% ;
text-align: center;
}
#par{
font-size:medium;
color: gray;
}
#column{
background-image: url(imag/list-bg.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
padding: 40px 0px 60px 0px;
color: rgb(88, 87, 87);
font-family: 'Comfortaa' ;
}
#column1,#column2{
display: inline-block;
padding: 5px 0px 60px 25px;
}
#column1
{
width: 50%;
margin-left: 4%;
}
input [type=checkbox]
{
margin-bottom: 20px;
}
#van {
font-size: large;
display: inline-block;
position: absolute;
margin: 37px 5px 0px 0px;
}
#img2 {
float: right;
background-color: rgb(236, 104, 10);
color: snow;
width: 150px;
height: 50px;
margin-right: 15px;
}
h3{
display: inline-block;
position: absolute;
margin: auto;
}
.small{
display: block;
margin-left: auto;
margin-right: auto;
}
footer{
text-align: center;
color: grey;
}
.footer-logo img {
position: relative;
left: 48%;
top: 28px;
}
footer {
text-align: center;
color: grey;
margin-top: 3%;
}
#vanessa img
{
margin-right: 15px;
}
p.repeat{
background-image: url("imag/hr-img.png");
background-repeat: repeat;
margin: 40px 0px 30px 0px;
width:100%;
}
|
style.css
|
h1 {
font-family: 'Yellowtail' ;
display: inline-block;
position: absolute;
margin: auto;
}
#main{
display: inline-block;
position: absolute;
margin: 37px 5px 0px 0px;
font-size: xx-small;
color: gray;
}
#img{
float: right;
}
.logo
{
margin-right: 7px;
}
#div2
{
margin-top: 28px;
}
.line img
{
width: 100%;
}
.main-content
{
margin: auto 40px;
}
#h2 {
line-height: 0px;
padding:10px 10px ;
font-family: 'Oswald' ;
font-size: x-large;
}
#p2{
padding: 0px;
margin: 10px 0px 15px 0px;
color: rgb(177, 174, 174);
font-size: small;
}
#div2 {
float: right ;
font-size: xx-small;
color: gray;
}
.h2{
display: inline-block;
}
#choco {
width:100% ;
text-align: center;
}
#par{
font-size:medium;
color: gray;
}
#column{
background-image: url(imag/list-bg.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
padding: 40px 0px 60px 0px;
color: rgb(88, 87, 87);
font-family: 'Comfortaa' ;
}
#column1,#column2{
display: inline-block;
padding: 5px 0px 60px 25px;
}
#column1
{
width: 50%;
margin-left: 4%;
}
input [type=checkbox]
{
margin-bottom: 20px;
}
#van {
font-size: large;
display: inline-block;
position: absolute;
margin: 37px 5px 0px 0px;
}
#img2 {
float: right;
background-color: rgb(236, 104, 10);
color: snow;
width: 150px;
height: 50px;
margin-right: 15px;
}
h3{
display: inline-block;
position: absolute;
margin: auto;
}
.small{
display: block;
margin-left: auto;
margin-right: auto;
}
footer{
text-align: center;
color: grey;
}
.footer-logo img {
position: relative;
left: 48%;
top: 28px;
}
footer {
text-align: center;
color: grey;
margin-top: 3%;
}
#vanessa img
{
margin-right: 15px;
}
p.repeat{
background-image: url("imag/hr-img.png");
background-repeat: repeat;
margin: 40px 0px 30px 0px;
width:100%;
}
| 0.28577 | 0.067424 |
html {
direction:rtl
}
body {
direction:rtl
}
.list-unstyled {
padding-right:0;
padding-left:initial
}
.list-inline {
padding-right:0;
padding-left:initial;
margin-right:-5px;
margin-left:0
}
dd {
margin-right:0;
margin-left:initial
}
@media (min-width:768px) {
.dl-horizontal dt {
float:right;
clear:right;
text-align:left
}
.dl-horizontal dd {
margin-right:180px;
margin-left:0
}
}
blockquote {
border-right:5px solid #eee;
border-left:0
}
.blockquote-reverse,
blockquote.pull-left {
padding-left:15px;
padding-right:0;
border-left:5px solid #eee;
border-right:0;
text-align:left
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position:relative;
min-height:1px;
padding-left:15px;
padding-right:15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float:right
}
.col-xs-12 {
width:100%
}
.col-xs-11 {
width:91.66666667%
}
.col-xs-10 {
width:83.33333333%
}
.col-xs-9 {
width:75%
}
.col-xs-8 {
width:66.66666667%
}
.col-xs-7 {
width:58.33333333%
}
.col-xs-6 {
width:50%
}
.col-xs-5 {
width:41.66666667%
}
.col-xs-4 {
width:33.33333333%
}
.col-xs-3 {
width:25%
}
.col-xs-2 {
width:16.66666667%
}
.col-xs-1 {
width:8.33333333%
}
.col-xs-pull-12 {
left:100%;
right:auto
}
.col-xs-pull-11 {
left:91.66666667%;
right:auto
}
.col-xs-pull-10 {
left:83.33333333%;
right:auto
}
.col-xs-pull-9 {
left:75%;
right:auto
}
.col-xs-pull-8 {
left:66.66666667%;
right:auto
}
.col-xs-pull-7 {
left:58.33333333%;
right:auto
}
.col-xs-pull-6 {
left:50%;
right:auto
}
.col-xs-pull-5 {
left:41.66666667%;
right:auto
}
.col-xs-pull-4 {
left:33.33333333%;
right:auto
}
.col-xs-pull-3 {
left:25%;
right:auto
}
.col-xs-pull-2 {
left:16.66666667%;
right:auto
}
.col-xs-pull-1 {
left:8.33333333%;
right:auto
}
.col-xs-pull-0 {
left:auto;
right:auto
}
.col-xs-push-12 {
right:100%;
left:0
}
.col-xs-push-11 {
right:91.66666667%;
left:0
}
.col-xs-push-10 {
right:83.33333333%;
left:0
}
.col-xs-push-9 {
right:75%;
left:0
}
.col-xs-push-8 {
right:66.66666667%;
left:0
}
.col-xs-push-7 {
right:58.33333333%;
left:0
}
.col-xs-push-6 {
right:50%;
left:0
}
.col-xs-push-5 {
right:41.66666667%;
left:0
}
.col-xs-push-4 {
right:33.33333333%;
left:0
}
.col-xs-push-3 {
right:25%;
left:0
}
.col-xs-push-2 {
right:16.66666667%;
left:0
}
.col-xs-push-1 {
right:8.33333333%;
left:0
}
.col-xs-push-0 {
right:auto;
left:0
}
.col-xs-offset-12 {
margin-right:100%;
margin-left:0
}
.col-xs-offset-11 {
margin-right:91.66666667%;
margin-left:0
}
.col-xs-offset-10 {
margin-right:83.33333333%;
margin-left:0
}
.col-xs-offset-9 {
margin-right:75%;
margin-left:0
}
.col-xs-offset-8 {
margin-right:66.66666667%;
margin-left:0
}
.col-xs-offset-7 {
margin-right:58.33333333%;
margin-left:0
}
.col-xs-offset-6 {
margin-right:50%;
margin-left:0
}
.col-xs-offset-5 {
margin-right:41.66666667%;
margin-left:0
}
.col-xs-offset-4 {
margin-right:33.33333333%;
margin-left:0
}
.col-xs-offset-3 {
margin-right:25%;
margin-left:0
}
.col-xs-offset-2 {
margin-right:16.66666667%;
margin-left:0
}
.col-xs-offset-1 {
margin-right:8.33333333%;
margin-left:0
}
.col-xs-offset-0 {
margin-right:0;
margin-left:0
}
@media (min-width:768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float:right
}
.col-sm-12 {
width:100%
}
.col-sm-11 {
width:91.66666667%
}
.col-sm-10 {
width:83.33333333%
}
.col-sm-9 {
width:75%
}
.col-sm-8 {
width:66.66666667%
}
.col-sm-7 {
width:58.33333333%
}
.col-sm-6 {
width:50%
}
.col-sm-5 {
width:41.66666667%
}
.col-sm-4 {
width:33.33333333%
}
.col-sm-3 {
width:25%
}
.col-sm-2 {
width:16.66666667%
}
.col-sm-1 {
width:8.33333333%
}
.col-sm-pull-12 {
left:100%;
right:auto
}
.col-sm-pull-11 {
left:91.66666667%;
right:auto
}
.col-sm-pull-10 {
left:83.33333333%;
right:auto
}
.col-sm-pull-9 {
left:75%;
right:auto
}
.col-sm-pull-8 {
left:66.66666667%;
right:auto
}
.col-sm-pull-7 {
left:58.33333333%;
right:auto
}
.col-sm-pull-6 {
left:50%;
right:auto
}
.col-sm-pull-5 {
left:41.66666667%;
right:auto
}
.col-sm-pull-4 {
left:33.33333333%;
right:auto
}
.col-sm-pull-3 {
left:25%;
right:auto
}
.col-sm-pull-2 {
left:16.66666667%;
right:auto
}
.col-sm-pull-1 {
left:8.33333333%;
right:auto
}
.col-sm-pull-0 {
left:auto;
right:auto
}
.col-sm-push-12 {
right:100%;
left:0
}
.col-sm-push-11 {
right:91.66666667%;
left:0
}
.col-sm-push-10 {
right:83.33333333%;
left:0
}
.col-sm-push-9 {
right:75%;
left:0
}
.col-sm-push-8 {
right:66.66666667%;
left:0
}
.col-sm-push-7 {
right:58.33333333%;
left:0
}
.col-sm-push-6 {
right:50%;
left:0
}
.col-sm-push-5 {
right:41.66666667%;
left:0
}
.col-sm-push-4 {
right:33.33333333%;
left:0
}
.col-sm-push-3 {
right:25%;
left:0
}
.col-sm-push-2 {
right:16.66666667%;
left:0
}
.col-sm-push-1 {
right:8.33333333%;
left:0
}
.col-sm-push-0 {
right:auto;
left:0
}
.col-sm-offset-12 {
margin-right:100%;
margin-left:0
}
.col-sm-offset-11 {
margin-right:91.66666667%;
margin-left:0
}
.col-sm-offset-10 {
margin-right:83.33333333%;
margin-left:0
}
.col-sm-offset-9 {
margin-right:75%;
margin-left:0
}
.col-sm-offset-8 {
margin-right:66.66666667%;
margin-left:0
}
.col-sm-offset-7 {
margin-right:58.33333333%;
margin-left:0
}
.col-sm-offset-6 {
margin-right:50%;
margin-left:0
}
.col-sm-offset-5 {
margin-right:41.66666667%;
margin-left:0
}
.col-sm-offset-4 {
margin-right:33.33333333%;
margin-left:0
}
.col-sm-offset-3 {
margin-right:25%;
margin-left:0
}
.col-sm-offset-2 {
margin-right:16.66666667%;
margin-left:0
}
.col-sm-offset-1 {
margin-right:8.33333333%;
margin-left:0
}
.col-sm-offset-0 {
margin-right:0;
margin-left:0
}
}
@media (min-width:992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float:right
}
.col-md-12 {
width:100%
}
.col-md-11 {
width:91.66666667%
}
.col-md-10 {
width:83.33333333%
}
.col-md-9 {
width:75%
}
.col-md-8 {
width:66.66666667%
}
.col-md-7 {
width:58.33333333%
}
.col-md-6 {
width:50%
}
.col-md-5 {
width:41.66666667%
}
.col-md-4 {
width:33.33333333%
}
.col-md-3 {
width:25%
}
.col-md-2 {
width:16.66666667%
}
.col-md-1 {
width:8.33333333%
}
.col-md-pull-12 {
left:100%;
right:auto
}
.col-md-pull-11 {
left:91.66666667%;
right:auto
}
.col-md-pull-10 {
left:83.33333333%;
right:auto
}
.col-md-pull-9 {
left:75%;
right:auto
}
.col-md-pull-8 {
left:66.66666667%;
right:auto
}
.col-md-pull-7 {
left:58.33333333%;
right:auto
}
.col-md-pull-6 {
left:50%;
right:auto
}
.col-md-pull-5 {
left:41.66666667%;
right:auto
}
.col-md-pull-4 {
left:33.33333333%;
right:auto
}
.col-md-pull-3 {
left:25%;
right:auto
}
.col-md-pull-2 {
left:16.66666667%;
right:auto
}
.col-md-pull-1 {
left:8.33333333%;
right:auto
}
.col-md-pull-0 {
left:auto;
right:auto
}
.col-md-push-12 {
right:100%;
left:0
}
.col-md-push-11 {
right:91.66666667%;
left:0
}
.col-md-push-10 {
right:83.33333333%;
left:0
}
.col-md-push-9 {
right:75%;
left:0
}
.col-md-push-8 {
right:66.66666667%;
left:0
}
.col-md-push-7 {
right:58.33333333%;
left:0
}
.col-md-push-6 {
right:50%;
left:0
}
.col-md-push-5 {
right:41.66666667%;
left:0
}
.col-md-push-4 {
right:33.33333333%;
left:0
}
.col-md-push-3 {
right:25%;
left:0
}
.col-md-push-2 {
right:16.66666667%;
left:0
}
.col-md-push-1 {
right:8.33333333%;
left:0
}
.col-md-push-0 {
right:auto;
left:0
}
.col-md-offset-12 {
margin-right:100%;
margin-left:0
}
.col-md-offset-11 {
margin-right:91.66666667%;
margin-left:0
}
.col-md-offset-10 {
margin-right:83.33333333%;
margin-left:0
}
.col-md-offset-9 {
margin-right:75%;
margin-left:0
}
.col-md-offset-8 {
margin-right:66.66666667%;
margin-left:0
}
.col-md-offset-7 {
margin-right:58.33333333%;
margin-left:0
}
.col-md-offset-6 {
margin-right:50%;
margin-left:0
}
.col-md-offset-5 {
margin-right:41.66666667%;
margin-left:0
}
.col-md-offset-4 {
margin-right:33.33333333%;
margin-left:0
}
.col-md-offset-3 {
margin-right:25%;
margin-left:0
}
.col-md-offset-2 {
margin-right:16.66666667%;
margin-left:0
}
.col-md-offset-1 {
margin-right:8.33333333%;
margin-left:0
}
.col-md-offset-0 {
margin-right:0;
margin-left:0
}
}
@media (min-width:1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float:right
}
.col-lg-12 {
width:100%
}
.col-lg-11 {
width:91.66666667%
}
.col-lg-10 {
width:83.33333333%
}
.col-lg-9 {
width:75%
}
.col-lg-8 {
width:66.66666667%
}
.col-lg-7 {
width:58.33333333%
}
.col-lg-6 {
width:50%
}
.col-lg-5 {
width:41.66666667%
}
.col-lg-4 {
width:33.33333333%
}
.col-lg-3 {
width:25%
}
.col-lg-2 {
width:16.66666667%
}
.col-lg-1 {
width:8.33333333%
}
.col-lg-pull-12 {
left:100%;
right:auto
}
.col-lg-pull-11 {
left:91.66666667%;
right:auto
}
.col-lg-pull-10 {
left:83.33333333%;
right:auto
}
.col-lg-pull-9 {
left:75%;
right:auto
}
.col-lg-pull-8 {
left:66.66666667%;
right:auto
}
.col-lg-pull-7 {
left:58.33333333%;
right:auto
}
.col-lg-pull-6 {
left:50%;
right:auto
}
.col-lg-pull-5 {
left:41.66666667%;
right:auto
}
.col-lg-pull-4 {
left:33.33333333%;
right:auto
}
.col-lg-pull-3 {
left:25%;
right:auto
}
.col-lg-pull-2 {
left:16.66666667%;
right:auto
}
.col-lg-pull-1 {
left:8.33333333%;
right:auto
}
.col-lg-pull-0 {
left:auto;
right:auto
}
.col-lg-push-12 {
right:100%;
left:0
}
.col-lg-push-11 {
right:91.66666667%;
left:0
}
.col-lg-push-10 {
right:83.33333333%;
left:0
}
.col-lg-push-9 {
right:75%;
left:0
}
.col-lg-push-8 {
right:66.66666667%;
left:0
}
.col-lg-push-7 {
right:58.33333333%;
left:0
}
.col-lg-push-6 {
right:50%;
left:0
}
.col-lg-push-5 {
right:41.66666667%;
left:0
}
.col-lg-push-4 {
right:33.33333333%;
left:0
}
.col-lg-push-3 {
right:25%;
left:0
}
.col-lg-push-2 {
right:16.66666667%;
left:0
}
.col-lg-push-1 {
right:8.33333333%;
left:0
}
.col-lg-push-0 {
right:auto;
left:0
}
.col-lg-offset-12 {
margin-right:100%;
margin-left:0
}
.col-lg-offset-11 {
margin-right:91.66666667%;
margin-left:0
}
.col-lg-offset-10 {
margin-right:83.33333333%;
margin-left:0
}
.col-lg-offset-9 {
margin-right:75%;
margin-left:0
}
.col-lg-offset-8 {
margin-right:66.66666667%;
margin-left:0
}
.col-lg-offset-7 {
margin-right:58.33333333%;
margin-left:0
}
.col-lg-offset-6 {
margin-right:50%;
margin-left:0
}
.col-lg-offset-5 {
margin-right:41.66666667%;
margin-left:0
}
.col-lg-offset-4 {
margin-right:33.33333333%;
margin-left:0
}
.col-lg-offset-3 {
margin-right:25%;
margin-left:0
}
.col-lg-offset-2 {
margin-right:16.66666667%;
margin-left:0
}
.col-lg-offset-1 {
margin-right:8.33333333%;
margin-left:0
}
.col-lg-offset-0 {
margin-right:0;
margin-left:0
}
}
th {
text-align:right
}
@media screen and (max-width:767px) {
.table-responsive>.table-bordered {
border:0
}
.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-right:0;
border-left:initial
}
.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-left:0;
border-right:initial
}
}
.radio label,
.checkbox label {
padding-right:20px;
padding-left:initial
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
margin-right:-20px;
margin-left:auto
}
.radio-inline,
.checkbox-inline {
padding-right:20px;
padding-left:0
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
margin-right:10px;
margin-left:0
}
.has-feedback .form-control {
padding-left:42.5px;
padding-right:12px
}
.form-control-feedback {
left:0;
right:auto
}
@media (min-width:768px) {
.form-inline label {
padding-right:0;
padding-left:initial
}
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
margin-right:0;
margin-left:auto
}
}
@media (min-width:768px) {
.form-horizontal .control-label {
text-align:left
}
}
.form-horizontal .has-feedback .form-control-feedback {
left:15px;
right:auto
}
.caret {
margin-right:2px;
margin-left:0
}
.dropdown-menu {
right:0;
left:auto;
float:left;
text-align:right
}
.dropdown-menu.pull-right {
left:0;
right:auto;
float:right
}
.dropdown-menu-right {
left:auto;
right:0
}
.dropdown-menu-left {
left:0;
right:auto
}
@media (min-width:768px) {
.navbar-right .dropdown-menu {
left:auto;
right:0
}
.navbar-right .dropdown-menu-left {
left:0;
right:auto
}
}
.btn-group>.btn,
.btn-group-vertical>.btn {
float:right
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-right:-1px;
margin-left:0
}
.btn-toolbar {
margin-right:-5px;
margin-left:0
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float:right
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
margin-right:5px;
margin-left:0
}
.btn-group>.btn:first-child {
margin-right:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:4px;
border-bottom-right-radius:4px;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
border-top-left-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.btn-group>.btn-group {
float:right
}
.btn-group.btn-group-justified>.btn,
.btn-group.btn-group-justified>.btn-group {
float:none
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius:0
}
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
border-top-right-radius:4px;
border-bottom-right-radius:4px;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.btn-group>.btn-group:last-child>.btn:first-child {
border-top-left-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.btn .caret {
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-top:-1px;
margin-right:0
}
.input-group .form-control {
float:right
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
border-bottom-right-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.input-group-addon:first-child {
border-right:1px solid #ccc;
border-left:0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
border-bottom-left-radius:4px;
border-top-left-radius:4px;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.input-group-addon:last-child {
border-left:1px solid #ccc;
border-right:0
}
.input-group-btn>.btn+.btn {
margin-right:-1px;
margin-left:auto
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
margin-left:-1px;
margin-right:auto
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
margin-right:-1px;
margin-left:auto
}
.nav {
padding-right:0;
padding-left:initial
}
.nav-tabs>li {
float:right
}
.nav-tabs>li>a {
margin-left:auto;
margin-right:-2px;
border-radius:4px 4px 0 0
}
.nav-pills>li {
float:none
}
.nav-pills>li>a {
border-radius:4px
}
.nav-pills>li+li {
margin-right:2px;
margin-left:auto
}
.nav-stacked>li {
float:none
}
.nav-stacked>li+li {
margin-right:0;
margin-left:auto
}
.nav-justified>.dropdown .dropdown-menu {
right:auto
}
.nav-tabs-justified>li>a {
margin-left:0;
margin-right:auto
}
@media (min-width:768px) {
.nav-tabs-justified>li>a {
border-radius:4px 4px 0 0
}
}
@media (min-width:768px) {
.navbar-header {
float:right
}
}
.navbar-collapse {
padding-right:15px;
padding-left:15px
}
.navbar-brand {
float:right
}
@media (min-width:768px) {
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
margin-right:-15px;
margin-left:auto
}
}
.navbar-toggle {
float:left;
margin-left:15px;
margin-right:auto
}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding:5px 25px 5px 15px
}
}
@media (min-width:768px) {
.navbar-nav {
float:right
}
.navbar-nav>li {
float:right
}
.navbar-nav.navbar-right:last-child {
margin-left:-15px;
margin-right:auto
}
.navbar-nav.navbar-right.flip {
float:left!important
}
.navbar-nav.navbar-right .dropdown-menu {
left:0;
right:auto
}
}
@media (min-width:768px) {
.navbar-text {
float:right
}
.navbar-text.navbar-right:last-child {
margin-left:0;
margin-right:auto
}
}
.pagination {
padding-right:0
}
.pagination>li>a,
.pagination>li>span {
float:right;
margin-right:-1px;
margin-left:0
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left:0;
border-bottom-right-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
margin-right:-1px;
border-bottom-left-radius:4px;
border-top-left-radius:4px;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.pager {
padding-right:0;
padding-left:initial
}
.pager .next>a,
.pager .next>span {
float:left
}
.pager .previous>a,
.pager .previous>span {
float:right
}
.nav-pills>li>a>.badge {
margin-left:0;
margin-right:3px
}
.alert-dismissable,
.alert-dismissible {
padding-left:35px;
padding-right:15px
}
.alert-dismissable .close,
.alert-dismissible .close {
right:0;
left:21px
}
.progress-bar {
float:right
}
.media>.pull-left {
margin-right:10px
}
.media>.pull-left.flip {
margin-right:0;
margin-left:10px
}
.media>.pull-right {
margin-left:10px
}
.media>.pull-right.flip {
margin-left:0;
margin-right:10px
}
.media-list {
padding-right:0;
padding-left:initial;
list-style:none
}
.list-group {
padding-right:0;
padding-left:initial
}
.list-group-item>.badge {
float:left
}
.list-group-item>.badge+.badge {
margin-right:5px;
margin-left:auto
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
border-top-right-radius:3px;
border-top-left-radius:0
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
border-top-left-radius:3px;
border-top-right-radius:0
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
border-bottom-left-radius:3px;
border-top-right-radius:0
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
border-bottom-right-radius:3px;
border-top-left-radius:0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-right:0;
border-left:none
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right:none;
border-left:0
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
right:0;
left:auto
}
.close {
float:left
}
.modal-footer {
text-align:left
}
.modal-footer .btn+.btn {
margin-left:auto;
margin-right:5px
}
.modal-footer .btn-group .btn+.btn {
margin-right:-1px;
margin-left:auto
}
.modal-footer .btn-block+.btn-block {
margin-right:0;
margin-left:auto
}
.popover {
left:auto;
text-align:right
}
.popover.top>.arrow {
right:50%;
left:auto;
margin-right:-11px;
margin-left:auto
}
.popover.top>.arrow:after {
margin-right:-10px;
margin-left:auto
}
.popover.bottom>.arrow {
right:50%;
left:auto;
margin-right:-11px;
margin-left:auto
}
.popover.bottom>.arrow:after {
margin-right:-10px;
margin-left:auto
}
.carousel-control {
right:0;
bottom:0
}
.carousel-control.left {
right:auto;
left:0;
background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5)0),color-stop(rgba(0,0,0,.0001)100%));
background-image:-o-linear-gradient(left,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
background-image:linear-gradient(to right,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
left:auto;
right:0;
background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001)0),color-stop(rgba(0,0,0,.5)100%));
background-image:-o-linear-gradient(left,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
background-image:linear-gradient(to right,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left:50%;
right:auto;
margin-right:-10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right:50%;
left:auto;
margin-left:-10px
}
.carousel-indicators {
right:50%;
left:0;
margin-right:-30%;
margin-left:0;
padding-left:0
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left:0;
margin-right:-15px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-left:0;
margin-right:-15px
}
.carousel-caption {
left:20%;
right:20%;
padding-bottom:30px
}
}
.pull-right.flip {
float:left!important
}
.pull-left.flip {
float:right!important
}
|
public/css/bootstrap-rtl.min.css
|
html {
direction:rtl
}
body {
direction:rtl
}
.list-unstyled {
padding-right:0;
padding-left:initial
}
.list-inline {
padding-right:0;
padding-left:initial;
margin-right:-5px;
margin-left:0
}
dd {
margin-right:0;
margin-left:initial
}
@media (min-width:768px) {
.dl-horizontal dt {
float:right;
clear:right;
text-align:left
}
.dl-horizontal dd {
margin-right:180px;
margin-left:0
}
}
blockquote {
border-right:5px solid #eee;
border-left:0
}
.blockquote-reverse,
blockquote.pull-left {
padding-left:15px;
padding-right:0;
border-left:5px solid #eee;
border-right:0;
text-align:left
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position:relative;
min-height:1px;
padding-left:15px;
padding-right:15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float:right
}
.col-xs-12 {
width:100%
}
.col-xs-11 {
width:91.66666667%
}
.col-xs-10 {
width:83.33333333%
}
.col-xs-9 {
width:75%
}
.col-xs-8 {
width:66.66666667%
}
.col-xs-7 {
width:58.33333333%
}
.col-xs-6 {
width:50%
}
.col-xs-5 {
width:41.66666667%
}
.col-xs-4 {
width:33.33333333%
}
.col-xs-3 {
width:25%
}
.col-xs-2 {
width:16.66666667%
}
.col-xs-1 {
width:8.33333333%
}
.col-xs-pull-12 {
left:100%;
right:auto
}
.col-xs-pull-11 {
left:91.66666667%;
right:auto
}
.col-xs-pull-10 {
left:83.33333333%;
right:auto
}
.col-xs-pull-9 {
left:75%;
right:auto
}
.col-xs-pull-8 {
left:66.66666667%;
right:auto
}
.col-xs-pull-7 {
left:58.33333333%;
right:auto
}
.col-xs-pull-6 {
left:50%;
right:auto
}
.col-xs-pull-5 {
left:41.66666667%;
right:auto
}
.col-xs-pull-4 {
left:33.33333333%;
right:auto
}
.col-xs-pull-3 {
left:25%;
right:auto
}
.col-xs-pull-2 {
left:16.66666667%;
right:auto
}
.col-xs-pull-1 {
left:8.33333333%;
right:auto
}
.col-xs-pull-0 {
left:auto;
right:auto
}
.col-xs-push-12 {
right:100%;
left:0
}
.col-xs-push-11 {
right:91.66666667%;
left:0
}
.col-xs-push-10 {
right:83.33333333%;
left:0
}
.col-xs-push-9 {
right:75%;
left:0
}
.col-xs-push-8 {
right:66.66666667%;
left:0
}
.col-xs-push-7 {
right:58.33333333%;
left:0
}
.col-xs-push-6 {
right:50%;
left:0
}
.col-xs-push-5 {
right:41.66666667%;
left:0
}
.col-xs-push-4 {
right:33.33333333%;
left:0
}
.col-xs-push-3 {
right:25%;
left:0
}
.col-xs-push-2 {
right:16.66666667%;
left:0
}
.col-xs-push-1 {
right:8.33333333%;
left:0
}
.col-xs-push-0 {
right:auto;
left:0
}
.col-xs-offset-12 {
margin-right:100%;
margin-left:0
}
.col-xs-offset-11 {
margin-right:91.66666667%;
margin-left:0
}
.col-xs-offset-10 {
margin-right:83.33333333%;
margin-left:0
}
.col-xs-offset-9 {
margin-right:75%;
margin-left:0
}
.col-xs-offset-8 {
margin-right:66.66666667%;
margin-left:0
}
.col-xs-offset-7 {
margin-right:58.33333333%;
margin-left:0
}
.col-xs-offset-6 {
margin-right:50%;
margin-left:0
}
.col-xs-offset-5 {
margin-right:41.66666667%;
margin-left:0
}
.col-xs-offset-4 {
margin-right:33.33333333%;
margin-left:0
}
.col-xs-offset-3 {
margin-right:25%;
margin-left:0
}
.col-xs-offset-2 {
margin-right:16.66666667%;
margin-left:0
}
.col-xs-offset-1 {
margin-right:8.33333333%;
margin-left:0
}
.col-xs-offset-0 {
margin-right:0;
margin-left:0
}
@media (min-width:768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float:right
}
.col-sm-12 {
width:100%
}
.col-sm-11 {
width:91.66666667%
}
.col-sm-10 {
width:83.33333333%
}
.col-sm-9 {
width:75%
}
.col-sm-8 {
width:66.66666667%
}
.col-sm-7 {
width:58.33333333%
}
.col-sm-6 {
width:50%
}
.col-sm-5 {
width:41.66666667%
}
.col-sm-4 {
width:33.33333333%
}
.col-sm-3 {
width:25%
}
.col-sm-2 {
width:16.66666667%
}
.col-sm-1 {
width:8.33333333%
}
.col-sm-pull-12 {
left:100%;
right:auto
}
.col-sm-pull-11 {
left:91.66666667%;
right:auto
}
.col-sm-pull-10 {
left:83.33333333%;
right:auto
}
.col-sm-pull-9 {
left:75%;
right:auto
}
.col-sm-pull-8 {
left:66.66666667%;
right:auto
}
.col-sm-pull-7 {
left:58.33333333%;
right:auto
}
.col-sm-pull-6 {
left:50%;
right:auto
}
.col-sm-pull-5 {
left:41.66666667%;
right:auto
}
.col-sm-pull-4 {
left:33.33333333%;
right:auto
}
.col-sm-pull-3 {
left:25%;
right:auto
}
.col-sm-pull-2 {
left:16.66666667%;
right:auto
}
.col-sm-pull-1 {
left:8.33333333%;
right:auto
}
.col-sm-pull-0 {
left:auto;
right:auto
}
.col-sm-push-12 {
right:100%;
left:0
}
.col-sm-push-11 {
right:91.66666667%;
left:0
}
.col-sm-push-10 {
right:83.33333333%;
left:0
}
.col-sm-push-9 {
right:75%;
left:0
}
.col-sm-push-8 {
right:66.66666667%;
left:0
}
.col-sm-push-7 {
right:58.33333333%;
left:0
}
.col-sm-push-6 {
right:50%;
left:0
}
.col-sm-push-5 {
right:41.66666667%;
left:0
}
.col-sm-push-4 {
right:33.33333333%;
left:0
}
.col-sm-push-3 {
right:25%;
left:0
}
.col-sm-push-2 {
right:16.66666667%;
left:0
}
.col-sm-push-1 {
right:8.33333333%;
left:0
}
.col-sm-push-0 {
right:auto;
left:0
}
.col-sm-offset-12 {
margin-right:100%;
margin-left:0
}
.col-sm-offset-11 {
margin-right:91.66666667%;
margin-left:0
}
.col-sm-offset-10 {
margin-right:83.33333333%;
margin-left:0
}
.col-sm-offset-9 {
margin-right:75%;
margin-left:0
}
.col-sm-offset-8 {
margin-right:66.66666667%;
margin-left:0
}
.col-sm-offset-7 {
margin-right:58.33333333%;
margin-left:0
}
.col-sm-offset-6 {
margin-right:50%;
margin-left:0
}
.col-sm-offset-5 {
margin-right:41.66666667%;
margin-left:0
}
.col-sm-offset-4 {
margin-right:33.33333333%;
margin-left:0
}
.col-sm-offset-3 {
margin-right:25%;
margin-left:0
}
.col-sm-offset-2 {
margin-right:16.66666667%;
margin-left:0
}
.col-sm-offset-1 {
margin-right:8.33333333%;
margin-left:0
}
.col-sm-offset-0 {
margin-right:0;
margin-left:0
}
}
@media (min-width:992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float:right
}
.col-md-12 {
width:100%
}
.col-md-11 {
width:91.66666667%
}
.col-md-10 {
width:83.33333333%
}
.col-md-9 {
width:75%
}
.col-md-8 {
width:66.66666667%
}
.col-md-7 {
width:58.33333333%
}
.col-md-6 {
width:50%
}
.col-md-5 {
width:41.66666667%
}
.col-md-4 {
width:33.33333333%
}
.col-md-3 {
width:25%
}
.col-md-2 {
width:16.66666667%
}
.col-md-1 {
width:8.33333333%
}
.col-md-pull-12 {
left:100%;
right:auto
}
.col-md-pull-11 {
left:91.66666667%;
right:auto
}
.col-md-pull-10 {
left:83.33333333%;
right:auto
}
.col-md-pull-9 {
left:75%;
right:auto
}
.col-md-pull-8 {
left:66.66666667%;
right:auto
}
.col-md-pull-7 {
left:58.33333333%;
right:auto
}
.col-md-pull-6 {
left:50%;
right:auto
}
.col-md-pull-5 {
left:41.66666667%;
right:auto
}
.col-md-pull-4 {
left:33.33333333%;
right:auto
}
.col-md-pull-3 {
left:25%;
right:auto
}
.col-md-pull-2 {
left:16.66666667%;
right:auto
}
.col-md-pull-1 {
left:8.33333333%;
right:auto
}
.col-md-pull-0 {
left:auto;
right:auto
}
.col-md-push-12 {
right:100%;
left:0
}
.col-md-push-11 {
right:91.66666667%;
left:0
}
.col-md-push-10 {
right:83.33333333%;
left:0
}
.col-md-push-9 {
right:75%;
left:0
}
.col-md-push-8 {
right:66.66666667%;
left:0
}
.col-md-push-7 {
right:58.33333333%;
left:0
}
.col-md-push-6 {
right:50%;
left:0
}
.col-md-push-5 {
right:41.66666667%;
left:0
}
.col-md-push-4 {
right:33.33333333%;
left:0
}
.col-md-push-3 {
right:25%;
left:0
}
.col-md-push-2 {
right:16.66666667%;
left:0
}
.col-md-push-1 {
right:8.33333333%;
left:0
}
.col-md-push-0 {
right:auto;
left:0
}
.col-md-offset-12 {
margin-right:100%;
margin-left:0
}
.col-md-offset-11 {
margin-right:91.66666667%;
margin-left:0
}
.col-md-offset-10 {
margin-right:83.33333333%;
margin-left:0
}
.col-md-offset-9 {
margin-right:75%;
margin-left:0
}
.col-md-offset-8 {
margin-right:66.66666667%;
margin-left:0
}
.col-md-offset-7 {
margin-right:58.33333333%;
margin-left:0
}
.col-md-offset-6 {
margin-right:50%;
margin-left:0
}
.col-md-offset-5 {
margin-right:41.66666667%;
margin-left:0
}
.col-md-offset-4 {
margin-right:33.33333333%;
margin-left:0
}
.col-md-offset-3 {
margin-right:25%;
margin-left:0
}
.col-md-offset-2 {
margin-right:16.66666667%;
margin-left:0
}
.col-md-offset-1 {
margin-right:8.33333333%;
margin-left:0
}
.col-md-offset-0 {
margin-right:0;
margin-left:0
}
}
@media (min-width:1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float:right
}
.col-lg-12 {
width:100%
}
.col-lg-11 {
width:91.66666667%
}
.col-lg-10 {
width:83.33333333%
}
.col-lg-9 {
width:75%
}
.col-lg-8 {
width:66.66666667%
}
.col-lg-7 {
width:58.33333333%
}
.col-lg-6 {
width:50%
}
.col-lg-5 {
width:41.66666667%
}
.col-lg-4 {
width:33.33333333%
}
.col-lg-3 {
width:25%
}
.col-lg-2 {
width:16.66666667%
}
.col-lg-1 {
width:8.33333333%
}
.col-lg-pull-12 {
left:100%;
right:auto
}
.col-lg-pull-11 {
left:91.66666667%;
right:auto
}
.col-lg-pull-10 {
left:83.33333333%;
right:auto
}
.col-lg-pull-9 {
left:75%;
right:auto
}
.col-lg-pull-8 {
left:66.66666667%;
right:auto
}
.col-lg-pull-7 {
left:58.33333333%;
right:auto
}
.col-lg-pull-6 {
left:50%;
right:auto
}
.col-lg-pull-5 {
left:41.66666667%;
right:auto
}
.col-lg-pull-4 {
left:33.33333333%;
right:auto
}
.col-lg-pull-3 {
left:25%;
right:auto
}
.col-lg-pull-2 {
left:16.66666667%;
right:auto
}
.col-lg-pull-1 {
left:8.33333333%;
right:auto
}
.col-lg-pull-0 {
left:auto;
right:auto
}
.col-lg-push-12 {
right:100%;
left:0
}
.col-lg-push-11 {
right:91.66666667%;
left:0
}
.col-lg-push-10 {
right:83.33333333%;
left:0
}
.col-lg-push-9 {
right:75%;
left:0
}
.col-lg-push-8 {
right:66.66666667%;
left:0
}
.col-lg-push-7 {
right:58.33333333%;
left:0
}
.col-lg-push-6 {
right:50%;
left:0
}
.col-lg-push-5 {
right:41.66666667%;
left:0
}
.col-lg-push-4 {
right:33.33333333%;
left:0
}
.col-lg-push-3 {
right:25%;
left:0
}
.col-lg-push-2 {
right:16.66666667%;
left:0
}
.col-lg-push-1 {
right:8.33333333%;
left:0
}
.col-lg-push-0 {
right:auto;
left:0
}
.col-lg-offset-12 {
margin-right:100%;
margin-left:0
}
.col-lg-offset-11 {
margin-right:91.66666667%;
margin-left:0
}
.col-lg-offset-10 {
margin-right:83.33333333%;
margin-left:0
}
.col-lg-offset-9 {
margin-right:75%;
margin-left:0
}
.col-lg-offset-8 {
margin-right:66.66666667%;
margin-left:0
}
.col-lg-offset-7 {
margin-right:58.33333333%;
margin-left:0
}
.col-lg-offset-6 {
margin-right:50%;
margin-left:0
}
.col-lg-offset-5 {
margin-right:41.66666667%;
margin-left:0
}
.col-lg-offset-4 {
margin-right:33.33333333%;
margin-left:0
}
.col-lg-offset-3 {
margin-right:25%;
margin-left:0
}
.col-lg-offset-2 {
margin-right:16.66666667%;
margin-left:0
}
.col-lg-offset-1 {
margin-right:8.33333333%;
margin-left:0
}
.col-lg-offset-0 {
margin-right:0;
margin-left:0
}
}
th {
text-align:right
}
@media screen and (max-width:767px) {
.table-responsive>.table-bordered {
border:0
}
.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-right:0;
border-left:initial
}
.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-left:0;
border-right:initial
}
}
.radio label,
.checkbox label {
padding-right:20px;
padding-left:initial
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
margin-right:-20px;
margin-left:auto
}
.radio-inline,
.checkbox-inline {
padding-right:20px;
padding-left:0
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
margin-right:10px;
margin-left:0
}
.has-feedback .form-control {
padding-left:42.5px;
padding-right:12px
}
.form-control-feedback {
left:0;
right:auto
}
@media (min-width:768px) {
.form-inline label {
padding-right:0;
padding-left:initial
}
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
margin-right:0;
margin-left:auto
}
}
@media (min-width:768px) {
.form-horizontal .control-label {
text-align:left
}
}
.form-horizontal .has-feedback .form-control-feedback {
left:15px;
right:auto
}
.caret {
margin-right:2px;
margin-left:0
}
.dropdown-menu {
right:0;
left:auto;
float:left;
text-align:right
}
.dropdown-menu.pull-right {
left:0;
right:auto;
float:right
}
.dropdown-menu-right {
left:auto;
right:0
}
.dropdown-menu-left {
left:0;
right:auto
}
@media (min-width:768px) {
.navbar-right .dropdown-menu {
left:auto;
right:0
}
.navbar-right .dropdown-menu-left {
left:0;
right:auto
}
}
.btn-group>.btn,
.btn-group-vertical>.btn {
float:right
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-right:-1px;
margin-left:0
}
.btn-toolbar {
margin-right:-5px;
margin-left:0
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float:right
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
margin-right:5px;
margin-left:0
}
.btn-group>.btn:first-child {
margin-right:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:4px;
border-bottom-right-radius:4px;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
border-top-left-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.btn-group>.btn-group {
float:right
}
.btn-group.btn-group-justified>.btn,
.btn-group.btn-group-justified>.btn-group {
float:none
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius:0
}
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
border-top-right-radius:4px;
border-bottom-right-radius:4px;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.btn-group>.btn-group:last-child>.btn:first-child {
border-top-left-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.btn .caret {
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-top:-1px;
margin-right:0
}
.input-group .form-control {
float:right
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
border-bottom-right-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.input-group-addon:first-child {
border-right:1px solid #ccc;
border-left:0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
border-bottom-left-radius:4px;
border-top-left-radius:4px;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.input-group-addon:last-child {
border-left:1px solid #ccc;
border-right:0
}
.input-group-btn>.btn+.btn {
margin-right:-1px;
margin-left:auto
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
margin-left:-1px;
margin-right:auto
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
margin-right:-1px;
margin-left:auto
}
.nav {
padding-right:0;
padding-left:initial
}
.nav-tabs>li {
float:right
}
.nav-tabs>li>a {
margin-left:auto;
margin-right:-2px;
border-radius:4px 4px 0 0
}
.nav-pills>li {
float:none
}
.nav-pills>li>a {
border-radius:4px
}
.nav-pills>li+li {
margin-right:2px;
margin-left:auto
}
.nav-stacked>li {
float:none
}
.nav-stacked>li+li {
margin-right:0;
margin-left:auto
}
.nav-justified>.dropdown .dropdown-menu {
right:auto
}
.nav-tabs-justified>li>a {
margin-left:0;
margin-right:auto
}
@media (min-width:768px) {
.nav-tabs-justified>li>a {
border-radius:4px 4px 0 0
}
}
@media (min-width:768px) {
.navbar-header {
float:right
}
}
.navbar-collapse {
padding-right:15px;
padding-left:15px
}
.navbar-brand {
float:right
}
@media (min-width:768px) {
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
margin-right:-15px;
margin-left:auto
}
}
.navbar-toggle {
float:left;
margin-left:15px;
margin-right:auto
}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding:5px 25px 5px 15px
}
}
@media (min-width:768px) {
.navbar-nav {
float:right
}
.navbar-nav>li {
float:right
}
.navbar-nav.navbar-right:last-child {
margin-left:-15px;
margin-right:auto
}
.navbar-nav.navbar-right.flip {
float:left!important
}
.navbar-nav.navbar-right .dropdown-menu {
left:0;
right:auto
}
}
@media (min-width:768px) {
.navbar-text {
float:right
}
.navbar-text.navbar-right:last-child {
margin-left:0;
margin-right:auto
}
}
.pagination {
padding-right:0
}
.pagination>li>a,
.pagination>li>span {
float:right;
margin-right:-1px;
margin-left:0
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left:0;
border-bottom-right-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
margin-right:-1px;
border-bottom-left-radius:4px;
border-top-left-radius:4px;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.pager {
padding-right:0;
padding-left:initial
}
.pager .next>a,
.pager .next>span {
float:left
}
.pager .previous>a,
.pager .previous>span {
float:right
}
.nav-pills>li>a>.badge {
margin-left:0;
margin-right:3px
}
.alert-dismissable,
.alert-dismissible {
padding-left:35px;
padding-right:15px
}
.alert-dismissable .close,
.alert-dismissible .close {
right:0;
left:21px
}
.progress-bar {
float:right
}
.media>.pull-left {
margin-right:10px
}
.media>.pull-left.flip {
margin-right:0;
margin-left:10px
}
.media>.pull-right {
margin-left:10px
}
.media>.pull-right.flip {
margin-left:0;
margin-right:10px
}
.media-list {
padding-right:0;
padding-left:initial;
list-style:none
}
.list-group {
padding-right:0;
padding-left:initial
}
.list-group-item>.badge {
float:left
}
.list-group-item>.badge+.badge {
margin-right:5px;
margin-left:auto
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
border-top-right-radius:3px;
border-top-left-radius:0
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
border-top-left-radius:3px;
border-top-right-radius:0
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
border-bottom-left-radius:3px;
border-top-right-radius:0
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
border-bottom-right-radius:3px;
border-top-left-radius:0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-right:0;
border-left:none
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right:none;
border-left:0
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
right:0;
left:auto
}
.close {
float:left
}
.modal-footer {
text-align:left
}
.modal-footer .btn+.btn {
margin-left:auto;
margin-right:5px
}
.modal-footer .btn-group .btn+.btn {
margin-right:-1px;
margin-left:auto
}
.modal-footer .btn-block+.btn-block {
margin-right:0;
margin-left:auto
}
.popover {
left:auto;
text-align:right
}
.popover.top>.arrow {
right:50%;
left:auto;
margin-right:-11px;
margin-left:auto
}
.popover.top>.arrow:after {
margin-right:-10px;
margin-left:auto
}
.popover.bottom>.arrow {
right:50%;
left:auto;
margin-right:-11px;
margin-left:auto
}
.popover.bottom>.arrow:after {
margin-right:-10px;
margin-left:auto
}
.carousel-control {
right:0;
bottom:0
}
.carousel-control.left {
right:auto;
left:0;
background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5)0),color-stop(rgba(0,0,0,.0001)100%));
background-image:-o-linear-gradient(left,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
background-image:linear-gradient(to right,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
left:auto;
right:0;
background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001)0),color-stop(rgba(0,0,0,.5)100%));
background-image:-o-linear-gradient(left,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
background-image:linear-gradient(to right,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left:50%;
right:auto;
margin-right:-10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right:50%;
left:auto;
margin-left:-10px
}
.carousel-indicators {
right:50%;
left:0;
margin-right:-30%;
margin-left:0;
padding-left:0
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left:0;
margin-right:-15px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-left:0;
margin-right:-15px
}
.carousel-caption {
left:20%;
right:20%;
padding-bottom:30px
}
}
.pull-right.flip {
float:left!important
}
.pull-left.flip {
float:right!important
}
| 0.78233 | 0.206194 |
* {
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
}
html,body {
font-family: Helvetica, sans-serif, Arial;
color: #333;
width: 100%;
min-height: 100%;
background-color: #e3e3e3;
background-size: cover;
}
.master-container {
margin: auto;
padding-bottom: 20px;
width: 90vw;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
a
{
color: black;
float: right;
margin-left: 30px;
}
header {
margin: 10px;
margin-top: 20px;
display: flex;
align-items: center;
}
.nav {
margin-left: auto;
margin-right: 20px;
}
.title {
margin-left: 20px;
font-family: Georgia, serif;
font-size: 2rem;
}
.explaination {
margin: 80px auto 30px;
font-size: 1.25rem;
width: 70vw;
max-width: 600px;
text-align: center;
}
.story {
font-family: Georgia, serif;
font-size: 2rem;
margin: 0 auto;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.whole-story-intro {
font-family: Georgia, serif;
margin: 50px auto 0;
}
.whole-story {
font-family: Georgia, serif;
font-size: 1.25rem;
line-height: 35px;
margin: 50px auto 0;
width: 70vw;
max-width: 700px;
}
form {
display: flex;
align-items: center;
}
#input {
font-size: 1.25rem;
width: 400px;
height: 30px;
padding-left: 5px;
}
button {
margin: 20px;
width: 60px;
height: 30px;
color: #333;
}
.about-us-body {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
font-size: 1.25rem;
margin: 30px auto;
}
.names-list {
margin: 50px auto;
text-align: center;
display: flex;
}
.card {
border: 2px solid #333;
border-radius: 5px;
padding: 10px;
margin: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card img {
width: 150px;
border-radius: 50%;
}
.card a {
text-align: center;
}
.footer {
margin:auto;
position: absolute;
bottom: 10px;
width: 100%;
height: 20px;
text-align: center;
}
|
public/main.css
|
* {
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
}
html,body {
font-family: Helvetica, sans-serif, Arial;
color: #333;
width: 100%;
min-height: 100%;
background-color: #e3e3e3;
background-size: cover;
}
.master-container {
margin: auto;
padding-bottom: 20px;
width: 90vw;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
a
{
color: black;
float: right;
margin-left: 30px;
}
header {
margin: 10px;
margin-top: 20px;
display: flex;
align-items: center;
}
.nav {
margin-left: auto;
margin-right: 20px;
}
.title {
margin-left: 20px;
font-family: Georgia, serif;
font-size: 2rem;
}
.explaination {
margin: 80px auto 30px;
font-size: 1.25rem;
width: 70vw;
max-width: 600px;
text-align: center;
}
.story {
font-family: Georgia, serif;
font-size: 2rem;
margin: 0 auto;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.whole-story-intro {
font-family: Georgia, serif;
margin: 50px auto 0;
}
.whole-story {
font-family: Georgia, serif;
font-size: 1.25rem;
line-height: 35px;
margin: 50px auto 0;
width: 70vw;
max-width: 700px;
}
form {
display: flex;
align-items: center;
}
#input {
font-size: 1.25rem;
width: 400px;
height: 30px;
padding-left: 5px;
}
button {
margin: 20px;
width: 60px;
height: 30px;
color: #333;
}
.about-us-body {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
font-size: 1.25rem;
margin: 30px auto;
}
.names-list {
margin: 50px auto;
text-align: center;
display: flex;
}
.card {
border: 2px solid #333;
border-radius: 5px;
padding: 10px;
margin: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card img {
width: 150px;
border-radius: 50%;
}
.card a {
text-align: center;
}
.footer {
margin:auto;
position: absolute;
bottom: 10px;
width: 100%;
height: 20px;
text-align: center;
}
| 0.476823 | 0.082623 |
*,
*::before,
*::after {
box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
margin: 0;
}
ul[role=list],
ol[role=list] {
list-style: none;
}
html:focus-within {
scroll-behavior: smooth;
}
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
img,
picture {
max-width: 100%;
display: block;
}
input,
button,
textarea,
select {
font: inherit;
}
input:active,
input:hover,
input:focus,
button:active,
button:hover,
button:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
outline: 0;
outline-offset: 0;
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
-webkit-animation-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
header {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 50px;
position: fixed;
width: 100%;
height: 180px;
left: 0;
top: 0;
background: linear-gradient(180deg, #EDF1F5 72.32%, rgba(237, 241, 245, 0) 100%);
filter: drop-shadow(0px 8px 44px #EDF1F5);
z-index: 9999;
transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
header.out {
transform: translateY(-100%);
}
header .request_stage {
display: flex;
justify-content: center;
align-items: center;
}
header .request_stage .circle {
height: 30px;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid rgba(30, 145, 255, 0.2);
border-radius: 15px;
}
header .request_stage .circle.active {
border: 2px solid #1e91ff;
}
header .request_stage .line {
background: rgba(30, 145, 255, 0.2);
width: 20px;
height: 1px;
}
header .request_stage .line.active {
background: linear-gradient(90deg, #1e91ff 10.18%, rgba(30, 145, 255, 0.2) 100.18%);
}
header .request_stage .line.full_active {
background: #1e91ff;
}
header .menu {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 35px;
width: 1180px;
height: 80px;
border-radius: 30px;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
}
header .menu nav {
display: flex;
align-items: center;
}
header .menu nav a + a {
margin-left: 30px;
}
header.mobile {
display: none;
position: fixed;
bottom: 35px;
left: 35px;
top: auto;
height: 60px;
background: transparent;
filter: none;
padding: 0;
width: calc(100% - 70px);
}
header.mobile .menu {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
height: 60px;
width: 100%;
border-radius: 30px;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
}
header.mobile.out {
transform: translateY(calc(100% + 70px));
}
@media screen and (max-width: 800px) {
header.laptop {
display: none;
}
header.mobile {
display: block;
}
}
footer {
padding: 50px;
display: flex;
justify-content: center;
align-items: center;
}
footer section {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 35px;
max-width: 1180px;
flex-grow: 1;
}
footer section .logo {
display: flex;
justify-content: center;
align-items: center;
}
footer section .logo .icon {
margin-right: 10px;
height: 25px;
width: 34px;
}
footer section .social_block {
display: flex;
}
footer section .social_block .social {
display: flex;
justify-content: center;
align-items: center;
width: 70px;
height: 70px;
border-radius: 35px;
background-color: #f1f5f8;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), -4px -4px 8px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
}
footer section .social_block .social .icon {
width: 30px;
height: 30px;
}
footer section .social_block .social + .social {
margin-left: 20px;
}
@font-face {
font-family: Rubik;
src: url("/font/rubik.ttf");
}
@font-face {
font-family: Rubik-medium;
src: url("/font/rubik-medium.ttf");
}
@font-face {
font-family: Rubik-bold;
src: url("/font/rubik-bold.ttf");
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
display: flex;
flex-direction: column;
background: #f1f5f8;
font-size: 14px;
line-height: 17px;
font-family: Rubik;
font-weight: 400;
padding-top: 180px;
min-width: 1280px;
color: #3e3e3e;
}
@media screen and (max-width: 800px) {
body {
min-width: 100%;
padding-top: 0;
}
}
svg {
fill: #3e3e3e;
}
h1,
h2,
h3 {
font-family: Rubik-bold;
font-weight: 700;
cursor: default;
}
h1.gradient,
h2.gradient,
h3.gradient {
background: linear-gradient(268.89deg, #1E91FF -0.02%, #17DAE7 99.98%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h1.accent,
h2.accent,
h3.accent {
color: #1e91ff;
}
h1 {
font-size: 40px;
line-height: 47px;
}
span.middle {
font-size: 16px;
line-height: 19px;
}
span.large {
font-size: 18px;
line-height: 21px;
}
span.status {
padding: 6px 14px;
background: rgba(30, 145, 255, 0.2);
border-radius: 14px;
color: #1e91ff;
font-size: 14px;
}
span.accent {
color: #1e91ff;
}
b {
font-family: Rubik-medium;
font-weight: 500;
}
a {
text-decoration: none;
color: #3e3e3e;
transition: color 0.2s ease-in-out;
cursor: pointer;
}
a.button {
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 20px;
padding: 10px 20px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
text-align: center;
}
a.button:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
a.button:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
a.button:disabled:hover {
background: #1e91ff;
color: #fff !important;
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
}
a.button_small {
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 15px;
height: 30px;
padding: 6px 12px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
}
a.button_small:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
a.button_small:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
a:hover {
color: #1e91ff;
}
a.underlined {
text-decoration: underline;
color: #1e91ff;
}
a.underlined:hover {
opacity: 0.7;
}
p + p {
margin-top: 1rem;
}
textarea {
overflow: auto;
}
.select,
input[type=text],
input[type=mail],
input[type=password],
input[type=date],
textarea {
display: flex;
align-self: stretch;
background: #FFFFFF;
box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(30, 145, 255, 0.2);
border-radius: 10px;
padding: 13px 20px;
color: #3e3e3e;
resize: none;
height: 43px;
min-width: 260px;
position: relative;
-webkit-appearance: none;
}
.select:focus,
input[type=text]:focus,
input[type=mail]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus {
border: 1px solid #1e91ff;
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
}
.select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=mail]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
color: rgba(62, 62, 62, 0.8);
}
.select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=mail]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: rgba(62, 62, 62, 0.8);
}
.select::placeholder,
input[type=text]::placeholder,
input[type=mail]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
color: rgba(62, 62, 62, 0.8);
}
.select::-moz-placeholder:focus, input[type=text]::-moz-placeholder:focus, input[type=mail]::-moz-placeholder:focus, input[type=password]::-moz-placeholder:focus, input[type=date]::-moz-placeholder:focus, textarea::-moz-placeholder:focus {
color: #3e3e3e;
}
.select:-ms-input-placeholder:focus, input[type=text]:-ms-input-placeholder:focus, input[type=mail]:-ms-input-placeholder:focus, input[type=password]:-ms-input-placeholder:focus, input[type=date]:-ms-input-placeholder:focus, textarea:-ms-input-placeholder:focus {
color: #3e3e3e;
}
.select::placeholder:focus,
input[type=text]::placeholder:focus,
input[type=mail]::placeholder:focus,
input[type=password]::placeholder:focus,
input[type=date]::placeholder:focus,
textarea::placeholder:focus {
color: #3e3e3e;
}
.select {
cursor: pointer;
padding-right: 50px;
}
.select::before {
content: "";
height: 15px;
width: 15px;
position: absolute;
top: 14px;
right: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-image: url("/storage/img/icons/chevron-down.svg");
}
.select.active {
border: 1px solid #1e91ff;
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
}
.select.active::before {
background-image: url("/storage/img/icons/chevron-up.svg");
}
.select .text {
color: rgba(62, 62, 62, 0.8);
}
.select .text.active {
color: #3e3e3e;
}
.select .list_option {
display: none;
display: flex;
flex-direction: column;
position: absolute;
top: 50px;
left: 0;
width: 100%;
padding: 13px 20px;
border-radius: 10px;
background-color: rgba(241, 245, 248, 0.7);
box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
z-index: 9998;
}
.select .list_option .option {
cursor: pointer;
}
.select .list_option .option:hover {
color: #1e91ff;
}
.select .list_option .option + .option {
margin-top: 13px;
}
.select_button {
height: 40px;
width: 40px;
border-radius: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-color: #f1f5f8;
background-size: 70%;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), -4px -4px 8px rgba(255, 255, 255, 0.8), inset -4px -4px 12px transparent, inset 4px 4px 8px transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
background-image: url("/storage/img/icons/plus.svg");
cursor: pointer;
transition: box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.select_button.active {
background-image: url("/storage/img/icons/minus.svg");
}
.select_button:hover {
box-shadow: 4px 4px 8px transparent, -4px -4px 8px transparent, inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
}
input[type=submit] {
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 20px;
padding: 10px 20px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
-webkit-appearance: none;
}
input[type=submit]:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
input[type=submit]:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
input[type=submit]:disabled:hover {
background: #1e91ff;
color: #fff !important;
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
}
input[type=submit].button_small {
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 15px;
height: 30px;
padding: 6px 12px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
}
input[type=submit].button_small:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
input[type=submit].button_small:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
input[type=submit]:disabled {
opacity: 0.5;
cursor: default;
}
input[type=file] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
input:-webkit-autofill {
-webkit-box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08), inset 0 0 0 50px #fff !important;
-webkit-text-fill-color: #3e3e3e !important;
color: #3e3e3e !important;
}
textarea {
height: 129px;
overflow: hidden;
}
.switch_block {
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
background-color: #fff;
border: 1px solid rgba(30, 145, 255, 0.2);
padding: 5px;
height: 42px;
border-radius: 20px;
overflow: hidden;
flex-shrink: 0;
}
.switch_block .switch + .switch {
margin-left: 5px;
}
.switch_block .switch {
padding: 7px 14px;
font-size: 14px;
line-height: 16px;
border-radius: 14px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.switch_block .switch.active {
background-color: #f1f5f8;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), -4px -4px 8px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
font-family: Rubik-medium;
font-weight: 500;
color: #1e91ff;
}
.switch_block .switch.disabled {
pointer-events: none;
cursor: default;
}
.switch_block2 {
display: flex;
align-items: flex-start;
padding: 10px;
background: #fff;
border: 1px solid rgba(30, 145, 255, 0.2);
border-radius: 15px;
box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
flex-shrink: 0;
}
@media screen and (max-width: 800px) {
.switch_block2 {
align-self: stretch;
}
}
.switch_block2 .switch {
display: flex;
justify-content: center;
align-items: center;
padding: 5px 25px;
height: 40px;
border-radius: 10px;
cursor: pointer;
}
@media screen and (max-width: 800px) {
.switch_block2 .switch {
flex-grow: 1;
flex-basis: 0;
}
}
.switch_block2 .switch.active {
background-color: #f1f5f8;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), -4px -4px 8px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
font-family: Rubik-medium;
font-weight: 500;
color: #1e91ff;
}
.switch_block2 .switch.disabled {
pointer-events: none;
cursor: default;
}
.switch_block2 .switch + .switch {
margin-left: 10px;
}
main {
display: flex;
flex-direction: column;
align-items: center;
padding: 0 50px;
position: relative;
flex-grow: 1;
}
@media screen and (max-width: 800px) {
main {
padding: 35px;
}
}
main section {
display: flex;
justify-content: space-between;
align-items: center;
width: 1180px;
padding: 35px;
}
@media screen and (max-width: 800px) {
main section {
width: 100%;
padding: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
main section .illustration {
margin-bottom: 35px;
}
}
main section .title_block {
display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
margin-bottom: 35px;
}
main section .title_block .title {
display: flex;
justify-content: center;
align-items: center;
}
main section .title_block .title .count {
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 50px;
border-radius: 100%;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff;
font-size: 25px;
padding: 10px;
margin-left: 35px;
}
main section .title_block .switches {
display: flex;
justify-content: center;
align-items: center;
}
main section .title_block .switches .switch_block + .switch_block {
margin-left: 20px;
}
main section + section {
margin-top: 50px;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.block_form {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.form_block {
display: flex;
flex-direction: column;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
align-items: stretch;
align-self: stretch;
padding: 20px;
border-radius: 20px;
}
.form_block .title {
font-size: 18px;
line-height: 21px;
font-family: Rubik-medium;
font-weight: 500;
text-align: center;
}
.form_block .title + .block_input {
margin-top: 20px;
}
.form_block .block_input {
display: flex;
flex-direction: column;
align-self: stretch;
}
.form_block .block_input input[type=submit] {
align-self: center;
}
.form_block .block_input input + input,
.form_block .block_input input + textarea,
.form_block .block_input textarea + input,
.form_block .block_input .input + .input {
margin-top: 20px;
}
.form_block .block_input a {
text-align: right;
}
.form_block .block_input a + input {
margin-top: 20px;
}
.form_block .block_input input + a {
margin-top: 20px;
}
.block_form .form_block {
margin-top: 50px;
}
@media screen and (max-width: 800px) {
.block_form .form_block {
margin-top: 20px;
}
}
#message {
display: none;
position: fixed;
top: 180px;
width: 400px;
min-height: 100px;
left: calc(50% - 200px);
border-radius: 20px;
border: 1px solid rgba(30, 145, 255, 0.2);
box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
padding: 20px;
background-color: rgba(255, 255, 255, 0.7);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
z-index: 9999;
}
@media screen and (max-width: 800px) {
#message {
width: calc(100% - 70px);
left: 35px;
top: 35px;
}
}
#message .block {
display: flex;
flex-direction: column;
}
#message .block .title {
display: flex;
align-items: center;
}
#message .block .title .icon {
height: 30px;
width: 30px;
fill: #1e91ff;
margin-right: 15px;
}
#message .block .title h3 {
color: #1e91ff;
}
#message .block .message {
margin: 20px 0 20px 45px;
}
#message .block .message p + p {
margin-top: 0.7rem;
}
#message .block .close {
align-self: flex-end;
padding: 6px 12px;
}
#error .img {
fill: #1e91ff;
width: 200px;
height: 200px;
}
#error .block h1 {
margin-bottom: 35px;
}
.date_time_block {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
background: #f1f5f8;
height: 140px;
width: 314px;
border-radius: 70px;
align-self: center;
}
.date_time_block .block_circle {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100px;
width: 100px;
padding: 20px;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50px;
}
.date_time_block .block_circle.from {
color: #1e91ff;
}
.date_time_block .block_circle .text {
font-size: 40px;
line-height: 47px;
font-family: Rubik-bold;
font-weight: 700;
}
.date_time_block .block_circle .sign {
font-size: 12px;
line-height: 14px;
text-transform: lowercase;
}
.date_time_block .jump {
display: flex;
justify-content: center;
}
.date_time_block .jump .circle {
width: 8px;
height: 8px;
border-radius: 4px;
background: #1e91ff;
}
.date_time_block .jump .circle:nth-child(2) {
opacity: 0.7;
}
.date_time_block .jump .circle:nth-child(3) {
opacity: 0.4;
}
.date_time_block .jump .circle + .circle {
margin-left: 5px;
}
@media screen and (max-width: 800px) {
.date_time_block {
height: calc(100vw * (140 / 314) - 70px);
width: 100%;
border-radius: calc((100vw * (140 / 314) - 70px) / 2);
padding: 10px;
}
.date_time_block .block_circle {
height: calc(100vw * (120 / 314) - 70px);
width: calc(100vw * (120 / 314) - 70px);
border-radius: 100%;
}
.date_time_block .block_circle .text {
font-size: calc(20vw / (120 / 40));
line-height: calc(20vw / (120 / 47));
}
}
.block_column {
display: flex;
flex-direction: column;
align-items: stretch;
flex-grow: 1;
}
.block_column .block_column_content {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 35px;
align-self: stretch;
}
@media screen and (max-width: 800px) {
.block_column .block_column_content {
flex-direction: column;
}
}
#loader {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9998;
}
.ajax_loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(241, 245, 248, 0.5);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
display: none;
background-image: url("/storage/img/icons/logo/logo_loader.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-size: 10%;
-webkit-animation-duration: 1.4s;
animation-duration: 1.4s;
-webkit-animation-name: loader;
animation-name: loader;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes loader {
0% {
background-color: rgba(241, 245, 248, 0.5);
}
50% {
background-color: rgba(30, 145, 255, 0.08);
}
100% {
background-color: rgba(241, 245, 248, 0.5);
}
}
@keyframes loader {
0% {
background-color: rgba(241, 245, 248, 0.5);
}
50% {
background-color: rgba(30, 145, 255, 0.08);
}
100% {
background-color: rgba(241, 245, 248, 0.5);
}
}
.specialties .block_form h1 + .block {
margin-top: 35px;
}
.specialties .block_form .block {
display: flex;
flex-direction: column;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
align-items: center;
align-self: stretch;
padding: 20px;
border-radius: 20px;
position: relative;
overflow: hidden;
}
.specialties .block_form .switches {
display: flex;
justify-content: center;
justify-content: space-around;
align-items: center;
align-self: stretch;
}
@media screen and (max-width: 800px) {
.specialties .block_form .switches {
flex-direction: column;
align-items: stretch;
}
}
.specialties .block_form .switches .switch_block2 + .switch_block2 {
margin-left: 10px;
}
@media screen and (max-width: 800px) {
.specialties .block_form .switches .switch_block2 + .switch_block2 {
margin-left: 0;
margin-top: 10px;
}
}
.specialties .block_form .list {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 20px;
align-self: stretch;
align-items: stretch;
}
.specialties .block_form .list .specialty_qualifications {
display: flex;
flex-direction: column;
padding: 15px;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
font-size: 16px;
line-height: 19px;
transition: box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
cursor: pointer;
}
.specialties .block_form .list .specialty_qualifications:hover {
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.specialties .block_form .list .specialty_qualifications:hover .code {
color: #1e91ff;
}
.specialties .block_form .list .specialty_qualifications .specialty {
display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
}
@media screen and (max-width: 800px) {
.specialties .block_form .list .specialty_qualifications .specialty .specialty_text {
flex-direction: column;
align-items: flex-start;
}
.specialties .block_form .list .specialty_qualifications .specialty .specialty_text .code {
margin-bottom: 10px;
}
}
.specialties .block_form .list .specialty_qualifications .specialty span {
margin-right: 15px;
}
.specialties .block_form .list .specialty_qualifications .specialty .code {
width: 80px;
font-family: Rubik-medium;
font-weight: 500;
transition: color 0.2s ease-in-out;
}
.specialties .block_form .list .specialty_qualifications .specialty .name {
width: 300px;
}
@media screen and (max-width: 800px) {
.specialties .block_form .list .specialty_qualifications .specialty .name {
width: auto;
}
}
.specialties .block_form .list .specialty_qualifications .specialty .chevron {
width: 15px;
height: 15px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-image: url("/storage/img/icons/chevron-down.svg");
flex-shrink: 0;
}
.specialties .block_form .list .specialty_qualifications .specialty + .specialty {
margin-top: 20px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block {
display: none;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications {
display: flex;
flex-direction: column;
align-self: stretch;
margin-top: 20px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications .info {
display: flex;
flex-direction: column;
max-width: 460px;
margin-right: 20px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications .info .sign {
margin-bottom: 10px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications .combine {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications .combine .info {
max-width: 210px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications + .qualifications {
border-top: 1px solid rgba(62, 62, 62, 0.5);
padding-top: 20px;
}
.specialties .block_form .list .specialty_qualifications.active .specialty .chevron {
background-image: url("/storage/img/icons/chevron-up.svg");
}
.info .block_info .block {
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 20px;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 50px;
flex-direction: column;
align-self: stretch;
align-items: stretch;
position: relative;
overflow: hidden;
}
.info .block_info .block .date_time_block {
margin-top: 35px;
}
.info .block_info .block .status_block {
margin-top: 35px;
}
.info .block_info .block .title {
display: flex;
justify-content: space-between;
align-items: center;
}
.info .block_info .block .title .switch_block {
margin-left: 20px;
}
@media screen and (max-width: 800px) {
.info .block_info .block .title {
flex-direction: column;
}
.info .block_info .block .title .switch_block {
margin-left: 0px;
margin-top: 20px;
}
}
.info .block_info .block .list_block {
display: flex;
flex-direction: column;
margin-top: 30px;
align-items: flex-start;
justify-content: space-between;
}
.info .block_info .block .list_block .list {
display: flex;
align-items: center;
}
.info .block_info .block .list_block .list .icon {
margin-right: 20px;
}
.info .block_info .block .list_block .list + .list {
margin-top: 25px;
}
.info .block_info .block .status_block {
display: flex;
justify-content: center;
align-items: center;
}
.info .block_info .block .status_block .status {
margin-left: 10px;
}
.info .block_info .block.documents {
flex-grow: 1;
}
.info .block_info .block.documents .list_block .list .icon {
height: 25px;
width: 25px;
}
@media screen and (max-width: 800px) {
.info .block_info .block {
padding: 35px;
}
.info .block_info .block .date_time_block {
margin-top: 20px;
}
.info .block_info .block .status_block {
margin-top: 20px;
}
}
#cookie {
display: none;
position: fixed;
bottom: 50px;
left: 0;
width: 100%;
z-index: 99999;
}
@media screen and (max-width: 800px) {
#cookie {
bottom: 0;
padding: 35px;
}
}
#cookie .block_cookie {
display: flex;
justify-content: space-between;
align-items: center;
width: 500px;
padding: 20px;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.8);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
border: 1px solid rgba(30, 145, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
margin: 0 auto;
}
#cookie .block_cookie .text {
margin-right: 35px;
}
#cookie .block_cookie .button {
flex-shrink: 0;
}
@media screen and (max-width: 800px) {
#cookie .block_cookie {
width: 100%;
flex-direction: column;
}
#cookie .block_cookie .text {
margin-right: 0;
margin-bottom: 20px;
}
}
.apply_block {
display: none;
padding: 10px 15px;
border-radius: 30px;
border: 1px solid #1e91ff;
position: relative;
overflow: hidden;
}
.apply_block .apply {
width: 25px;
height: 25px;
fill: #1e91ff;
margin-right: 1rem;
}
#login {
justify-content: space-around;
}
.mobile_header {
display: none;
}
@media screen and (max-width: 800px) {
.mobile_header {
display: flex;
}
}
#logo {
display: flex;
justify-content: center;
align-items: center;
}
#logo .logo_block {
display: flex;
justify-content: center;
align-items: center;
}
#logo .logo_block .img {
transition: fill 0.2s ease-in-out;
fill: #3e3e3e;
}
#logo .logo_block:hover .img {
fill: #1e91ff;
}
#logo .logo_block .logo {
display: flex;
justify-content: center;
align-items: center;
}
#logo .logo_block .logo .img {
height: 28px;
width: 37px;
}
#logo .logo_block .logo .text {
margin-left: 20px;
font-family: Rubik-medium;
font-weight: 500;
font-size: 9px;
line-height: 11px;
}
#logo .logo_block .border {
margin-left: 30px;
width: 1px;
align-self: stretch;
background-color: #3e3e3e;
}
#logo .button_back {
display: flex;
justify-content: center;
align-items: center;
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 15px;
height: 30px;
padding: 6px 12px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
margin-right: 30px;
}
#logo .button_back:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
#logo .button_back:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
#logo .button_back:hover {
box-shadow: none;
}
#logo .button_back .chevron {
fill: #fff;
height: 1rem;
width: 0.8rem;
margin-right: 6px;
}
|
public/css/app.css
|
*,
*::before,
*::after {
box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
margin: 0;
}
ul[role=list],
ol[role=list] {
list-style: none;
}
html:focus-within {
scroll-behavior: smooth;
}
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
img,
picture {
max-width: 100%;
display: block;
}
input,
button,
textarea,
select {
font: inherit;
}
input:active,
input:hover,
input:focus,
button:active,
button:hover,
button:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
outline: 0;
outline-offset: 0;
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
-webkit-animation-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
header {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 50px;
position: fixed;
width: 100%;
height: 180px;
left: 0;
top: 0;
background: linear-gradient(180deg, #EDF1F5 72.32%, rgba(237, 241, 245, 0) 100%);
filter: drop-shadow(0px 8px 44px #EDF1F5);
z-index: 9999;
transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
header.out {
transform: translateY(-100%);
}
header .request_stage {
display: flex;
justify-content: center;
align-items: center;
}
header .request_stage .circle {
height: 30px;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid rgba(30, 145, 255, 0.2);
border-radius: 15px;
}
header .request_stage .circle.active {
border: 2px solid #1e91ff;
}
header .request_stage .line {
background: rgba(30, 145, 255, 0.2);
width: 20px;
height: 1px;
}
header .request_stage .line.active {
background: linear-gradient(90deg, #1e91ff 10.18%, rgba(30, 145, 255, 0.2) 100.18%);
}
header .request_stage .line.full_active {
background: #1e91ff;
}
header .menu {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 35px;
width: 1180px;
height: 80px;
border-radius: 30px;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
}
header .menu nav {
display: flex;
align-items: center;
}
header .menu nav a + a {
margin-left: 30px;
}
header.mobile {
display: none;
position: fixed;
bottom: 35px;
left: 35px;
top: auto;
height: 60px;
background: transparent;
filter: none;
padding: 0;
width: calc(100% - 70px);
}
header.mobile .menu {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
height: 60px;
width: 100%;
border-radius: 30px;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
}
header.mobile.out {
transform: translateY(calc(100% + 70px));
}
@media screen and (max-width: 800px) {
header.laptop {
display: none;
}
header.mobile {
display: block;
}
}
footer {
padding: 50px;
display: flex;
justify-content: center;
align-items: center;
}
footer section {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 35px;
max-width: 1180px;
flex-grow: 1;
}
footer section .logo {
display: flex;
justify-content: center;
align-items: center;
}
footer section .logo .icon {
margin-right: 10px;
height: 25px;
width: 34px;
}
footer section .social_block {
display: flex;
}
footer section .social_block .social {
display: flex;
justify-content: center;
align-items: center;
width: 70px;
height: 70px;
border-radius: 35px;
background-color: #f1f5f8;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), -4px -4px 8px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
}
footer section .social_block .social .icon {
width: 30px;
height: 30px;
}
footer section .social_block .social + .social {
margin-left: 20px;
}
@font-face {
font-family: Rubik;
src: url("/font/rubik.ttf");
}
@font-face {
font-family: Rubik-medium;
src: url("/font/rubik-medium.ttf");
}
@font-face {
font-family: Rubik-bold;
src: url("/font/rubik-bold.ttf");
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
display: flex;
flex-direction: column;
background: #f1f5f8;
font-size: 14px;
line-height: 17px;
font-family: Rubik;
font-weight: 400;
padding-top: 180px;
min-width: 1280px;
color: #3e3e3e;
}
@media screen and (max-width: 800px) {
body {
min-width: 100%;
padding-top: 0;
}
}
svg {
fill: #3e3e3e;
}
h1,
h2,
h3 {
font-family: Rubik-bold;
font-weight: 700;
cursor: default;
}
h1.gradient,
h2.gradient,
h3.gradient {
background: linear-gradient(268.89deg, #1E91FF -0.02%, #17DAE7 99.98%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h1.accent,
h2.accent,
h3.accent {
color: #1e91ff;
}
h1 {
font-size: 40px;
line-height: 47px;
}
span.middle {
font-size: 16px;
line-height: 19px;
}
span.large {
font-size: 18px;
line-height: 21px;
}
span.status {
padding: 6px 14px;
background: rgba(30, 145, 255, 0.2);
border-radius: 14px;
color: #1e91ff;
font-size: 14px;
}
span.accent {
color: #1e91ff;
}
b {
font-family: Rubik-medium;
font-weight: 500;
}
a {
text-decoration: none;
color: #3e3e3e;
transition: color 0.2s ease-in-out;
cursor: pointer;
}
a.button {
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 20px;
padding: 10px 20px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
text-align: center;
}
a.button:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
a.button:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
a.button:disabled:hover {
background: #1e91ff;
color: #fff !important;
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
}
a.button_small {
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 15px;
height: 30px;
padding: 6px 12px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
}
a.button_small:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
a.button_small:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
a:hover {
color: #1e91ff;
}
a.underlined {
text-decoration: underline;
color: #1e91ff;
}
a.underlined:hover {
opacity: 0.7;
}
p + p {
margin-top: 1rem;
}
textarea {
overflow: auto;
}
.select,
input[type=text],
input[type=mail],
input[type=password],
input[type=date],
textarea {
display: flex;
align-self: stretch;
background: #FFFFFF;
box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(30, 145, 255, 0.2);
border-radius: 10px;
padding: 13px 20px;
color: #3e3e3e;
resize: none;
height: 43px;
min-width: 260px;
position: relative;
-webkit-appearance: none;
}
.select:focus,
input[type=text]:focus,
input[type=mail]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus {
border: 1px solid #1e91ff;
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
}
.select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=mail]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
color: rgba(62, 62, 62, 0.8);
}
.select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=mail]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: rgba(62, 62, 62, 0.8);
}
.select::placeholder,
input[type=text]::placeholder,
input[type=mail]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
color: rgba(62, 62, 62, 0.8);
}
.select::-moz-placeholder:focus, input[type=text]::-moz-placeholder:focus, input[type=mail]::-moz-placeholder:focus, input[type=password]::-moz-placeholder:focus, input[type=date]::-moz-placeholder:focus, textarea::-moz-placeholder:focus {
color: #3e3e3e;
}
.select:-ms-input-placeholder:focus, input[type=text]:-ms-input-placeholder:focus, input[type=mail]:-ms-input-placeholder:focus, input[type=password]:-ms-input-placeholder:focus, input[type=date]:-ms-input-placeholder:focus, textarea:-ms-input-placeholder:focus {
color: #3e3e3e;
}
.select::placeholder:focus,
input[type=text]::placeholder:focus,
input[type=mail]::placeholder:focus,
input[type=password]::placeholder:focus,
input[type=date]::placeholder:focus,
textarea::placeholder:focus {
color: #3e3e3e;
}
.select {
cursor: pointer;
padding-right: 50px;
}
.select::before {
content: "";
height: 15px;
width: 15px;
position: absolute;
top: 14px;
right: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-image: url("/storage/img/icons/chevron-down.svg");
}
.select.active {
border: 1px solid #1e91ff;
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
}
.select.active::before {
background-image: url("/storage/img/icons/chevron-up.svg");
}
.select .text {
color: rgba(62, 62, 62, 0.8);
}
.select .text.active {
color: #3e3e3e;
}
.select .list_option {
display: none;
display: flex;
flex-direction: column;
position: absolute;
top: 50px;
left: 0;
width: 100%;
padding: 13px 20px;
border-radius: 10px;
background-color: rgba(241, 245, 248, 0.7);
box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
z-index: 9998;
}
.select .list_option .option {
cursor: pointer;
}
.select .list_option .option:hover {
color: #1e91ff;
}
.select .list_option .option + .option {
margin-top: 13px;
}
.select_button {
height: 40px;
width: 40px;
border-radius: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-color: #f1f5f8;
background-size: 70%;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), -4px -4px 8px rgba(255, 255, 255, 0.8), inset -4px -4px 12px transparent, inset 4px 4px 8px transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
background-image: url("/storage/img/icons/plus.svg");
cursor: pointer;
transition: box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.select_button.active {
background-image: url("/storage/img/icons/minus.svg");
}
.select_button:hover {
box-shadow: 4px 4px 8px transparent, -4px -4px 8px transparent, inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
}
input[type=submit] {
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 20px;
padding: 10px 20px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
-webkit-appearance: none;
}
input[type=submit]:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
input[type=submit]:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
input[type=submit]:disabled:hover {
background: #1e91ff;
color: #fff !important;
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
}
input[type=submit].button_small {
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 15px;
height: 30px;
padding: 6px 12px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
}
input[type=submit].button_small:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
input[type=submit].button_small:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
input[type=submit]:disabled {
opacity: 0.5;
cursor: default;
}
input[type=file] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
input:-webkit-autofill {
-webkit-box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08), inset 0 0 0 50px #fff !important;
-webkit-text-fill-color: #3e3e3e !important;
color: #3e3e3e !important;
}
textarea {
height: 129px;
overflow: hidden;
}
.switch_block {
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
background-color: #fff;
border: 1px solid rgba(30, 145, 255, 0.2);
padding: 5px;
height: 42px;
border-radius: 20px;
overflow: hidden;
flex-shrink: 0;
}
.switch_block .switch + .switch {
margin-left: 5px;
}
.switch_block .switch {
padding: 7px 14px;
font-size: 14px;
line-height: 16px;
border-radius: 14px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.switch_block .switch.active {
background-color: #f1f5f8;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), -4px -4px 8px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
font-family: Rubik-medium;
font-weight: 500;
color: #1e91ff;
}
.switch_block .switch.disabled {
pointer-events: none;
cursor: default;
}
.switch_block2 {
display: flex;
align-items: flex-start;
padding: 10px;
background: #fff;
border: 1px solid rgba(30, 145, 255, 0.2);
border-radius: 15px;
box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
flex-shrink: 0;
}
@media screen and (max-width: 800px) {
.switch_block2 {
align-self: stretch;
}
}
.switch_block2 .switch {
display: flex;
justify-content: center;
align-items: center;
padding: 5px 25px;
height: 40px;
border-radius: 10px;
cursor: pointer;
}
@media screen and (max-width: 800px) {
.switch_block2 .switch {
flex-grow: 1;
flex-basis: 0;
}
}
.switch_block2 .switch.active {
background-color: #f1f5f8;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), -4px -4px 8px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
font-family: Rubik-medium;
font-weight: 500;
color: #1e91ff;
}
.switch_block2 .switch.disabled {
pointer-events: none;
cursor: default;
}
.switch_block2 .switch + .switch {
margin-left: 10px;
}
main {
display: flex;
flex-direction: column;
align-items: center;
padding: 0 50px;
position: relative;
flex-grow: 1;
}
@media screen and (max-width: 800px) {
main {
padding: 35px;
}
}
main section {
display: flex;
justify-content: space-between;
align-items: center;
width: 1180px;
padding: 35px;
}
@media screen and (max-width: 800px) {
main section {
width: 100%;
padding: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
main section .illustration {
margin-bottom: 35px;
}
}
main section .title_block {
display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
margin-bottom: 35px;
}
main section .title_block .title {
display: flex;
justify-content: center;
align-items: center;
}
main section .title_block .title .count {
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 50px;
border-radius: 100%;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff;
font-size: 25px;
padding: 10px;
margin-left: 35px;
}
main section .title_block .switches {
display: flex;
justify-content: center;
align-items: center;
}
main section .title_block .switches .switch_block + .switch_block {
margin-left: 20px;
}
main section + section {
margin-top: 50px;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.block_form {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.form_block {
display: flex;
flex-direction: column;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
align-items: stretch;
align-self: stretch;
padding: 20px;
border-radius: 20px;
}
.form_block .title {
font-size: 18px;
line-height: 21px;
font-family: Rubik-medium;
font-weight: 500;
text-align: center;
}
.form_block .title + .block_input {
margin-top: 20px;
}
.form_block .block_input {
display: flex;
flex-direction: column;
align-self: stretch;
}
.form_block .block_input input[type=submit] {
align-self: center;
}
.form_block .block_input input + input,
.form_block .block_input input + textarea,
.form_block .block_input textarea + input,
.form_block .block_input .input + .input {
margin-top: 20px;
}
.form_block .block_input a {
text-align: right;
}
.form_block .block_input a + input {
margin-top: 20px;
}
.form_block .block_input input + a {
margin-top: 20px;
}
.block_form .form_block {
margin-top: 50px;
}
@media screen and (max-width: 800px) {
.block_form .form_block {
margin-top: 20px;
}
}
#message {
display: none;
position: fixed;
top: 180px;
width: 400px;
min-height: 100px;
left: calc(50% - 200px);
border-radius: 20px;
border: 1px solid rgba(30, 145, 255, 0.2);
box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
padding: 20px;
background-color: rgba(255, 255, 255, 0.7);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
z-index: 9999;
}
@media screen and (max-width: 800px) {
#message {
width: calc(100% - 70px);
left: 35px;
top: 35px;
}
}
#message .block {
display: flex;
flex-direction: column;
}
#message .block .title {
display: flex;
align-items: center;
}
#message .block .title .icon {
height: 30px;
width: 30px;
fill: #1e91ff;
margin-right: 15px;
}
#message .block .title h3 {
color: #1e91ff;
}
#message .block .message {
margin: 20px 0 20px 45px;
}
#message .block .message p + p {
margin-top: 0.7rem;
}
#message .block .close {
align-self: flex-end;
padding: 6px 12px;
}
#error .img {
fill: #1e91ff;
width: 200px;
height: 200px;
}
#error .block h1 {
margin-bottom: 35px;
}
.date_time_block {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.8), inset 4px 4px 8px rgba(0, 0, 0, 0.08);
background: #f1f5f8;
height: 140px;
width: 314px;
border-radius: 70px;
align-self: center;
}
.date_time_block .block_circle {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100px;
width: 100px;
padding: 20px;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50px;
}
.date_time_block .block_circle.from {
color: #1e91ff;
}
.date_time_block .block_circle .text {
font-size: 40px;
line-height: 47px;
font-family: Rubik-bold;
font-weight: 700;
}
.date_time_block .block_circle .sign {
font-size: 12px;
line-height: 14px;
text-transform: lowercase;
}
.date_time_block .jump {
display: flex;
justify-content: center;
}
.date_time_block .jump .circle {
width: 8px;
height: 8px;
border-radius: 4px;
background: #1e91ff;
}
.date_time_block .jump .circle:nth-child(2) {
opacity: 0.7;
}
.date_time_block .jump .circle:nth-child(3) {
opacity: 0.4;
}
.date_time_block .jump .circle + .circle {
margin-left: 5px;
}
@media screen and (max-width: 800px) {
.date_time_block {
height: calc(100vw * (140 / 314) - 70px);
width: 100%;
border-radius: calc((100vw * (140 / 314) - 70px) / 2);
padding: 10px;
}
.date_time_block .block_circle {
height: calc(100vw * (120 / 314) - 70px);
width: calc(100vw * (120 / 314) - 70px);
border-radius: 100%;
}
.date_time_block .block_circle .text {
font-size: calc(20vw / (120 / 40));
line-height: calc(20vw / (120 / 47));
}
}
.block_column {
display: flex;
flex-direction: column;
align-items: stretch;
flex-grow: 1;
}
.block_column .block_column_content {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 35px;
align-self: stretch;
}
@media screen and (max-width: 800px) {
.block_column .block_column_content {
flex-direction: column;
}
}
#loader {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9998;
}
.ajax_loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(241, 245, 248, 0.5);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
display: none;
background-image: url("/storage/img/icons/logo/logo_loader.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-size: 10%;
-webkit-animation-duration: 1.4s;
animation-duration: 1.4s;
-webkit-animation-name: loader;
animation-name: loader;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes loader {
0% {
background-color: rgba(241, 245, 248, 0.5);
}
50% {
background-color: rgba(30, 145, 255, 0.08);
}
100% {
background-color: rgba(241, 245, 248, 0.5);
}
}
@keyframes loader {
0% {
background-color: rgba(241, 245, 248, 0.5);
}
50% {
background-color: rgba(30, 145, 255, 0.08);
}
100% {
background-color: rgba(241, 245, 248, 0.5);
}
}
.specialties .block_form h1 + .block {
margin-top: 35px;
}
.specialties .block_form .block {
display: flex;
flex-direction: column;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
align-items: center;
align-self: stretch;
padding: 20px;
border-radius: 20px;
position: relative;
overflow: hidden;
}
.specialties .block_form .switches {
display: flex;
justify-content: center;
justify-content: space-around;
align-items: center;
align-self: stretch;
}
@media screen and (max-width: 800px) {
.specialties .block_form .switches {
flex-direction: column;
align-items: stretch;
}
}
.specialties .block_form .switches .switch_block2 + .switch_block2 {
margin-left: 10px;
}
@media screen and (max-width: 800px) {
.specialties .block_form .switches .switch_block2 + .switch_block2 {
margin-left: 0;
margin-top: 10px;
}
}
.specialties .block_form .list {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 20px;
align-self: stretch;
align-items: stretch;
}
.specialties .block_form .list .specialty_qualifications {
display: flex;
flex-direction: column;
padding: 15px;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
font-size: 16px;
line-height: 19px;
transition: box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
cursor: pointer;
}
.specialties .block_form .list .specialty_qualifications:hover {
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.specialties .block_form .list .specialty_qualifications:hover .code {
color: #1e91ff;
}
.specialties .block_form .list .specialty_qualifications .specialty {
display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
}
@media screen and (max-width: 800px) {
.specialties .block_form .list .specialty_qualifications .specialty .specialty_text {
flex-direction: column;
align-items: flex-start;
}
.specialties .block_form .list .specialty_qualifications .specialty .specialty_text .code {
margin-bottom: 10px;
}
}
.specialties .block_form .list .specialty_qualifications .specialty span {
margin-right: 15px;
}
.specialties .block_form .list .specialty_qualifications .specialty .code {
width: 80px;
font-family: Rubik-medium;
font-weight: 500;
transition: color 0.2s ease-in-out;
}
.specialties .block_form .list .specialty_qualifications .specialty .name {
width: 300px;
}
@media screen and (max-width: 800px) {
.specialties .block_form .list .specialty_qualifications .specialty .name {
width: auto;
}
}
.specialties .block_form .list .specialty_qualifications .specialty .chevron {
width: 15px;
height: 15px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-image: url("/storage/img/icons/chevron-down.svg");
flex-shrink: 0;
}
.specialties .block_form .list .specialty_qualifications .specialty + .specialty {
margin-top: 20px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block {
display: none;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications {
display: flex;
flex-direction: column;
align-self: stretch;
margin-top: 20px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications .info {
display: flex;
flex-direction: column;
max-width: 460px;
margin-right: 20px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications .info .sign {
margin-bottom: 10px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications .combine {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications .combine .info {
max-width: 210px;
}
.specialties .block_form .list .specialty_qualifications .qualifications_block .qualifications + .qualifications {
border-top: 1px solid rgba(62, 62, 62, 0.5);
padding-top: 20px;
}
.specialties .block_form .list .specialty_qualifications.active .specialty .chevron {
background-image: url("/storage/img/icons/chevron-up.svg");
}
.info .block_info .block {
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 20px;
background-color: #f1f5f8;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), -8px -8px 16px rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 50px;
flex-direction: column;
align-self: stretch;
align-items: stretch;
position: relative;
overflow: hidden;
}
.info .block_info .block .date_time_block {
margin-top: 35px;
}
.info .block_info .block .status_block {
margin-top: 35px;
}
.info .block_info .block .title {
display: flex;
justify-content: space-between;
align-items: center;
}
.info .block_info .block .title .switch_block {
margin-left: 20px;
}
@media screen and (max-width: 800px) {
.info .block_info .block .title {
flex-direction: column;
}
.info .block_info .block .title .switch_block {
margin-left: 0px;
margin-top: 20px;
}
}
.info .block_info .block .list_block {
display: flex;
flex-direction: column;
margin-top: 30px;
align-items: flex-start;
justify-content: space-between;
}
.info .block_info .block .list_block .list {
display: flex;
align-items: center;
}
.info .block_info .block .list_block .list .icon {
margin-right: 20px;
}
.info .block_info .block .list_block .list + .list {
margin-top: 25px;
}
.info .block_info .block .status_block {
display: flex;
justify-content: center;
align-items: center;
}
.info .block_info .block .status_block .status {
margin-left: 10px;
}
.info .block_info .block.documents {
flex-grow: 1;
}
.info .block_info .block.documents .list_block .list .icon {
height: 25px;
width: 25px;
}
@media screen and (max-width: 800px) {
.info .block_info .block {
padding: 35px;
}
.info .block_info .block .date_time_block {
margin-top: 20px;
}
.info .block_info .block .status_block {
margin-top: 20px;
}
}
#cookie {
display: none;
position: fixed;
bottom: 50px;
left: 0;
width: 100%;
z-index: 99999;
}
@media screen and (max-width: 800px) {
#cookie {
bottom: 0;
padding: 35px;
}
}
#cookie .block_cookie {
display: flex;
justify-content: space-between;
align-items: center;
width: 500px;
padding: 20px;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.8);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
border: 1px solid rgba(30, 145, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
margin: 0 auto;
}
#cookie .block_cookie .text {
margin-right: 35px;
}
#cookie .block_cookie .button {
flex-shrink: 0;
}
@media screen and (max-width: 800px) {
#cookie .block_cookie {
width: 100%;
flex-direction: column;
}
#cookie .block_cookie .text {
margin-right: 0;
margin-bottom: 20px;
}
}
.apply_block {
display: none;
padding: 10px 15px;
border-radius: 30px;
border: 1px solid #1e91ff;
position: relative;
overflow: hidden;
}
.apply_block .apply {
width: 25px;
height: 25px;
fill: #1e91ff;
margin-right: 1rem;
}
#login {
justify-content: space-around;
}
.mobile_header {
display: none;
}
@media screen and (max-width: 800px) {
.mobile_header {
display: flex;
}
}
#logo {
display: flex;
justify-content: center;
align-items: center;
}
#logo .logo_block {
display: flex;
justify-content: center;
align-items: center;
}
#logo .logo_block .img {
transition: fill 0.2s ease-in-out;
fill: #3e3e3e;
}
#logo .logo_block:hover .img {
fill: #1e91ff;
}
#logo .logo_block .logo {
display: flex;
justify-content: center;
align-items: center;
}
#logo .logo_block .logo .img {
height: 28px;
width: 37px;
}
#logo .logo_block .logo .text {
margin-left: 20px;
font-family: Rubik-medium;
font-weight: 500;
font-size: 9px;
line-height: 11px;
}
#logo .logo_block .border {
margin-left: 30px;
width: 1px;
align-self: stretch;
background-color: #3e3e3e;
}
#logo .button_back {
display: flex;
justify-content: center;
align-items: center;
background: #1e91ff;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 4px 4px 12px rgba(15, 75, 133, 0.3), -4px -4px 12px #C9E5FF;
border-radius: 15px;
height: 30px;
padding: 6px 12px;
color: #fff;
cursor: pointer;
font-weight: 500;
font-family: Rubik-medium;
transition: all 0.3s ease-in-out;
margin-right: 30px;
}
#logo .button_back:hover {
box-shadow: none;
background: rgba(30, 145, 255, 0.2);
color: #1e91ff !important;
}
#logo .button_back:hover svg {
fill: #1e91ff;
transition: fill 0.3s ease-in-out;
}
#logo .button_back:hover {
box-shadow: none;
}
#logo .button_back .chevron {
fill: #fff;
height: 1rem;
width: 0.8rem;
margin-right: 6px;
}
| 0.453262 | 0.071851 |
.vcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.vcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#vcolorbox, #vcboxContent, #vcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/*
User Style:
Change the following styles to modify the appearance of vcolorbox. They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#vcboxOverlay{background:#fff;}
#vcolorbox{outline:0;}
#vcboxContent{margin-top:32px; overflow:visible; background:#000;}
.vcboxIframe{background:#fff;}
#vcboxError{padding:50px; border:1px solid #ccc;}
#vcboxLoadedContent{background:#000; padding:1px;}
#vcboxLoadingGraphic{background:url(../images/2/loading.gif) no-repeat center center;}
#vcboxLoadingOverlay{background:#000;}
#vcboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#vcboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#vcboxPrevious, #vcboxNext, #vcboxSlideshow, #vcboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/2/controls.png) no-repeat 0 0;}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#vcboxPrevious:active, #vcboxNext:active, #vcboxSlideshow:active, #vcboxClose:active {outline:0;}
#vcboxPrevious{background-position:0px 0px; right:44px;}
#vcboxPrevious:hover{background-position:0px -25px;}
#vcboxNext{background-position:-25px 0px; right:22px;}
#vcboxNext:hover{background-position:-25px -25px;}
#vcboxClose{background-position:-50px 0px; right:0;}
#vcboxClose:hover{background-position:-50px -25px;}
.vcboxSlideshow_on #vcboxPrevious, .vcboxSlideshow_off #vcboxPrevious{right:66px;}
.vcboxSlideshow_on #vcboxSlideshow{background-position:-100px -25px; right:44px;}
.vcboxSlideshow_off #vcboxSlideshow{background-position:-75px -25px; right:44px;}
|
wp-app/wp-content/plugins/smart-grid-gallery/assets/style/colorbox-2.css
|
.vcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.vcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#vcolorbox, #vcboxContent, #vcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/*
User Style:
Change the following styles to modify the appearance of vcolorbox. They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#vcboxOverlay{background:#fff;}
#vcolorbox{outline:0;}
#vcboxContent{margin-top:32px; overflow:visible; background:#000;}
.vcboxIframe{background:#fff;}
#vcboxError{padding:50px; border:1px solid #ccc;}
#vcboxLoadedContent{background:#000; padding:1px;}
#vcboxLoadingGraphic{background:url(../images/2/loading.gif) no-repeat center center;}
#vcboxLoadingOverlay{background:#000;}
#vcboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#vcboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#vcboxPrevious, #vcboxNext, #vcboxSlideshow, #vcboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/2/controls.png) no-repeat 0 0;}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#vcboxPrevious:active, #vcboxNext:active, #vcboxSlideshow:active, #vcboxClose:active {outline:0;}
#vcboxPrevious{background-position:0px 0px; right:44px;}
#vcboxPrevious:hover{background-position:0px -25px;}
#vcboxNext{background-position:-25px 0px; right:22px;}
#vcboxNext:hover{background-position:-25px -25px;}
#vcboxClose{background-position:-50px 0px; right:0;}
#vcboxClose:hover{background-position:-50px -25px;}
.vcboxSlideshow_on #vcboxPrevious, .vcboxSlideshow_off #vcboxPrevious{right:66px;}
.vcboxSlideshow_on #vcboxSlideshow{background-position:-100px -25px; right:44px;}
.vcboxSlideshow_off #vcboxSlideshow{background-position:-75px -25px; right:44px;}
| 0.363647 | 0.113113 |
@import url("/web-data/fonts/fonts.css");
html, body {
background: #e8e8e8;
color: #333;
font-family: 'Roboto', sans-serif;
font-weight: bold;
font-size: 14px;
text-align: center;
}
input, select, textarea, button {
background-color: #FFF;
border-radius: 2px;
border: 1px solid #DDD;
color: #444;
font-size: 14px;
transition: border-color .15s ease-in-out 0 box-shadow .15s ease-in-out 0;
padding: 5px;
}
input[type="file"] {
padding: 1px;
}
input:focus, textarea:focus, select:focus {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
outline: 0 none;
border-color: #66AFE9;
}
* html #banner {
width: 1005px;
height: 40px;
}
a, a:visited, a:active {
color: #485052;
text-decoration: none
}
button:hover, input[type="button"]:hover, a.tEditTag:hover {
border: 1px solid #66AFE9;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
img {
border: 0px;
}
.contentTabInner td {
padding: 2px;
}
.bouquetButtons {
text-align: center;
}
.bouquetButtons button {
width: 16%;
}
.servicelistButtons {
text-align: center;
}
.servicelistButtons button {
width: 24%;
margin: 1px;
}
.serviceheader {
padding: 5px;
}
#banner {
width: 1000px;
padding: 10px;
margin-bottom: 8px;
text-align: center;
}
#serviceSearch {
width: 460px;
}
label {
font-size:14px;
font-weight:normal;
padding-left: 5px;
}
#iptvName, #iptvUrl {
width: 94%;
}
#servicelist {
height: 284px;
}
#container {
margin: 0 auto; /* align for good browsers */
text-align: left; /* counter the body center */
width: 1005px;
}
#notification {
color: #000;
width: 50%;
height: 32px;
position: absolute;
top: 0px;
left: 25%;
text-align: center;
vertical-align: bottom;
z-index: 2;
}
.normalFont {
font-weight: normal;
}
.contentTabMain {
background-color: #FFF;
text-align: left;
display: block;
margin: 0px;
padding: 0px;
margin: 0px;
}
.contentTabInner {
background-color: #FFF;
text-align: left;
width: 490px;
margin: 0px;
padding: 0px;
}
th.contentTabMain {
background: #000;
}
.selectTab {
width: 100%;
}
.roundBorder {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #FFF;
border-image: none;
border-left: 1px solid #D8D8D8;
border-radius: 2px;
border-right: 2px solid #D8D8D8;
box-sizing: border-box;
vertical-align: top;
border-color: #D8D8D8;
border-style: solid;
border-width: 0 1px 2px;
margin: 2px;
}
.full {
width: 98%;
vertical-align: top;
margin-left:3px;
}
.half {
width: 48%;
vertical-align: top;
}
.quarter {
width: 25%;
}
.middle {
padding: 0px;
}
.select {
width: 100%;
display: block;
}
.menu-padding {
padding: 5px;
}
.BEmenu {
text-align: center;
overflow: hidden;
background: #000;
margin: 0;
padding: 0;
display: inline-block;
}
.BEmenu a {
display: block;
height: 100%;
padding: 10px;
}
.BEmenu a:hover, .BEmenu li.hover {
background: #ededed;
position: relative;
z-index: 3;
}
.BEmenu li {
background: #FFF;
float: left;
list-style: none;
margin: 0;
position: relative;
z-index: 2;
padding: 0;
}
.BEmenu li.navselected {
background: #efefef;
position: relative;
z-index: 3;
}
.black {
background: #000;
}
.grey {
background: #DDD;
color: #000;
}
.white {
background: #FFF;
color: #000;
}
.tabheader div {
padding: 10px;
}
.pull-right {
float: right !important;
}
.center {
text-align: center;
}
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.container {
display: block;
position: relative;
padding-left: 35px;
padding-top: 6px;
padding-bottom: 6px;
height:19px;
cursor: pointer;
font-size: 14px;
font-weight:normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.checkmark {
position: absolute;
top: 3px;
left: 3px;
height: 25px;
width: 25px;
background-color: #eee;
}
|
webbouqueteditor/src/web-data/style.css
|
@import url("/web-data/fonts/fonts.css");
html, body {
background: #e8e8e8;
color: #333;
font-family: 'Roboto', sans-serif;
font-weight: bold;
font-size: 14px;
text-align: center;
}
input, select, textarea, button {
background-color: #FFF;
border-radius: 2px;
border: 1px solid #DDD;
color: #444;
font-size: 14px;
transition: border-color .15s ease-in-out 0 box-shadow .15s ease-in-out 0;
padding: 5px;
}
input[type="file"] {
padding: 1px;
}
input:focus, textarea:focus, select:focus {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
outline: 0 none;
border-color: #66AFE9;
}
* html #banner {
width: 1005px;
height: 40px;
}
a, a:visited, a:active {
color: #485052;
text-decoration: none
}
button:hover, input[type="button"]:hover, a.tEditTag:hover {
border: 1px solid #66AFE9;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
img {
border: 0px;
}
.contentTabInner td {
padding: 2px;
}
.bouquetButtons {
text-align: center;
}
.bouquetButtons button {
width: 16%;
}
.servicelistButtons {
text-align: center;
}
.servicelistButtons button {
width: 24%;
margin: 1px;
}
.serviceheader {
padding: 5px;
}
#banner {
width: 1000px;
padding: 10px;
margin-bottom: 8px;
text-align: center;
}
#serviceSearch {
width: 460px;
}
label {
font-size:14px;
font-weight:normal;
padding-left: 5px;
}
#iptvName, #iptvUrl {
width: 94%;
}
#servicelist {
height: 284px;
}
#container {
margin: 0 auto; /* align for good browsers */
text-align: left; /* counter the body center */
width: 1005px;
}
#notification {
color: #000;
width: 50%;
height: 32px;
position: absolute;
top: 0px;
left: 25%;
text-align: center;
vertical-align: bottom;
z-index: 2;
}
.normalFont {
font-weight: normal;
}
.contentTabMain {
background-color: #FFF;
text-align: left;
display: block;
margin: 0px;
padding: 0px;
margin: 0px;
}
.contentTabInner {
background-color: #FFF;
text-align: left;
width: 490px;
margin: 0px;
padding: 0px;
}
th.contentTabMain {
background: #000;
}
.selectTab {
width: 100%;
}
.roundBorder {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #FFF;
border-image: none;
border-left: 1px solid #D8D8D8;
border-radius: 2px;
border-right: 2px solid #D8D8D8;
box-sizing: border-box;
vertical-align: top;
border-color: #D8D8D8;
border-style: solid;
border-width: 0 1px 2px;
margin: 2px;
}
.full {
width: 98%;
vertical-align: top;
margin-left:3px;
}
.half {
width: 48%;
vertical-align: top;
}
.quarter {
width: 25%;
}
.middle {
padding: 0px;
}
.select {
width: 100%;
display: block;
}
.menu-padding {
padding: 5px;
}
.BEmenu {
text-align: center;
overflow: hidden;
background: #000;
margin: 0;
padding: 0;
display: inline-block;
}
.BEmenu a {
display: block;
height: 100%;
padding: 10px;
}
.BEmenu a:hover, .BEmenu li.hover {
background: #ededed;
position: relative;
z-index: 3;
}
.BEmenu li {
background: #FFF;
float: left;
list-style: none;
margin: 0;
position: relative;
z-index: 2;
padding: 0;
}
.BEmenu li.navselected {
background: #efefef;
position: relative;
z-index: 3;
}
.black {
background: #000;
}
.grey {
background: #DDD;
color: #000;
}
.white {
background: #FFF;
color: #000;
}
.tabheader div {
padding: 10px;
}
.pull-right {
float: right !important;
}
.center {
text-align: center;
}
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.container {
display: block;
position: relative;
padding-left: 35px;
padding-top: 6px;
padding-bottom: 6px;
height:19px;
cursor: pointer;
font-size: 14px;
font-weight:normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.checkmark {
position: absolute;
top: 3px;
left: 3px;
height: 25px;
width: 25px;
background-color: #eee;
}
| 0.297572 | 0.070977 |
@import url("d3/lib/jquery-ui/jquery-ui.css");
/* colours:*/
@font-face {
font-family: 'Entypo';
font-style: normal;
font-weight: 400;
src: local("Entypo"), url(Entypo/entypo.woff) format("woff"); }
img {
width: 100%;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
body {
background-color: #333;
font-size: 13px;
font-family: 'Bitter';
font-weight: 400;
color: #E8E8E8;
/* come on iOS webkit, be a good citizen! */
-webkit-text-size-adjust: 100%; }
div.container {
width: 460px;
margin-left: 50px;
/* margin: 0px auto 0px auto;*/ }
h1, h2 {
font-size: 3.5em;
font-weight: 700;
margin-top: 0.5em;
margin-bottom: 0.2em;
color: #E8E8E8; }
h2 {
margin-top: 1em; }
p {
color: #E8E8E8;
margin-top: 1em; }
hr {
height: 0.5em;
background-color: #E8E8E8; }
div.notice-area {
width: 300px;
position: fixed;
top: 10px;
left: 50%;
margin-left: -150px;
color: #fff;
text-align: center;
vertical-align: center;
font-family: 'Open Sans';
font-weight: 700; }
div.notice-area div {
border-radius: 10px;
padding: 10px;
margin: 3px; }
div.notice-area div.notice {
background-color: #88BEE2; }
div.notice-area div.warning {
background-color: #D8C53D; }
span.connection {
background-color: #3f3f3f; }
span.connection span.active {
background-color: #e8e8e8;
color: #333333; }
#autoConnect {
border-radius: 1em;
padding: 3px 7px 3px 7px;
margin-left: -7px; }
#disconnect {
border-radius: 1em;
padding: 3px 7px 3px 7px;
margin-right: -7px; }
#connectionStatus {
text-align: center;
/* line-height: 3em;*/
border-radius: 1em;
font-family: 'Open Sans';
font-weight: 700; }
#connectionStatus.connected {
background-color: #38843f; }
#connectionStatus.connecting {
background-color: #d8c53d; }
#connectionStatus.disconnected {
background-color: #b72c2c; }
div.log {
margin-top: 1em;
font-weight: 400; }
div.log div {
margin-top: 2px;
background-color: #3F3F3F;
border-radius: 2px;
padding: 2px 3px 2px 3px; }
/* FIXME: div.sessionMarker not enough for the log section??? */
div.sessionMarker, #log div.sessionMarker {
background-color: #3B5F93;
text-align: center;
border-radius: 1em;
color: #D1D1D1;
clear: both;
margin-top: 2px;
padding: 2px 3px 2px 3px; }
div.trace {
color: #C5DDEA; }
div.debug {
color: #A6D0E8; }
div.info {
color: #88BEE2; }
div.warn {
color: #D8C53D; }
div.error {
color: #D8782A; }
div.fatal {
color: #B72C2C; }
.trace-back {
background-color: #C5DDEA; }
.debug-back {
background-color: #A6D0E8; }
.info-back {
background-color: #88BEE2; }
.warn-back {
background-color: #D8C53D; }
.error-back {
background-color: #D8782A; }
.fatal-back {
background-color: #B72C2C; }
.trace-border {
border-color: #C5DDEA; }
.debug-border {
border-color: #A6D0E8; }
.info-border {
border-color: #88BEE2; }
.warn-border {
border-color: #D8C53D; }
.error-border {
border-color: #D8782A; }
.fatal-border {
border-color: #B72C2C; }
div.cube {
width: 65px;
height: 65px;
border-radius: 14px;
margin-right: 14px;
float: left; }
div.cube:last-child {
margin-right: 0px; }
#clearLog, #clearScalar, div.clearData {
background-color: #B72C2C;
float: right; }
div.clearData {
margin-top: -3px; }
.rounded-inline {
border-radius: 1em;
padding: 3px 7px 3px 7px; }
span.lines {
background-color: #D1D1D1;
color: #333; }
#lineCounter {
background-color: #E8E8E8;
margin-left: -7px; }
input {
background-color: #3F3F3F;
color: #E8E8E8;
border: none;
font-family: 'Bitter';
font-weight: 700;
width: 300px; }
button {
background-color: #B72C2C;
border-radius: 1em;
border: none;
font-family: 'Bitter';
color: #D1D1D1; }
div.scalar {
margin-top: 0.5em;
margin-bottom: 1em; }
div.data {
margin-top: 1em; }
div.tile {
width: 134px;
height: 134px;
margin-right: 5px;
margin-top: 5px;
background-color: #3F3F3F;
float: left;
border-radius: 0.5em;
padding: 8px;
overflow: hidden; }
div.tile:nth-child(3n) {
margin-right: 0px; }
/* FIXME: dirty hack to add space between tiles and session marker*/
div.tile:last-child {
margin-bottom: 5px; }
div.tile div.name, div.data div.name {
color: #88BEE2; }
div.tile div.value {
line-height: 95px;
margin-bottom: -20px;
text-align: center;
font-size: 3em;
font-weight: 700; }
div.tile hr {
height: 3px; }
div.tile div.minMax {
margin-top: 6px;
float: left;
width: 67px;
overflow: hidden; }
div.tile div.minMax span.label {
font-size: .8em;
color: #D1D1D1; }
div.tile span.minValue, div.tile span.maxValue {
font-size: 1.3em; }
div.highlighted {
background-color: #3B5F93; }
/* time series data */
div.plot {
width: 444px;
/* height: 134px;*/
margin-top: 5px;
background-color: #3F3F3F;
border-radius: 0.5em;
padding: 8px;
overflow: hidden; }
div.plot svg {
margin-top: 0.5em;
margin-bottom: -5px;
clear: both; }
span.right {
float: right; }
span.updateInterval, span.bufferLength, span.logLin {
border-radius: 1em;
padding: 3px 7px 3px 7px;
background-color: #333;
margin-right: 0.5em; }
span.updateInterval span, span.bufferLength span, span.logLin span {
background-color: #333;
border-radius: 1em;
padding: 3px 7px 3px 7px;
color: #E8E8E8; }
span.updateInterval span.active, span.bufferLength span.active, span.logLin span.active {
background-color: #E8E8E8;
color: #333; }
span.updateInterval :first-child, span.bufferLength :first-child, span.logLin :first-child {
margin-left: -7px; }
span.updateInterval :last-child, span.bufferLength :last-child, span.logLin :last-child {
margin-right: -7px; }
div.dataButtons {
margin-top: 0.8em; }
/* === variables tweaking === */
#float-variables div.variable {
width: 100%;
background-color: #3F3F3F;
border-radius: 0.5em;
padding: 8px;
margin-top: 5px; }
#float-variables div.variable div.title {
color: #88bee2; }
#float-variables div.variable span {
display: block; }
#float-variables div.variable span.min, #float-variables div.variable span.max {
width: 20%;
float: left;
padding-top: 1em; }
#float-variables div.variable span.value {
width: 60%;
float: left;
text-align: center;
font-size: 2em; }
#float-variables div.variable span.max {
text-align: right; }
/* === variables tweaking === */
#state {
width: 100%;
background-color: #3F3F3F;
border-radius: 0.5em;
padding: 8px;
margin-top: 5px; }
#state div.title {
color: #88bee2; }
#state span {
display: inline-block; }
#state span.min, #state span.max {
width: 20%;
float: left;
padding-top: 1em;
font-family: "PT Mono"; }
#state span.value {
width: 60%;
float: left;
text-align: center;
font-size: 2em;
font-family: "PT Mono"; }
#state span.max {
text-align: right; }
#state #state-controls {
margin-top: 0.8em; }
#state span.transport-button {
border-radius: 3px;
background-color: #d1d1d1;
color: #333333;
min-width: 1em;
text-align: center;
font-weight: 900;
font-family: 'Entypo';
font-size: 2em; }
#state span.active {
background-color: #d8782a; }
#footer {
margin-top: 1em, auto, 1em, auto;
font-size: 0.8em;
color: #d1d1d1;
padding: 1em; }
.ui-slider {
height: 0.1em;
margin-top: 0.5em;
margin-bottom: 1em; }
.ui-slider .ui-slider-handle {
width: 0.6em;
height: 1em;
color: #e8e8e8;
font-size: 2em;
background: none;
text-align: center;
border: none;
text-decoration: none; }
.ui-slider .ui-slider-handle:before {
content: '\2666'; }
.ui-slider-horizontal .ui-slider-handle {
top: -0.65em;
margin-left: -0.3em; }
/* =========================== SVG styles ============================== */
path {
fill: none;
stroke: #d8c53d;
stroke-width: 2px; }
g.xAxis path, g.yAxis path {
stroke: #666666;
stroke-width: 1px;
shape-rendering: crispEdges; }
g.xAxis text, g.yAxis text {
fill: #d1d1d1;
font-size: 0.8em; }
line {
stroke: #666666;
shape-rendering: crispEdges; }
|
client/style.css
|
@import url("d3/lib/jquery-ui/jquery-ui.css");
/* colours:*/
@font-face {
font-family: 'Entypo';
font-style: normal;
font-weight: 400;
src: local("Entypo"), url(Entypo/entypo.woff) format("woff"); }
img {
width: 100%;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
body {
background-color: #333;
font-size: 13px;
font-family: 'Bitter';
font-weight: 400;
color: #E8E8E8;
/* come on iOS webkit, be a good citizen! */
-webkit-text-size-adjust: 100%; }
div.container {
width: 460px;
margin-left: 50px;
/* margin: 0px auto 0px auto;*/ }
h1, h2 {
font-size: 3.5em;
font-weight: 700;
margin-top: 0.5em;
margin-bottom: 0.2em;
color: #E8E8E8; }
h2 {
margin-top: 1em; }
p {
color: #E8E8E8;
margin-top: 1em; }
hr {
height: 0.5em;
background-color: #E8E8E8; }
div.notice-area {
width: 300px;
position: fixed;
top: 10px;
left: 50%;
margin-left: -150px;
color: #fff;
text-align: center;
vertical-align: center;
font-family: 'Open Sans';
font-weight: 700; }
div.notice-area div {
border-radius: 10px;
padding: 10px;
margin: 3px; }
div.notice-area div.notice {
background-color: #88BEE2; }
div.notice-area div.warning {
background-color: #D8C53D; }
span.connection {
background-color: #3f3f3f; }
span.connection span.active {
background-color: #e8e8e8;
color: #333333; }
#autoConnect {
border-radius: 1em;
padding: 3px 7px 3px 7px;
margin-left: -7px; }
#disconnect {
border-radius: 1em;
padding: 3px 7px 3px 7px;
margin-right: -7px; }
#connectionStatus {
text-align: center;
/* line-height: 3em;*/
border-radius: 1em;
font-family: 'Open Sans';
font-weight: 700; }
#connectionStatus.connected {
background-color: #38843f; }
#connectionStatus.connecting {
background-color: #d8c53d; }
#connectionStatus.disconnected {
background-color: #b72c2c; }
div.log {
margin-top: 1em;
font-weight: 400; }
div.log div {
margin-top: 2px;
background-color: #3F3F3F;
border-radius: 2px;
padding: 2px 3px 2px 3px; }
/* FIXME: div.sessionMarker not enough for the log section??? */
div.sessionMarker, #log div.sessionMarker {
background-color: #3B5F93;
text-align: center;
border-radius: 1em;
color: #D1D1D1;
clear: both;
margin-top: 2px;
padding: 2px 3px 2px 3px; }
div.trace {
color: #C5DDEA; }
div.debug {
color: #A6D0E8; }
div.info {
color: #88BEE2; }
div.warn {
color: #D8C53D; }
div.error {
color: #D8782A; }
div.fatal {
color: #B72C2C; }
.trace-back {
background-color: #C5DDEA; }
.debug-back {
background-color: #A6D0E8; }
.info-back {
background-color: #88BEE2; }
.warn-back {
background-color: #D8C53D; }
.error-back {
background-color: #D8782A; }
.fatal-back {
background-color: #B72C2C; }
.trace-border {
border-color: #C5DDEA; }
.debug-border {
border-color: #A6D0E8; }
.info-border {
border-color: #88BEE2; }
.warn-border {
border-color: #D8C53D; }
.error-border {
border-color: #D8782A; }
.fatal-border {
border-color: #B72C2C; }
div.cube {
width: 65px;
height: 65px;
border-radius: 14px;
margin-right: 14px;
float: left; }
div.cube:last-child {
margin-right: 0px; }
#clearLog, #clearScalar, div.clearData {
background-color: #B72C2C;
float: right; }
div.clearData {
margin-top: -3px; }
.rounded-inline {
border-radius: 1em;
padding: 3px 7px 3px 7px; }
span.lines {
background-color: #D1D1D1;
color: #333; }
#lineCounter {
background-color: #E8E8E8;
margin-left: -7px; }
input {
background-color: #3F3F3F;
color: #E8E8E8;
border: none;
font-family: 'Bitter';
font-weight: 700;
width: 300px; }
button {
background-color: #B72C2C;
border-radius: 1em;
border: none;
font-family: 'Bitter';
color: #D1D1D1; }
div.scalar {
margin-top: 0.5em;
margin-bottom: 1em; }
div.data {
margin-top: 1em; }
div.tile {
width: 134px;
height: 134px;
margin-right: 5px;
margin-top: 5px;
background-color: #3F3F3F;
float: left;
border-radius: 0.5em;
padding: 8px;
overflow: hidden; }
div.tile:nth-child(3n) {
margin-right: 0px; }
/* FIXME: dirty hack to add space between tiles and session marker*/
div.tile:last-child {
margin-bottom: 5px; }
div.tile div.name, div.data div.name {
color: #88BEE2; }
div.tile div.value {
line-height: 95px;
margin-bottom: -20px;
text-align: center;
font-size: 3em;
font-weight: 700; }
div.tile hr {
height: 3px; }
div.tile div.minMax {
margin-top: 6px;
float: left;
width: 67px;
overflow: hidden; }
div.tile div.minMax span.label {
font-size: .8em;
color: #D1D1D1; }
div.tile span.minValue, div.tile span.maxValue {
font-size: 1.3em; }
div.highlighted {
background-color: #3B5F93; }
/* time series data */
div.plot {
width: 444px;
/* height: 134px;*/
margin-top: 5px;
background-color: #3F3F3F;
border-radius: 0.5em;
padding: 8px;
overflow: hidden; }
div.plot svg {
margin-top: 0.5em;
margin-bottom: -5px;
clear: both; }
span.right {
float: right; }
span.updateInterval, span.bufferLength, span.logLin {
border-radius: 1em;
padding: 3px 7px 3px 7px;
background-color: #333;
margin-right: 0.5em; }
span.updateInterval span, span.bufferLength span, span.logLin span {
background-color: #333;
border-radius: 1em;
padding: 3px 7px 3px 7px;
color: #E8E8E8; }
span.updateInterval span.active, span.bufferLength span.active, span.logLin span.active {
background-color: #E8E8E8;
color: #333; }
span.updateInterval :first-child, span.bufferLength :first-child, span.logLin :first-child {
margin-left: -7px; }
span.updateInterval :last-child, span.bufferLength :last-child, span.logLin :last-child {
margin-right: -7px; }
div.dataButtons {
margin-top: 0.8em; }
/* === variables tweaking === */
#float-variables div.variable {
width: 100%;
background-color: #3F3F3F;
border-radius: 0.5em;
padding: 8px;
margin-top: 5px; }
#float-variables div.variable div.title {
color: #88bee2; }
#float-variables div.variable span {
display: block; }
#float-variables div.variable span.min, #float-variables div.variable span.max {
width: 20%;
float: left;
padding-top: 1em; }
#float-variables div.variable span.value {
width: 60%;
float: left;
text-align: center;
font-size: 2em; }
#float-variables div.variable span.max {
text-align: right; }
/* === variables tweaking === */
#state {
width: 100%;
background-color: #3F3F3F;
border-radius: 0.5em;
padding: 8px;
margin-top: 5px; }
#state div.title {
color: #88bee2; }
#state span {
display: inline-block; }
#state span.min, #state span.max {
width: 20%;
float: left;
padding-top: 1em;
font-family: "PT Mono"; }
#state span.value {
width: 60%;
float: left;
text-align: center;
font-size: 2em;
font-family: "PT Mono"; }
#state span.max {
text-align: right; }
#state #state-controls {
margin-top: 0.8em; }
#state span.transport-button {
border-radius: 3px;
background-color: #d1d1d1;
color: #333333;
min-width: 1em;
text-align: center;
font-weight: 900;
font-family: 'Entypo';
font-size: 2em; }
#state span.active {
background-color: #d8782a; }
#footer {
margin-top: 1em, auto, 1em, auto;
font-size: 0.8em;
color: #d1d1d1;
padding: 1em; }
.ui-slider {
height: 0.1em;
margin-top: 0.5em;
margin-bottom: 1em; }
.ui-slider .ui-slider-handle {
width: 0.6em;
height: 1em;
color: #e8e8e8;
font-size: 2em;
background: none;
text-align: center;
border: none;
text-decoration: none; }
.ui-slider .ui-slider-handle:before {
content: '\2666'; }
.ui-slider-horizontal .ui-slider-handle {
top: -0.65em;
margin-left: -0.3em; }
/* =========================== SVG styles ============================== */
path {
fill: none;
stroke: #d8c53d;
stroke-width: 2px; }
g.xAxis path, g.yAxis path {
stroke: #666666;
stroke-width: 1px;
shape-rendering: crispEdges; }
g.xAxis text, g.yAxis text {
fill: #d1d1d1;
font-size: 0.8em; }
line {
stroke: #666666;
shape-rendering: crispEdges; }
| 0.18543 | 0.072145 |
*{
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
background: url(../images/backgroundPattern.jpg);
background-position: center;
background-size: cover;
}
.firstCrystalImage {
height: 30px;
width: 30px;
}
.titleText{
font-size: 50px;
color: papayawhip;
background-color: darkorange;
}
.rulesBox {
display: table;
position: relative;
background-color: papayawhip;
letter-spacing: 3px;
color: green;
padding: 20px;
width: 450px;
height: 90px;
}
.targetNumber {
margin-right: 150px;
width: 150px;
height: 130px;
background-color: aquamarine;
color: darkviolet;
padding: 10px;
}
.wins-losses {
position: relative;
padding: 10px;
left: 160px;
bottom: 130px;
width: 150px;
height: 130px;
background-color: darkcyan;
color: aliceblue;
}
.crystalBox {
position: relative;
width: 100px;
height: 100px;
padding: 3px;
margin: 3px;
bottom: 130px;
}
.counter {
font-size: 20px;
position: relative;
bottom: 130px;
width: 250px;
height: 150px;
background-color: darkseagreen;
color: blue;
}
.counterDigits {
font-size: 40px;
}
@media screen and (max-width: 640px) {
.titleText {
text-align: center;
position: relative;
left: 6.5vw;
width: 70vw;
height: 5vh;
font-size: 20px;
}
.rulesBox {
letter-spacing: 0px;
position: relative;
left: 5vh;
width: 70vw;
height: 30vh;
font-size: 12px
}
.targetNumber {
position: relative;
left: 6.5vw;
margin-right: 150px;
width: 105px;
height: 91px;
padding: 5px;
}
.wins-losses {
position: relative;
padding: 5px;
left: 25vh;
bottom: 90px;
width: 1;
height: 90px;
background-color: darkcyan;
color: aliceblue;
}
.crystalBox {
left: 5.4vw;
bottom: 12vh;
width: 80px;
height: 80px;
padding: 3px;
margin: 3px;
}
.counter {
text-align: center;
left: 6.5vw;
bottom: 80px;
font-size: 15px;
width: 250px;
height: 80px;
background-color: darkseagreen;
color: blue;
}
}
|
assests/css/style.css
|
*{
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
background: url(../images/backgroundPattern.jpg);
background-position: center;
background-size: cover;
}
.firstCrystalImage {
height: 30px;
width: 30px;
}
.titleText{
font-size: 50px;
color: papayawhip;
background-color: darkorange;
}
.rulesBox {
display: table;
position: relative;
background-color: papayawhip;
letter-spacing: 3px;
color: green;
padding: 20px;
width: 450px;
height: 90px;
}
.targetNumber {
margin-right: 150px;
width: 150px;
height: 130px;
background-color: aquamarine;
color: darkviolet;
padding: 10px;
}
.wins-losses {
position: relative;
padding: 10px;
left: 160px;
bottom: 130px;
width: 150px;
height: 130px;
background-color: darkcyan;
color: aliceblue;
}
.crystalBox {
position: relative;
width: 100px;
height: 100px;
padding: 3px;
margin: 3px;
bottom: 130px;
}
.counter {
font-size: 20px;
position: relative;
bottom: 130px;
width: 250px;
height: 150px;
background-color: darkseagreen;
color: blue;
}
.counterDigits {
font-size: 40px;
}
@media screen and (max-width: 640px) {
.titleText {
text-align: center;
position: relative;
left: 6.5vw;
width: 70vw;
height: 5vh;
font-size: 20px;
}
.rulesBox {
letter-spacing: 0px;
position: relative;
left: 5vh;
width: 70vw;
height: 30vh;
font-size: 12px
}
.targetNumber {
position: relative;
left: 6.5vw;
margin-right: 150px;
width: 105px;
height: 91px;
padding: 5px;
}
.wins-losses {
position: relative;
padding: 5px;
left: 25vh;
bottom: 90px;
width: 1;
height: 90px;
background-color: darkcyan;
color: aliceblue;
}
.crystalBox {
left: 5.4vw;
bottom: 12vh;
width: 80px;
height: 80px;
padding: 3px;
margin: 3px;
}
.counter {
text-align: center;
left: 6.5vw;
bottom: 80px;
font-size: 15px;
width: 250px;
height: 80px;
background-color: darkseagreen;
color: blue;
}
}
| 0.456652 | 0.091748 |
.Containers .body {
position: relative;
}
.Containers .container {
padding-bottom: 5px;
border-bottom: 1px solid #f9f9f9;
margin-bottom: 5px;
}
.Containers .scrollable {
overflow-y: scroll;
margin-top: 10px;
height: 90%;
margin-bottom: 10px;
padding-right: 15px;
}
.Containers .container .right {
text-align: right;
}
.Containers .container .center {
vertical-align: middle;
padding-top: 10px;
position: relative;
}
.Containers .container:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.Containers .dimmed {
color: #bababa;
font-size: 0.7rem;
}
.Containers .bar {
background-color: #222;
height: 4px;
width: 100%;
margin-bottom: 2px;
position: relative;
cursor: pointer;
}
.Containers .bar.blue {
background: -moz-linear-gradient(left, #2196f3 0%, #2196f3 50%, #e91e63 100%);
background: -webkit-linear-gradient(left, #2196f3 0%, #2196f3 50%, #e91e63 100%);
background: linear-gradient(to right, #2196f3 0%, #2196f3 50%, #e91e63 100%);
}
.Containers .bar.orange {
background: -moz-linear-gradient(left, #F46067 0%, #F46067 50%, #e91e63 100%);
background: -webkit-linear-gradient(left, #F46067 0%, #F46067 50%, #e91e63 100%);
background: linear-gradient(to right, #F46067 0%, #F46067 50%, #e91e63 100%);
}
.Containers .bar.dark-blue {
background: linear-gradient(to right, #2195f2 0%, #3F51B5 30%, #E91E63 80%);
}
.Containers .bar .fill {
height: 4px;
background-color: #E6EDF4;
width: 100%;
position: absolute;
right: 0;
transition: width .3s linear;
}
.Containers-tooltip {
display: block;
position: fixed;
background-color: #0c7cd5;
color: #fff;
min-width: 50px;
min-height: 36px;
padding: 0 10px;
line-height: 36px;
z-index: 400;
font-size: 0.8rem;
font-weight: 300;
border-radius: 2px;
transition: opacity .4s ease;
opacity: 0;
pointer-events: none;
box-shadow: 0 4px 10px -6px #000;
}
.Containers-tooltip:before {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
width: 0;
height: 0;
margin-top: 4px;
margin-left: -4px;
border: 5px solid transparent;
border-top-color: #0c7cd5;
}
.Containers-tooltip.show {
opacity: 1;
}
|
src/Components/widgets/Containers/Containers.css
|
.Containers .body {
position: relative;
}
.Containers .container {
padding-bottom: 5px;
border-bottom: 1px solid #f9f9f9;
margin-bottom: 5px;
}
.Containers .scrollable {
overflow-y: scroll;
margin-top: 10px;
height: 90%;
margin-bottom: 10px;
padding-right: 15px;
}
.Containers .container .right {
text-align: right;
}
.Containers .container .center {
vertical-align: middle;
padding-top: 10px;
position: relative;
}
.Containers .container:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.Containers .dimmed {
color: #bababa;
font-size: 0.7rem;
}
.Containers .bar {
background-color: #222;
height: 4px;
width: 100%;
margin-bottom: 2px;
position: relative;
cursor: pointer;
}
.Containers .bar.blue {
background: -moz-linear-gradient(left, #2196f3 0%, #2196f3 50%, #e91e63 100%);
background: -webkit-linear-gradient(left, #2196f3 0%, #2196f3 50%, #e91e63 100%);
background: linear-gradient(to right, #2196f3 0%, #2196f3 50%, #e91e63 100%);
}
.Containers .bar.orange {
background: -moz-linear-gradient(left, #F46067 0%, #F46067 50%, #e91e63 100%);
background: -webkit-linear-gradient(left, #F46067 0%, #F46067 50%, #e91e63 100%);
background: linear-gradient(to right, #F46067 0%, #F46067 50%, #e91e63 100%);
}
.Containers .bar.dark-blue {
background: linear-gradient(to right, #2195f2 0%, #3F51B5 30%, #E91E63 80%);
}
.Containers .bar .fill {
height: 4px;
background-color: #E6EDF4;
width: 100%;
position: absolute;
right: 0;
transition: width .3s linear;
}
.Containers-tooltip {
display: block;
position: fixed;
background-color: #0c7cd5;
color: #fff;
min-width: 50px;
min-height: 36px;
padding: 0 10px;
line-height: 36px;
z-index: 400;
font-size: 0.8rem;
font-weight: 300;
border-radius: 2px;
transition: opacity .4s ease;
opacity: 0;
pointer-events: none;
box-shadow: 0 4px 10px -6px #000;
}
.Containers-tooltip:before {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
width: 0;
height: 0;
margin-top: 4px;
margin-left: -4px;
border: 5px solid transparent;
border-top-color: #0c7cd5;
}
.Containers-tooltip.show {
opacity: 1;
}
| 0.451327 | 0.099339 |
.container-fluid{
background-image: url("../img/h_img.jpg");
background-size: cover;
height: 100vh;
text-align: center;
padding-top: 200px;
}
.second{
background-image: url("../img/s_image.jpg");
background-size: cover;
height: 60vh;
text-align: center;
padding-top: 200px;
}
#mouse{
margin-top: 220px;
}
#space{
display:none;
}
#road{
display:none;
}
#craft{
display:none;
}
.contact{
background-image: url("../img/c_image.jpg");
background-size: cover;
height: 60vh;
text-align: center;
padding-top: 200px;
color: aliceblue;
}
h3{
text-align: center;
}
p{
font-size: 25px;
}
.first{
color:white;
margin-top: 80px;
font-size: 50px;
}
.second{
color:white;
font-size: 25px;
}
.world-1{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-1{
opacity: 1;
}
.text{
border: 3px solid white;
color:white;
font-size: 18px;
padding: 15px 30px;
}
.world-2{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-2{
opacity: 1;
}
.world-3{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-3{
opacity: 1;
}
.world-4{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-4{
opacity: 1;
}
.world-5{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-5{
opacity: 1;
}
.world-6{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-6{
opacity: 1;
}
.world-7{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-7{
opacity: 1;
}
.world-8{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-8{
opacity: 1;
}
|
css/style.css
|
.container-fluid{
background-image: url("../img/h_img.jpg");
background-size: cover;
height: 100vh;
text-align: center;
padding-top: 200px;
}
.second{
background-image: url("../img/s_image.jpg");
background-size: cover;
height: 60vh;
text-align: center;
padding-top: 200px;
}
#mouse{
margin-top: 220px;
}
#space{
display:none;
}
#road{
display:none;
}
#craft{
display:none;
}
.contact{
background-image: url("../img/c_image.jpg");
background-size: cover;
height: 60vh;
text-align: center;
padding-top: 200px;
color: aliceblue;
}
h3{
text-align: center;
}
p{
font-size: 25px;
}
.first{
color:white;
margin-top: 80px;
font-size: 50px;
}
.second{
color:white;
font-size: 25px;
}
.world-1{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-1{
opacity: 1;
}
.text{
border: 3px solid white;
color:white;
font-size: 18px;
padding: 15px 30px;
}
.world-2{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-2{
opacity: 1;
}
.world-3{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-3{
opacity: 1;
}
.world-4{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-4{
opacity: 1;
}
.world-5{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-5{
opacity: 1;
}
.world-6{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-6{
opacity: 1;
}
.world-7{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-7{
opacity: 1;
}
.world-8{
transition:0.2s ease;
opacity:0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50% -50%);
text-align: center;
}
.port:hover .world-8{
opacity: 1;
}
| 0.541409 | 0.084229 |
.ariane {
grid-area: ariane;
display: block;
width: 100%;
height: 100%;
padding: 1.2em;
border-bottom: 0.1em solid hsl(var(--color-background-h), var(--color-background-s), 90%);
}
.ariane a {
position: absolute;
top: 0;
right: 0;
padding: 1.2em;
font-size: 1.1em;
line-height: 0.9em;
}
.ariane a:hover {
color: var(--color-background)
}
.panel {
grid-area: panel;
display: block;
width: 100%;
height: 100%;
padding: 1.2em;
overflow: auto;
}
.cutter input,
.cutter select {
width: calc(100% - 5em);
}
.cutter button {
width: 5em;
background-color: hsl(var(--color-background-h), var(--color-background-s), 80%)
}
.cutter button:hover {
background-color: hsl(var(--color-background-h), var(--color-background-s), 70%)
}
.error {
display: block;
width: 100%;
line-height: 2em;
background-color: var(--color-error);
color: var(--color-font-active);
padding: 0.5em;
word-wrap: break-word;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.backButton {
line-height: 0.8em;
}
.backButton svg {
height: 0.9em;
width: 0.9em;
fill: hsl(var(--color-background-h), var(--color-background-s), 50%);
}
.backButton:hover svg {
fill: var(--color-background);
}
.interruption {
border-bottom: 0.08em solid hsl(var(--color-background-h), var(--color-background-s), 90%);
padding-top: 0.9em;
padding-bottom: 0.9em;
transition: padding 100ms;
word-wrap: break-word;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.interruption:hover {
background-color: hsl(var(--color-background-h), var(--color-background-s), 93%);
padding-left: 1em;
padding-right: 1em;
}
.panel .interruption:last-of-type {
border: none;
}
.interruption > span {
text-decoration: underline;
cursor: pointer;
}
.newInterruption {
border-top: 0.08em solid hsl(var(--color-background-h), var(--color-background-s), 90%);
padding-top: 0.9em;
padding-bottom: 0.9em;
position: relative;
}
.editInterruption {
padding-bottom: 0.9em;
position: relative;
}
.editInterruption input {
background-color: white;
}
.editInterruption select {
background-color: white;
}
.noEndDateButton{
text-decoration: underline;
cursor: pointer;
display: block;
}
.dataEdit {
display: inline-block;
margin-left: 1em;
width: 1.2em;
height: 1.1em;
}
.dataEdit path {
fill: hsl(var(--color-background-h), var(--color-background-s), 70%);
}
.dataEdit:hover path {
fill: hsl(var(--color-background-h), var(--color-background-s), 40%);
}
|
packages/optimise-ui/src/components/createMedicalElements/medicalEvent.module.css
|
.ariane {
grid-area: ariane;
display: block;
width: 100%;
height: 100%;
padding: 1.2em;
border-bottom: 0.1em solid hsl(var(--color-background-h), var(--color-background-s), 90%);
}
.ariane a {
position: absolute;
top: 0;
right: 0;
padding: 1.2em;
font-size: 1.1em;
line-height: 0.9em;
}
.ariane a:hover {
color: var(--color-background)
}
.panel {
grid-area: panel;
display: block;
width: 100%;
height: 100%;
padding: 1.2em;
overflow: auto;
}
.cutter input,
.cutter select {
width: calc(100% - 5em);
}
.cutter button {
width: 5em;
background-color: hsl(var(--color-background-h), var(--color-background-s), 80%)
}
.cutter button:hover {
background-color: hsl(var(--color-background-h), var(--color-background-s), 70%)
}
.error {
display: block;
width: 100%;
line-height: 2em;
background-color: var(--color-error);
color: var(--color-font-active);
padding: 0.5em;
word-wrap: break-word;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.backButton {
line-height: 0.8em;
}
.backButton svg {
height: 0.9em;
width: 0.9em;
fill: hsl(var(--color-background-h), var(--color-background-s), 50%);
}
.backButton:hover svg {
fill: var(--color-background);
}
.interruption {
border-bottom: 0.08em solid hsl(var(--color-background-h), var(--color-background-s), 90%);
padding-top: 0.9em;
padding-bottom: 0.9em;
transition: padding 100ms;
word-wrap: break-word;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.interruption:hover {
background-color: hsl(var(--color-background-h), var(--color-background-s), 93%);
padding-left: 1em;
padding-right: 1em;
}
.panel .interruption:last-of-type {
border: none;
}
.interruption > span {
text-decoration: underline;
cursor: pointer;
}
.newInterruption {
border-top: 0.08em solid hsl(var(--color-background-h), var(--color-background-s), 90%);
padding-top: 0.9em;
padding-bottom: 0.9em;
position: relative;
}
.editInterruption {
padding-bottom: 0.9em;
position: relative;
}
.editInterruption input {
background-color: white;
}
.editInterruption select {
background-color: white;
}
.noEndDateButton{
text-decoration: underline;
cursor: pointer;
display: block;
}
.dataEdit {
display: inline-block;
margin-left: 1em;
width: 1.2em;
height: 1.1em;
}
.dataEdit path {
fill: hsl(var(--color-background-h), var(--color-background-s), 70%);
}
.dataEdit:hover path {
fill: hsl(var(--color-background-h), var(--color-background-s), 40%);
}
| 0.722429 | 0.2667 |
width: 50%;
display: inline-block;
vertical-align: top;
}
#code + img{
display: inline-block;
vertical-align: top;
margin-top: 10px;
margin-left: 13px;
border-radius: 3px;
cursor: pointer;
}
h3{
font-size: 24px;
text-align: center;
font-weight: bold;
color: #333;
margin-bottom: 10px;
}
.ai {
font-family:"AI" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ai-enter:before { content: "\e766"; }
.login-wrap{
display: table;
width: 100%;
}
.login-container{
width: 100%;
display: table-cell;
vertical-align: middle;
}
.login-form{
width: 350px;
padding: 20px 45px 40px;
margin: 0 auto;
background: rgba(255,255,255,0.5);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.login-form .input-group{
position: relative;
width: 100%;
padding:5px 0px 0;
vertical-align: top;
box-sizing:border-box;
}
.login-form .input-group .input-field{
position: relative;
width: 100%;
margin-top: 10px;
padding: 10px 5px;
color: #555;
font-size: 14px;
display: block;
border:none;
z-index: 1;
border-radius: 3px;
/* background-color: transparent; */
-webkit-appearance: none;
box-sizing:border-box;
}
.login-form .input-group .input-label{
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 0 5px;
font-size: 14px;
margin-bottom: 0;
text-align: left;
cursor: text;
display: inline-block;
box-sizing:border-box;
}
.login-form .input-group .input-label > .label-title{
padding: 17px 8px;
color: #5d6779;
display: block;
}
.login-form .input-group .input-label:before{
position: absolute;
content:'';
top: 0;
left: 0;
width: 100%;
height: calc(100% - 10px);
border-bottom:1px solid #e5e5e5;
}
.login-form .input-group .input-field:focus {
outline: none;
}
.login-form .input-group .input-field:focus + .input-label > .label-title,
.input-group.field-focus .input-label > .label-title {
-webkit-animation: fieldUp 0.3s forwards;
animation: fieldUp 0.3s forwards;
font-size: 12px;
color: #ccc;
}
.login-button{
position: relative;
margin-top: 20px;
display: block;
width: 100%;
padding:8px;
background-color: #29adeb;
background-repeat: repeat-y;
background-image: -moz-linear-gradient(left,#29adeb,#177ce3);
background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);
background-image: -o-linear-gradient(left,#29adeb,#177ce3);
background-image: linear-gradient(left,#29adeb,#177ce3);
box-shadow: 0px 7px 10px 0px rgba(23, 124, 227, 0.25);
text-align: center;
border-radius: 3px;
color: #fff;
border:none;
cursor: pointer;
transition: padding-right .4s ease;
}
.login-button i{
position: absolute;
top: 9px;
font-size: 16px;
font-weight: bold;
opacity: 0;
transition: opacity .4s ease;
}
.login-button:hover{
padding-right: 30px;
}
.login-button:hover i{
opacity: .9;
}
.login-button:focus{
outline: none;
}
@-webkit-keyframes fieldUp {
50% {
opacity: 0;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 1;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
|
public/admin/src/assets/css/login.css
|
width: 50%;
display: inline-block;
vertical-align: top;
}
#code + img{
display: inline-block;
vertical-align: top;
margin-top: 10px;
margin-left: 13px;
border-radius: 3px;
cursor: pointer;
}
h3{
font-size: 24px;
text-align: center;
font-weight: bold;
color: #333;
margin-bottom: 10px;
}
.ai {
font-family:"AI" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ai-enter:before { content: "\e766"; }
.login-wrap{
display: table;
width: 100%;
}
.login-container{
width: 100%;
display: table-cell;
vertical-align: middle;
}
.login-form{
width: 350px;
padding: 20px 45px 40px;
margin: 0 auto;
background: rgba(255,255,255,0.5);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.login-form .input-group{
position: relative;
width: 100%;
padding:5px 0px 0;
vertical-align: top;
box-sizing:border-box;
}
.login-form .input-group .input-field{
position: relative;
width: 100%;
margin-top: 10px;
padding: 10px 5px;
color: #555;
font-size: 14px;
display: block;
border:none;
z-index: 1;
border-radius: 3px;
/* background-color: transparent; */
-webkit-appearance: none;
box-sizing:border-box;
}
.login-form .input-group .input-label{
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 0 5px;
font-size: 14px;
margin-bottom: 0;
text-align: left;
cursor: text;
display: inline-block;
box-sizing:border-box;
}
.login-form .input-group .input-label > .label-title{
padding: 17px 8px;
color: #5d6779;
display: block;
}
.login-form .input-group .input-label:before{
position: absolute;
content:'';
top: 0;
left: 0;
width: 100%;
height: calc(100% - 10px);
border-bottom:1px solid #e5e5e5;
}
.login-form .input-group .input-field:focus {
outline: none;
}
.login-form .input-group .input-field:focus + .input-label > .label-title,
.input-group.field-focus .input-label > .label-title {
-webkit-animation: fieldUp 0.3s forwards;
animation: fieldUp 0.3s forwards;
font-size: 12px;
color: #ccc;
}
.login-button{
position: relative;
margin-top: 20px;
display: block;
width: 100%;
padding:8px;
background-color: #29adeb;
background-repeat: repeat-y;
background-image: -moz-linear-gradient(left,#29adeb,#177ce3);
background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);
background-image: -o-linear-gradient(left,#29adeb,#177ce3);
background-image: linear-gradient(left,#29adeb,#177ce3);
box-shadow: 0px 7px 10px 0px rgba(23, 124, 227, 0.25);
text-align: center;
border-radius: 3px;
color: #fff;
border:none;
cursor: pointer;
transition: padding-right .4s ease;
}
.login-button i{
position: absolute;
top: 9px;
font-size: 16px;
font-weight: bold;
opacity: 0;
transition: opacity .4s ease;
}
.login-button:hover{
padding-right: 30px;
}
.login-button:hover i{
opacity: .9;
}
.login-button:focus{
outline: none;
}
@-webkit-keyframes fieldUp {
50% {
opacity: 0;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 1;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
| 0.439026 | 0.062103 |
.balao2 {
margin: 0 auto;
line-height: 1.6em;
border-radius: 15px;
width: 300px;
height: auto;
padding: 20px;
position: relative;
margin-top: 30px;
}
.balao2:after {
/*Triangulo*/
content: "";
width: 0;
height: 0;
position: absolute;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
/*Faz seta "apontar para baixo. Definir o valor como 'top' fará ela "apontar para cima" */
/*Aqui entra a cor da "aba" do balão */
border-bottom: 20px solid rgba(41, 37, 59, 0.144);
top: -20px;
/*localização. Experimente alterar para 'bottom'*/
left: 5%;
}
.balao {
margin: 0 auto;
line-height: 1.6em;
border-radius: 15px;
width: 300px;
height: auto;
padding: 20px;
position: relative;
margin-top: 30px;
}
.balao:after {
/* content necessário para a criação de um elemento vazio */
content: "";
width: 0;
height: 0;
/* position: absolute para manipularmos a posição da seta */
position: absolute;
top: 25px;
/* Right com valor negativo para ele ficar para fora do balão de dialogo */
right: -19px;
/* É aqui o truque com as bordas */
/* 50px é a metade da altura do elemento, assim temos uma seta da mesma altura que nosso elemento */
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 19px solid rgba(204, 228, 255, 0.767);
/* Defina 'right' e a seta apontará para a esquerda */
/* Borda de fora do elemento */
border-radius: 0%;
}
/*body {
background-color: rgba(102, 102, 102, 0.253);
}
.modelagem {
opacity: 42%;
}
*/
.icons {
width: 50px;
height: 60px;
}
#menu {
margin: 0px;
top: 0px;
position: relative;
padding: 4px;
background-color: rgb(255, 255, 255);
}
body {
background-color: rgba(200, 213, 255, 0.37);
}
.conversas {
top: 5px;
position: relative;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 20pt;
font-weight: 900;
}
.chat {
position: relative;
padding: 2px;
padding: 10px;
}
.modelagem {
margin-top: 30px;
background-color: rgba(41, 37, 59, 0.144);
}
.formenviar {
border: rgba(194, 194, 194, 0.377) solid 1px;
position: relative;
padding: 15px;
top: 60px;
}
.respostaMinha {
padding: 15px;
margin-top: 30px;
background-color: rgba(204, 228, 255, 0.767);
}
#caixa-chat {
width: 200px;
height: 20px;
background-color: tomato;
}
#dados-chat {
position: absolute;
width: 100%;
padding: 5%;
margin-bottom: 5px;
border-bottom: 5px;
}
|
Projeto-TCC/css/conversa.css
|
.balao2 {
margin: 0 auto;
line-height: 1.6em;
border-radius: 15px;
width: 300px;
height: auto;
padding: 20px;
position: relative;
margin-top: 30px;
}
.balao2:after {
/*Triangulo*/
content: "";
width: 0;
height: 0;
position: absolute;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
/*Faz seta "apontar para baixo. Definir o valor como 'top' fará ela "apontar para cima" */
/*Aqui entra a cor da "aba" do balão */
border-bottom: 20px solid rgba(41, 37, 59, 0.144);
top: -20px;
/*localização. Experimente alterar para 'bottom'*/
left: 5%;
}
.balao {
margin: 0 auto;
line-height: 1.6em;
border-radius: 15px;
width: 300px;
height: auto;
padding: 20px;
position: relative;
margin-top: 30px;
}
.balao:after {
/* content necessário para a criação de um elemento vazio */
content: "";
width: 0;
height: 0;
/* position: absolute para manipularmos a posição da seta */
position: absolute;
top: 25px;
/* Right com valor negativo para ele ficar para fora do balão de dialogo */
right: -19px;
/* É aqui o truque com as bordas */
/* 50px é a metade da altura do elemento, assim temos uma seta da mesma altura que nosso elemento */
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 19px solid rgba(204, 228, 255, 0.767);
/* Defina 'right' e a seta apontará para a esquerda */
/* Borda de fora do elemento */
border-radius: 0%;
}
/*body {
background-color: rgba(102, 102, 102, 0.253);
}
.modelagem {
opacity: 42%;
}
*/
.icons {
width: 50px;
height: 60px;
}
#menu {
margin: 0px;
top: 0px;
position: relative;
padding: 4px;
background-color: rgb(255, 255, 255);
}
body {
background-color: rgba(200, 213, 255, 0.37);
}
.conversas {
top: 5px;
position: relative;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 20pt;
font-weight: 900;
}
.chat {
position: relative;
padding: 2px;
padding: 10px;
}
.modelagem {
margin-top: 30px;
background-color: rgba(41, 37, 59, 0.144);
}
.formenviar {
border: rgba(194, 194, 194, 0.377) solid 1px;
position: relative;
padding: 15px;
top: 60px;
}
.respostaMinha {
padding: 15px;
margin-top: 30px;
background-color: rgba(204, 228, 255, 0.767);
}
#caixa-chat {
width: 200px;
height: 20px;
background-color: tomato;
}
#dados-chat {
position: absolute;
width: 100%;
padding: 5%;
margin-bottom: 5px;
border-bottom: 5px;
}
| 0.398289 | 0.104798 |
@font-face {
font-family: roboto;
src: url(../font/Roboto-Regular.ttf);
}
:root {
--red: #ff325a;
--pink: #ff3277;
--yellow: #FFD600;/*--yellow: #ffe32f;*/
--lightblue: #40C4FF;/*--lightblue: #30e5ff;*/
--green: #10f227;
--blue: #00a4ff;
--gray: gray;
--color-light: #e0e0e0;
--color-dark: #2F323B;
--xxfull-size: 80px;
--xfull-size: 40px;
--full-size: 20px;
--half-size: 10px;
--middle-size: 7px;
--small-size: 5px;
--xsmall-size: 3px;
--min-full-size: -20px;
}
html, body {
margin: 0px;
font-family: roboto;
font-size: 15px;
}
* {
box-sizing: border-box;
}
/*Margin Style*/
.m-full {
margin: var(--full-size);
}
.m-top-full {
margin-top: var(--full-size);
}
.m-bottom-full {
margin-bottom: var(--full-size);
}
.m-left-full {
margin-left: var(--full-size);
}
.m-right-full {
margin-right: var(--full-size);
}
.m-topbottom-full {
margin-top: var(--full-size);
margin-bottom: var(--full-size);
}
.m-leftright-full {
margin-left: var(--full-size);
margin-right: var(--full-size);
}
.m-top-half {
margin-top: var(--half-size);
}
.m-left-half {
margin-left: var(--half-size);
}
.m-right-half {
margin-right: var(--half-size);
}
.m-bottom-half {
margin-bottom: var(--half-size);
}
.m-left-middle {
margin-left: var(--middle-size);
}
.pad-left-full {
padding-left: var(--full-size);
}
.pad-right-full {
padding-right: var(--full-size);
}
.pad-lr-full {
padding-right: var(--full-size);
padding-left: var(--full-size);
}
.pad-bottom-full {
padding-bottom: var(--full-size);
}
.pad-top-half {
padding-top: var(--half-size);
}
.pad-bottom-half {
padding-top: var(--half-size);
}
.pad-left-half {
padding-left: var(--half-size);
}
.pad-right-half {
padding-right: var(--half-size);
}
.pad-tb-half {
padding-top: var(--half-size);
padding-bottom: var(--half-size);
}
.pad-tb-full {
padding-top: var(--full-size);
padding-bottom: var(--full-size);
}
.pad-left-no {
padding-left:0px !important;
}
.pad-right-no {
padding-right:0px !important;
}
/*Element Style*/
.center-thing {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
.flow-hidden {
overflow: hidden;
}
/*Element Align Style*/
.set-left {
float: left;
}
.set-right {
float: right;
}
/*Div Style*/
.section {
width: 980px;
margin-left: auto;
margin-right: auto;
}
.section-full {
width: 100%;
}
.row {
margin-left: var(--min-full-size);
margin-right: var(--min-full-size);
}
.row:after {
clear: both;
display: table;
content: " ";
}
.row:before {
clear: both;
display: table;
content: " ";
}
.sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6, .sec-7, .sec-7, .sec-8, .sec-9, .sec-10, .sec-even-1, .sec-even-2, .sec-even-3, .sec-even-4, .sec-even-5, .sec-even-6, .sec-even-7, .sec-even-8, .sec-even-9, .sec-even-10, .sec-even-11, .sec-even-12 {
position: relative;
float: left;
min-height: 1px;
padding-left: var(--full-size);
padding-right: var(--full-size);
}
.sec-1 {
width: 10%;
}
.sec-2 {
width: 20%;
}
.sec-3 {
width: 30%;
}
.sec-4 {
width: 40%;
}
.sec-5 {
width: 50%;
}
.sec-6 {
width: 60%;
}
.sec-7 {
width: 70%;
}
.sec-8 {
width: 80%;
}
.sec-9 {
width: 90%;
}
.sec-10 {
width: 100%;
}
.sec-even-1 {
width: 8.333333333333333%
}
.sec-even-2 {
width: 16.66666666666667%
}
.sec-even-3 {
width: 25%
}
.sec-even-4 {
width: 33.33333333333333%
}
.sec-even-5 {
width: 41.66666666666667%
}
.sec-even-6 {
width: 50%
}
.sec-even-7 {
width: 58.33333333333334%
}
.sec-even-8 {
width: 66.66666666666667%
}
.sec-even-9 {
width: 75.00000000000002%
}
.sec-even-10 {
width: 83.33333333333333%
}
.sec-even-11 {
width: 91.66666666666666%
}
.sec-even-12 {
width: 100%
}
/*Color Style*/
.bg-red {
background-color: var(--red);
}
.bg-pink {
background-color: var(--pink);
}
.bg-yellow {
background-color: var(--yellow);
}
.bg-lightblue {
background-color: var(--lightblue);
}
.bg-green {
background-color: var(--green);
}
.bg-blue {
background-color: var(--blue);
}
.bg-dark {
background-color: var(--color-dark);
}
.border-red, .border-pink, .border-yellow, .border-lightblue, .border-green, .border-blue {
border-width: 1px;
border-style: solid;
}
.border-red {
border-color: var(--red);
}
.border-pink {
border-color: var(--pink);
}
.border-yellow {
border-color: var(--yellow);
}
.border-lightblue {
border-color: var(--lightblue);
}
.border-green {
border-color: var(--green);
}
.border-blue {
border-color: var(--blue);
}
.border-top-blue {
border-top-width: 1px;
border-top-color: var(--blue);
border-top-style: solid;
}
.border-bottom-blue {
border-bottom-width: 1px;
border-bottom-color: var(--blue);
border-bottom-style: solid;
}
.border-top-red {
border-top-width: 1px;
border-top-color: var(--red);
border-top-style: solid;
}
.border-bottom-red {
border-bottom-width: 1px;
border-bottom-color: var(--red);
border-bottom-style: solid;
}
/*Text Style*/
h1, h2, h3, h4, h5, h6, p {
margin-top: var(--half-size);
margin-bottom: var(--half-size);
}
h1, h2, h3, h4, h5, h6 {
font-weight: lighter;
}
p {
margin:0px;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-full {
text-align: justify;
}
.upper {
text-transform: uppercase;
}
.lower {
text-transform: lowercase;
}
.capital {
text-transform: capitalize;
}
.bold {
font-weight: bold;
}
/*Line Style*/
hr {
width: 100%;
border-top-width: 0px;
float: left;
border-color: var(--color-light);
margin-top: var(--full-size);
margin-bottom: var(--full-size);
}
hr.line {
border-style: solid;
}
hr.dash {
border-style: dashed;
}
/*Color Style*/
.color-light {
color: #FFF;
}
.color-dark {
color: #444;
}
/*Button Style*/
.btn {
display: inline-block;
padding: var(--middle-size) var(--full-size);
font-size: 15px;
border: 0px;
font-family: roboto;
}
.btn:hover {
cursor: pointer;
opacity: 0.85;
}
.btn-rounded {
border-radius: var(--full-size);
}
.btn-circle {
display: inline-block;
border:0px;
font-size: 15px;
height: var(--xfull-size);
width: var(--xfull-size);
border-radius: 100%;
position: relative;
}
.btn-circle:hover {
cursor: pointer;
}
.btn-circle:focus {
border:0px;
outline: 1px;
}
.btn-circle span {
}
.btn-full {
width: 100%;
}
.btn-close {
border:0px;
background-color: rgba(255, 255, 255, 0.39);
font-weight: bold;
font-size: large;
padding: 0px 5px;
}
.btn-close:hover {
cursor: pointer;
opacity: 0.55;
}
/*Form Style*/
.form-input {
font-size: 15px;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: var(--color-light);
}
.form-input:focus {
outline-width: 0px;
border-color: var(--blue);
}
input.form-input {
border-width: 0px;
border-bottom-width: 1px;
padding-top: var(--middle-size);
padding-bottom: var(--middle-size);
}
textarea.form-input {
min-width: 100%;
max-width: 100%;
font-family: inherit;
}
select.form-input {
padding: var(--middle-size);
}
textarea.form-input {
padding: var(--half-size);
}
input[type=checkbox] {
margin: 0px;
margin-right: var(--middle-size);
}
input[type=checkbox]:hover, label {
cursor: pointer;
}
/*Notification Style*/
.notif {
padding: var(--half-size) var(--full-size);
width: 100%;
}
/*Board Style*/
.board-header {
font-weight: bold;
}
.board-body {
padding: var(--full-size);
}
.board-header, .board-footer {
padding: var(--half-size) var(--full-size);
}
/*Table Style*/
.table {
width: 100%;
border-collapse: collapse;
}
.table-stripped {
border: 1px solid var(--color-dark);
}
.table-stripped thead tr, .table-stripped tbody tr {
border-bottom: 1px solid var(--color-dark);
}
.table-stripped thead tr {
border-bottom: 2px solid var(--color-dark);
}
.table thead tr th, .table tbody tr td, .table tfoot tr td {
padding: var(--half-size) var(--full-size);
}
.table-border, .table-border thead tr th, .table-border tbody tr td {
border: 1px solid var(--color-dark);
}
.table-zebra tbody tr:nth-child(even) {
background-color: #dadada;
}
/*Breadcrumbs*/
.breadcrumb {
margin: 0px;
padding: 0px;
}
.breadcrumb > li {
list-style-type: none;
display: inline-block;
margin-left: var(--middle-size);
}
.breadcrumb > li:first-child {
margin-left: 0px;
}
.breadcrumb > li > a {
color: var(--color-dark);
text-decoration: none;
}
.breadcrumb > li > a:hover {
color: var(--blue);
text-decoration: underline;
}
.breadcrumb li.active {
color: var(--color-dark);
}
.breadcrumb > li:first-child::before {
content: '';
margin-right: 0px;
}
.breadcrumb > li::before {
margin-right: var(--middle-size);
content: '>';
}
/*Default Css Modified Style */
a {
color: var(--blue);
text-decoration: none;
}
a:hover {
opacity: 0.7;
}
.ul-a {
margin: 0px;
padding: 0px;
list-style-type: none;
}
/*Label Style*/
.label {
padding: var(--xsmall-size) var(--small-size);
font-size: x-small;
display: inline-block;
}
.bg-circle {
padding: 1px 7px;
font-size: 13px;
font-weight: bold;
border-radius: 10px;
color: black;
position: relative;
top: -1px;
}
.btn .bg-circle {
background-color: white;
}
|
source/css/godes.css
|
@font-face {
font-family: roboto;
src: url(../font/Roboto-Regular.ttf);
}
:root {
--red: #ff325a;
--pink: #ff3277;
--yellow: #FFD600;/*--yellow: #ffe32f;*/
--lightblue: #40C4FF;/*--lightblue: #30e5ff;*/
--green: #10f227;
--blue: #00a4ff;
--gray: gray;
--color-light: #e0e0e0;
--color-dark: #2F323B;
--xxfull-size: 80px;
--xfull-size: 40px;
--full-size: 20px;
--half-size: 10px;
--middle-size: 7px;
--small-size: 5px;
--xsmall-size: 3px;
--min-full-size: -20px;
}
html, body {
margin: 0px;
font-family: roboto;
font-size: 15px;
}
* {
box-sizing: border-box;
}
/*Margin Style*/
.m-full {
margin: var(--full-size);
}
.m-top-full {
margin-top: var(--full-size);
}
.m-bottom-full {
margin-bottom: var(--full-size);
}
.m-left-full {
margin-left: var(--full-size);
}
.m-right-full {
margin-right: var(--full-size);
}
.m-topbottom-full {
margin-top: var(--full-size);
margin-bottom: var(--full-size);
}
.m-leftright-full {
margin-left: var(--full-size);
margin-right: var(--full-size);
}
.m-top-half {
margin-top: var(--half-size);
}
.m-left-half {
margin-left: var(--half-size);
}
.m-right-half {
margin-right: var(--half-size);
}
.m-bottom-half {
margin-bottom: var(--half-size);
}
.m-left-middle {
margin-left: var(--middle-size);
}
.pad-left-full {
padding-left: var(--full-size);
}
.pad-right-full {
padding-right: var(--full-size);
}
.pad-lr-full {
padding-right: var(--full-size);
padding-left: var(--full-size);
}
.pad-bottom-full {
padding-bottom: var(--full-size);
}
.pad-top-half {
padding-top: var(--half-size);
}
.pad-bottom-half {
padding-top: var(--half-size);
}
.pad-left-half {
padding-left: var(--half-size);
}
.pad-right-half {
padding-right: var(--half-size);
}
.pad-tb-half {
padding-top: var(--half-size);
padding-bottom: var(--half-size);
}
.pad-tb-full {
padding-top: var(--full-size);
padding-bottom: var(--full-size);
}
.pad-left-no {
padding-left:0px !important;
}
.pad-right-no {
padding-right:0px !important;
}
/*Element Style*/
.center-thing {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
.flow-hidden {
overflow: hidden;
}
/*Element Align Style*/
.set-left {
float: left;
}
.set-right {
float: right;
}
/*Div Style*/
.section {
width: 980px;
margin-left: auto;
margin-right: auto;
}
.section-full {
width: 100%;
}
.row {
margin-left: var(--min-full-size);
margin-right: var(--min-full-size);
}
.row:after {
clear: both;
display: table;
content: " ";
}
.row:before {
clear: both;
display: table;
content: " ";
}
.sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6, .sec-7, .sec-7, .sec-8, .sec-9, .sec-10, .sec-even-1, .sec-even-2, .sec-even-3, .sec-even-4, .sec-even-5, .sec-even-6, .sec-even-7, .sec-even-8, .sec-even-9, .sec-even-10, .sec-even-11, .sec-even-12 {
position: relative;
float: left;
min-height: 1px;
padding-left: var(--full-size);
padding-right: var(--full-size);
}
.sec-1 {
width: 10%;
}
.sec-2 {
width: 20%;
}
.sec-3 {
width: 30%;
}
.sec-4 {
width: 40%;
}
.sec-5 {
width: 50%;
}
.sec-6 {
width: 60%;
}
.sec-7 {
width: 70%;
}
.sec-8 {
width: 80%;
}
.sec-9 {
width: 90%;
}
.sec-10 {
width: 100%;
}
.sec-even-1 {
width: 8.333333333333333%
}
.sec-even-2 {
width: 16.66666666666667%
}
.sec-even-3 {
width: 25%
}
.sec-even-4 {
width: 33.33333333333333%
}
.sec-even-5 {
width: 41.66666666666667%
}
.sec-even-6 {
width: 50%
}
.sec-even-7 {
width: 58.33333333333334%
}
.sec-even-8 {
width: 66.66666666666667%
}
.sec-even-9 {
width: 75.00000000000002%
}
.sec-even-10 {
width: 83.33333333333333%
}
.sec-even-11 {
width: 91.66666666666666%
}
.sec-even-12 {
width: 100%
}
/*Color Style*/
.bg-red {
background-color: var(--red);
}
.bg-pink {
background-color: var(--pink);
}
.bg-yellow {
background-color: var(--yellow);
}
.bg-lightblue {
background-color: var(--lightblue);
}
.bg-green {
background-color: var(--green);
}
.bg-blue {
background-color: var(--blue);
}
.bg-dark {
background-color: var(--color-dark);
}
.border-red, .border-pink, .border-yellow, .border-lightblue, .border-green, .border-blue {
border-width: 1px;
border-style: solid;
}
.border-red {
border-color: var(--red);
}
.border-pink {
border-color: var(--pink);
}
.border-yellow {
border-color: var(--yellow);
}
.border-lightblue {
border-color: var(--lightblue);
}
.border-green {
border-color: var(--green);
}
.border-blue {
border-color: var(--blue);
}
.border-top-blue {
border-top-width: 1px;
border-top-color: var(--blue);
border-top-style: solid;
}
.border-bottom-blue {
border-bottom-width: 1px;
border-bottom-color: var(--blue);
border-bottom-style: solid;
}
.border-top-red {
border-top-width: 1px;
border-top-color: var(--red);
border-top-style: solid;
}
.border-bottom-red {
border-bottom-width: 1px;
border-bottom-color: var(--red);
border-bottom-style: solid;
}
/*Text Style*/
h1, h2, h3, h4, h5, h6, p {
margin-top: var(--half-size);
margin-bottom: var(--half-size);
}
h1, h2, h3, h4, h5, h6 {
font-weight: lighter;
}
p {
margin:0px;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-full {
text-align: justify;
}
.upper {
text-transform: uppercase;
}
.lower {
text-transform: lowercase;
}
.capital {
text-transform: capitalize;
}
.bold {
font-weight: bold;
}
/*Line Style*/
hr {
width: 100%;
border-top-width: 0px;
float: left;
border-color: var(--color-light);
margin-top: var(--full-size);
margin-bottom: var(--full-size);
}
hr.line {
border-style: solid;
}
hr.dash {
border-style: dashed;
}
/*Color Style*/
.color-light {
color: #FFF;
}
.color-dark {
color: #444;
}
/*Button Style*/
.btn {
display: inline-block;
padding: var(--middle-size) var(--full-size);
font-size: 15px;
border: 0px;
font-family: roboto;
}
.btn:hover {
cursor: pointer;
opacity: 0.85;
}
.btn-rounded {
border-radius: var(--full-size);
}
.btn-circle {
display: inline-block;
border:0px;
font-size: 15px;
height: var(--xfull-size);
width: var(--xfull-size);
border-radius: 100%;
position: relative;
}
.btn-circle:hover {
cursor: pointer;
}
.btn-circle:focus {
border:0px;
outline: 1px;
}
.btn-circle span {
}
.btn-full {
width: 100%;
}
.btn-close {
border:0px;
background-color: rgba(255, 255, 255, 0.39);
font-weight: bold;
font-size: large;
padding: 0px 5px;
}
.btn-close:hover {
cursor: pointer;
opacity: 0.55;
}
/*Form Style*/
.form-input {
font-size: 15px;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: var(--color-light);
}
.form-input:focus {
outline-width: 0px;
border-color: var(--blue);
}
input.form-input {
border-width: 0px;
border-bottom-width: 1px;
padding-top: var(--middle-size);
padding-bottom: var(--middle-size);
}
textarea.form-input {
min-width: 100%;
max-width: 100%;
font-family: inherit;
}
select.form-input {
padding: var(--middle-size);
}
textarea.form-input {
padding: var(--half-size);
}
input[type=checkbox] {
margin: 0px;
margin-right: var(--middle-size);
}
input[type=checkbox]:hover, label {
cursor: pointer;
}
/*Notification Style*/
.notif {
padding: var(--half-size) var(--full-size);
width: 100%;
}
/*Board Style*/
.board-header {
font-weight: bold;
}
.board-body {
padding: var(--full-size);
}
.board-header, .board-footer {
padding: var(--half-size) var(--full-size);
}
/*Table Style*/
.table {
width: 100%;
border-collapse: collapse;
}
.table-stripped {
border: 1px solid var(--color-dark);
}
.table-stripped thead tr, .table-stripped tbody tr {
border-bottom: 1px solid var(--color-dark);
}
.table-stripped thead tr {
border-bottom: 2px solid var(--color-dark);
}
.table thead tr th, .table tbody tr td, .table tfoot tr td {
padding: var(--half-size) var(--full-size);
}
.table-border, .table-border thead tr th, .table-border tbody tr td {
border: 1px solid var(--color-dark);
}
.table-zebra tbody tr:nth-child(even) {
background-color: #dadada;
}
/*Breadcrumbs*/
.breadcrumb {
margin: 0px;
padding: 0px;
}
.breadcrumb > li {
list-style-type: none;
display: inline-block;
margin-left: var(--middle-size);
}
.breadcrumb > li:first-child {
margin-left: 0px;
}
.breadcrumb > li > a {
color: var(--color-dark);
text-decoration: none;
}
.breadcrumb > li > a:hover {
color: var(--blue);
text-decoration: underline;
}
.breadcrumb li.active {
color: var(--color-dark);
}
.breadcrumb > li:first-child::before {
content: '';
margin-right: 0px;
}
.breadcrumb > li::before {
margin-right: var(--middle-size);
content: '>';
}
/*Default Css Modified Style */
a {
color: var(--blue);
text-decoration: none;
}
a:hover {
opacity: 0.7;
}
.ul-a {
margin: 0px;
padding: 0px;
list-style-type: none;
}
/*Label Style*/
.label {
padding: var(--xsmall-size) var(--small-size);
font-size: x-small;
display: inline-block;
}
.bg-circle {
padding: 1px 7px;
font-size: 13px;
font-weight: bold;
border-radius: 10px;
color: black;
position: relative;
top: -1px;
}
.btn .bg-circle {
background-color: white;
}
| 0.37319 | 0.114616 |
html,
body {
/*overflow: hidden;*/
}
html {
background: linear-gradient(45deg, #404040, #7a7a7a);
}
/* fix */
html.has-navbar-fixed-top {
padding-top: 0;
}
html.has-navbar-fixed-top .page-content div {
margin-top: 3em;
}
/*menu open */
.navbar-menu.is-active:before {
background: #363636;
}
/* menu closed */
nav.navbar.is-fixed-top.is-dark {
background: #38383e;
}
/* remove backg from brand link (home) */
#app nav .navbar-brand .navbar-item {
background: transparent;
}
/* fix for menu top background */
.navbar-brand:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 3.25rem;
background: #38383e;
z-index: -1;
}
header#header {
/* for generic template */
/* display: none; */
position: fixed;
width: 100%;
z-index: 100000;
}
nav.navbar.is-fixed-top.is-dark {
background: transparent;
}
.navbar-menu.is-active {
background-color: #3636364a;
}
/* visual content body */
.page-content {
height: 100vh;
overflow: hidden;
-webkit-animation: menu-animation-out 0.5s ease;
animation: menu-animation-out 0.5s ease;
background: white;
}
.page-content.active {
/* display: block; */
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
/* */
-webkit-transition: 0.4s;
transition: 0.4s;
/* animation: menu-animation-in 0.5s ease forwards; */
}
@-webkit-keyframes menu-animation-in {
from {
-webkit-transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
}
to {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
}
}
@keyframes menu-animation-in {
from {
-webkit-transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
}
to {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
}
}
@-webkit-keyframes menu-animation-out {
from {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
}
to {
-webkit-transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
}
}
@keyframes menu-animation-out {
from {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
}
to {
-webkit-transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
}
}
/* declare AFTER .page-content */
/* for div.page-content */
.scroll-locked {
overflow: hidden;
}
.scroll-unlocked {
height: initial;
overflow: initial;
}
/* mobile mode menu links appear effect */
/* fix */
.navbar-end {
overflow: hidden;
}
.navbar-menu.is-active a.navbar-link {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-animation: links-appear 0.5s forwards ease var(--i);
animation: links-appear 0.5s forwards ease var(--i);
}
@-webkit-keyframes links-appear {
from {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes links-appear {
from {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
/* shadow effect when menu is open, */
.page-content.active + .shadow,
.page-content.active + .shadow + .shadow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
-webkit-transition: 0.55s;
transition: 0.55s;
z-index: -1;
}
/*
.page-content.active+.shadow,.page-content.active+.shadow+.shadow {
transform: perspective(70vw) rotateY(20deg) scale(0.2) translateY(0vh) translateX(5vw);
}*/
.page-content.active + .shadow.one {
z-index: -1;
background: rgba(255, 255, 255, 0.8);
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.68) translateY(0vh) translateX(5vw);
transform: perspective(70vw) rotateY(20deg) scale(0.68) translateY(0vh) translateX(5vw);
/* transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
height: 100vh;
width: 100%;
position: absolute;
top: 0;
left: 0; */
}
.page-content.active + .shadow.one + .shadow.two {
z-index: -2;
background: rgba(160, 160, 160, 0.8);
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.65) translateY(0vh) translateX(-4vw);
transform: perspective(70vw) rotateY(20deg) scale(0.65) translateY(0vh) translateX(-4vw);
/* transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw); */
}
/* hover effect on page content div when menu is open */
.page-content.active:hover {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.55) translateZ(20vw) translateY(0px) !important;
transform: perspective(70vw) rotateY(20deg) scale(0.55) translateZ(20vw) translateY(0px) !important;
}
.page-content.active:hover + .shadow.one {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.715) translateY(0vh) translateX(5vw);
transform: perspective(70vw) rotateY(20deg) scale(0.715) translateY(0vh) translateX(5vw);
}
.page-content.active:hover + .shadow.one + .shadow.two {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.66) translateY(0vh) translateX(-4vw);
transform: perspective(70vw) rotateY(20deg) scale(0.66) translateY(0vh) translateX(-4vw);
}
/* .page-content, */
/*
.shadow {
position: absolute;
width:100%;
height:100vh;
top:0;
left:0;
background-color:white;
transform-style: preserve-3d;
transform-origin: left;
opacity: 0.15;
}
.shadow.one {
z-index: -1;
background-color:lightgray;
}
.shadow.two {
display: none;
z-index: -2;
background-color:purple;
}
*/
/* *********************************************** end 3d menu */
.page-content {
/* overflow: hidden; */
background-color: white;
/*padding-bottom: 5rem; */
min-height: 70vh;
}
.tile-xs {
-webkit-box-flex: 0;
flex: none;
min-height: 214px;
}
.title-animated {
margin: auto;
padding: 2rem;
visibility: hidden;
}
h1 {
font-family: "Geo";
}
/*fixes*/
#app a.navbar-link:hover {
background: #29292970;
color: white;
}
.navbar-menu.is-active a.navbar-link {
-webkit-text-fill-color: white;
}
.outlined {
-webkit-text-stroke: 1px black;
/* -webkit-text-fill-color: #ffdd57; */
-webkit-text-fill-color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-size: larger;
}
/* ********************************** menu */
.navbar.is-dark .navbar-end .navbar-link.is-active {
background-color: transparent;
color: white;
font-weight: bold;
}
a.is-active.navbar-item.router-link-exact-active {
background-color: transparent !important;
}
a.navbar-link {
color: white;
text-align: right;
}
.navbar-menu.is-active {
/* background-color: #363636;*/
}
.navbar-menu.is-active:before {
content: "";
top: -42px;
width: 100%;
height: 100px;
background: #363636;
z-index: -1;
position: fixed;
}
/* menu end */
/* ********************************** gradient text for brand name, uses homepage animation */
/* gradient on */
#app nav .navbar-brand .navbar-item,
.center-title,
.home-bottom,
.home-bottom svg,
a.navbar-link:after,
a.navbar-link {
background: -webkit-linear-gradient(#eee, #00b9ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
-webkit-animation: changebackground 10s linear infinite;
animation: changebackground 10s linear infinite;
/* font-weight: bold; */
/* font-size: 1.5em; */
}
a.navbar-burger span {
background: -webkit-linear-gradient(#eee, #00b9ff);
-webkit-animation: changebackground 10s linear infinite;
animation: changebackground 10s linear infinite;
}
/* if home gradient off
html.is-home #app a.navbar-item.is-active {
background: white;
color: white;
-webkit-background-clip: initial;
-webkit-text-fill-color: initial;
animation: none;
}*/
/* brand name styling */
a.navbar-item {
font-family: "Geo", sans-serif;
font-size: 2em;
align-self: flex-end;
line-height: 1em;
}
/* ********************************** footer */
#footer {
padding: 5rem;
background: #38383e;
}
/* footer menu */
a.button.menu-label {
background: #363636;
color: #d2d2d2;
border-color: #595959;
}
a.button.menu-label:hover,
a.button.menu-label:focus {
color: #ffffff;
border-color: #595959;
}
a.button.menu-label.is-active {
color: #ffffff;
border-color: #2d2d2f;
}
/* footer end */
#messages {
position: fixed;
display: block;
width: 100%;
z-index: 1111111;
}
#messages .notification {
margin: 0;
}
.contact-form {
padding-bottom: 5em;
}
/* responsive overrides */
@media screen and (min-width: 376px) {
.tile-xs {
-webkit-box-flex: 0;
-ms-flex: none;
width: 50%;
float: left;
min-height: 165px;
}
}
@media screen and (min-width: 472px) {
.tile-xs {
min-height: 237px;
}
.footer-menu {
max-width: 120px;
margin: auto;
}
.title-animated {
max-width: 50%;
}
}
@media screen and (min-width: 769px) {
.tile-xs {
min-height: 196px;
}
.contact-form {
max-width: 50%;
margin: auto;
min-height: 300px;
}
}
@media screen and (min-width: 1024px) {
.navbar-menu {
background-color: transparent;
}
}
/* -------------- scrollbar ----------------- */
/* width */
::-webkit-scrollbar {
width: 10px;
height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
/*end scrollbar*/
|
public/css/app.css
|
html,
body {
/*overflow: hidden;*/
}
html {
background: linear-gradient(45deg, #404040, #7a7a7a);
}
/* fix */
html.has-navbar-fixed-top {
padding-top: 0;
}
html.has-navbar-fixed-top .page-content div {
margin-top: 3em;
}
/*menu open */
.navbar-menu.is-active:before {
background: #363636;
}
/* menu closed */
nav.navbar.is-fixed-top.is-dark {
background: #38383e;
}
/* remove backg from brand link (home) */
#app nav .navbar-brand .navbar-item {
background: transparent;
}
/* fix for menu top background */
.navbar-brand:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 3.25rem;
background: #38383e;
z-index: -1;
}
header#header {
/* for generic template */
/* display: none; */
position: fixed;
width: 100%;
z-index: 100000;
}
nav.navbar.is-fixed-top.is-dark {
background: transparent;
}
.navbar-menu.is-active {
background-color: #3636364a;
}
/* visual content body */
.page-content {
height: 100vh;
overflow: hidden;
-webkit-animation: menu-animation-out 0.5s ease;
animation: menu-animation-out 0.5s ease;
background: white;
}
.page-content.active {
/* display: block; */
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
/* */
-webkit-transition: 0.4s;
transition: 0.4s;
/* animation: menu-animation-in 0.5s ease forwards; */
}
@-webkit-keyframes menu-animation-in {
from {
-webkit-transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
}
to {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
}
}
@keyframes menu-animation-in {
from {
-webkit-transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
}
to {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
}
}
@-webkit-keyframes menu-animation-out {
from {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
}
to {
-webkit-transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
}
}
@keyframes menu-animation-out {
from {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
}
to {
-webkit-transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
transform: perspective(0vw) rotateY(0deg) scale(1) translateZ(0vw);
}
}
/* declare AFTER .page-content */
/* for div.page-content */
.scroll-locked {
overflow: hidden;
}
.scroll-unlocked {
height: initial;
overflow: initial;
}
/* mobile mode menu links appear effect */
/* fix */
.navbar-end {
overflow: hidden;
}
.navbar-menu.is-active a.navbar-link {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-animation: links-appear 0.5s forwards ease var(--i);
animation: links-appear 0.5s forwards ease var(--i);
}
@-webkit-keyframes links-appear {
from {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes links-appear {
from {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
/* shadow effect when menu is open, */
.page-content.active + .shadow,
.page-content.active + .shadow + .shadow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
-webkit-transition: 0.55s;
transition: 0.55s;
z-index: -1;
}
/*
.page-content.active+.shadow,.page-content.active+.shadow+.shadow {
transform: perspective(70vw) rotateY(20deg) scale(0.2) translateY(0vh) translateX(5vw);
}*/
.page-content.active + .shadow.one {
z-index: -1;
background: rgba(255, 255, 255, 0.8);
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.68) translateY(0vh) translateX(5vw);
transform: perspective(70vw) rotateY(20deg) scale(0.68) translateY(0vh) translateX(5vw);
/* transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw);
height: 100vh;
width: 100%;
position: absolute;
top: 0;
left: 0; */
}
.page-content.active + .shadow.one + .shadow.two {
z-index: -2;
background: rgba(160, 160, 160, 0.8);
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.65) translateY(0vh) translateX(-4vw);
transform: perspective(70vw) rotateY(20deg) scale(0.65) translateY(0vh) translateX(-4vw);
/* transform: perspective(70vw) rotateY(20deg) scale(0.5) translateZ(20vw); */
}
/* hover effect on page content div when menu is open */
.page-content.active:hover {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.55) translateZ(20vw) translateY(0px) !important;
transform: perspective(70vw) rotateY(20deg) scale(0.55) translateZ(20vw) translateY(0px) !important;
}
.page-content.active:hover + .shadow.one {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.715) translateY(0vh) translateX(5vw);
transform: perspective(70vw) rotateY(20deg) scale(0.715) translateY(0vh) translateX(5vw);
}
.page-content.active:hover + .shadow.one + .shadow.two {
-webkit-transform: perspective(70vw) rotateY(20deg) scale(0.66) translateY(0vh) translateX(-4vw);
transform: perspective(70vw) rotateY(20deg) scale(0.66) translateY(0vh) translateX(-4vw);
}
/* .page-content, */
/*
.shadow {
position: absolute;
width:100%;
height:100vh;
top:0;
left:0;
background-color:white;
transform-style: preserve-3d;
transform-origin: left;
opacity: 0.15;
}
.shadow.one {
z-index: -1;
background-color:lightgray;
}
.shadow.two {
display: none;
z-index: -2;
background-color:purple;
}
*/
/* *********************************************** end 3d menu */
.page-content {
/* overflow: hidden; */
background-color: white;
/*padding-bottom: 5rem; */
min-height: 70vh;
}
.tile-xs {
-webkit-box-flex: 0;
flex: none;
min-height: 214px;
}
.title-animated {
margin: auto;
padding: 2rem;
visibility: hidden;
}
h1 {
font-family: "Geo";
}
/*fixes*/
#app a.navbar-link:hover {
background: #29292970;
color: white;
}
.navbar-menu.is-active a.navbar-link {
-webkit-text-fill-color: white;
}
.outlined {
-webkit-text-stroke: 1px black;
/* -webkit-text-fill-color: #ffdd57; */
-webkit-text-fill-color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-size: larger;
}
/* ********************************** menu */
.navbar.is-dark .navbar-end .navbar-link.is-active {
background-color: transparent;
color: white;
font-weight: bold;
}
a.is-active.navbar-item.router-link-exact-active {
background-color: transparent !important;
}
a.navbar-link {
color: white;
text-align: right;
}
.navbar-menu.is-active {
/* background-color: #363636;*/
}
.navbar-menu.is-active:before {
content: "";
top: -42px;
width: 100%;
height: 100px;
background: #363636;
z-index: -1;
position: fixed;
}
/* menu end */
/* ********************************** gradient text for brand name, uses homepage animation */
/* gradient on */
#app nav .navbar-brand .navbar-item,
.center-title,
.home-bottom,
.home-bottom svg,
a.navbar-link:after,
a.navbar-link {
background: -webkit-linear-gradient(#eee, #00b9ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
-webkit-animation: changebackground 10s linear infinite;
animation: changebackground 10s linear infinite;
/* font-weight: bold; */
/* font-size: 1.5em; */
}
a.navbar-burger span {
background: -webkit-linear-gradient(#eee, #00b9ff);
-webkit-animation: changebackground 10s linear infinite;
animation: changebackground 10s linear infinite;
}
/* if home gradient off
html.is-home #app a.navbar-item.is-active {
background: white;
color: white;
-webkit-background-clip: initial;
-webkit-text-fill-color: initial;
animation: none;
}*/
/* brand name styling */
a.navbar-item {
font-family: "Geo", sans-serif;
font-size: 2em;
align-self: flex-end;
line-height: 1em;
}
/* ********************************** footer */
#footer {
padding: 5rem;
background: #38383e;
}
/* footer menu */
a.button.menu-label {
background: #363636;
color: #d2d2d2;
border-color: #595959;
}
a.button.menu-label:hover,
a.button.menu-label:focus {
color: #ffffff;
border-color: #595959;
}
a.button.menu-label.is-active {
color: #ffffff;
border-color: #2d2d2f;
}
/* footer end */
#messages {
position: fixed;
display: block;
width: 100%;
z-index: 1111111;
}
#messages .notification {
margin: 0;
}
.contact-form {
padding-bottom: 5em;
}
/* responsive overrides */
@media screen and (min-width: 376px) {
.tile-xs {
-webkit-box-flex: 0;
-ms-flex: none;
width: 50%;
float: left;
min-height: 165px;
}
}
@media screen and (min-width: 472px) {
.tile-xs {
min-height: 237px;
}
.footer-menu {
max-width: 120px;
margin: auto;
}
.title-animated {
max-width: 50%;
}
}
@media screen and (min-width: 769px) {
.tile-xs {
min-height: 196px;
}
.contact-form {
max-width: 50%;
margin: auto;
min-height: 300px;
}
}
@media screen and (min-width: 1024px) {
.navbar-menu {
background-color: transparent;
}
}
/* -------------- scrollbar ----------------- */
/* width */
::-webkit-scrollbar {
width: 10px;
height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
/*end scrollbar*/
| 0.400632 | 0.065845 |
@charset "utf-8";
/* CSS Document */
/*全局样式*/
body { font-family:"微软雅黑"; font-size:12px; color:#333;}
* { margin:0px; padding:0px; list-style:none;}
.clear { clear:both;}
a { color:#333; text-decoration:none;}
.fl { float:left;}
.fr { float:right; }
ul { list-style:none; margin:0px; padding:0px;}
img { border:0px; max-width:100%;}
.dbgao { height:80px;}
/*首页头部*/
.ltop { width:100%; height:auto; padding:10px 0px;}
.ltop img { width:100%;}
.ltopl { width:100%; padding-left:8px;}
.ltopr { width:0%; margin-top:10px;}
.dhtp { float:left; width:22%; margin-right:5px; }
.ltopr{ margin-top:30px;}
.ltopr p { font-size:1.1em; line-height:1.3em;}
.ltopr p strong { font-size:1.3em;}
/*nav*/
.lnav { width:100%; height:100px; background-color:#023178;}
.lnav ul li { width:33.33%; height:50px; line-height:50px; font-size:16px; background:url(../images/shouji_15.jpg) repeat-x bottom; float:left; text-align:center; }
.lnav ul li a { color:#FFF; text-decoration:none; background:url(../images/shouji_11.jpg) repeat-y right; display:block;}
/*ban*/
.slider-focus{position:relative;max-width:640px;overflow:hidden;/*max-height:320px;*/ margin:auto;}
.slider-focus .hd{ position:absolute;width:100%;height:22px;left:0;bottom:2%;z-index:1;line-height:28px;text-align:center;}
.slider-focus .hd li{ display:inline-block;vertical-align:middle;width:13px;height:13px;margin:0 3px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;font-size:0;line-height:0;text-indent:-9999em;background:#fff; cursor:pointer;}
.slider-focus .hd li.on{ background:#ffea00; }
.slider-focus .bd{ position:relative; z-index:0; }
.slider-focus .bd li{ position:relative; text-align:center; }
.slider-focus .bd li img{ background:url(../images/loading.gif) center center no-repeat;vertical-align:top;width:100%;/* 图片宽度100%,达到自适应效果 */}
.slider-focus .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); } /* 去掉链接触摸高亮 */
.slider-focus .bd li .tit{ display:block; width:100%; position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff; text-align:left; }
/*园区介绍*/
.lgywm { width:100%; height:auto; margin-top:20px;}
.lgywm_title { width:100%; height:auto;}
.xian { width:100%; height:25px; border-bottom:1px solid #d7d8d8; }
.lwenzi { width:140px; height:auto; text-align:center; background-color:#FFF; margin:-20px auto 0px; font-family:"微软雅黑";}
.lwenzi p { font-size:12px; color:#333; line-height:2.2em;}
.lwenzi p strong { font-size:2.4em;}
.lgywm_wz { width:100%; height:auto; padding:3% 0px;}
.lgywm_wz p { font-size:1.2em; line-height:1.8em; color:#333; padding:0px 10px; text-indent:2.4em;}
/*更多按钮*/
.angd { width:100%; height:auto; padding:10px 0px; text-align:center;}
.angd a { width:auto; height:40px; padding:0px 20px; color:#999; display:block; font-size:14px; line-height:40px; border:1px solid #d7d8d8; border-radius:8px; display:inline-block; }
/*服务项目*/
.fwxm { width:100%; height:auto; margin-top:20px;}
.fwxm_nr { width:100%; height:auto; padding:10px 0px;}
.fwxm_nr ul li { width:20%; height:auto; padding:10px 0px; float:left; text-align:center; line-height:30px;}
.fwxm_nr ul li .lzj { width:74%; margin:0px auto; text-align:center;}
/*墓型展示*/
.cgal_nr { width:100%; height:auto; padding:10px 0px;}
.cgal_nr ul li { width:33.333%; height:auto; padding:10px 0px; float:left; text-align:center; line-height:30px;}
.cgal_nr ul li .lzj { width:92%; margin:0px auto; text-align:center;}
/*园区新闻*/
.xwzx_nr { width:98%; height:auto; margin:5px auto; padding:10px 0px;}
.xwzx_nr ul li { width:100%; height:auto; padding:10px 0px; float:left; line-height:30px; border-bottom:1px solid #d7d8d8; background:url(../images/shouji_44.jpg) no-repeat right center; }
.xwzx_nr ul li h3 { width:78%; font-size:14px; color:#333; line-height:20px; overflow:hidden; white-space: nowrap;}
.xwzx_nr ul li p { width:78%; font-size:12px; color:#666; line-height:20px; overflow:hidden; white-space: nowrap;}
.xwzx_nr ul li .lzj { width:13%; text-align:center; float:left; margin-right:15px;}
/*底部*/
.lbottom { width:100%; padding:10px 0px; font-size:12px; color:#666; text-align:center; line-height:20px; border-top:1px solid #d7d8d8; margin-top:30px;}
/*footer*/
.lfooter { width:100%; height:70px; background-color:#023178; position:fixed; bottom:0px; }
.lfooter ul li { width:25%; height:auto; float:left; text-align:center; padding:10px 0px; }
.lfooter ul li a { color:#FFF; line-height:12px; font-size:12px;}
/*园区介绍*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline;outline:0;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{overflow-y:scroll}
/* page structure */
header{display:block;width:100%;height:55px;background:#023178; text-align:center; }
header strong {font-size:20px; color:#FFF; line-height:55px;}
.menubtn{position:relative;z-index:101;text-decoration:none;background-image:url(../images/hamburger.png);background-position: center center; background-repeat:no-repeat; width:30px; height:55px; float:right; margin-right:10px;}
a.fanhui { width:20px; height:55px; float:left; margin-left:10px; background:url(../images/fanhui.png) no-repeat center;}
/* toggle menu */
#pgcontainer{padding:0;margin:0;}
.overlay{position:fixed;z-index:99;background-color:rgba(0,0,0,.5);bottom:0;right:0;left:0;}
.openmenu .overlay{top:0}
#hamburgermenu{height:100%;width:0;background:#676767;position:fixed;top:0;right:0;z-index:101;overflow:hidden;-webkit-box-shadow:3px 0 7px rgba(0,0,0,.55);-moz-box-shadow:3px 0 7px rgba(0,0,0,.55);box-shadow:3px 0 7px rgba(0,0,0,.55)}
#hamburgermenu ul{margin-top:45px;z-index:101;overflow-y:auto;overflow-x:hidden}
#hamburgermenu ul li{display:block}
#hamburgermenu ul li a{display:block;min-width:130px;padding:10px 8px;color:#cdcdcd;font-size:1.2em;text-decoration:none;text-align:center}
#hamburgermenu li a:hover{color:#fff;background:#2c2c2c}
.zymain { width:100%; height:auto;}
.zybt { width:100%; height:40px; border-bottom:1px solid #e5e5e5; margin:10px 0px; }
.zybt strong { font-size:15px; color:#333; line-height:40px; padding-left:10px;}
.zy_nr { width:auto; padding:0px 10px; height:auto; margin:10px 0px;}
.zy_nr img{ margin-bottom:15px; width:95%;}
.zy_nr div{ padding-left:28px;}
.zy_nr p { font-size:14px; color:#666; line-height:24px; padding:5px 0px;text-indent: 2em; }
.zy_nr span{ color:#666; line-height:25px;}
.zymain .zy_nr1{ text-indent:0; color:#FF0000;}
.zymain .fot span{ margin-bottom:20px;}
.zymain .fot p{ line-height:30px;}
/*名人之墓*/
.ltgd_nr { width:98%; height:auto; margin:5px auto; padding:10px 0px;}
.ltgd_nr ul li { width:98%; height:auto; padding:10px 0px; float:left; line-height:30px; border-bottom:1px solid #d7d8d8; background:url(../images/shouji_44.jpg) no-repeat right center; }
.ltgd_nr ul li h3 { width:78%; font-size:14px; color:#333; line-height:20px; overflow:hidden; white-space: nowrap;}
.ltgd_nr ul li p { width:78%; font-size:12px; color:#666; line-height:20px; overflow:hidden; white-space: nowrap;}
.ltgd_nr ul li .lzj { width:13%; text-align:center; float:left; margin-right:15px;}
/*名人之墓*/
.ltgds_nr { width:98%; height:auto; margin:5px auto;}
.ltgds_nr ul li { width:33.3333%; height:auto; float:left; margin-top:5px; line-height:30px; text-align:center; }
.ltgds_nr ul li h3 { width:100%; font-size:14px; color:#333; line-height:20px; font-weight:normal; overflow:hidden; white-space: nowrap;}
.ltgds_nr ul li .lzj { width:79%; margin:10px auto;}
.fot{font-size: 14px;width: 100%;line-height: 43px;margin-left: 4%;}
.tg_pages{
padding-top: 10px;
padding-bottom: 10px; text-align: center;
}
.tg_pages li{
display: inline;
line-height: 22px;
}
.tg_pages li a{
margin-right: 5px;
padding-right: 5px;
padding-left: 5px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #CCC;
background-color: #FFF;
}
.thisclass {
font-weight: bold;
color: #C00;
}
|
Public/mobile/css/ltkj.css
|
@charset "utf-8";
/* CSS Document */
/*全局样式*/
body { font-family:"微软雅黑"; font-size:12px; color:#333;}
* { margin:0px; padding:0px; list-style:none;}
.clear { clear:both;}
a { color:#333; text-decoration:none;}
.fl { float:left;}
.fr { float:right; }
ul { list-style:none; margin:0px; padding:0px;}
img { border:0px; max-width:100%;}
.dbgao { height:80px;}
/*首页头部*/
.ltop { width:100%; height:auto; padding:10px 0px;}
.ltop img { width:100%;}
.ltopl { width:100%; padding-left:8px;}
.ltopr { width:0%; margin-top:10px;}
.dhtp { float:left; width:22%; margin-right:5px; }
.ltopr{ margin-top:30px;}
.ltopr p { font-size:1.1em; line-height:1.3em;}
.ltopr p strong { font-size:1.3em;}
/*nav*/
.lnav { width:100%; height:100px; background-color:#023178;}
.lnav ul li { width:33.33%; height:50px; line-height:50px; font-size:16px; background:url(../images/shouji_15.jpg) repeat-x bottom; float:left; text-align:center; }
.lnav ul li a { color:#FFF; text-decoration:none; background:url(../images/shouji_11.jpg) repeat-y right; display:block;}
/*ban*/
.slider-focus{position:relative;max-width:640px;overflow:hidden;/*max-height:320px;*/ margin:auto;}
.slider-focus .hd{ position:absolute;width:100%;height:22px;left:0;bottom:2%;z-index:1;line-height:28px;text-align:center;}
.slider-focus .hd li{ display:inline-block;vertical-align:middle;width:13px;height:13px;margin:0 3px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;font-size:0;line-height:0;text-indent:-9999em;background:#fff; cursor:pointer;}
.slider-focus .hd li.on{ background:#ffea00; }
.slider-focus .bd{ position:relative; z-index:0; }
.slider-focus .bd li{ position:relative; text-align:center; }
.slider-focus .bd li img{ background:url(../images/loading.gif) center center no-repeat;vertical-align:top;width:100%;/* 图片宽度100%,达到自适应效果 */}
.slider-focus .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); } /* 去掉链接触摸高亮 */
.slider-focus .bd li .tit{ display:block; width:100%; position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff; text-align:left; }
/*园区介绍*/
.lgywm { width:100%; height:auto; margin-top:20px;}
.lgywm_title { width:100%; height:auto;}
.xian { width:100%; height:25px; border-bottom:1px solid #d7d8d8; }
.lwenzi { width:140px; height:auto; text-align:center; background-color:#FFF; margin:-20px auto 0px; font-family:"微软雅黑";}
.lwenzi p { font-size:12px; color:#333; line-height:2.2em;}
.lwenzi p strong { font-size:2.4em;}
.lgywm_wz { width:100%; height:auto; padding:3% 0px;}
.lgywm_wz p { font-size:1.2em; line-height:1.8em; color:#333; padding:0px 10px; text-indent:2.4em;}
/*更多按钮*/
.angd { width:100%; height:auto; padding:10px 0px; text-align:center;}
.angd a { width:auto; height:40px; padding:0px 20px; color:#999; display:block; font-size:14px; line-height:40px; border:1px solid #d7d8d8; border-radius:8px; display:inline-block; }
/*服务项目*/
.fwxm { width:100%; height:auto; margin-top:20px;}
.fwxm_nr { width:100%; height:auto; padding:10px 0px;}
.fwxm_nr ul li { width:20%; height:auto; padding:10px 0px; float:left; text-align:center; line-height:30px;}
.fwxm_nr ul li .lzj { width:74%; margin:0px auto; text-align:center;}
/*墓型展示*/
.cgal_nr { width:100%; height:auto; padding:10px 0px;}
.cgal_nr ul li { width:33.333%; height:auto; padding:10px 0px; float:left; text-align:center; line-height:30px;}
.cgal_nr ul li .lzj { width:92%; margin:0px auto; text-align:center;}
/*园区新闻*/
.xwzx_nr { width:98%; height:auto; margin:5px auto; padding:10px 0px;}
.xwzx_nr ul li { width:100%; height:auto; padding:10px 0px; float:left; line-height:30px; border-bottom:1px solid #d7d8d8; background:url(../images/shouji_44.jpg) no-repeat right center; }
.xwzx_nr ul li h3 { width:78%; font-size:14px; color:#333; line-height:20px; overflow:hidden; white-space: nowrap;}
.xwzx_nr ul li p { width:78%; font-size:12px; color:#666; line-height:20px; overflow:hidden; white-space: nowrap;}
.xwzx_nr ul li .lzj { width:13%; text-align:center; float:left; margin-right:15px;}
/*底部*/
.lbottom { width:100%; padding:10px 0px; font-size:12px; color:#666; text-align:center; line-height:20px; border-top:1px solid #d7d8d8; margin-top:30px;}
/*footer*/
.lfooter { width:100%; height:70px; background-color:#023178; position:fixed; bottom:0px; }
.lfooter ul li { width:25%; height:auto; float:left; text-align:center; padding:10px 0px; }
.lfooter ul li a { color:#FFF; line-height:12px; font-size:12px;}
/*园区介绍*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline;outline:0;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{overflow-y:scroll}
/* page structure */
header{display:block;width:100%;height:55px;background:#023178; text-align:center; }
header strong {font-size:20px; color:#FFF; line-height:55px;}
.menubtn{position:relative;z-index:101;text-decoration:none;background-image:url(../images/hamburger.png);background-position: center center; background-repeat:no-repeat; width:30px; height:55px; float:right; margin-right:10px;}
a.fanhui { width:20px; height:55px; float:left; margin-left:10px; background:url(../images/fanhui.png) no-repeat center;}
/* toggle menu */
#pgcontainer{padding:0;margin:0;}
.overlay{position:fixed;z-index:99;background-color:rgba(0,0,0,.5);bottom:0;right:0;left:0;}
.openmenu .overlay{top:0}
#hamburgermenu{height:100%;width:0;background:#676767;position:fixed;top:0;right:0;z-index:101;overflow:hidden;-webkit-box-shadow:3px 0 7px rgba(0,0,0,.55);-moz-box-shadow:3px 0 7px rgba(0,0,0,.55);box-shadow:3px 0 7px rgba(0,0,0,.55)}
#hamburgermenu ul{margin-top:45px;z-index:101;overflow-y:auto;overflow-x:hidden}
#hamburgermenu ul li{display:block}
#hamburgermenu ul li a{display:block;min-width:130px;padding:10px 8px;color:#cdcdcd;font-size:1.2em;text-decoration:none;text-align:center}
#hamburgermenu li a:hover{color:#fff;background:#2c2c2c}
.zymain { width:100%; height:auto;}
.zybt { width:100%; height:40px; border-bottom:1px solid #e5e5e5; margin:10px 0px; }
.zybt strong { font-size:15px; color:#333; line-height:40px; padding-left:10px;}
.zy_nr { width:auto; padding:0px 10px; height:auto; margin:10px 0px;}
.zy_nr img{ margin-bottom:15px; width:95%;}
.zy_nr div{ padding-left:28px;}
.zy_nr p { font-size:14px; color:#666; line-height:24px; padding:5px 0px;text-indent: 2em; }
.zy_nr span{ color:#666; line-height:25px;}
.zymain .zy_nr1{ text-indent:0; color:#FF0000;}
.zymain .fot span{ margin-bottom:20px;}
.zymain .fot p{ line-height:30px;}
/*名人之墓*/
.ltgd_nr { width:98%; height:auto; margin:5px auto; padding:10px 0px;}
.ltgd_nr ul li { width:98%; height:auto; padding:10px 0px; float:left; line-height:30px; border-bottom:1px solid #d7d8d8; background:url(../images/shouji_44.jpg) no-repeat right center; }
.ltgd_nr ul li h3 { width:78%; font-size:14px; color:#333; line-height:20px; overflow:hidden; white-space: nowrap;}
.ltgd_nr ul li p { width:78%; font-size:12px; color:#666; line-height:20px; overflow:hidden; white-space: nowrap;}
.ltgd_nr ul li .lzj { width:13%; text-align:center; float:left; margin-right:15px;}
/*名人之墓*/
.ltgds_nr { width:98%; height:auto; margin:5px auto;}
.ltgds_nr ul li { width:33.3333%; height:auto; float:left; margin-top:5px; line-height:30px; text-align:center; }
.ltgds_nr ul li h3 { width:100%; font-size:14px; color:#333; line-height:20px; font-weight:normal; overflow:hidden; white-space: nowrap;}
.ltgds_nr ul li .lzj { width:79%; margin:10px auto;}
.fot{font-size: 14px;width: 100%;line-height: 43px;margin-left: 4%;}
.tg_pages{
padding-top: 10px;
padding-bottom: 10px; text-align: center;
}
.tg_pages li{
display: inline;
line-height: 22px;
}
.tg_pages li a{
margin-right: 5px;
padding-right: 5px;
padding-left: 5px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #CCC;
background-color: #FFF;
}
.thisclass {
font-weight: bold;
color: #C00;
}
| 0.205097 | 0.1178 |
.row {
position: relative;
width: 100%;
margin: 0 auto;
}
.row .row {
min-width: 0;
}
.column, .columns {
float: left;
min-height: 1px;
position: relative;
}
[class*="column"] + [class*="column"]:last-child {
float: right;
}
.half, .third, .one-third, .fourth,
.one-fourth, .two-thirds, .three-fourths {
float: left;
}
.half.last, .third.last, .one-third.last, .fourth.last,
.one-fourth.last, .two-thirds.last, .three-fourths.last {
float: right;
}
.full { width: 100%; }
.half { width: 49.9%; }
.third,
.one-third { width: 33.3%; }
.fourth,
.one-fourth { width: 25%; }
.two-thirds { width: 66.6%; }
.three-fourths { width: 75%; }
.row .one { width: 6.25%; }
.row .two { width: 12.5%; }
.row .three { width: 18.75%; }
.row .four { width: 25%; }
.row .five { width: 31.25%; }
.row .six { width: 37.5%; }
.row .seven { width: 43.75%; }
.row .eight { width: 50%; }
.row .nine { width: 56.25%; }
.row .ten { width: 62.5%; }
.row .eleven { width: 68.75%; }
.row .twelve { width: 75%; }
.row .thirteen { width: 81.25%; }
.row .fourteen { width: 87.5%; }
.row .fifteen { width: 93.75%; }
.row .sixteen { width: 100%; }
.row .centered { float: none; margin: 0 auto; }
/************************************************
* Tablet Styles *
************************************************/
@media handheld, only screen and (max-width: 1023px) {
/* Typography */
body {
font-size: 0.9rem;
line-height: 1.9;
}
blockquote {
font-size: 1.4rem;
}
/* Theme */
#custom-header {
min-height: 240px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.headline.img-headline {
width: 88%;
font-size: 2.8rem;
letter-spacing: -1px;
padding: 36px 6%;
}
.menu a {
font-size: .9em;
}
.article {
padding: 36px 6%;
}
.postarea.full .article {
padding: 48px 8%;
}
.postarea.middle .article {
padding: 18px 6%;
}
.post-holder,
.page-holder,
.blog-holder,
.archive-holder {
margin-bottom: 36px;
}
#comments {
padding: 36px 6%;
}
.postarea.full #comments {
padding: 48px 8%;
}
.postarea.middle #comments {
padding: 18px 6%;
}
.footer-information .content {
text-align: center;
}
.footer-information .align-left {
float: none;
display: block;
}
.footer-information .align-right {
float: none;
display: block;
text-align: center;
margin-top: 18px;
}
}
/************************************************
* Phone Styles *
************************************************/
@media handheld, only screen and (max-width: 767px) {
/* Typography */
h1 {
font-size: 1.8rem;
line-height: 1.4;
}
h2 {
font-size: 1.6rem;
line-height: 1.4;
}
h3 {
font-size: 1.4rem;
line-height: 1.4;
}
h4 {
font-size: 1.2rem;
line-height: 1.4;
}
h5 {
font-size: 1.1rem;
line-height: 1.4;
}
h6 {
font-size: 1.0rem;
line-height: 1.4;
}
.headline {
font-size: 2rem;
padding-bottom: 6px;
}
.title {
font-size: 1.4rem;
}
body, p {
font-size: 0.9rem;
line-height: 1.7;
}
blockquote {
padding: 12px;
}
blockquote p {
font-size: 1.1rem;
line-height: 1.6;
}
.headline.img-headline {
font-size: 2rem;
}
/* Theme */
#custom-header {
background-position: center center !important;
margin: 0px;
}
#masthead {
position: relative;
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#masthead .site-title {
font-size: 3em;
}
#masthead .site-description {
font-size: 1.2em;
line-height: 1.2;
}
#navigation {
background: #cccccc;
position: relative;
top: auto;
margin: 0px;
padding: 0px;
border: 3px solid #666666;
box-shadow: inset 3px 3px 0px #ffffff;
}
.menu {
display: none;
}
.mobile-menu {
display: block;
margin: 0px;
padding: 0px;
}
.mobile-menu.toggled-on {
display: block;
}
.mobile-menu-full-menu-container,
.mobile-menu-main-menu-container {
float: left;
width: 100%;
}
button.menu-toggle {
display: block;
background: none;
color: #666666;
font-size: 24px;
text-align: left;
line-height: 1.2;
width: 100%;
margin: 0;
padding: 12px 18px;
border: none;
}
button.menu-toggle:hover {
color: #000000;
}
.mobile-menu ul.sub-menu,
.mobile-menu ul.children {
display: block !important;
visibility: visible !important;
left: auto;
margin: 0;
padding: 0;
}
.mobile-menu ul,
.mobile-menu li {
list-style: none;
margin: 0;
padding: 0;
}
.mobile-menu li {
display: block;
text-align: center;
line-height: 30px;
}
.mobile-menu li li a:before {
content: '- ';
}
.mobile-menu li li li a:before {
content: '-- ';
}
.mobile-menu li li li li a:before {
content: '--- ';
}
.mobile-menu a {
display: block;
color: #666666 !important;
font-size: 1.2em;
text-decoration: none;
text-transform: uppercase;
padding: 6px 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #999999;
}
.mobile-menu a:hover {
background: #999999;
color: #000000 !important;
text-decoration: none;
box-shadow: inset 3px 3px 0px #666666;
}
.navigation-main ul.menu,
.sf-sub-indicator {
display: none;
}
.content {
padding: 12px 4%;
}
.postarea,
.postarea.middle,
.postarea.right,
.postarea.full {
padding: 12px 0px;
}
.article,
.postarea.full .article,
.postarea.middle .article {
padding: 24px 6%;
}
.post-holder,
.page-holder,
.blog-holder,
.archive-holder {
margin-bottom: 12px;
}
.post-banner,
.feature-img.post-banner,
.page-banner,
.feature-img.page-banner {
margin-bottom: 12px;
}
#comments,
.postarea.full #comments,
.postarea.middle #comments {
padding: 24px 6%;
}
.navigation.pagination {
margin-bottom: 12px;
}
.archive-column {
width: 100%;
padding-right: 0;
}
.sidebar {
padding: 24px;
}
.sidebar.left {
display: none;
}
.sidebar .widget:last-child {
margin-bottom: 12px;
}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'],
.container form textarea {
width: 94%;
padding: 8px 2%;
}
/* Grid */
body {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.row {
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
overflow: visible !important;
}
.half, .third, .one-third, .fourth,
.one-fourth, .two-thirds, .three-fourths {
float: none;
width: 100%;
}
.row .row .column, .row .row .columns {
padding: 0;
}
.column, .columns {
width: auto !important;
float: none;
margin-left: 0;
margin-right: 0;
}
.column:last-child, .columns:last-child {
margin-right: 0;
float: none;
}
[class*="column"] + [class*="column"]:last-child {
float: none;
}
[class*="column"]:before, [class*="column"]:after {
content:'';
display:table;
}
[class*="column"]:after {
clear: both;
}
}
|
wp-MySite/wordpress/wp-content/themes/90s-retro/css/style-mobile.css
|
.row {
position: relative;
width: 100%;
margin: 0 auto;
}
.row .row {
min-width: 0;
}
.column, .columns {
float: left;
min-height: 1px;
position: relative;
}
[class*="column"] + [class*="column"]:last-child {
float: right;
}
.half, .third, .one-third, .fourth,
.one-fourth, .two-thirds, .three-fourths {
float: left;
}
.half.last, .third.last, .one-third.last, .fourth.last,
.one-fourth.last, .two-thirds.last, .three-fourths.last {
float: right;
}
.full { width: 100%; }
.half { width: 49.9%; }
.third,
.one-third { width: 33.3%; }
.fourth,
.one-fourth { width: 25%; }
.two-thirds { width: 66.6%; }
.three-fourths { width: 75%; }
.row .one { width: 6.25%; }
.row .two { width: 12.5%; }
.row .three { width: 18.75%; }
.row .four { width: 25%; }
.row .five { width: 31.25%; }
.row .six { width: 37.5%; }
.row .seven { width: 43.75%; }
.row .eight { width: 50%; }
.row .nine { width: 56.25%; }
.row .ten { width: 62.5%; }
.row .eleven { width: 68.75%; }
.row .twelve { width: 75%; }
.row .thirteen { width: 81.25%; }
.row .fourteen { width: 87.5%; }
.row .fifteen { width: 93.75%; }
.row .sixteen { width: 100%; }
.row .centered { float: none; margin: 0 auto; }
/************************************************
* Tablet Styles *
************************************************/
@media handheld, only screen and (max-width: 1023px) {
/* Typography */
body {
font-size: 0.9rem;
line-height: 1.9;
}
blockquote {
font-size: 1.4rem;
}
/* Theme */
#custom-header {
min-height: 240px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.headline.img-headline {
width: 88%;
font-size: 2.8rem;
letter-spacing: -1px;
padding: 36px 6%;
}
.menu a {
font-size: .9em;
}
.article {
padding: 36px 6%;
}
.postarea.full .article {
padding: 48px 8%;
}
.postarea.middle .article {
padding: 18px 6%;
}
.post-holder,
.page-holder,
.blog-holder,
.archive-holder {
margin-bottom: 36px;
}
#comments {
padding: 36px 6%;
}
.postarea.full #comments {
padding: 48px 8%;
}
.postarea.middle #comments {
padding: 18px 6%;
}
.footer-information .content {
text-align: center;
}
.footer-information .align-left {
float: none;
display: block;
}
.footer-information .align-right {
float: none;
display: block;
text-align: center;
margin-top: 18px;
}
}
/************************************************
* Phone Styles *
************************************************/
@media handheld, only screen and (max-width: 767px) {
/* Typography */
h1 {
font-size: 1.8rem;
line-height: 1.4;
}
h2 {
font-size: 1.6rem;
line-height: 1.4;
}
h3 {
font-size: 1.4rem;
line-height: 1.4;
}
h4 {
font-size: 1.2rem;
line-height: 1.4;
}
h5 {
font-size: 1.1rem;
line-height: 1.4;
}
h6 {
font-size: 1.0rem;
line-height: 1.4;
}
.headline {
font-size: 2rem;
padding-bottom: 6px;
}
.title {
font-size: 1.4rem;
}
body, p {
font-size: 0.9rem;
line-height: 1.7;
}
blockquote {
padding: 12px;
}
blockquote p {
font-size: 1.1rem;
line-height: 1.6;
}
.headline.img-headline {
font-size: 2rem;
}
/* Theme */
#custom-header {
background-position: center center !important;
margin: 0px;
}
#masthead {
position: relative;
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#masthead .site-title {
font-size: 3em;
}
#masthead .site-description {
font-size: 1.2em;
line-height: 1.2;
}
#navigation {
background: #cccccc;
position: relative;
top: auto;
margin: 0px;
padding: 0px;
border: 3px solid #666666;
box-shadow: inset 3px 3px 0px #ffffff;
}
.menu {
display: none;
}
.mobile-menu {
display: block;
margin: 0px;
padding: 0px;
}
.mobile-menu.toggled-on {
display: block;
}
.mobile-menu-full-menu-container,
.mobile-menu-main-menu-container {
float: left;
width: 100%;
}
button.menu-toggle {
display: block;
background: none;
color: #666666;
font-size: 24px;
text-align: left;
line-height: 1.2;
width: 100%;
margin: 0;
padding: 12px 18px;
border: none;
}
button.menu-toggle:hover {
color: #000000;
}
.mobile-menu ul.sub-menu,
.mobile-menu ul.children {
display: block !important;
visibility: visible !important;
left: auto;
margin: 0;
padding: 0;
}
.mobile-menu ul,
.mobile-menu li {
list-style: none;
margin: 0;
padding: 0;
}
.mobile-menu li {
display: block;
text-align: center;
line-height: 30px;
}
.mobile-menu li li a:before {
content: '- ';
}
.mobile-menu li li li a:before {
content: '-- ';
}
.mobile-menu li li li li a:before {
content: '--- ';
}
.mobile-menu a {
display: block;
color: #666666 !important;
font-size: 1.2em;
text-decoration: none;
text-transform: uppercase;
padding: 6px 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #999999;
}
.mobile-menu a:hover {
background: #999999;
color: #000000 !important;
text-decoration: none;
box-shadow: inset 3px 3px 0px #666666;
}
.navigation-main ul.menu,
.sf-sub-indicator {
display: none;
}
.content {
padding: 12px 4%;
}
.postarea,
.postarea.middle,
.postarea.right,
.postarea.full {
padding: 12px 0px;
}
.article,
.postarea.full .article,
.postarea.middle .article {
padding: 24px 6%;
}
.post-holder,
.page-holder,
.blog-holder,
.archive-holder {
margin-bottom: 12px;
}
.post-banner,
.feature-img.post-banner,
.page-banner,
.feature-img.page-banner {
margin-bottom: 12px;
}
#comments,
.postarea.full #comments,
.postarea.middle #comments {
padding: 24px 6%;
}
.navigation.pagination {
margin-bottom: 12px;
}
.archive-column {
width: 100%;
padding-right: 0;
}
.sidebar {
padding: 24px;
}
.sidebar.left {
display: none;
}
.sidebar .widget:last-child {
margin-bottom: 12px;
}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'],
.container form textarea {
width: 94%;
padding: 8px 2%;
}
/* Grid */
body {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.row {
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
overflow: visible !important;
}
.half, .third, .one-third, .fourth,
.one-fourth, .two-thirds, .three-fourths {
float: none;
width: 100%;
}
.row .row .column, .row .row .columns {
padding: 0;
}
.column, .columns {
width: auto !important;
float: none;
margin-left: 0;
margin-right: 0;
}
.column:last-child, .columns:last-child {
margin-right: 0;
float: none;
}
[class*="column"] + [class*="column"]:last-child {
float: none;
}
[class*="column"]:before, [class*="column"]:after {
content:'';
display:table;
}
[class*="column"]:after {
clear: both;
}
}
| 0.168925 | 0.135232 |
.numberBadge-2s8kKX {
animation: animatedPing 1.5s infinite ease-in-out;
}
@keyframes animatedPing {
0% {
transform: rotate(-15deg);
}
50% {
transform: rotate(15deg) scale(1.2);
}
100% {
transform: rotate(-15deg);
}
}
/* Modals*/
.focusLock-Ns3yie {
animation: Modal 1000ms linear both;
}
@keyframes Modal {
0% {
transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.4% {
transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.7% {
transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.81% {
transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
9.41% {
transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
10.21% {
transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.61% {
transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
14.11% {
transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
17.52% {
transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.72% {
transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
21.32% {
transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
24.32% {
transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
25.23% {
transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.03% {
transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.93% {
transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
35.54% {
transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
36.74% {
transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
41.04% {
transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
44.44% {
transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
52.15% {
transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
59.86% {
transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.26% {
transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
75.28% {
transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
85.49% {
transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
90.69% {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
/* Profile Modal */
.headerPlaying-j0WQBV,
.topSectionPlaying-1J5E4n {
z-index: 1;
background: url(https://cdn.naila.bot/Discord/playing-background.svg), #7289da;
}
.headerSpotify-zpWxgT,
.topSectionSpotify-1lI0-P {
z-index: 1;
background: url(https://cdn.naila.bot/Discord/playing-background.svg), #1db954;
}
.topSectionPlaying-1J5E4n,
.topSectionSpotify-1lI0-P {
animation: Profile 15s infinite ease-in-out;
background-size: 50%;
}
@keyframes Profile {
50% {
background-position: bottom center;
}
}
/* Channel Mute button */
.iconWrapper-2OrFZ1[role="switch"]:hover {
animation: Notif 1.5s infinite ease-in-out;
}
@keyframes Notif {
0% {
transform: rotate(-10deg);
}
50% {
transform: rotate(10deg) scale(1.01);
}
100% {
transform: rotate(-10deg);
}
}
/* Call Button */
.iconWrapper-2OrFZ1[aria-label="Start Voice Call"]:hover .icon-22AiRD {
animation: CallButton 1500ms infinite linear both;
}
@keyframes CallButton {
0% {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
2.87% {
transform: matrix3d(
1.05,
0.24,
0,
0,
-0.24,
1.05,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
5.74% {
transform: matrix3d(
1.05,
0.423,
0,
0,
-0.423,
1.05,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
6.57% {
transform: matrix3d(
1.046,
0.458,
0,
0,
-0.458,
1.046,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
6.67% {
transform: matrix3d(
1.046,
0.462,
0,
0,
-0.462,
1.046,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
8.61% {
transform: matrix3d(
1.145,
0.17,
0,
0,
-0.17,
1.145,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
9.54% {
transform: matrix3d(
1.161,
0.024,
0,
0,
-0.024,
1.161,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
11.48% {
transform: matrix3d(
1.139,
-0.238,
0,
0,
0.238,
1.139,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
12.41% {
transform: matrix3d(
1.115,
-0.334,
0,
0,
0.334,
1.115,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
13.23% {
transform: matrix3d(
1.091,
-0.402,
0,
0,
0.402,
1.091,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
13.33% {
transform: matrix3d(
1.088,
-0.409,
0,
0,
0.409,
1.088,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
15.28% {
transform: matrix3d(
1.147,
-0.166,
0,
0,
0.166,
1.147,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
16.2% {
transform: matrix3d(
1.157,
-0.038,
0,
0,
0.038,
1.157,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
18.14% {
transform: matrix3d(
1.136,
0.204,
0,
0,
-0.204,
1.136,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
18.89% {
transform: matrix3d(
1.119,
0.279,
0,
0,
-0.279,
1.119,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
19.07% {
transform: matrix3d(
1.114,
0.296,
0,
0,
-0.296,
1.114,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
19.9% {
transform: matrix3d(
1.093,
0.364,
0,
0,
-0.364,
1.093,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
20% {
transform: matrix3d(
1.09,
0.372,
0,
0,
-0.372,
1.09,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
21.94% {
transform: matrix3d(
1.142,
0.135,
0,
0,
-0.135,
1.142,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
22.87% {
transform: matrix3d(
1.15,
0.012,
0,
0,
-0.012,
1.15,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
24.81% {
transform: matrix3d(
1.128,
-0.219,
0,
0,
0.219,
1.128,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
25.55% {
transform: matrix3d(
1.112,
-0.291,
0,
0,
0.291,
1.112,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
25.74% {
transform: matrix3d(
1.107,
-0.307,
0,
0,
0.307,
1.107,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
26.29% {
transform: matrix3d(
1.094,
-0.352,
0,
0,
0.352,
1.094,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
26.57% {
transform: matrix3d(
1.087,
-0.372,
0,
0,
0.372,
1.087,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
26.67% {
transform: matrix3d(
1.085,
-0.379,
0,
0,
0.379,
1.085,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
28.61% {
transform: matrix3d(
1.141,
-0.138,
0,
0,
0.138,
1.141,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
29.54% {
transform: matrix3d(
1.149,
-0.013,
0,
0,
0.013,
1.149,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
31.48% {
transform: matrix3d(
1.128,
0.221,
0,
0,
-0.221,
1.128,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
32.22% {
transform: matrix3d(
1.112,
0.293,
0,
0,
-0.293,
1.112,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
32.41% {
transform: matrix3d(
1.107,
0.309,
0,
0,
-0.309,
1.107,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
32.96% {
transform: matrix3d(
1.094,
0.354,
0,
0,
-0.354,
1.094,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
33.23% {
transform: matrix3d(
1.087,
0.375,
0,
0,
-0.375,
1.087,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
33.33% {
transform: matrix3d(
1.085,
0.382,
0,
0,
-0.382,
1.085,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
35.28% {
transform: matrix3d(
1.046,
0.299,
0,
0,
-0.299,
1.046,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
36.2% {
transform: matrix3d(
1.031,
0.25,
0,
0,
-0.25,
1.031,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
38.14% {
transform: matrix3d(
1.004,
0.152,
0,
0,
-0.152,
1.004,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
38.89% {
transform: matrix3d(
0.994,
0.119,
0,
0,
-0.119,
0.994,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
39.07% {
transform: matrix3d(
0.992,
0.112,
0,
0,
-0.112,
0.992,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
39.63% {
transform: matrix3d(
0.986,
0.091,
0,
0,
-0.091,
0.986,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
41.11% {
transform: matrix3d(
0.973,
0.044,
0,
0,
-0.044,
0.973,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
41.94% {
transform: matrix3d(
0.968,
0.025,
0,
0,
-0.025,
0.968,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
44.81% {
transform: matrix3d(
0.961,
-0.014,
0,
0,
0.014,
0.961,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
45.55% {
transform: matrix3d(
0.962,
-0.018,
0,
0,
0.018,
0.962,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
46.29% {
transform: matrix3d(
0.962,
-0.021,
0,
0,
0.021,
0.962,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
47.77% {
transform: matrix3d(
0.965,
-0.022,
0,
0,
0.022,
0.965,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
52.22% {
transform: matrix3d(
0.974,
-0.012,
0,
0,
0.012,
0.974,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
52.96% {
transform: matrix3d(
0.975,
-0.01,
0,
0,
0.01,
0.975,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
54.44% {
transform: matrix3d(
0.977,
-0.006,
0,
0,
0.006,
0.977,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
55.99% {
transform: matrix3d(
0.978,
-0.003,
0,
0,
0.003,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
59.63% {
transform: matrix3d(
0.979,
0.001,
0,
0,
-0.001,
0.979,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
61.11% {
transform: matrix3d(
0.978,
0.001,
0,
0,
-0.001,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
62.66% {
transform: matrix3d(
0.978,
0.001,
0,
0,
-0.001,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
66.67% {
transform: matrix3d(
0.978,
0.001,
0,
0,
-0.001,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
67.77% {
transform: matrix3d(
0.978,
0.001,
0,
0,
-0.001,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
69.32% {
transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
73.33% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
74.44% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
75.99% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
80% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
82.66% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
86.67% {
transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
89.32% {
transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
93.33% {
transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
/* Pins Button */
.iconWrapper-2OrFZ1[aria-label="Pinned Messages"]:hover .icon-22AiRD {
animation: PinsHover 1500ms linear both;
}
.iconWrapper-2OrFZ1[aria-label="Pinned Messages"].selected-1GqIat .icon-22AiRD {
animation: PinsSelected 2000ms linear both;
}
@keyframes PinsHover {
0% {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.3% {
transform: matrix3d(
0.92,
-0.393,
0,
0,
0.393,
0.92,
0,
0,
0,
0,
1,
0,
0,
-5.143,
0,
1
);
}
8.61% {
transform: matrix3d(
0.771,
-0.637,
0,
0,
0.637,
0.771,
0,
0,
0,
0,
1,
0,
0,
-8.786,
0,
1
);
}
12.91% {
transform: matrix3d(
0.677,
-0.736,
0,
0,
0.736,
0.677,
0,
0,
0,
0,
1,
0,
0,
-10.523,
0,
1
);
}
17.22% {
transform: matrix3d(
0.653,
-0.757,
0,
0,
0.757,
0.653,
0,
0,
0,
0,
1,
0,
0,
-10.933,
0,
1
);
}
28.33% {
transform: matrix3d(
0.696,
-0.718,
0,
0,
0.718,
0.696,
0,
0,
0,
0,
1,
0,
0,
-10.206,
0,
1
);
}
39.44% {
transform: matrix3d(
0.711,
-0.704,
0,
0,
0.704,
0.711,
0,
0,
0,
0,
1,
0,
0,
-9.938,
0,
1
);
}
61.66% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-10.004,
0,
1
);
}
83.98% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-10,
0,
1
);
}
100% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-10,
0,
1
);
}
}
@keyframes PinsSelected {
0% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-10,
0,
1
);
}
3.23% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-2.286,
0,
1
);
}
6.46% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
3.179,
0,
1
);
}
9.68% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
5.784,
0,
1
);
}
12.91% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
6.4,
0,
1
);
}
21.25% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
5.309,
0,
1
);
}
24.9% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
5.005,
0,
1
);
}
25% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
5,
0,
1
);
}
28.23% {
transform: matrix3d(
0.928,
-0.372,
0,
0,
0.372,
0.928,
0,
0,
0,
0,
1,
0,
0.364,
1.64,
0,
1
);
}
29.58% {
transform: matrix3d(
0.971,
-0.24,
0,
0,
0.24,
0.971,
0,
0,
0,
0,
1,
0,
0.489,
0.509,
0,
1
);
}
31.46% {
transform: matrix3d(
0.995,
-0.095,
0,
0,
0.095,
0.995,
0,
0,
0,
0,
1,
0,
0.621,
-0.676,
0,
1
);
}
34.68% {
transform: matrix3d(
0.999,
0.041,
0,
0,
-0.041,
0.999,
0,
0,
0,
0,
1,
0,
0.744,
-1.749,
0,
1
);
}
37.91% {
transform: matrix3d(
0.997,
0.073,
0,
0,
-0.073,
0.997,
0,
0,
0,
0,
1,
0,
0.773,
-1.979,
0,
1
);
}
46.25% {
transform: matrix3d(
1,
0.016,
0,
0,
-0.016,
1,
0,
0,
0,
0,
1,
0,
0.722,
-1.489,
0,
1
);
}
46.25% {
transform: matrix3d(
1,
0.016,
0,
0,
-0.016,
1,
0,
0,
0,
0,
1,
0,
0.722,
-1.489,
0,
1
);
}
54.58% {
transform: matrix3d(
1,
-0.005,
0,
0,
0.005,
1,
0,
0,
0,
0,
1,
0,
0.703,
-1.323,
0,
1
);
}
62.99% {
transform: matrix3d(
1,
-0.001,
0,
0,
0.001,
1,
0,
0,
0,
0,
1,
0,
0.706,
-1.356,
0,
1
);
}
71.25% {
transform: matrix3d(
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0.707,
-1.367,
0,
1
);
}
75% {
transform: matrix3d(
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0.707,
-1.366,
0,
1
);
}
87.99% {
transform: matrix3d(
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0.707,
-1.364,
0,
1
);
}
100% {
transform: matrix3d(
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0.707,
-1.364,
0,
1
);
}
}
/* Update Button */
.iconWrapper-2OrFZ1[aria-label="Update Ready!"]:hover .icon-22AiRD {
animation: Update 1500ms linear both;
}
@keyframes Update {
0% {
clip-path: inset(0px 0px 0px 0px);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.3% {
transform: matrix3d(
0.78,
-0.816,
0,
0,
0.816,
0.78,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
8.61% {
transform: matrix3d(
0.231,
-1.198,
0,
0,
1.198,
0.231,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
12.91% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
-0.104,
-1.259,
0,
0,
1.259,
-0.104,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
17.22% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
-0.186,
-1.26,
0,
0,
1.26,
-0.186,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
28.33% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
-0.041,
-1.254,
0,
0,
1.254,
-0.041,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
39.44% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
0.012,
-1.248,
0,
0,
1.248,
0.012,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
61.66% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
-0.001,
-1.25,
0,
0,
1.25,
-0.001,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
83.98% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(0, -1.25, 0, 0, 1.25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(0, -1.25, 0, 0, 1.25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
/* User Modal Buttons */
.button-14-BFJ:hover .contents-18-Yxp {
animation: UserModalButtons 0.5s normal ease;
}
.container-3baos1 .noWrap-3jynv6 {
width: 100px;
opacity: 1;
}
.button-14-BFJ {
transition: 0.2s;
}
.button-14-BFJ:hover {
padding-bottom: 0px;
transition: 0.2;
}
@keyframes UserModalButtons {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-5px);
}
100% {
transform: translateY(0px);
}
}
/* Settings Button */
.button-14-BFJ[aria-label="User Settings"]:hover .contents-18-Yxp {
animation: rotate 3s infinite;
}
|
theme.css
|
.numberBadge-2s8kKX {
animation: animatedPing 1.5s infinite ease-in-out;
}
@keyframes animatedPing {
0% {
transform: rotate(-15deg);
}
50% {
transform: rotate(15deg) scale(1.2);
}
100% {
transform: rotate(-15deg);
}
}
/* Modals*/
.focusLock-Ns3yie {
animation: Modal 1000ms linear both;
}
@keyframes Modal {
0% {
transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.4% {
transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.7% {
transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.81% {
transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
9.41% {
transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
10.21% {
transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.61% {
transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
14.11% {
transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
17.52% {
transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.72% {
transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
21.32% {
transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
24.32% {
transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
25.23% {
transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.03% {
transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.93% {
transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
35.54% {
transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
36.74% {
transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
41.04% {
transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
44.44% {
transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
52.15% {
transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
59.86% {
transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.26% {
transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
75.28% {
transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
85.49% {
transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
90.69% {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
/* Profile Modal */
.headerPlaying-j0WQBV,
.topSectionPlaying-1J5E4n {
z-index: 1;
background: url(https://cdn.naila.bot/Discord/playing-background.svg), #7289da;
}
.headerSpotify-zpWxgT,
.topSectionSpotify-1lI0-P {
z-index: 1;
background: url(https://cdn.naila.bot/Discord/playing-background.svg), #1db954;
}
.topSectionPlaying-1J5E4n,
.topSectionSpotify-1lI0-P {
animation: Profile 15s infinite ease-in-out;
background-size: 50%;
}
@keyframes Profile {
50% {
background-position: bottom center;
}
}
/* Channel Mute button */
.iconWrapper-2OrFZ1[role="switch"]:hover {
animation: Notif 1.5s infinite ease-in-out;
}
@keyframes Notif {
0% {
transform: rotate(-10deg);
}
50% {
transform: rotate(10deg) scale(1.01);
}
100% {
transform: rotate(-10deg);
}
}
/* Call Button */
.iconWrapper-2OrFZ1[aria-label="Start Voice Call"]:hover .icon-22AiRD {
animation: CallButton 1500ms infinite linear both;
}
@keyframes CallButton {
0% {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
2.87% {
transform: matrix3d(
1.05,
0.24,
0,
0,
-0.24,
1.05,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
5.74% {
transform: matrix3d(
1.05,
0.423,
0,
0,
-0.423,
1.05,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
6.57% {
transform: matrix3d(
1.046,
0.458,
0,
0,
-0.458,
1.046,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
6.67% {
transform: matrix3d(
1.046,
0.462,
0,
0,
-0.462,
1.046,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
8.61% {
transform: matrix3d(
1.145,
0.17,
0,
0,
-0.17,
1.145,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
9.54% {
transform: matrix3d(
1.161,
0.024,
0,
0,
-0.024,
1.161,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
11.48% {
transform: matrix3d(
1.139,
-0.238,
0,
0,
0.238,
1.139,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
12.41% {
transform: matrix3d(
1.115,
-0.334,
0,
0,
0.334,
1.115,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
13.23% {
transform: matrix3d(
1.091,
-0.402,
0,
0,
0.402,
1.091,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
13.33% {
transform: matrix3d(
1.088,
-0.409,
0,
0,
0.409,
1.088,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
15.28% {
transform: matrix3d(
1.147,
-0.166,
0,
0,
0.166,
1.147,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
16.2% {
transform: matrix3d(
1.157,
-0.038,
0,
0,
0.038,
1.157,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
18.14% {
transform: matrix3d(
1.136,
0.204,
0,
0,
-0.204,
1.136,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
18.89% {
transform: matrix3d(
1.119,
0.279,
0,
0,
-0.279,
1.119,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
19.07% {
transform: matrix3d(
1.114,
0.296,
0,
0,
-0.296,
1.114,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
19.9% {
transform: matrix3d(
1.093,
0.364,
0,
0,
-0.364,
1.093,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
20% {
transform: matrix3d(
1.09,
0.372,
0,
0,
-0.372,
1.09,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
21.94% {
transform: matrix3d(
1.142,
0.135,
0,
0,
-0.135,
1.142,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
22.87% {
transform: matrix3d(
1.15,
0.012,
0,
0,
-0.012,
1.15,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
24.81% {
transform: matrix3d(
1.128,
-0.219,
0,
0,
0.219,
1.128,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
25.55% {
transform: matrix3d(
1.112,
-0.291,
0,
0,
0.291,
1.112,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
25.74% {
transform: matrix3d(
1.107,
-0.307,
0,
0,
0.307,
1.107,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
26.29% {
transform: matrix3d(
1.094,
-0.352,
0,
0,
0.352,
1.094,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
26.57% {
transform: matrix3d(
1.087,
-0.372,
0,
0,
0.372,
1.087,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
26.67% {
transform: matrix3d(
1.085,
-0.379,
0,
0,
0.379,
1.085,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
28.61% {
transform: matrix3d(
1.141,
-0.138,
0,
0,
0.138,
1.141,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
29.54% {
transform: matrix3d(
1.149,
-0.013,
0,
0,
0.013,
1.149,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
31.48% {
transform: matrix3d(
1.128,
0.221,
0,
0,
-0.221,
1.128,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
32.22% {
transform: matrix3d(
1.112,
0.293,
0,
0,
-0.293,
1.112,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
32.41% {
transform: matrix3d(
1.107,
0.309,
0,
0,
-0.309,
1.107,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
32.96% {
transform: matrix3d(
1.094,
0.354,
0,
0,
-0.354,
1.094,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
33.23% {
transform: matrix3d(
1.087,
0.375,
0,
0,
-0.375,
1.087,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
33.33% {
transform: matrix3d(
1.085,
0.382,
0,
0,
-0.382,
1.085,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
35.28% {
transform: matrix3d(
1.046,
0.299,
0,
0,
-0.299,
1.046,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
36.2% {
transform: matrix3d(
1.031,
0.25,
0,
0,
-0.25,
1.031,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
38.14% {
transform: matrix3d(
1.004,
0.152,
0,
0,
-0.152,
1.004,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
38.89% {
transform: matrix3d(
0.994,
0.119,
0,
0,
-0.119,
0.994,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
39.07% {
transform: matrix3d(
0.992,
0.112,
0,
0,
-0.112,
0.992,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
39.63% {
transform: matrix3d(
0.986,
0.091,
0,
0,
-0.091,
0.986,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
41.11% {
transform: matrix3d(
0.973,
0.044,
0,
0,
-0.044,
0.973,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
41.94% {
transform: matrix3d(
0.968,
0.025,
0,
0,
-0.025,
0.968,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
44.81% {
transform: matrix3d(
0.961,
-0.014,
0,
0,
0.014,
0.961,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
45.55% {
transform: matrix3d(
0.962,
-0.018,
0,
0,
0.018,
0.962,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
46.29% {
transform: matrix3d(
0.962,
-0.021,
0,
0,
0.021,
0.962,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
47.77% {
transform: matrix3d(
0.965,
-0.022,
0,
0,
0.022,
0.965,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
52.22% {
transform: matrix3d(
0.974,
-0.012,
0,
0,
0.012,
0.974,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
52.96% {
transform: matrix3d(
0.975,
-0.01,
0,
0,
0.01,
0.975,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
54.44% {
transform: matrix3d(
0.977,
-0.006,
0,
0,
0.006,
0.977,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
55.99% {
transform: matrix3d(
0.978,
-0.003,
0,
0,
0.003,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
59.63% {
transform: matrix3d(
0.979,
0.001,
0,
0,
-0.001,
0.979,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
61.11% {
transform: matrix3d(
0.978,
0.001,
0,
0,
-0.001,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
62.66% {
transform: matrix3d(
0.978,
0.001,
0,
0,
-0.001,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
66.67% {
transform: matrix3d(
0.978,
0.001,
0,
0,
-0.001,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
67.77% {
transform: matrix3d(
0.978,
0.001,
0,
0,
-0.001,
0.978,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
69.32% {
transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
73.33% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
74.44% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
75.99% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
80% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
82.66% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
86.67% {
transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
89.32% {
transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
93.33% {
transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
/* Pins Button */
.iconWrapper-2OrFZ1[aria-label="Pinned Messages"]:hover .icon-22AiRD {
animation: PinsHover 1500ms linear both;
}
.iconWrapper-2OrFZ1[aria-label="Pinned Messages"].selected-1GqIat .icon-22AiRD {
animation: PinsSelected 2000ms linear both;
}
@keyframes PinsHover {
0% {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.3% {
transform: matrix3d(
0.92,
-0.393,
0,
0,
0.393,
0.92,
0,
0,
0,
0,
1,
0,
0,
-5.143,
0,
1
);
}
8.61% {
transform: matrix3d(
0.771,
-0.637,
0,
0,
0.637,
0.771,
0,
0,
0,
0,
1,
0,
0,
-8.786,
0,
1
);
}
12.91% {
transform: matrix3d(
0.677,
-0.736,
0,
0,
0.736,
0.677,
0,
0,
0,
0,
1,
0,
0,
-10.523,
0,
1
);
}
17.22% {
transform: matrix3d(
0.653,
-0.757,
0,
0,
0.757,
0.653,
0,
0,
0,
0,
1,
0,
0,
-10.933,
0,
1
);
}
28.33% {
transform: matrix3d(
0.696,
-0.718,
0,
0,
0.718,
0.696,
0,
0,
0,
0,
1,
0,
0,
-10.206,
0,
1
);
}
39.44% {
transform: matrix3d(
0.711,
-0.704,
0,
0,
0.704,
0.711,
0,
0,
0,
0,
1,
0,
0,
-9.938,
0,
1
);
}
61.66% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-10.004,
0,
1
);
}
83.98% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-10,
0,
1
);
}
100% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-10,
0,
1
);
}
}
@keyframes PinsSelected {
0% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-10,
0,
1
);
}
3.23% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
-2.286,
0,
1
);
}
6.46% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
3.179,
0,
1
);
}
9.68% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
5.784,
0,
1
);
}
12.91% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
6.4,
0,
1
);
}
21.25% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
5.309,
0,
1
);
}
24.9% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
5.005,
0,
1
);
}
25% {
transform: matrix3d(
0.707,
-0.707,
0,
0,
0.707,
0.707,
0,
0,
0,
0,
1,
0,
0,
5,
0,
1
);
}
28.23% {
transform: matrix3d(
0.928,
-0.372,
0,
0,
0.372,
0.928,
0,
0,
0,
0,
1,
0,
0.364,
1.64,
0,
1
);
}
29.58% {
transform: matrix3d(
0.971,
-0.24,
0,
0,
0.24,
0.971,
0,
0,
0,
0,
1,
0,
0.489,
0.509,
0,
1
);
}
31.46% {
transform: matrix3d(
0.995,
-0.095,
0,
0,
0.095,
0.995,
0,
0,
0,
0,
1,
0,
0.621,
-0.676,
0,
1
);
}
34.68% {
transform: matrix3d(
0.999,
0.041,
0,
0,
-0.041,
0.999,
0,
0,
0,
0,
1,
0,
0.744,
-1.749,
0,
1
);
}
37.91% {
transform: matrix3d(
0.997,
0.073,
0,
0,
-0.073,
0.997,
0,
0,
0,
0,
1,
0,
0.773,
-1.979,
0,
1
);
}
46.25% {
transform: matrix3d(
1,
0.016,
0,
0,
-0.016,
1,
0,
0,
0,
0,
1,
0,
0.722,
-1.489,
0,
1
);
}
46.25% {
transform: matrix3d(
1,
0.016,
0,
0,
-0.016,
1,
0,
0,
0,
0,
1,
0,
0.722,
-1.489,
0,
1
);
}
54.58% {
transform: matrix3d(
1,
-0.005,
0,
0,
0.005,
1,
0,
0,
0,
0,
1,
0,
0.703,
-1.323,
0,
1
);
}
62.99% {
transform: matrix3d(
1,
-0.001,
0,
0,
0.001,
1,
0,
0,
0,
0,
1,
0,
0.706,
-1.356,
0,
1
);
}
71.25% {
transform: matrix3d(
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0.707,
-1.367,
0,
1
);
}
75% {
transform: matrix3d(
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0.707,
-1.366,
0,
1
);
}
87.99% {
transform: matrix3d(
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0.707,
-1.364,
0,
1
);
}
100% {
transform: matrix3d(
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0.707,
-1.364,
0,
1
);
}
}
/* Update Button */
.iconWrapper-2OrFZ1[aria-label="Update Ready!"]:hover .icon-22AiRD {
animation: Update 1500ms linear both;
}
@keyframes Update {
0% {
clip-path: inset(0px 0px 0px 0px);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.3% {
transform: matrix3d(
0.78,
-0.816,
0,
0,
0.816,
0.78,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
8.61% {
transform: matrix3d(
0.231,
-1.198,
0,
0,
1.198,
0.231,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
12.91% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
-0.104,
-1.259,
0,
0,
1.259,
-0.104,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
17.22% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
-0.186,
-1.26,
0,
0,
1.26,
-0.186,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
28.33% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
-0.041,
-1.254,
0,
0,
1.254,
-0.041,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
39.44% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
0.012,
-1.248,
0,
0,
1.248,
0.012,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
61.66% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(
-0.001,
-1.25,
0,
0,
1.25,
-0.001,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1
);
}
83.98% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(0, -1.25, 0, 0, 1.25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
clip-path: inset(0px 0px 8px 0px);
transform: matrix3d(0, -1.25, 0, 0, 1.25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
/* User Modal Buttons */
.button-14-BFJ:hover .contents-18-Yxp {
animation: UserModalButtons 0.5s normal ease;
}
.container-3baos1 .noWrap-3jynv6 {
width: 100px;
opacity: 1;
}
.button-14-BFJ {
transition: 0.2s;
}
.button-14-BFJ:hover {
padding-bottom: 0px;
transition: 0.2;
}
@keyframes UserModalButtons {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-5px);
}
100% {
transform: translateY(0px);
}
}
/* Settings Button */
.button-14-BFJ[aria-label="User Settings"]:hover .contents-18-Yxp {
animation: rotate 3s infinite;
}
| 0.546738 | 0.636904 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
body {
line-height: 1;
font-size: 100%; }
#main {
font-size: 16px; }
html {
font-size: 62.5%; }
.jwplayer.jw-state-buffering .jw-display-icon-container .jw-icon-display {
display: none !important; }
.Article-wrapper {
font-family: "Open Sans"; }
.Article-video-play {
position: absolute;
width: 3.8rem;
height: 5rem;
left: 50%;
margin-left: -1.9rem;
margin-top: 9.5rem;
z-index: 1; }
.Article-video-play img {
width: 100%; }
.Article-header video {
width: 100%;
display: block;
background: transparent 50% 50% / cover no-repeat;
height: 240px; }
.Article-header img {
width: 100%;
display: block; }
.Article-header .Article-picture-caption {
height: auto;
line-height: 25px;
font-size: 0.8rem;
margin-bottom: 1.6rem; }
.Article-header .Article-picture-caption strong {
font-family: "Open Sans";
padding-bottom: 1.6rem;
line-height: 2.2rem;
display: inline; }
.Article-header-meta {
display: block;
height: auto;
line-height: 18px;
font-size: 0.8rem;
position: relative; }
.Article-header-meta-category {
display: inline-block;
height: 100%;
text-transform: uppercase;
color: #ff6600;
padding: 20px 20px 0 20px;
font-weight: bold; }
.Article-header-meta-date {
text-transform: uppercase;
color: #bfbfbf;
padding-left: 10px;
margin: 4rem 0;
display: block; }
.Article-header-meta-misc {
font-size: 0.6rem;
padding-left: 12px;
color: #666666;
display: inline-block;
float: right;
margin-right: 15px; }
.Article-header-meta-misc strong {
color: #212121; }
.Article-header-meta-misc .copyright {
display: none;
font-size: 0.8rem; }
.Article-header-meta-misc .copyright.active {
display: inline-block; }
.Article-content {
padding: 25px 20px 15px 20px;
font-size: 1.4em; }
.Article-content h1 {
font-family: "Open Sans";
font-size: 2.8rem;
font-weight: bold;
line-height: 3rem;
text-transform: uppercase; }
.Article-content table {
width: 100% !important; }
.Article-content p {
display: block;
font-family: "Open Sans";
padding-bottom: 1.6rem;
line-height: 2.2rem; }
.Article-content img {
max-width: 100%;
height: auto !important; }
.Article-content a {
color: #c8a461;
text-decoration: none; }
.Article-content .Article-picture-dual-col {
width: 50%;
display: inline-block; }
.Article-content .Article-picture-caption {
height: auto;
line-height: 25px;
font-size: 0.8rem;
margin-bottom: 1.6rem; }
.Article-content .Article-picture-caption strong {
font-family: "Open Sans";
padding-bottom: 1.6rem;
line-height: 2.2rem;
font-size: 1.1rem;
display: inline; }
.Article-quote blockquote {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
color: #666;
font-size: 1.688rem;
line-height: 1.4em;
padding: 40px 15px;
text-align: center;
margin-top: 35px;
margin-bottom: 40px; }
.Article-slider-wrapper {
position: relative; }
.Article-slider-prev, .Article-slider-next {
position: absolute;
width: 21px;
height: 40px;
background: url(../../img/article/slider-prev.png) no-repeat top left;
background-size: 100%;
z-index: 1;
top: 50%;
left: 0;
margin-top: -20px; }
.Article-slider-next {
background: url(../../img/article/slider-next.png) no-repeat top left;
background-size: 100%;
left: auto;
right: 0; }
.Article-slider-item {
float: left;
width: 90vw; }
@media screen and (min-width: 768px) {
.Article-slider-item {
width: 100vw; } }
.Article-header .Article-slider-item {
width: 100vw; }
.Article-slider-item img {
width: 100%; }
.Article-slider-caption {
height: auto;
line-height: 25px;
font-size: 0.8rem; }
.Article-slider-caption strong {
display: block;
word-wrap: break-word; }
.Article-header .Article-slider-caption strong {
display: inline-block; }
.Article-content .Article-slider-caption strong {
font-size: 0.8rem; }
.Article-header .Article-slider-caption {
display: none; }
.Article-slider-count {
position: absolute;
font-size: 1.1rem;
color: #bfbfbf;
right: 0px;
bottom: 0px; }
.Article-slider-count strong {
display: inline;
color: #212121;
font-size: 1.1rem; }
.Article-content .Article-slider-count strong {
font-size: 1.1rem; }
.Article-push {
background: #141414; }
.Article-push > * {
width: 50%;
display: inline-block;
vertical-align: middle; }
.Article-push-image {
text-align: center;
padding: 35px 0; }
.Article-push-image img {
display: inline-block;
width: 80%; }
.Article-push-content {
font-family: "Camphor W01 Heavy"; }
.Article-push-content strong {
color: #919191;
font-size: 0.7rem;
text-transform: uppercase;
display: block;
padding-bottom: 1.3rem;
letter-spacing: 1px; }
.Article-push-content h3 {
color: #fff;
font-size: 1.8rem;
line-height: 2.2rem;
text-transform: uppercase;
padding-bottom: 1.3rem; }
.Article-push-content span {
display: block;
font-style: italic;
color: #c8a461;
font-size: 0.9rem; }
.Article-push-content span:after {
content: "";
width: 25px;
display: block;
height: 1px;
margin-top: 1.3rem;
background: #2a2a2a; }
.Article-push-content p {
display: block;
font-size: 0.9rem;
line-height: 1.5rem;
color: #919191;
padding-top: 1.3rem; }
.Article-related h2 {
padding-top: 80px;
padding-bottom: 70px;
font-size: 1.2rem;
letter-spacing: 0.5rem;
text-transform: uppercase;
font-family: "Playfair Display";
font-weight: bold;
text-align: center; }
.Article-related-slider-item {
float: left;
display: inline-block;
width: 85vw;
padding-left: 1.5rem;
text-decoration: none;
color: #000; }
.Article-related-slider-item:last-child {
padding-right: 3.3rem; }
.Article-related-slider-item-pictureWrap {
height: auto;
position: relative;
overflow: hidden; }
.Article-related-slider-item-pictureWrap img {
width: 100%;
display: block; }
.Article-related-slider-item-pictureWrap i {
width: 3.5rem;
height: 3.5rem;
border-radius: 1.75rem;
background: #fff;
display: inline-block;
position: absolute;
bottom: 1rem;
left: 1rem; }
.Article-related-slider-item-pictureWrap i.icon-article:after {
content: "";
width: 100%;
height: 100%;
display: block;
background: url(../../img/article/icons/Article.svg) no-repeat left top;
background-size: 100%;
position: absolute;
top: 0;
left: 0; }
.Article-related-slider-item-pictureWrap i.icon-audio:after {
content: "";
width: 100%;
height: 100%;
display: block;
background: url(../../img/article/icons/Audio.svg) no-repeat left top;
background-size: 100%;
position: absolute;
top: 0;
left: 0; }
.Article-related-slider-item-pictureWrap i.icon-photo:after {
content: "";
width: 100%;
height: 100%;
display: block;
background: url(../../img/article/icons/Photo.svg) no-repeat left top;
background-size: 100%;
position: absolute;
top: 0;
left: 0; }
.Article-related-slider-item-pictureWrap i.icon-video:after {
content: "";
width: 100%;
height: 100%;
display: block;
background: url(../../img/article/icons/Video.svg) no-repeat left top;
background-size: 100%;
position: absolute;
top: 0;
left: 0; }
.Article-related-slider-caption h4 {
display: inline-block;
color: #c9a45e;
text-transform: uppercase;
font-size: 1rem;
font-family: "Camphor W01 Heavy";
height: 3.5rem;
line-height: 3.5rem; }
.Article-related-slider-caption p {
display: inline-block;
font-family: "Camphor W01 Regular";
height: 3.5rem;
line-height: 3.5rem;
font-size: 1rem;
color: #b8b8b8; }
.Article-related-slider-caption strong {
display: block;
font-weight: normal;
font-family: "Playfair Display";
padding-bottom: 3.7rem;
font-size: 1.5rem; }
.Article-bottom-block {
background-color: black;
height: 175px;
padding-top: 37px; }
.Article-bottom-block.ocs {
background-image: url("../img/article/bg.png");
background-size: cover;
padding-top: 25px; }
.Article-bottom-block.ocs > img {
height: 80px;
display: block;
margin: 0 auto; }
.Article-bottom-block-logos {
margin: 0 auto;
height: 60px;
display: table; }
.Article-bottom-block-logos img {
height: 100%;
display: inline-block;
margin: 0 15px; }
.Article-bottom-block h2 {
color: white;
border: 1px solid white;
border-radius: 5px;
margin: 25px auto 0;
font-family: "Helvetica Neue";
font-size: 2.3rem;
font-weight: 500;
display: table;
padding: 2px 10px; }
.Article-bottom-block h2 img {
height: 17px; }
.Article-content a {
text-decoration: none;
color: #c8a461; }
.Article-content ol, .Article-content ul {
padding-left: 2rem; }
.Article-content table {
width: 100% !important; }
.Article-content .big-quote {
padding: 70px 70px;
box-sizing: border-box;
border: 1px solid #c8a461;
margin-bottom: 70px; }
.Article-content .txt-grey-bkg-container {
background-color: #f4f4f4;
padding: 70px 70px;
margin-bottom: 70px;
color: #666;
font-size: 1rem;
line-height: 1.7em;
margin-bottom: 5px; }
.Article-content .cke_editable .single-button {
border-right: 1px solid #c8a461 !important;
border-color: #c8a461; }
.Article-content .button {
border: 1px solid #dfdfdf;
border-right: none;
color: #c8a461;
display: inline-block;
font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
font-size: 0.688rem;
height: 38px;
line-height: 38px;
margin: 0 0 0 0;
padding: 0 19px 0 19px;
text-transform: uppercase;
-moz-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
-o-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
-webkit-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95); }
.Article-content .single-button {
border-right: 1px solid #c8a461 !important;
border-color: #c8a461;
margin: 10px 0;
with: 100%; }
.Article-content .title-article {
color: #333;
font-family: "Playfair Display", Times New Roman, Times, serif;
font-size: 3rem;
font-weight: 400;
line-height: 1.3em;
margin: 20px auto;
text-align: center; }
.Article-content h2.sub-title {
font-family: "Playfair Display", Times New Roman, Times, serif;
font-size: 1.5rem;
margin-bottom: 50px;
text-align: center; }
.Article-content h2.sub-title2 {
font-family: "Playfair Display", Times New Roman, Times, serif;
font-weight: 700;
font-size: 1.125rem;
margin: 25px 0px; }
.Article-content h3.sub-title {
font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
font-size: 0.875rem;
margin: 50px 0;
text-align: center;
text-transform: uppercase; }
.Article-content .little-txt {
color: #969696;
font-size: 0.750rem;
margin: 10px 0 0;
text-align: left; }
.Article-content .little-txt strong {
font-size: 0.750rem; }
.Article-content .big-txt {
color: #333333;
font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
font-size: 1.25rem;
line-height: 40px;
text-align: center; }
.Article-content .chapeau {
font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
color: #333;
font-size: 1.125rem;
line-height: 2em;
margin-bottom: 70px;
text-align: center; }
.Article-content .caption-article {
color: #333333;
font-size: 0.750rem;
margin: 10px 0 0;
text-align: left;
display: block;
padding-top: 10px;
border-top: 1px solid #dfdfdf; }
.Article-content .title-acces {
text-transform: uppercase;
letter-spacing: 2px;
font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
font-size: .75rem;
padding-bottom: 20px; }
.Article-content .descript-acces {
padding-bottom: 20px;
font-size: .8125rem;
line-height: 24px; }
.Article-content .loc {
display: block;
width: 246px;
margin: 0 auto;
line-height: 20px; }
.Article-content .descrip-participate {
text-align: center; }
.Article-content .txt-grey-bkg-container-paragraph {
background: #ededed;
padding: 1rem;
display: inline-block; }
.Article-content em {
font-style: italic; }
.Article-content strong {
display: inline;
font-weight: bold;
font-size: 1.6rem; }
.jwplayer.jw-skin-fdc.jw-state-playing .jw-title, .jwplayer.jw-skin-fdc.jw-state-complete .jw-title {
display: block;
top: 2.2rem; }
.Article-header .jwplayer.jw-skin-fdc.jw-state-playing .jw-title, .Article-header .jwplayer.jw-skin-fdc.jw-state-complete .jw-title {
top: 2.2rem; }
.jwplayer.jw-skin-fdc.jw-state-playing .jw-text-elapsed,
.jwplayer.jw-skin-fdc.jw-state-playing .jw-text-duration, .jwplayer.jw-skin-fdc.jw-state-complete .jw-text-elapsed,
.jwplayer.jw-skin-fdc.jw-state-complete .jw-text-duration {
display: none; }
.jwplayer.jw-skin-fdc.jw-state-playing .jw-icon-playback, .jwplayer.jw-skin-fdc.jw-state-complete .jw-icon-playback {
background: url(../../img/article/audioPlayer/pause.png) no-repeat 2rem 3rem;
background-position: 2rem center;
background-size: 1.2rem;
left: 3.7rem;
top: -0.2rem; }
.jwplayer.jw-skin-fdc.jw-state-playing .jw-icon-playback:before, .jwplayer.jw-skin-fdc.jw-state-complete .jw-icon-playback:before {
content: ""; }
.jwplayer.jw-skin-fdc.jw-state-idle .jw-icon-playback, .jwplayer.jw-skin-fdc.jw-state-buffering .jw-icon-playback {
border: thomon;
background: url(../../img/article/audioPlayer/pause.png) no-repeat 2rem 3rem;
background-position: 2rem center;
background-size: 1.2rem;
left: 3.7rem;
top: -0.2rem; }
.jwplayer.jw-skin-fdc-video.jw-state-buffering .jw-display-icon-container .jw-icon-display, .jwplayer.jw-skin-fdc-video.jw-state-buffering .jw-controlbar {
display: none; }
.jwplayer.jw-skin-fdc.jw-state-idle .jw-icon-playback {
background: transparent; }
.jwplayer.jw-skin-fdc.jw-state-idle .jw-title {
top: 2.2rem; }
.jwplayer.jw-skin-fdc.jw-state-idle .jw-text-elapsed,
.jwplayer.jw-skin-fdc.jw-state-idle .jw-text-duration {
display: none; }
.jwplayer.jw-skin-fdc.jw-state-paused .jw-title {
display: block;
top: 2.2rem; }
.jwplayer.jw-skin-fdc.jw-state-paused .jw-icon-playback {
background-position: 2rem center;
background-size: 1.2rem;
left: 3.7rem;
top: -0.2rem; }
.jwplayer.jw-skin-fdc.jw-state-paused .jw-icon-playback:before {
content: ""; }
.jwplayer.jw-skin-fdc.jw-state-paused .jw-controlbar-center-group {
display: none; }
.jwplayer.jw-skin-fdc {
height: 9rem;
background: transparent; }
.jwplayer.jw-skin-fdc .jw-text-elapsed,
.jwplayer.jw-skin-fdc .jw-text-duration,
.jwplayer.jw-skin-fdc .jw-icon-volume {
display: none !important; }
.jwplayer.jw-skin-fdc .jw-icon-fullscreen {
display: none; }
.jwplayer.jw-skin-fdc .jw-time-tip {
display: none; }
.jwplayer.jw-skin-fdc .jw-background-color {
background-color: #c9a45e;
width: 100%;
height: 100%;
top: 0px;
margin-top: 0px; }
.Article-header .jwplayer.jw-skin-fdc .jw-background-color {
background-color: transparent;
background-image: inherit; }
.jwplayer.jw-skin-fdc .jw-rail, .jwplayer.jw-skin-fdc .jw-buffer, .jwplayer.jw-skin-fdc .jw-progress {
background: rgba(255, 255, 255, 0.2); }
.jwplayer.jw-skin-fdc .jw-knob {
background: #fff; }
.jwplayer.jw-skin-fdc .jw-controlbar > * {
vertical-align: middle; }
.jwplayer.jw-skin-fdc .jw-title {
background: none;
z-index: 1;
height: auto;
margin-left: 9rem;
top: 1.7rem; }
.Article-header .jwplayer.jw-skin-fdc.jw-state-playing .jwplayer.jw-skin-fdc .jw-title {
top: 2.2rem;
margin-left: 9rem; }
.jwplayer.jw-skin-fdc .jw-title-primary {
height: auto;
padding: 0px;
min-height: initial;
width: 80%;
font-family: "Playfair Display";
font-size: 1.4rem;
font-weight: normal;
overflow: hidden; }
.jwplayer.jw-skin-fdc .jw-title-secondary {
height: auto;
padding: 0px;
min-height: initial;
font-size: 0.8rem;
font-family: "Open Sans";
text-transform: uppercase;
margin-top: 1.8rem;
overflow: hidden; }
.jwplayer.jw-skin-fdc .jw-icon-playback {
background: url(../../img/article/audioPlayer/play.png) no-repeat 2rem 3rem;
background-size: 1.8rem; }
.jwplayer.jw-skin-fdc .jw-icon-playback:before {
content: "" !important; }
.jwplayer.jw-skin-fdc .jw-slider-container {
vertical-align: top;
height: 100%; }
.jwplayer.jw-skin-fdc .jw-slider-horizontal {
height: 0.5rem;
overflow: hidden;
width: 85%;
float: left;
margin-left: 8%; }
@media screen and (min-width: 768px) {
.jwplayer.jw-skin-fdc .jw-slider-horizontal {
background: url(../../img/article/audioPlayer/mic.png) no-repeat 1.7rem 3rem;
background-size: 1.8rem;
margin-left: 4%; } }
.jwplayer.jw-skin-fdc .jw-controlbar-left-group {
background: url(../../img/article/audioPlayer/mic.png) no-repeat 2.5rem 3rem;
background-size: 1.8rem; }
@media screen and (min-width: 768px) {
.jwplayer.jw-skin-fdc .jw-controlbar-left-group {
background: url(../../img/article/audioPlayer/mic.png) no-repeat 1.7rem 3rem;
background-size: 1.8rem; } }
.jwplayer.jw-skin-fdc .jw-display-icon-container .jw-icon-display {
text-align: left;
background: url(../../img/article/audioPlayer/mic.png) no-repeat 2.5rem 3rem;
background-size: 1.8rem; }
.jwplayer.jw-skin-fdc .jw-display-icon-container .jw-icon-display:before {
content: "";
width: 1.2rem;
height: 1.9rem;
display: inline-block;
background: url(../../img/article/audioPlayer/play.png) no-repeat left top;
background-size: 100%;
vertical-align: top;
margin-top: .5rem;
margin-left: 6.3rem; }
.jwplayer.jw-skin-fdc-video {
position: relative;
margin-bottom: 2rem; }
.Article-header .jwplayer.jw-skin-fdc-video {
margin-bottom: 0px; }
.jwplayer.jw-skin-fdc-video.jw-state-complete .jw-display-icon-container > .jw-icon {
background: transparent; }
.jwplayer.jw-skin-fdc-video .jw-display-icon-container > .jw-icon {
width: 100%;
height: 100%;
position: absolute;
background: transparent url(../../img/article/video-play-btn.png) no-repeat center;
background-size: 2.2rem;
z-index: 1; }
.Article-header .jwplayer.jw-skin-fdc-video .jw-display-icon-container > .jw-icon {
background-size: 3.5rem; }
.jwplayer.jw-skin-fdc-video .jw-slider-container {
height: 3px;
top: -18px;
overflow: hidden; }
.jwplayer.jw-skin-fdc-video .jw-icon {
color: #fff; }
.jwplayer.jw-skin-fdc-video.jw-state-idle .jw-icon-display:before {
content: ""; }
.jwplayer.jw-skin-fdc-video .jw-tooltip-time, .jwplayer.jw-skin-fdc-video .jw-icon-hd {
display: none !important; }
.jwplayer.jw-skin-fdc-video .jw-background-color,
.jwplayer.jw-skin-fdc-video .jw-display-icon-container {
background: transparent !important;
background-color: transparent !important; }
.jwplayer.jw-skin-fdc-video .jw-controlbar {
width: 100%; }
.jwplayer.jw-skin-fdc-video .jw-controlbar-left-group {
width: 18%;
display: inline-block; }
.jwplayer.jw-skin-fdc-video .jw-controlbar-center-group {
width: 66%;
display: inline-block; }
.jwplayer.jw-skin-fdc-video .jw-controlbar-right-group {
width: 15%;
display: inline-block;
text-align: right; }
.jwplayer.jw-skin-fdc-video .jw-title {
position: absolute;
left: 0px;
bottom: 0px;
top: auto;
color: #fff;
width: 100%;
padding: 0 5% 5% 5%;
height: auto;
background-image: url(data:image/svg+xml;base64,<KEY>);
background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, black), color-stop(1, transparent));
background-image: -webkit-repeating-linear-gradient(bottom, black 0%, transparent 100%);
background-image: repeating-linear-gradient(to top, black 0%, transparent 100%);
background-image: -ms-repeating-linear-gradient(bottom, black 0%, transparent 100%); }
.jwplayer.jw-skin-fdc-video .jw-title--hidden {
display: none; }
.jwplayer.jw-skin-fdc-video .jw-title-primary {
min-height: 0px;
padding: 0px;
overflow: visible;
width: 100%;
position: relative; }
.jwplayer.jw-skin-fdc-video .jw-title-secondary {
padding: 0px;
padding-top: 1rem;
overflow: visible;
font-weight: normal;
font-family: "Open Sans";
font-weight: 300;
font-size: 1.2rem;
line-height: 1.5rem;
white-space: initial;
width: 100%; }
.jwplayer.jw-skin-fdc-video .jw-title h4 {
display: inline;
color: #c9a45e;
text-transform: uppercase;
font-size: 1rem;
font-family: "Camphor W01 Heavy"; }
.Article-content .jwplayer.jw-skin-fdc-video .jw-title p {
display: inline;
font-family: "Camphor W01 Regular";
font-size: 1rem;
color: #b8b8b8; }
|
src/FDC/EventBundle/Resources/public/webview_orange/css/webview.css
|
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
body {
line-height: 1;
font-size: 100%; }
#main {
font-size: 16px; }
html {
font-size: 62.5%; }
.jwplayer.jw-state-buffering .jw-display-icon-container .jw-icon-display {
display: none !important; }
.Article-wrapper {
font-family: "Open Sans"; }
.Article-video-play {
position: absolute;
width: 3.8rem;
height: 5rem;
left: 50%;
margin-left: -1.9rem;
margin-top: 9.5rem;
z-index: 1; }
.Article-video-play img {
width: 100%; }
.Article-header video {
width: 100%;
display: block;
background: transparent 50% 50% / cover no-repeat;
height: 240px; }
.Article-header img {
width: 100%;
display: block; }
.Article-header .Article-picture-caption {
height: auto;
line-height: 25px;
font-size: 0.8rem;
margin-bottom: 1.6rem; }
.Article-header .Article-picture-caption strong {
font-family: "Open Sans";
padding-bottom: 1.6rem;
line-height: 2.2rem;
display: inline; }
.Article-header-meta {
display: block;
height: auto;
line-height: 18px;
font-size: 0.8rem;
position: relative; }
.Article-header-meta-category {
display: inline-block;
height: 100%;
text-transform: uppercase;
color: #ff6600;
padding: 20px 20px 0 20px;
font-weight: bold; }
.Article-header-meta-date {
text-transform: uppercase;
color: #bfbfbf;
padding-left: 10px;
margin: 4rem 0;
display: block; }
.Article-header-meta-misc {
font-size: 0.6rem;
padding-left: 12px;
color: #666666;
display: inline-block;
float: right;
margin-right: 15px; }
.Article-header-meta-misc strong {
color: #212121; }
.Article-header-meta-misc .copyright {
display: none;
font-size: 0.8rem; }
.Article-header-meta-misc .copyright.active {
display: inline-block; }
.Article-content {
padding: 25px 20px 15px 20px;
font-size: 1.4em; }
.Article-content h1 {
font-family: "Open Sans";
font-size: 2.8rem;
font-weight: bold;
line-height: 3rem;
text-transform: uppercase; }
.Article-content table {
width: 100% !important; }
.Article-content p {
display: block;
font-family: "Open Sans";
padding-bottom: 1.6rem;
line-height: 2.2rem; }
.Article-content img {
max-width: 100%;
height: auto !important; }
.Article-content a {
color: #c8a461;
text-decoration: none; }
.Article-content .Article-picture-dual-col {
width: 50%;
display: inline-block; }
.Article-content .Article-picture-caption {
height: auto;
line-height: 25px;
font-size: 0.8rem;
margin-bottom: 1.6rem; }
.Article-content .Article-picture-caption strong {
font-family: "Open Sans";
padding-bottom: 1.6rem;
line-height: 2.2rem;
font-size: 1.1rem;
display: inline; }
.Article-quote blockquote {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
color: #666;
font-size: 1.688rem;
line-height: 1.4em;
padding: 40px 15px;
text-align: center;
margin-top: 35px;
margin-bottom: 40px; }
.Article-slider-wrapper {
position: relative; }
.Article-slider-prev, .Article-slider-next {
position: absolute;
width: 21px;
height: 40px;
background: url(../../img/article/slider-prev.png) no-repeat top left;
background-size: 100%;
z-index: 1;
top: 50%;
left: 0;
margin-top: -20px; }
.Article-slider-next {
background: url(../../img/article/slider-next.png) no-repeat top left;
background-size: 100%;
left: auto;
right: 0; }
.Article-slider-item {
float: left;
width: 90vw; }
@media screen and (min-width: 768px) {
.Article-slider-item {
width: 100vw; } }
.Article-header .Article-slider-item {
width: 100vw; }
.Article-slider-item img {
width: 100%; }
.Article-slider-caption {
height: auto;
line-height: 25px;
font-size: 0.8rem; }
.Article-slider-caption strong {
display: block;
word-wrap: break-word; }
.Article-header .Article-slider-caption strong {
display: inline-block; }
.Article-content .Article-slider-caption strong {
font-size: 0.8rem; }
.Article-header .Article-slider-caption {
display: none; }
.Article-slider-count {
position: absolute;
font-size: 1.1rem;
color: #bfbfbf;
right: 0px;
bottom: 0px; }
.Article-slider-count strong {
display: inline;
color: #212121;
font-size: 1.1rem; }
.Article-content .Article-slider-count strong {
font-size: 1.1rem; }
.Article-push {
background: #141414; }
.Article-push > * {
width: 50%;
display: inline-block;
vertical-align: middle; }
.Article-push-image {
text-align: center;
padding: 35px 0; }
.Article-push-image img {
display: inline-block;
width: 80%; }
.Article-push-content {
font-family: "Camphor W01 Heavy"; }
.Article-push-content strong {
color: #919191;
font-size: 0.7rem;
text-transform: uppercase;
display: block;
padding-bottom: 1.3rem;
letter-spacing: 1px; }
.Article-push-content h3 {
color: #fff;
font-size: 1.8rem;
line-height: 2.2rem;
text-transform: uppercase;
padding-bottom: 1.3rem; }
.Article-push-content span {
display: block;
font-style: italic;
color: #c8a461;
font-size: 0.9rem; }
.Article-push-content span:after {
content: "";
width: 25px;
display: block;
height: 1px;
margin-top: 1.3rem;
background: #2a2a2a; }
.Article-push-content p {
display: block;
font-size: 0.9rem;
line-height: 1.5rem;
color: #919191;
padding-top: 1.3rem; }
.Article-related h2 {
padding-top: 80px;
padding-bottom: 70px;
font-size: 1.2rem;
letter-spacing: 0.5rem;
text-transform: uppercase;
font-family: "Playfair Display";
font-weight: bold;
text-align: center; }
.Article-related-slider-item {
float: left;
display: inline-block;
width: 85vw;
padding-left: 1.5rem;
text-decoration: none;
color: #000; }
.Article-related-slider-item:last-child {
padding-right: 3.3rem; }
.Article-related-slider-item-pictureWrap {
height: auto;
position: relative;
overflow: hidden; }
.Article-related-slider-item-pictureWrap img {
width: 100%;
display: block; }
.Article-related-slider-item-pictureWrap i {
width: 3.5rem;
height: 3.5rem;
border-radius: 1.75rem;
background: #fff;
display: inline-block;
position: absolute;
bottom: 1rem;
left: 1rem; }
.Article-related-slider-item-pictureWrap i.icon-article:after {
content: "";
width: 100%;
height: 100%;
display: block;
background: url(../../img/article/icons/Article.svg) no-repeat left top;
background-size: 100%;
position: absolute;
top: 0;
left: 0; }
.Article-related-slider-item-pictureWrap i.icon-audio:after {
content: "";
width: 100%;
height: 100%;
display: block;
background: url(../../img/article/icons/Audio.svg) no-repeat left top;
background-size: 100%;
position: absolute;
top: 0;
left: 0; }
.Article-related-slider-item-pictureWrap i.icon-photo:after {
content: "";
width: 100%;
height: 100%;
display: block;
background: url(../../img/article/icons/Photo.svg) no-repeat left top;
background-size: 100%;
position: absolute;
top: 0;
left: 0; }
.Article-related-slider-item-pictureWrap i.icon-video:after {
content: "";
width: 100%;
height: 100%;
display: block;
background: url(../../img/article/icons/Video.svg) no-repeat left top;
background-size: 100%;
position: absolute;
top: 0;
left: 0; }
.Article-related-slider-caption h4 {
display: inline-block;
color: #c9a45e;
text-transform: uppercase;
font-size: 1rem;
font-family: "Camphor W01 Heavy";
height: 3.5rem;
line-height: 3.5rem; }
.Article-related-slider-caption p {
display: inline-block;
font-family: "Camphor W01 Regular";
height: 3.5rem;
line-height: 3.5rem;
font-size: 1rem;
color: #b8b8b8; }
.Article-related-slider-caption strong {
display: block;
font-weight: normal;
font-family: "Playfair Display";
padding-bottom: 3.7rem;
font-size: 1.5rem; }
.Article-bottom-block {
background-color: black;
height: 175px;
padding-top: 37px; }
.Article-bottom-block.ocs {
background-image: url("../img/article/bg.png");
background-size: cover;
padding-top: 25px; }
.Article-bottom-block.ocs > img {
height: 80px;
display: block;
margin: 0 auto; }
.Article-bottom-block-logos {
margin: 0 auto;
height: 60px;
display: table; }
.Article-bottom-block-logos img {
height: 100%;
display: inline-block;
margin: 0 15px; }
.Article-bottom-block h2 {
color: white;
border: 1px solid white;
border-radius: 5px;
margin: 25px auto 0;
font-family: "Helvetica Neue";
font-size: 2.3rem;
font-weight: 500;
display: table;
padding: 2px 10px; }
.Article-bottom-block h2 img {
height: 17px; }
.Article-content a {
text-decoration: none;
color: #c8a461; }
.Article-content ol, .Article-content ul {
padding-left: 2rem; }
.Article-content table {
width: 100% !important; }
.Article-content .big-quote {
padding: 70px 70px;
box-sizing: border-box;
border: 1px solid #c8a461;
margin-bottom: 70px; }
.Article-content .txt-grey-bkg-container {
background-color: #f4f4f4;
padding: 70px 70px;
margin-bottom: 70px;
color: #666;
font-size: 1rem;
line-height: 1.7em;
margin-bottom: 5px; }
.Article-content .cke_editable .single-button {
border-right: 1px solid #c8a461 !important;
border-color: #c8a461; }
.Article-content .button {
border: 1px solid #dfdfdf;
border-right: none;
color: #c8a461;
display: inline-block;
font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
font-size: 0.688rem;
height: 38px;
line-height: 38px;
margin: 0 0 0 0;
padding: 0 19px 0 19px;
text-transform: uppercase;
-moz-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
-o-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
-webkit-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95); }
.Article-content .single-button {
border-right: 1px solid #c8a461 !important;
border-color: #c8a461;
margin: 10px 0;
with: 100%; }
.Article-content .title-article {
color: #333;
font-family: "Playfair Display", Times New Roman, Times, serif;
font-size: 3rem;
font-weight: 400;
line-height: 1.3em;
margin: 20px auto;
text-align: center; }
.Article-content h2.sub-title {
font-family: "Playfair Display", Times New Roman, Times, serif;
font-size: 1.5rem;
margin-bottom: 50px;
text-align: center; }
.Article-content h2.sub-title2 {
font-family: "Playfair Display", Times New Roman, Times, serif;
font-weight: 700;
font-size: 1.125rem;
margin: 25px 0px; }
.Article-content h3.sub-title {
font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
font-size: 0.875rem;
margin: 50px 0;
text-align: center;
text-transform: uppercase; }
.Article-content .little-txt {
color: #969696;
font-size: 0.750rem;
margin: 10px 0 0;
text-align: left; }
.Article-content .little-txt strong {
font-size: 0.750rem; }
.Article-content .big-txt {
color: #333333;
font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
font-size: 1.25rem;
line-height: 40px;
text-align: center; }
.Article-content .chapeau {
font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
color: #333;
font-size: 1.125rem;
line-height: 2em;
margin-bottom: 70px;
text-align: center; }
.Article-content .caption-article {
color: #333333;
font-size: 0.750rem;
margin: 10px 0 0;
text-align: left;
display: block;
padding-top: 10px;
border-top: 1px solid #dfdfdf; }
.Article-content .title-acces {
text-transform: uppercase;
letter-spacing: 2px;
font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
font-size: .75rem;
padding-bottom: 20px; }
.Article-content .descript-acces {
padding-bottom: 20px;
font-size: .8125rem;
line-height: 24px; }
.Article-content .loc {
display: block;
width: 246px;
margin: 0 auto;
line-height: 20px; }
.Article-content .descrip-participate {
text-align: center; }
.Article-content .txt-grey-bkg-container-paragraph {
background: #ededed;
padding: 1rem;
display: inline-block; }
.Article-content em {
font-style: italic; }
.Article-content strong {
display: inline;
font-weight: bold;
font-size: 1.6rem; }
.jwplayer.jw-skin-fdc.jw-state-playing .jw-title, .jwplayer.jw-skin-fdc.jw-state-complete .jw-title {
display: block;
top: 2.2rem; }
.Article-header .jwplayer.jw-skin-fdc.jw-state-playing .jw-title, .Article-header .jwplayer.jw-skin-fdc.jw-state-complete .jw-title {
top: 2.2rem; }
.jwplayer.jw-skin-fdc.jw-state-playing .jw-text-elapsed,
.jwplayer.jw-skin-fdc.jw-state-playing .jw-text-duration, .jwplayer.jw-skin-fdc.jw-state-complete .jw-text-elapsed,
.jwplayer.jw-skin-fdc.jw-state-complete .jw-text-duration {
display: none; }
.jwplayer.jw-skin-fdc.jw-state-playing .jw-icon-playback, .jwplayer.jw-skin-fdc.jw-state-complete .jw-icon-playback {
background: url(../../img/article/audioPlayer/pause.png) no-repeat 2rem 3rem;
background-position: 2rem center;
background-size: 1.2rem;
left: 3.7rem;
top: -0.2rem; }
.jwplayer.jw-skin-fdc.jw-state-playing .jw-icon-playback:before, .jwplayer.jw-skin-fdc.jw-state-complete .jw-icon-playback:before {
content: ""; }
.jwplayer.jw-skin-fdc.jw-state-idle .jw-icon-playback, .jwplayer.jw-skin-fdc.jw-state-buffering .jw-icon-playback {
border: thomon;
background: url(../../img/article/audioPlayer/pause.png) no-repeat 2rem 3rem;
background-position: 2rem center;
background-size: 1.2rem;
left: 3.7rem;
top: -0.2rem; }
.jwplayer.jw-skin-fdc-video.jw-state-buffering .jw-display-icon-container .jw-icon-display, .jwplayer.jw-skin-fdc-video.jw-state-buffering .jw-controlbar {
display: none; }
.jwplayer.jw-skin-fdc.jw-state-idle .jw-icon-playback {
background: transparent; }
.jwplayer.jw-skin-fdc.jw-state-idle .jw-title {
top: 2.2rem; }
.jwplayer.jw-skin-fdc.jw-state-idle .jw-text-elapsed,
.jwplayer.jw-skin-fdc.jw-state-idle .jw-text-duration {
display: none; }
.jwplayer.jw-skin-fdc.jw-state-paused .jw-title {
display: block;
top: 2.2rem; }
.jwplayer.jw-skin-fdc.jw-state-paused .jw-icon-playback {
background-position: 2rem center;
background-size: 1.2rem;
left: 3.7rem;
top: -0.2rem; }
.jwplayer.jw-skin-fdc.jw-state-paused .jw-icon-playback:before {
content: ""; }
.jwplayer.jw-skin-fdc.jw-state-paused .jw-controlbar-center-group {
display: none; }
.jwplayer.jw-skin-fdc {
height: 9rem;
background: transparent; }
.jwplayer.jw-skin-fdc .jw-text-elapsed,
.jwplayer.jw-skin-fdc .jw-text-duration,
.jwplayer.jw-skin-fdc .jw-icon-volume {
display: none !important; }
.jwplayer.jw-skin-fdc .jw-icon-fullscreen {
display: none; }
.jwplayer.jw-skin-fdc .jw-time-tip {
display: none; }
.jwplayer.jw-skin-fdc .jw-background-color {
background-color: #c9a45e;
width: 100%;
height: 100%;
top: 0px;
margin-top: 0px; }
.Article-header .jwplayer.jw-skin-fdc .jw-background-color {
background-color: transparent;
background-image: inherit; }
.jwplayer.jw-skin-fdc .jw-rail, .jwplayer.jw-skin-fdc .jw-buffer, .jwplayer.jw-skin-fdc .jw-progress {
background: rgba(255, 255, 255, 0.2); }
.jwplayer.jw-skin-fdc .jw-knob {
background: #fff; }
.jwplayer.jw-skin-fdc .jw-controlbar > * {
vertical-align: middle; }
.jwplayer.jw-skin-fdc .jw-title {
background: none;
z-index: 1;
height: auto;
margin-left: 9rem;
top: 1.7rem; }
.Article-header .jwplayer.jw-skin-fdc.jw-state-playing .jwplayer.jw-skin-fdc .jw-title {
top: 2.2rem;
margin-left: 9rem; }
.jwplayer.jw-skin-fdc .jw-title-primary {
height: auto;
padding: 0px;
min-height: initial;
width: 80%;
font-family: "Playfair Display";
font-size: 1.4rem;
font-weight: normal;
overflow: hidden; }
.jwplayer.jw-skin-fdc .jw-title-secondary {
height: auto;
padding: 0px;
min-height: initial;
font-size: 0.8rem;
font-family: "Open Sans";
text-transform: uppercase;
margin-top: 1.8rem;
overflow: hidden; }
.jwplayer.jw-skin-fdc .jw-icon-playback {
background: url(../../img/article/audioPlayer/play.png) no-repeat 2rem 3rem;
background-size: 1.8rem; }
.jwplayer.jw-skin-fdc .jw-icon-playback:before {
content: "" !important; }
.jwplayer.jw-skin-fdc .jw-slider-container {
vertical-align: top;
height: 100%; }
.jwplayer.jw-skin-fdc .jw-slider-horizontal {
height: 0.5rem;
overflow: hidden;
width: 85%;
float: left;
margin-left: 8%; }
@media screen and (min-width: 768px) {
.jwplayer.jw-skin-fdc .jw-slider-horizontal {
background: url(../../img/article/audioPlayer/mic.png) no-repeat 1.7rem 3rem;
background-size: 1.8rem;
margin-left: 4%; } }
.jwplayer.jw-skin-fdc .jw-controlbar-left-group {
background: url(../../img/article/audioPlayer/mic.png) no-repeat 2.5rem 3rem;
background-size: 1.8rem; }
@media screen and (min-width: 768px) {
.jwplayer.jw-skin-fdc .jw-controlbar-left-group {
background: url(../../img/article/audioPlayer/mic.png) no-repeat 1.7rem 3rem;
background-size: 1.8rem; } }
.jwplayer.jw-skin-fdc .jw-display-icon-container .jw-icon-display {
text-align: left;
background: url(../../img/article/audioPlayer/mic.png) no-repeat 2.5rem 3rem;
background-size: 1.8rem; }
.jwplayer.jw-skin-fdc .jw-display-icon-container .jw-icon-display:before {
content: "";
width: 1.2rem;
height: 1.9rem;
display: inline-block;
background: url(../../img/article/audioPlayer/play.png) no-repeat left top;
background-size: 100%;
vertical-align: top;
margin-top: .5rem;
margin-left: 6.3rem; }
.jwplayer.jw-skin-fdc-video {
position: relative;
margin-bottom: 2rem; }
.Article-header .jwplayer.jw-skin-fdc-video {
margin-bottom: 0px; }
.jwplayer.jw-skin-fdc-video.jw-state-complete .jw-display-icon-container > .jw-icon {
background: transparent; }
.jwplayer.jw-skin-fdc-video .jw-display-icon-container > .jw-icon {
width: 100%;
height: 100%;
position: absolute;
background: transparent url(../../img/article/video-play-btn.png) no-repeat center;
background-size: 2.2rem;
z-index: 1; }
.Article-header .jwplayer.jw-skin-fdc-video .jw-display-icon-container > .jw-icon {
background-size: 3.5rem; }
.jwplayer.jw-skin-fdc-video .jw-slider-container {
height: 3px;
top: -18px;
overflow: hidden; }
.jwplayer.jw-skin-fdc-video .jw-icon {
color: #fff; }
.jwplayer.jw-skin-fdc-video.jw-state-idle .jw-icon-display:before {
content: ""; }
.jwplayer.jw-skin-fdc-video .jw-tooltip-time, .jwplayer.jw-skin-fdc-video .jw-icon-hd {
display: none !important; }
.jwplayer.jw-skin-fdc-video .jw-background-color,
.jwplayer.jw-skin-fdc-video .jw-display-icon-container {
background: transparent !important;
background-color: transparent !important; }
.jwplayer.jw-skin-fdc-video .jw-controlbar {
width: 100%; }
.jwplayer.jw-skin-fdc-video .jw-controlbar-left-group {
width: 18%;
display: inline-block; }
.jwplayer.jw-skin-fdc-video .jw-controlbar-center-group {
width: 66%;
display: inline-block; }
.jwplayer.jw-skin-fdc-video .jw-controlbar-right-group {
width: 15%;
display: inline-block;
text-align: right; }
.jwplayer.jw-skin-fdc-video .jw-title {
position: absolute;
left: 0px;
bottom: 0px;
top: auto;
color: #fff;
width: 100%;
padding: 0 5% 5% 5%;
height: auto;
background-image: url(data:image/svg+xml;base64,<KEY>);
background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, black), color-stop(1, transparent));
background-image: -webkit-repeating-linear-gradient(bottom, black 0%, transparent 100%);
background-image: repeating-linear-gradient(to top, black 0%, transparent 100%);
background-image: -ms-repeating-linear-gradient(bottom, black 0%, transparent 100%); }
.jwplayer.jw-skin-fdc-video .jw-title--hidden {
display: none; }
.jwplayer.jw-skin-fdc-video .jw-title-primary {
min-height: 0px;
padding: 0px;
overflow: visible;
width: 100%;
position: relative; }
.jwplayer.jw-skin-fdc-video .jw-title-secondary {
padding: 0px;
padding-top: 1rem;
overflow: visible;
font-weight: normal;
font-family: "Open Sans";
font-weight: 300;
font-size: 1.2rem;
line-height: 1.5rem;
white-space: initial;
width: 100%; }
.jwplayer.jw-skin-fdc-video .jw-title h4 {
display: inline;
color: #c9a45e;
text-transform: uppercase;
font-size: 1rem;
font-family: "Camphor W01 Heavy"; }
.Article-content .jwplayer.jw-skin-fdc-video .jw-title p {
display: inline;
font-family: "Camphor W01 Regular";
font-size: 1rem;
color: #b8b8b8; }
| 0.448426 | 0.060032 |
button:focus,
input:focus {
outline: none;
}
body {
width: 100%;
height: 100%;
background-color: #2B303C;
color: lightgray;
font-family: 'Varela Round', sans-serif;
}
#splash-container {
position: absolute;
width: 800px;
height: 600px;
top: 50%;
left: 50%;
margin: -300px 0 0 -400px;
}
#create-splash-container {
/* position: absolute;
width: 800px;
height: 600px;
top: 40%;
left: 50%;
margin: -350px 0 0 -400px; */
}
#create-acct-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#create-acct-container>h1 {
font-size: 3em;
}
#content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#div-animation-canvas {
display: flex;
justify-content: center;
align-items: center;
}
#image-test {
width: 400px !important;
}
h1 {
font-size: 5em;
}
#user-accounts {
display: flex;
flex-direction: row;
}
.user-icon {
width: 100px;
height: 100px;
border: 0;
border-radius: 50px;
background-color: lightgray;
margin: 0 40px;
cursor: pointer;
}
.create-user-icon {
font-size: 3em;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.user-icon:hover {
background-color: #2196F3;
transform: scale(1.1);
}
.photo-upload {
/* display: flex;
flex-direction: column;
justify-content: center;
align-items: center; */
cursor: pointer;
font-size: 100px;
width: 300px;
height: 300px;
border: 0;
border-radius: 20px 300px 300px 300px;
background-color: lightgray;
color: #2196F3;
/* margin: 0 40px; */
/* background-image: url('../img/snap.svg'); */
transform: rotateY(180deg);
}
.photo-upload:hover {
background-color: #2196F3;
color: #fff;
}
#create-user-form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.create-input {
padding: 20px;
border: 0;
border-radius: 30px;
width: 400px;
margin-top: 40px;
font-family: 'Varela Round', sans-serif;
font-size: 30px;
}
.create-input-button {
padding: 20px;
border: 0;
border-radius: 30px;
width: 150px;
margin-top: 40px;
font-family: 'Varela Round', sans-serif;
font-size: 20px;
cursor: pointer;
}
.create-input-button:hover {
background-color: #2196F3;
color: #fff;
}
#location {
width: 300px;
}
#back-button {
position: fixed;
top: 5%;
left: 2%;
color: #fff;
font-size: 4em;
cursor: pointer;
}
#back-button:hover {
color: #2196F3;
transform: scale(1.1)
}
.webcam-mask {
width: 300px;
height: 300px;
border-radius: 20px 300px 300px 300px;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.snap-photo-btn {
display: none;
margin-top: -80px;
margin-left: -180px;
font-size: 30px;
border: 0;
border-radius: 50px 50px 50px 5px;
color: #2196F3;
background-color: #fff;
height: 75px;
width: 75px;
cursor: pointer;
z-index: 5;
}
.snap-photo-btn:hover {
background-color: #2196F3;
color: #fff;
transform: scale(1.1);
border: 0;
}
|
src/splash.css
|
button:focus,
input:focus {
outline: none;
}
body {
width: 100%;
height: 100%;
background-color: #2B303C;
color: lightgray;
font-family: 'Varela Round', sans-serif;
}
#splash-container {
position: absolute;
width: 800px;
height: 600px;
top: 50%;
left: 50%;
margin: -300px 0 0 -400px;
}
#create-splash-container {
/* position: absolute;
width: 800px;
height: 600px;
top: 40%;
left: 50%;
margin: -350px 0 0 -400px; */
}
#create-acct-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#create-acct-container>h1 {
font-size: 3em;
}
#content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#div-animation-canvas {
display: flex;
justify-content: center;
align-items: center;
}
#image-test {
width: 400px !important;
}
h1 {
font-size: 5em;
}
#user-accounts {
display: flex;
flex-direction: row;
}
.user-icon {
width: 100px;
height: 100px;
border: 0;
border-radius: 50px;
background-color: lightgray;
margin: 0 40px;
cursor: pointer;
}
.create-user-icon {
font-size: 3em;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.user-icon:hover {
background-color: #2196F3;
transform: scale(1.1);
}
.photo-upload {
/* display: flex;
flex-direction: column;
justify-content: center;
align-items: center; */
cursor: pointer;
font-size: 100px;
width: 300px;
height: 300px;
border: 0;
border-radius: 20px 300px 300px 300px;
background-color: lightgray;
color: #2196F3;
/* margin: 0 40px; */
/* background-image: url('../img/snap.svg'); */
transform: rotateY(180deg);
}
.photo-upload:hover {
background-color: #2196F3;
color: #fff;
}
#create-user-form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.create-input {
padding: 20px;
border: 0;
border-radius: 30px;
width: 400px;
margin-top: 40px;
font-family: 'Varela Round', sans-serif;
font-size: 30px;
}
.create-input-button {
padding: 20px;
border: 0;
border-radius: 30px;
width: 150px;
margin-top: 40px;
font-family: 'Varela Round', sans-serif;
font-size: 20px;
cursor: pointer;
}
.create-input-button:hover {
background-color: #2196F3;
color: #fff;
}
#location {
width: 300px;
}
#back-button {
position: fixed;
top: 5%;
left: 2%;
color: #fff;
font-size: 4em;
cursor: pointer;
}
#back-button:hover {
color: #2196F3;
transform: scale(1.1)
}
.webcam-mask {
width: 300px;
height: 300px;
border-radius: 20px 300px 300px 300px;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.snap-photo-btn {
display: none;
margin-top: -80px;
margin-left: -180px;
font-size: 30px;
border: 0;
border-radius: 50px 50px 50px 5px;
color: #2196F3;
background-color: #fff;
height: 75px;
width: 75px;
cursor: pointer;
z-index: 5;
}
.snap-photo-btn:hover {
background-color: #2196F3;
color: #fff;
transform: scale(1.1);
border: 0;
}
| 0.442516 | 0.073397 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
/* region logo */
.logo-img {
height: 50px !important;
vertical-align: middle;
transition: 1s all;
}
.logo-img:hover {
transform: rotate(360deg);
}
nav .logo-text {
vertical-align: middle;
}
.banner-text-container {
width: 100%;
height: 42vh;
position: absolute;
text-align: center;
}
.banner-text {
width: 100%;
height: 42vh;
font-family: Lora;
letter-spacing: 10px;
stroke: #ffffff;
font-size: 70px;
font-weight: 700;
animation: textAnimate 5s infinite alternate;
}
@media only screen and (max-width: 600px) {
.banner-text {
font-size: 36px;
}
}
@keyframes textAnimate {
0% {
stroke-dasharray: 0 50%;
stroke-dashoffset: 20%;
fill: hsl(0, 0%, 100%)
}
100% {
stroke-dasharray: 50% 0;
stroke-dashoffstet: -20%;
fill: hsla(0, 0%, 0%, 1);
}
}
/* endregion*/
/* region GitHub Cornor*/
.github-corner :hover .octo-arm {
animation: octocat-wave 560ms ease-in-out;
}
.github-svg {
fill: #ffffff;
color: #37474f;
position: absolute;
top: 0;
border: 0;
right: 0;
}
@media (max-width: 991px) {
.github-corner > svg {
fill: #fff !important;
color: #37474f !important;
}
.github-corner .github-corner:hover .octo-arm {
animation: none;
}
.github-corner .github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out;
}
}
@-moz-keyframes octocat-wave {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@-webkit-keyframes octocat-wave {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@-o-keyframes octocat-wave {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes octocat-wave {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
}
/* endregion*/
/* region banner */
.fullpage-wrapper {
width: 100%;
height: 42vh;
display: flex;
}
/* endregion */
/* region card */
.card.small {
height: 340px;
}
.card .card-image{
cursor: pointer;
}
.card .card-image .card-title {
padding: 8px;
}
.card .card-title {
font-size: 18px;
}
.card .card-icon {
float: left;
margin-right: 5px;
font-size: 22px;
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
max-height: 55%;
}
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
max-height: 45%;
}
.card .card-content {
padding: 4px 12px;
}
.card .card-action {
padding: 6px;
}
.chip {
height: 25px;
line-height: 25px;
font-weight: normal;
margin: 3px;
}
.card .card-content p {
margin: 5px 0;
}
.truncate-3 {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* endregion */
|
css/style.css
|
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
/* region logo */
.logo-img {
height: 50px !important;
vertical-align: middle;
transition: 1s all;
}
.logo-img:hover {
transform: rotate(360deg);
}
nav .logo-text {
vertical-align: middle;
}
.banner-text-container {
width: 100%;
height: 42vh;
position: absolute;
text-align: center;
}
.banner-text {
width: 100%;
height: 42vh;
font-family: Lora;
letter-spacing: 10px;
stroke: #ffffff;
font-size: 70px;
font-weight: 700;
animation: textAnimate 5s infinite alternate;
}
@media only screen and (max-width: 600px) {
.banner-text {
font-size: 36px;
}
}
@keyframes textAnimate {
0% {
stroke-dasharray: 0 50%;
stroke-dashoffset: 20%;
fill: hsl(0, 0%, 100%)
}
100% {
stroke-dasharray: 50% 0;
stroke-dashoffstet: -20%;
fill: hsla(0, 0%, 0%, 1);
}
}
/* endregion*/
/* region GitHub Cornor*/
.github-corner :hover .octo-arm {
animation: octocat-wave 560ms ease-in-out;
}
.github-svg {
fill: #ffffff;
color: #37474f;
position: absolute;
top: 0;
border: 0;
right: 0;
}
@media (max-width: 991px) {
.github-corner > svg {
fill: #fff !important;
color: #37474f !important;
}
.github-corner .github-corner:hover .octo-arm {
animation: none;
}
.github-corner .github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out;
}
}
@-moz-keyframes octocat-wave {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@-webkit-keyframes octocat-wave {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@-o-keyframes octocat-wave {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes octocat-wave {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
}
/* endregion*/
/* region banner */
.fullpage-wrapper {
width: 100%;
height: 42vh;
display: flex;
}
/* endregion */
/* region card */
.card.small {
height: 340px;
}
.card .card-image{
cursor: pointer;
}
.card .card-image .card-title {
padding: 8px;
}
.card .card-title {
font-size: 18px;
}
.card .card-icon {
float: left;
margin-right: 5px;
font-size: 22px;
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
max-height: 55%;
}
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
max-height: 45%;
}
.card .card-content {
padding: 4px 12px;
}
.card .card-action {
padding: 6px;
}
.chip {
height: 25px;
line-height: 25px;
font-weight: normal;
margin: 3px;
}
.card .card-content p {
margin: 5px 0;
}
.truncate-3 {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* endregion */
| 0.577376 | 0.107484 |
.part1 > a {
color: #f42;
font-weight: bolder;
font-size: 23px;
}
.before_image > p > a {
color: #f42;
font-weight: bold;
}
.part1 > a:hover {
color: black;
}
.before_image > p > a:hover {
border-bottom: 1px solid #f42;
}
.before_image > p {
color: #f42;
margin-left: 20px;
}
#part2_1 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_1 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_2 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_2 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_3 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_3 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_4 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_4 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_5 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_5 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_6 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_6 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_7 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_7 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_8 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_8 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_9 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_9 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
.hide {
display: none;
}
/* SECTION 4 */
#section4 {
display: grid;
grid-template-columns: unset;
grid-gap: 20px;
width: 97%;
height: auto;
margin: auto;
}
.section4_items {
height: 730px;
width: 90%;
display: grid;
grid-template-rows: 10% 40% 15% 30%;
justify-items: center;
margin: 60px auto auto auto;
}
.part1 {
display: flex;
justify-self: start;
align-items: center;
}
#part2_1 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2019/07/Trump-Twitter-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
.part3 {
display: grid;
width: 100%;
grid-template-columns: 70% 30%;
}
.before_image {
display: flex;
flex-direction: column;
justify-content: center;
background-color: #fff4f2;
}
#part3_1 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/winklevossbitcoin.jpg);
background-position: center;
background-size: cover;
}
.part4 {
display: grid;
width: auto;
margin-top: 10px;
}
.part4 > ul > li {
border-bottom: 1px solid #eee;
font-size: smaller;
color: #3f3d3d;
}
.part4 > ul {
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
grid-row-gap: 20px;
list-style: none;
}
ul li:hover {
cursor: pointer;
color: #000;
}
.underline:hover {
text-decoration: underline;
}
/* 2 */
#part2_2 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/10/Untitled-design-2020-10-01T165604.930-368x276.png);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_2 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/android-auto-language-ev-future-car-infotainment-car-play-carplay-android-phone.png);
background-position: center;
background-size: cover;
}
/* 3 */
#part2_3 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/Eye-strain-screen-time-hed-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_3 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/Sleep-hed.png);
background-position: center;
background-size: cover;
}
/* 4 */
#part2_4 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/1-copy-29-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_4 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/ev-phantom-rols-royce-silent-shadow-car-future-electric-vehicle.jpg);
background-position: center;
background-size: cover;
}
/* 5 */
#part2_5 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/Untitled-design-13-368x276.png);
background-position: center;
background-size: cover;
display: flex;
width: 100%;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_5 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/09/Untitled-design-13.jpg);
background-position: center;
background-size: cover;
}
/* 6 */
#part2_6 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/open-source-code-gq-368x276.png);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_6 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/10/google-logo-podium.png);
background-position: center;
background-size: cover;
}
/* 7 */
#part2_7 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/salary-negotiation-meeting-gq-368x276.png);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_7 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/1-copy-27.jpg);
background-position: center;
background-size: cover;
}
/* 8 */
#part2_8 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/toyota-suv-new-ev-car-future-electric-japan-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_8 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/10/hummer-ev-future-car-love-hate-next-gmc-gm-ultium.jpg);
background-position: center;
background-size: cover;
}
/* 9 */
#part2_9 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/stellaris_hearts-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_9 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/boring-zoom-meeting-gq.png);
background-position: center;
background-size: cover;
}
.part4 ul > li::before {
content: "\2022";
color: red;
margin-right: 6px;
list-style-position: inside;
}
@media only screen and (min-width: 768px) {
#section4 {
grid-template-columns: 1fr 1fr;
}
}
/* desktop media querry */
@media only screen and (min-width: 1024px) {
#section4 {
grid-template-columns: 1fr 1fr 1fr;
}
}
|
styles/section4.css
|
.part1 > a {
color: #f42;
font-weight: bolder;
font-size: 23px;
}
.before_image > p > a {
color: #f42;
font-weight: bold;
}
.part1 > a:hover {
color: black;
}
.before_image > p > a:hover {
border-bottom: 1px solid #f42;
}
.before_image > p {
color: #f42;
margin-left: 20px;
}
#part2_1 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_1 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_2 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_2 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_3 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_3 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_4 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_4 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_5 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_5 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_6 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_6 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_7 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_7 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_8 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_8 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
#part2_9 > a {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 10px;
}
#part2_9 > p {
color: white;
margin: 0 0 10px 10px;
font-size: small;
}
.hide {
display: none;
}
/* SECTION 4 */
#section4 {
display: grid;
grid-template-columns: unset;
grid-gap: 20px;
width: 97%;
height: auto;
margin: auto;
}
.section4_items {
height: 730px;
width: 90%;
display: grid;
grid-template-rows: 10% 40% 15% 30%;
justify-items: center;
margin: 60px auto auto auto;
}
.part1 {
display: flex;
justify-self: start;
align-items: center;
}
#part2_1 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2019/07/Trump-Twitter-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
.part3 {
display: grid;
width: 100%;
grid-template-columns: 70% 30%;
}
.before_image {
display: flex;
flex-direction: column;
justify-content: center;
background-color: #fff4f2;
}
#part3_1 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/winklevossbitcoin.jpg);
background-position: center;
background-size: cover;
}
.part4 {
display: grid;
width: auto;
margin-top: 10px;
}
.part4 > ul > li {
border-bottom: 1px solid #eee;
font-size: smaller;
color: #3f3d3d;
}
.part4 > ul {
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
grid-row-gap: 20px;
list-style: none;
}
ul li:hover {
cursor: pointer;
color: #000;
}
.underline:hover {
text-decoration: underline;
}
/* 2 */
#part2_2 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/10/Untitled-design-2020-10-01T165604.930-368x276.png);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_2 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/android-auto-language-ev-future-car-infotainment-car-play-carplay-android-phone.png);
background-position: center;
background-size: cover;
}
/* 3 */
#part2_3 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/Eye-strain-screen-time-hed-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_3 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/Sleep-hed.png);
background-position: center;
background-size: cover;
}
/* 4 */
#part2_4 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/1-copy-29-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_4 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/ev-phantom-rols-royce-silent-shadow-car-future-electric-vehicle.jpg);
background-position: center;
background-size: cover;
}
/* 5 */
#part2_5 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/Untitled-design-13-368x276.png);
background-position: center;
background-size: cover;
display: flex;
width: 100%;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_5 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/09/Untitled-design-13.jpg);
background-position: center;
background-size: cover;
}
/* 6 */
#part2_6 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/open-source-code-gq-368x276.png);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_6 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/10/google-logo-podium.png);
background-position: center;
background-size: cover;
}
/* 7 */
#part2_7 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/salary-negotiation-meeting-gq-368x276.png);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_7 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/1-copy-27.jpg);
background-position: center;
background-size: cover;
}
/* 8 */
#part2_8 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/toyota-suv-new-ev-car-future-electric-japan-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_8 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/10/hummer-ev-future-car-love-hate-next-gmc-gm-ultium.jpg);
background-position: center;
background-size: cover;
}
/* 9 */
#part2_9 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2021/01/stellaris_hearts-368x276.jpg);
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: inset -5em -14em 9em -2em rgba(0, 0, 0, 0.685);
}
#part3_9 {
background-image: url(https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/12/boring-zoom-meeting-gq.png);
background-position: center;
background-size: cover;
}
.part4 ul > li::before {
content: "\2022";
color: red;
margin-right: 6px;
list-style-position: inside;
}
@media only screen and (min-width: 768px) {
#section4 {
grid-template-columns: 1fr 1fr;
}
}
/* desktop media querry */
@media only screen and (min-width: 1024px) {
#section4 {
grid-template-columns: 1fr 1fr 1fr;
}
}
| 0.46563 | 0.269034 |
@font-face {
font-family: 'weather';
src: url('../font/weathericons-regular-webfont.eot');
src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="wi-"],
[class*=" wi-"] {
font-family: weather;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
text-transform: none;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
[class^="wi-"]:before,
[class*=" wi-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
.wi-day-cloudy-gusts:before {
content: "\f000";
}
.wi-day-cloudy-windy:before {
content: "\f001";
}
.wi-day-cloudy:before {
content: "\f002";
}
.wi-day-fog:before {
content: "\f003";
}
.wi-day-hail:before {
content: "\f004";
}
.wi-day-lightning:before {
content: "\f005";
}
.wi-day-rain-mix:before {
content: "\f006";
}
.wi-day-rain-wind:before {
content: "\f007";
}
.wi-day-rain:before {
content: "\f008";
}
.wi-day-showers:before {
content: "\f009";
}
.wi-day-snow:before {
content: "\f00a";
}
.wi-day-sprinkle:before {
content: "\f00b";
}
.wi-day-sunny-overcast:before {
content: "\f00c";
}
.wi-day-sunny:before {
content: "\f00d";
}
.wi-day-storm-showers:before {
content: "\f00e";
}
.wi-day-thunderstorm:before {
content: "\f010";
}
.wi-cloudy-gusts:before {
content: "\f011";
}
.wi-cloudy-windy:before {
content: "\f012";
}
.wi-cloudy:before {
content: "\f013";
}
.wi-fog:before {
content: "\f014";
}
.wi-hail:before {
content: "\f015";
}
.wi-lightning:before {
content: "\f016";
}
.wi-rain-mix:before {
content: "\f017";
}
.wi-rain-wind:before {
content: "\f018";
}
.wi-rain:before {
content: "\f019";
}
.wi-showers:before {
content: "\f01a";
}
.wi-snow:before {
content: "\f01b";
}
.wi-sprinkle:before {
content: "\f01c";
}
.wi-storm-showers:before {
content: "\f01d";
}
.wi-thunderstorm:before {
content: "\f01e";
}
.wi-windy:before {
content: "\f021";
}
.wi-night-alt-cloudy-gusts:before {
content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
content: "\f023";
}
.wi-night-alt-hail:before {
content: "\f024";
}
.wi-night-alt-lightning:before {
content: "\f025";
}
.wi-night-alt-rain-mix:before {
content: "\f026";
}
.wi-night-alt-rain-wind:before {
content: "\f027";
}
.wi-night-alt-rain:before {
content: "\f028";
}
.wi-night-alt-showers:before {
content: "\f029";
}
.wi-night-alt-snow:before {
content: "\f02a";
}
.wi-night-alt-sprinkle:before {
content: "\f02b";
}
.wi-night-alt-storm-showers:before {
content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
content: "\f02d";
}
.wi-night-clear:before {
content: "\f02e";
}
.wi-night-cloudy-gusts:before {
content: "\f02f";
}
.wi-night-cloudy-windy:before {
content: "\f030";
}
.wi-night-cloudy:before {
content: "\f031";
}
.wi-night-hail:before {
content: "\f032";
}
.wi-night-lightning:before {
content: "\f033";
}
.wi-night-rain-mix:before {
content: "\f034";
}
.wi-night-rain-wind:before {
content: "\f035";
}
.wi-night-rain:before {
content: "\f036";
}
.wi-night-showers:before {
content: "\f037";
}
.wi-night-snow:before {
content: "\f038";
}
.wi-night-sprinkle:before {
content: "\f039";
}
.wi-night-storm-showers:before {
content: "\f03a";
}
.wi-night-thunderstorm:before {
content: "\f03b";
}
.wi-celcius:before {
content: "\f03c";
}
.wi-cloud-down:before {
content: "\f03d";
}
.wi-cloud-refresh:before {
content: "\f03e";
}
.wi-cloud-up:before {
content: "\f040";
}
.wi-cloud:before {
content: "\f041";
}
.wi-degrees:before {
content: "\f042";
}
.wi-down-left:before {
content: "\f043";
}
.wi-down:before {
content: "\f044";
}
.wi-fahrenheit:before {
content: "\f045";
}
.wi-horizon-alt:before {
content: "\f046";
}
.wi-horizon:before {
content: "\f047";
}
.wi-left:before {
content: "\f048";
}
.wi-lightning:before {
content: "\f016";
}
.wi-night-fog:before {
content: "\f04a";
}
.wi-refresh-alt:before {
content: "\f04b";
}
.wi-refresh:before {
content: "\f04c";
}
.wi-right:before {
content: "\f04d";
}
.wi-sprinkles:before {
content: "\f04e";
}
.wi-strong-wind:before {
content: "\f050";
}
.wi-sunrise:before {
content: "\f051";
}
.wi-sunset:before {
content: "\f052";
}
.wi-thermometer-exterior:before {
content: "\f053";
}
.wi-thermometer-internal:before {
content: "\f054";
}
.wi-thermometer:before {
content: "\f055";
}
.wi-tornado:before {
content: "\f056";
}
.wi-up-right:before {
content: "\f057";
}
.wi-up:before {
content: "\f058";
}
.wi-wind-east:before {
content: "\f059";
}
.wi-wind-north-east:before {
content: "\f05a";
}
.wi-wind-north-west:before {
content: "\f05b";
}
.wi-wind-north:before {
content: "\f05c";
}
.wi-wind-south-east:before {
content: "\f05d";
}
.wi-wind-south-west:before {
content: "\f05e";
}
.wi-wind-south:before {
content: "\f060";
}
.wi-wind-west:before {
content: "\f061";
}
::selection,
-moz::selection {
background: #0a91ff;
color: #ffffff;
}
body {
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 14px;
color: #333333;
}
.reference {
font-family: "Helvetica", Arial, sans-serif;
font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
position: relative;
height: 100px;
padding-top: 0px;
background: url("img/sky.jpg") top center no-repeat fixed;
border-bottom: 10px solid #404040;
}
@media (min-width: 768px) {
header {
height: 300px;
}
}
header h1 {
float: left;
font-family: "aktiv-grotesk-std";
font-weight: 200;
font-size: 40px;
margin-top: 40px;
margin-left: 0px;
color: #ffffff;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
header h1 {
font-size: 60px;
margin-top: 180px;
}
}
header .icon {
position: absolute;
right: 20px;
top: 40px;
color: #ffffff;
font-size: 55px;
margin-left: 100px;
float: left;
line-height: .65em;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
header .icon {
font-size: 200px;
top: 100px;
}
}
footer {
height: 200px;
background-color: #333333;
margin-top: 30px;
color: #ffffff;
padding-top: 15px;
font-weight: 400;
}
footer a {
color: #b3b3b3;
}
.buttons {
font-size: 100px;
}
.intro-icons {
font-size: 15px;
color: #357cbb;
}
.intro-icons i {
margin-right: 10px;
}
@media (min-width: 768px) {
.intro-icons {
font-size: 25px;
}
.intro-icons i {
margin-right: 10px;
}
}
@media (min-width: 992px) {
.intro-icons {
font-size: 35px;
}
.intro-icons i {
margin-right: 10px;
}
}
.headline {
font-size: 25px;
line-height: 1.3em;
margin-bottom: 30px;
}
.social {
margin-top: 15px;
}
.social p {
margin-bottom: 0px;
text-align: center;
}
.download-here {
margin-top: 20px;
}
.download {
display: block;
}
.intro {
font-size: 18px;
margin-top: 30px;
font-weight: 400;
}
.beta {
margin-top: 20px;
color: #808080;
}
.beta .title {
color: #808080;
font-weight: 500;
font-size: 20px;
}
.beta p {
font-weight: 400;
font-size: 15px;
}
.download-button {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.download-button {
width: 33.33333333333333%;
}
}
@media (min-width: 768px) {
.download-button {
margin-left: 33.33333333333333%;
}
}
.banner {
background-color: #e6e6e6;
background-image: url("img/large-bg2.jpg");
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
height: 250px;
}
.banner h1 {
color: #ffffff;
font-weight: 400;
}
.banner a {
display: block;
text-decoration: none;
}
.banner .tweet .icon-circle {
color: #33bbff;
}
.banner .tweet .icon-twitter {
color: #ffffff;
}
.banner .tweet:hover .icon-circle {
color: #0088cc;
}
.banner .icon-stack {
display: inline-block;
}
.banner .tweeter {
display: inline-block;
font-weight: 700;
color: #ffffff;
}
.banner .github {
font-size: 25px;
float: left;
}
.banner .github .icon-circle {
color: #999999;
}
.banner .github .icon-github-alt {
color: #ffffff;
}
.module .icon {
text-align: center;
padding: 50px 20px;
color: #e6e6e6;
}
.module .title {
text-align: center;
font-size: 20px;
font-weight: 500;
}
.iconExamples:before,
.iconExamples:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.iconExamples:after {
clear: both;
}
.iconExamples:before,
.iconExamples:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.iconExamples:after {
clear: both;
}
.iconExamples h2 {
font-family: "aktiv-grotesk-std";
font-weight: 200;
color: #3b6ab5;
}
.iconExamples .example {
text-align: center;
margin: 10px 3px;
}
.iconExamples .example:before,
.iconExamples .example:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.iconExamples .example:after {
clear: both;
}
.iconExamples .example:before,
.iconExamples .example:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.iconExamples .example:after {
clear: both;
}
.iconExamples .example .icon {
font-size: 20px;
float: left;
width: 35px;
}
.iconExamples .example .class {
text-align: center;
font-size: 17px;
float: left;
margin-top: 0px;
font-weight: 400;
margin-left: 10px;
color: #333333;
}
.weatherseparator {
padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin-bottom: 50px;
}
.weatherseparator:before,
.weatherseparator:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weatherseparator:after {
clear: both;
}
.weatherseparator:before,
.weatherseparator:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weatherseparator:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.row-fluid:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.row-fluid:after {
clear: both;
}
.examples {
font-family: 'weather';
font-size: 50px;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
.weather {
margin: 0px auto;
font-family: "aktiv-grotesk-std";
}
.weather .relative {
position: relative;
}
.weather .currently {
float: left;
font-size: 30px;
font-weight: 100;
margin-top: 5px;
opacity: 0.8;
filter: alpha(opacity=80);
}
.weather .mainTemp {
float: left;
}
.weather .mainTemp:before,
.weather .mainTemp:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .mainTemp:after {
clear: both;
}
.weather .mainTemp:before,
.weather .mainTemp:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .mainTemp:after {
clear: both;
}
.weather .mainTemp .temp {
font-size: 70px;
line-height: 1em;
font-weight: 200;
float: left;
margin-right: 5px;
}
.weather .mainTemp .highLow {
float: left;
font-size: 22px;
line-height: 1em;
margin-top: 5px;
font-weight: 200;
text-align: center;
opacity: 0.5;
filter: alpha(opacity=50);
}
.weather .mainTemp .highLow:before,
.weather .mainTemp .highLow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .mainTemp .highLow:after {
clear: both;
}
.weather .mainTemp .highLow:before,
.weather .mainTemp .highLow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .mainTemp .highLow:after {
clear: both;
}
.weather .mainTemp .highLow .high {
margin-top: 10px;
margin-bottom: 5px;
}
.weather .mainIcon {
font-size: 110px;
opacity: 0.5;
filter: alpha(opacity=50);
line-height: .3em;
float: right;
}
.weather .icon {
position: absolute;
top: 0px;
left: 100px;
color: #ffffff;
opacity: 0.3;
filter: alpha(opacity=30);
z-index: 9;
font-size: 130px;
line-height: 1em;
margin-top: -20px;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
text-align: right;
}
.weather .tomorrow {
font-size: 18px;
font-weight: 300;
line-height: 1em;
margin-top: 20px;
}
.weather .tomorrow:before,
.weather .tomorrow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .tomorrow:after {
clear: both;
}
.weather .tomorrow:before,
.weather .tomorrow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .tomorrow:after {
clear: both;
}
.weather .tomorrow .day {
float: left;
}
.weather .tomorrow .day .name {
opacity: 0.5;
filter: alpha(opacity=50);
display: inline-block;
margin-right: 10px;
}
.weather .tomorrow .day .condition {
display: inline-block;
}
.weather .tomorrow .temps {
float: right;
}
.weather .tomorrow .temps:before,
.weather .tomorrow .temps:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .tomorrow .temps:after {
clear: both;
}
.weather .tomorrow .temps:before,
.weather .tomorrow .temps:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .tomorrow .temps:after {
clear: both;
}
.weather .tomorrow .temps .tomorrow-icon {
font-size: 40px;
margin-right: 5px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.weather .tomorrow .temps .high {
display: inline-block;
margin-right: 10px;
}
.weather .tomorrow .temps .low {
display: inline-block;
margin-right: 0px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.download-share {
padding: 20px 0px 30px 0px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
background-color: #f2f2f2;
margin-top: 30px;
-webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
}
|
themes/backend/assets/weather-icons/reference/css/styles.css
|
@font-face {
font-family: 'weather';
src: url('../font/weathericons-regular-webfont.eot');
src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="wi-"],
[class*=" wi-"] {
font-family: weather;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
text-transform: none;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
[class^="wi-"]:before,
[class*=" wi-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
.wi-day-cloudy-gusts:before {
content: "\f000";
}
.wi-day-cloudy-windy:before {
content: "\f001";
}
.wi-day-cloudy:before {
content: "\f002";
}
.wi-day-fog:before {
content: "\f003";
}
.wi-day-hail:before {
content: "\f004";
}
.wi-day-lightning:before {
content: "\f005";
}
.wi-day-rain-mix:before {
content: "\f006";
}
.wi-day-rain-wind:before {
content: "\f007";
}
.wi-day-rain:before {
content: "\f008";
}
.wi-day-showers:before {
content: "\f009";
}
.wi-day-snow:before {
content: "\f00a";
}
.wi-day-sprinkle:before {
content: "\f00b";
}
.wi-day-sunny-overcast:before {
content: "\f00c";
}
.wi-day-sunny:before {
content: "\f00d";
}
.wi-day-storm-showers:before {
content: "\f00e";
}
.wi-day-thunderstorm:before {
content: "\f010";
}
.wi-cloudy-gusts:before {
content: "\f011";
}
.wi-cloudy-windy:before {
content: "\f012";
}
.wi-cloudy:before {
content: "\f013";
}
.wi-fog:before {
content: "\f014";
}
.wi-hail:before {
content: "\f015";
}
.wi-lightning:before {
content: "\f016";
}
.wi-rain-mix:before {
content: "\f017";
}
.wi-rain-wind:before {
content: "\f018";
}
.wi-rain:before {
content: "\f019";
}
.wi-showers:before {
content: "\f01a";
}
.wi-snow:before {
content: "\f01b";
}
.wi-sprinkle:before {
content: "\f01c";
}
.wi-storm-showers:before {
content: "\f01d";
}
.wi-thunderstorm:before {
content: "\f01e";
}
.wi-windy:before {
content: "\f021";
}
.wi-night-alt-cloudy-gusts:before {
content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
content: "\f023";
}
.wi-night-alt-hail:before {
content: "\f024";
}
.wi-night-alt-lightning:before {
content: "\f025";
}
.wi-night-alt-rain-mix:before {
content: "\f026";
}
.wi-night-alt-rain-wind:before {
content: "\f027";
}
.wi-night-alt-rain:before {
content: "\f028";
}
.wi-night-alt-showers:before {
content: "\f029";
}
.wi-night-alt-snow:before {
content: "\f02a";
}
.wi-night-alt-sprinkle:before {
content: "\f02b";
}
.wi-night-alt-storm-showers:before {
content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
content: "\f02d";
}
.wi-night-clear:before {
content: "\f02e";
}
.wi-night-cloudy-gusts:before {
content: "\f02f";
}
.wi-night-cloudy-windy:before {
content: "\f030";
}
.wi-night-cloudy:before {
content: "\f031";
}
.wi-night-hail:before {
content: "\f032";
}
.wi-night-lightning:before {
content: "\f033";
}
.wi-night-rain-mix:before {
content: "\f034";
}
.wi-night-rain-wind:before {
content: "\f035";
}
.wi-night-rain:before {
content: "\f036";
}
.wi-night-showers:before {
content: "\f037";
}
.wi-night-snow:before {
content: "\f038";
}
.wi-night-sprinkle:before {
content: "\f039";
}
.wi-night-storm-showers:before {
content: "\f03a";
}
.wi-night-thunderstorm:before {
content: "\f03b";
}
.wi-celcius:before {
content: "\f03c";
}
.wi-cloud-down:before {
content: "\f03d";
}
.wi-cloud-refresh:before {
content: "\f03e";
}
.wi-cloud-up:before {
content: "\f040";
}
.wi-cloud:before {
content: "\f041";
}
.wi-degrees:before {
content: "\f042";
}
.wi-down-left:before {
content: "\f043";
}
.wi-down:before {
content: "\f044";
}
.wi-fahrenheit:before {
content: "\f045";
}
.wi-horizon-alt:before {
content: "\f046";
}
.wi-horizon:before {
content: "\f047";
}
.wi-left:before {
content: "\f048";
}
.wi-lightning:before {
content: "\f016";
}
.wi-night-fog:before {
content: "\f04a";
}
.wi-refresh-alt:before {
content: "\f04b";
}
.wi-refresh:before {
content: "\f04c";
}
.wi-right:before {
content: "\f04d";
}
.wi-sprinkles:before {
content: "\f04e";
}
.wi-strong-wind:before {
content: "\f050";
}
.wi-sunrise:before {
content: "\f051";
}
.wi-sunset:before {
content: "\f052";
}
.wi-thermometer-exterior:before {
content: "\f053";
}
.wi-thermometer-internal:before {
content: "\f054";
}
.wi-thermometer:before {
content: "\f055";
}
.wi-tornado:before {
content: "\f056";
}
.wi-up-right:before {
content: "\f057";
}
.wi-up:before {
content: "\f058";
}
.wi-wind-east:before {
content: "\f059";
}
.wi-wind-north-east:before {
content: "\f05a";
}
.wi-wind-north-west:before {
content: "\f05b";
}
.wi-wind-north:before {
content: "\f05c";
}
.wi-wind-south-east:before {
content: "\f05d";
}
.wi-wind-south-west:before {
content: "\f05e";
}
.wi-wind-south:before {
content: "\f060";
}
.wi-wind-west:before {
content: "\f061";
}
::selection,
-moz::selection {
background: #0a91ff;
color: #ffffff;
}
body {
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 14px;
color: #333333;
}
.reference {
font-family: "Helvetica", Arial, sans-serif;
font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
position: relative;
height: 100px;
padding-top: 0px;
background: url("img/sky.jpg") top center no-repeat fixed;
border-bottom: 10px solid #404040;
}
@media (min-width: 768px) {
header {
height: 300px;
}
}
header h1 {
float: left;
font-family: "aktiv-grotesk-std";
font-weight: 200;
font-size: 40px;
margin-top: 40px;
margin-left: 0px;
color: #ffffff;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
header h1 {
font-size: 60px;
margin-top: 180px;
}
}
header .icon {
position: absolute;
right: 20px;
top: 40px;
color: #ffffff;
font-size: 55px;
margin-left: 100px;
float: left;
line-height: .65em;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
header .icon {
font-size: 200px;
top: 100px;
}
}
footer {
height: 200px;
background-color: #333333;
margin-top: 30px;
color: #ffffff;
padding-top: 15px;
font-weight: 400;
}
footer a {
color: #b3b3b3;
}
.buttons {
font-size: 100px;
}
.intro-icons {
font-size: 15px;
color: #357cbb;
}
.intro-icons i {
margin-right: 10px;
}
@media (min-width: 768px) {
.intro-icons {
font-size: 25px;
}
.intro-icons i {
margin-right: 10px;
}
}
@media (min-width: 992px) {
.intro-icons {
font-size: 35px;
}
.intro-icons i {
margin-right: 10px;
}
}
.headline {
font-size: 25px;
line-height: 1.3em;
margin-bottom: 30px;
}
.social {
margin-top: 15px;
}
.social p {
margin-bottom: 0px;
text-align: center;
}
.download-here {
margin-top: 20px;
}
.download {
display: block;
}
.intro {
font-size: 18px;
margin-top: 30px;
font-weight: 400;
}
.beta {
margin-top: 20px;
color: #808080;
}
.beta .title {
color: #808080;
font-weight: 500;
font-size: 20px;
}
.beta p {
font-weight: 400;
font-size: 15px;
}
.download-button {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.download-button {
width: 33.33333333333333%;
}
}
@media (min-width: 768px) {
.download-button {
margin-left: 33.33333333333333%;
}
}
.banner {
background-color: #e6e6e6;
background-image: url("img/large-bg2.jpg");
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
height: 250px;
}
.banner h1 {
color: #ffffff;
font-weight: 400;
}
.banner a {
display: block;
text-decoration: none;
}
.banner .tweet .icon-circle {
color: #33bbff;
}
.banner .tweet .icon-twitter {
color: #ffffff;
}
.banner .tweet:hover .icon-circle {
color: #0088cc;
}
.banner .icon-stack {
display: inline-block;
}
.banner .tweeter {
display: inline-block;
font-weight: 700;
color: #ffffff;
}
.banner .github {
font-size: 25px;
float: left;
}
.banner .github .icon-circle {
color: #999999;
}
.banner .github .icon-github-alt {
color: #ffffff;
}
.module .icon {
text-align: center;
padding: 50px 20px;
color: #e6e6e6;
}
.module .title {
text-align: center;
font-size: 20px;
font-weight: 500;
}
.iconExamples:before,
.iconExamples:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.iconExamples:after {
clear: both;
}
.iconExamples:before,
.iconExamples:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.iconExamples:after {
clear: both;
}
.iconExamples h2 {
font-family: "aktiv-grotesk-std";
font-weight: 200;
color: #3b6ab5;
}
.iconExamples .example {
text-align: center;
margin: 10px 3px;
}
.iconExamples .example:before,
.iconExamples .example:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.iconExamples .example:after {
clear: both;
}
.iconExamples .example:before,
.iconExamples .example:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.iconExamples .example:after {
clear: both;
}
.iconExamples .example .icon {
font-size: 20px;
float: left;
width: 35px;
}
.iconExamples .example .class {
text-align: center;
font-size: 17px;
float: left;
margin-top: 0px;
font-weight: 400;
margin-left: 10px;
color: #333333;
}
.weatherseparator {
padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin-bottom: 50px;
}
.weatherseparator:before,
.weatherseparator:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weatherseparator:after {
clear: both;
}
.weatherseparator:before,
.weatherseparator:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weatherseparator:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.row-fluid:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.row-fluid:after {
clear: both;
}
.examples {
font-family: 'weather';
font-size: 50px;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
.weather {
margin: 0px auto;
font-family: "aktiv-grotesk-std";
}
.weather .relative {
position: relative;
}
.weather .currently {
float: left;
font-size: 30px;
font-weight: 100;
margin-top: 5px;
opacity: 0.8;
filter: alpha(opacity=80);
}
.weather .mainTemp {
float: left;
}
.weather .mainTemp:before,
.weather .mainTemp:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .mainTemp:after {
clear: both;
}
.weather .mainTemp:before,
.weather .mainTemp:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .mainTemp:after {
clear: both;
}
.weather .mainTemp .temp {
font-size: 70px;
line-height: 1em;
font-weight: 200;
float: left;
margin-right: 5px;
}
.weather .mainTemp .highLow {
float: left;
font-size: 22px;
line-height: 1em;
margin-top: 5px;
font-weight: 200;
text-align: center;
opacity: 0.5;
filter: alpha(opacity=50);
}
.weather .mainTemp .highLow:before,
.weather .mainTemp .highLow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .mainTemp .highLow:after {
clear: both;
}
.weather .mainTemp .highLow:before,
.weather .mainTemp .highLow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .mainTemp .highLow:after {
clear: both;
}
.weather .mainTemp .highLow .high {
margin-top: 10px;
margin-bottom: 5px;
}
.weather .mainIcon {
font-size: 110px;
opacity: 0.5;
filter: alpha(opacity=50);
line-height: .3em;
float: right;
}
.weather .icon {
position: absolute;
top: 0px;
left: 100px;
color: #ffffff;
opacity: 0.3;
filter: alpha(opacity=30);
z-index: 9;
font-size: 130px;
line-height: 1em;
margin-top: -20px;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
text-align: right;
}
.weather .tomorrow {
font-size: 18px;
font-weight: 300;
line-height: 1em;
margin-top: 20px;
}
.weather .tomorrow:before,
.weather .tomorrow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .tomorrow:after {
clear: both;
}
.weather .tomorrow:before,
.weather .tomorrow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .tomorrow:after {
clear: both;
}
.weather .tomorrow .day {
float: left;
}
.weather .tomorrow .day .name {
opacity: 0.5;
filter: alpha(opacity=50);
display: inline-block;
margin-right: 10px;
}
.weather .tomorrow .day .condition {
display: inline-block;
}
.weather .tomorrow .temps {
float: right;
}
.weather .tomorrow .temps:before,
.weather .tomorrow .temps:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .tomorrow .temps:after {
clear: both;
}
.weather .tomorrow .temps:before,
.weather .tomorrow .temps:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.weather .tomorrow .temps:after {
clear: both;
}
.weather .tomorrow .temps .tomorrow-icon {
font-size: 40px;
margin-right: 5px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.weather .tomorrow .temps .high {
display: inline-block;
margin-right: 10px;
}
.weather .tomorrow .temps .low {
display: inline-block;
margin-right: 0px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.download-share {
padding: 20px 0px 30px 0px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
background-color: #f2f2f2;
margin-top: 30px;
-webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
}
| 0.400867 | 0.089216 |
@import url('https://fonts.googleapis.com/css?family=Allura');
a {
text-decoration: none
}
.body_bg {
/* Body Background Image */
background-image: url(../images/background.svg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.logo {
/* Branding Logo */
position: absolute;
right: 20%;
top: 30%;
}
.title {
/* Title */
position: absolute;
right: 20%;
top: 40%;
font-family: 'Allura', cursive;
font-style: normal;
font-weight: normal;
font-size: 72px;
line-height: 90px;
display: flex;
align-items: center;
text-align: center;
color: #000000;
text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(50px);
}
.caption {
/* Caption */
position: absolute;
right: 20%;
top: 50%;
font-family: Allura;
font-style: normal;
font-weight: normal;
font-size: 28px;
line-height: 35px;
display: flex;
align-items: center;
text-align: center;
color: #000000;
text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(50px);
}
.socials {
/* Socials Info */
position: absolute;
right: 20%;
top: 60%;
}
.img_rounded {
/* Social Images Effect*/
border-radius: 50px;
color: #000000;
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(50px);
}
@media screen and (max-width: 1024px){
/*For High Resolution Tablet*/
.body_bg {
/* Body Background Image */
background-position: left;
background-position-x: 20%;
}
}
@media screen and (max-width: 1024px){
/*For Tablet*/
.body_bg {
/* Body Background Image */
background-position: left;
background-position-x: 25%;
}
.logo {
/* Branding Logo */
right: 15%;
}
.title {
/* Title */
right: 15%;
}
.caption {
/* Caption */
right: 15%;
}
.socials {
/* Socials Info */
right: 15%;
}
}
@media screen and (min-width: 320px) and (max-width: 540px) {
/*For Mobile*/
.body_bg {
/* Body Background Image */
background-position: left;
background-position-x: 20%;
}
.logo {
/* Branding Logo */
right: 10%;
top: 0%;
}
.title {
/* Title */
right: 10%;
top: 16%;
font-size: 32px;
line-height: 56px;
}
.caption {
/* Caption */
right: 10%;
top: 25%;
font-size: 18px;
line-height: 24px;
}
.socials {
/* Socials Info */
right: 10%;
top: 32%;
}
}
|
css/styles.css
|
@import url('https://fonts.googleapis.com/css?family=Allura');
a {
text-decoration: none
}
.body_bg {
/* Body Background Image */
background-image: url(../images/background.svg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.logo {
/* Branding Logo */
position: absolute;
right: 20%;
top: 30%;
}
.title {
/* Title */
position: absolute;
right: 20%;
top: 40%;
font-family: 'Allura', cursive;
font-style: normal;
font-weight: normal;
font-size: 72px;
line-height: 90px;
display: flex;
align-items: center;
text-align: center;
color: #000000;
text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(50px);
}
.caption {
/* Caption */
position: absolute;
right: 20%;
top: 50%;
font-family: Allura;
font-style: normal;
font-weight: normal;
font-size: 28px;
line-height: 35px;
display: flex;
align-items: center;
text-align: center;
color: #000000;
text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(50px);
}
.socials {
/* Socials Info */
position: absolute;
right: 20%;
top: 60%;
}
.img_rounded {
/* Social Images Effect*/
border-radius: 50px;
color: #000000;
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(50px);
}
@media screen and (max-width: 1024px){
/*For High Resolution Tablet*/
.body_bg {
/* Body Background Image */
background-position: left;
background-position-x: 20%;
}
}
@media screen and (max-width: 1024px){
/*For Tablet*/
.body_bg {
/* Body Background Image */
background-position: left;
background-position-x: 25%;
}
.logo {
/* Branding Logo */
right: 15%;
}
.title {
/* Title */
right: 15%;
}
.caption {
/* Caption */
right: 15%;
}
.socials {
/* Socials Info */
right: 15%;
}
}
@media screen and (min-width: 320px) and (max-width: 540px) {
/*For Mobile*/
.body_bg {
/* Body Background Image */
background-position: left;
background-position-x: 20%;
}
.logo {
/* Branding Logo */
right: 10%;
top: 0%;
}
.title {
/* Title */
right: 10%;
top: 16%;
font-size: 32px;
line-height: 56px;
}
.caption {
/* Caption */
right: 10%;
top: 25%;
font-size: 18px;
line-height: 24px;
}
.socials {
/* Socials Info */
right: 10%;
top: 32%;
}
}
| 0.407451 | 0.088741 |
@charset "utf-8";
/* CSS Document */
.clearfix:after {
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix {
zoom: 1;
}
html,body{z-index:1;font-size:12px;font-family: Tahoma, 'Microsoft YaHei', Arial, Helvetica, STHeiti;color:rgb(0,0,0);}
/*普通弹出层基础样式*/
.layermain{height:auto;background-color:#939393;margin:0px auto;}
.layertitle{height:9px;margin:0px auto;overflow:hidden;}
.layertitle_c {height:9px;float:left;background-color:#939393;}
.layerbody {height:auto;background-color:#ffffff;margin:0px auto;border:#686868 1px solid;overflow:hidden;}
.layerbody_title {height:26px;background-color:#d6222f;border-bottom:#686868 1px solid;}
.layerbody_title_lalert {height:auto;width:100px;float:left;margin:7px 0px 0px 14px;display:inline;color:#ffffff;font-weight:bold;}
.layerbody_title_l {height:auto;width:300px;float:left;margin:7px 0px 0px 14px;display:inline;color:#ffffff;font-weight:bold;}
.layerbody_title_r {height:auto;width:57px;float:right;margin:7px 4px 0px 0px;display:inline;color:#ffffff;font-weight:bold;cursor:pointer;}
.layercorner_n_w {width:9px;height:9px;float:left;background:url('/Image/Shared/layer/layer_c_n_w.gif') no-repeat;}
.layercorner_n_e {width:9px;height:9px;float:left;background:url('/Image/Shared/layer/layer_c_n_e.gif') no-repeat;}
.layercorner_s_e {width:9px;height:9px;float:left;background:url('/Image/Shared/layer/layer_c_s_e.gif') no-repeat;}
.layercorner_s_w {width:9px;height:9px;float:left;background:url('/Image/Shared/layer/layer_c_s_w.gif') no-repeat;}
.layercontent {overflow:hidden;}
/*普通弹出层基础样式 endding*/
/*评价管理中 待完成评价 发送评价弹出层*/
.evaluate {width:460px;padding:30px;background:#fff;}
.evaluate-title{background:rgb(255,246,212);border:1px solid rgb(255,203,8);line-height:22px;color:rgb(85,85,85);padding:0 6px;}
.evaluate-alert{color:rgb(206,9,25);}
.evaluate-person{font-weight:bold;line-height:30px;}
.evaluate-name{color:rgb(49,90,170);}
.evaluate-area{width:450px;height:92px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.evaluate-area2{width:480px;height:52px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.evaluate-area-new{width:450px;height:92px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.much{color:rgb(102,102,102);line-height:30px;}
.send-btn{width:112px;height:26px;line-height:26px;background:url(/Image/Shared/layer/bg/send-btn.png);text-align:center;color:rgb(255,255,255);font-weight:bold;margin:16px 0 14px 172px;cursor:pointer;}
.wid-510{width:510px;}
.wid-490{width:490px;}
.wid-492{width:492px;}
.word-red{color:rgb(206,9,25);margin:0 auto;font-family:Arial;}
/*意见反馈弹出层*/
.feedback{width:660px;}
.feedback-alert{text-indent:2em;line-height:18px;color:rgb(153,153,153);}
.feedback-list{width:660px;}
.feedbackone{height:40px;line-height:40px;float:left;}
.feedback-label{width:120px;text-align:right;font-weight:bold;padding-right:10px;color:rgb(51,51,51);}
.feedback-center{width:210px;}
.feedback-input{width:190px;height:24px;line-height:24px;padding-left:4px;border:1px solid rgb(127,157,185);vertical-align:middle;margin:8px 0;}
.feedback-check{width:300px;color:rgb(102,102,102);}
.feedback-area{width:500px;height:110px;margin-top:8px;*margin-top:3px;font-size:12px;}
.height70 {height:70px;}
.borBlue {border:1px solid #7f9db9;}
.feedback-mar{margin-left:134px;}
.feedback-file{width:502px;line-height:30px;position:relative;}
.feedback-area .evaluate-area{line-height:16px;}
/*
.feedback-browse{cursor:pointer;z-index:100;opacity:0;filter:alpha(opacity=0);width:51px;height:21px;overflow:hidden;position:absolute;right:60px;top:6px;cursor:pointer;}
.img-address{width:392px;height:22px;border:1px solid rgb(127,157,185);z-index:2;color:rgb(129,129,129);line-height:22px;vertical-align:middle;margin:4px 4px 4px 0;}
*/
.browse-show{display:inline-block;width:51px;height:21px;background: url(/Image/Shared/layer/bg/pop-file.png) no-repeat 0 0;color:rgb(75,75,75);cursor:pointer;vertical-align:middle;margin:4px 0;cursor:pointer;}
/*
.newBrowse {background:url(https://image2.highpin.cn/image/seeker/index/btnFile.jpg) no-repeat 0 0;display:inline-block;width:62px;height:20px;cursor:pointer;vertical-align:middle;margin:4px 0;cursor:pointer;}
*/
.pop-submit{width:112px;height:26px;line-height:26px;background:url(/Image/Shared/layer/bg/send-btn.png);text-align:center;color:rgb(255,255,255);font-weight:bold;margin:16px 0 14px 276px;cursor:pointer}
.checked{margin:14px 6px 0 0;*margin:10px 6px 0 0;float:left;line-height:40px;}
.wid-690{width:690px;}
.wid-692{width:692px;}
.wid-710{width:710px;}
.mailTo {color:#002878;}
/*查看联系方式、推荐职位、收藏简历、下载简历、举报候选人共用的宽度*/
.wid-570{width:570px;}
.wid-572{width:572px;}
.wid-590{width:590px;}
.red-btn{width:91px;height:32px;background: url(/Image/Shared/layer/bg/pop-bgs.gif) no-repeat 0 0;color:rgb(255,255,255);font-weight:bold;font-family:"microsoft yahei";margin-left:180px;cursor:pointer;}
.want-btn{width:120px;height:38px;background:url(/Image/Shared/Layer/bg/IWY-new.png) no-repeat 0 0;cursor:pointer;margin:28px auto 0 auto;display:block;}
.disable-want {width:120px;height:38px;background:url(/Image/Shared/Layer/bg/IWY-new.png) no-repeat 0 -40px;cursor:pointer;margin:28px auto 0 auto;display:block;}
.newred-btn{width:91px;height:32px;background: url(/Image/Shared/layer/bg/pop-bgs.gif) no-repeat 0 0;color:rgb(255,255,255);font-weight:bold;font-family:"microsoft yahei";cursor:pointer;}
.pop-select-style{width:224px;height:18px;*height:21px;_height:18px;border:1px solid rgb(127,157,185);float:right;color:rgb(129,129,129);background:rgb(244,244,244)}/*ie7select高度问题*/
.pop-new-select {width: 448px;height: 18px;*height: 21px;border: 1px solid rgb(127,157,185);color: rgb(129,129,129);background: rgb(244,244,244);display:inline-block;}/*ie7select高度问题*/
.wid-206 {width:206px;margin-right:8px;}
.wid-310 {width:310px;}
.change-new-select {height: 24px;*height: 21px;border: 1px solid rgb(127,157,185);color: rgb(129,129,129);background: rgb(244,244,244);display:inline-block;}
.pops-tips{margin:0 0 10px 196px;line-height:22px;height:22px;clear:both;color:rgb(206,9,25);}
.add-new-tip {line-height:32px;height:32px;clear:both;color:rgb(206,9,25);}
.toRadishPieIndex { display:block; margin-top:20px;font:14px/20px 'simsun'; font-weight:bold; color:#ff6701;text-align:center; text-decoration:underline;}
.pop-mar232{margin-left:232px;}
.pop-mar206{margin-left:206px;background:red;}
/*查看联系方式、推荐职位、收藏简历、下载简历共用*/
.same-box{min-height:260px;*height:260px;_height:260px;padding:20px;overflow:hidden;}
.add-s-box {padding:30px;background:#fff;}
.same-add {line-height:20px;margin:0 auto;width:460px;}
.same-add h5 {position:relative;width:448px;color: rgb(75,75,75);font-weight:bold;margin:0px 0 6px 0;}
.same-add h6 {width:448px;color: rgb(75,75,75);margin:20px 0 6px 0;font-weight:bold;}
.same-add h4 {width:460px;color: rgb(75,75,75);font-weight:bold;margin:0px 0 6px 0;}
.same-add h5 a{position:absolute;right:0;top:0;color: rgb(40,40,140);text-decoration:underline;font-weight:100;}
.change-add {line-height:20px;margin:0 auto;}
.change-add h5 {position:relative;color: rgb(75,75,75);font-weight:bold;margin:0px 0 6px 0;}
.change-add h5 .bigBlack { color:#000000; font-size:14px;}
.change-add h5 a{position:absolute;right:0;top:0;color: rgb(40,40,140);text-decoration:underline;font-weight:100;}
.change-add h4 {width:460px;color: rgb(75,75,75);font-weight:bold;margin:0px 0 6px 0;}
.change-add .black {color:#000;}
.pop-arm {display: inline-block;height: 18px;width: 22px;background: url(/Image/Shared/Layer/bg/pop-arm.jpg) no-repeat 0 0;vertical-align: middle;}
.same-c{width:430px;height:20px;line-height:20px;margin:75px 0 62px 0;}
.same-c h5{color: rgb(75,75,75);font-weight: bold;margin-bottom: 10px;}
/*举报职位*/
.pop-report{padding:30px;background:#fff;}
.pop-title{float:left;font-weight:bold;color:rgb(100,100,100);width:70px;text-align:center;}
.pop-area{width:410px;height:94px;border:1px solid rgb(187,187,187);float:left;padding:4px 6px;}
.pop-line{height:18px;line-height:18px;color:rgb(89,89,89);}
.pop-mart10{margin-top:10px;}
.nomar-T{margin-top:0;}
/*查看联系方式弹出层*/
.contact{width:520px;padding:20px;margin-bottom:20px;}
.contact-title{color:rgb(89,89,89);font-weight:bold;margin-bottom:14px;}
.contact-label{width:142px;text-align:right;height:24px;line-height:24px;float:left;color:rgb(75,75,75);vertical-align:middle;}
.contact-content{width:360px;float:right;}
.contact-content p{height:24px;line-height:24px;color:rgb(100,100,100);}
.same-bg{background-image:url(/Image/Shared/layer/bg/pop-bgs.gif);background-repeat:no-repeat;}
.contact-bg{display:inline-block;width:32px;height:28px;background-position:0 -57px;float:left;}
.contact-tips{display:inline-block;width:32px;padding-left:4px;height:28px;font-weight:bold;text-align:left;float:left;}
.contact-btn{width:74px;height:22px;line-height:22px;background-position:0 -34px;float:right;vertical-align:middle;letter-spacing:-1px;color:rgb(75,75,75);cursor:pointer;}
.pop-yellow{background:url(/Image/Shared/layer/bg/pop-yellow.gif) no-repeat 0 0;}
.pop-green{background:url(/Image/Shared/layer/bg/pop-green-btn.gif) no-repeat 0 0;}
.contact-top{margin-top:27px;}
/*推荐职位弹出层-*/
.mar-l202 {margin-left:202px;}
.same-c .blue{color:rgb(40,70,140);}
.same-add .blue{color:rgb(40,70,140);}
/*收藏简历弹出层*/
.collect-wid{width:420px;}
/*下载简历弹出层*/
.download-wid{width:420px;}
.diffent-c{width:420px;height:64px;margin:54px 0 44px 0;}
.popmar-T{margin-top:30px;}
.diffent-c h5{float:left;color:rgb(75,75,75);font-weight:bold;line-height:20px;}
.diffent-c h4{float:left;color:rgb(75,75,75);line-height:40px;width:420px;}
/*举报候选人弹出层*/
.report-c{margin-top:50px;}
.report-wid{width:444px;height:290px;}
.report-h6{font-weight:bold;float:left;}
.report-area{float:right;width:364px;height:124px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.report-p{height:24px;line-height:24px;margin-left:70px;margin-bottom:20px;}
/*重新发布职位*/
.list-style{width:470px;border:1px solid rgb(186,186,186);border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;padding:4px 3px;margin-top:16px;_overflow:hidden;margin:0 auto;}
.evaluate-one{height:25px;line-height:25px;background:rgb(245,245,245);float:left;border-bottom:1px solid rgb(230,230,230);border-top:1px solid rgb(230,230,230);text-align:center;margin-bottom:4px;font-weight:bold;color:rgb(80,80,80);position:relative;}
.evaluate-three{height:25px;line-height:25px;float:left;text-align:center;padding:5px 0;}
.bor-top{border-top:1px dotted rgb(230,230,230);}
.bor-bottom{border-bottom:1px dotted rgb(230,230,230);}
.pop-wid1{width:105px;}
.pop-wid2{width:148px;}
.pop-wid3{width:90px;}
.pop-wid4{width:125px;}
.pop-wid5{width:100px;}
.wid-600{width:600px;}
.wid-620{width:620px;}
.wid-602{width:602px;}
.wid-560 {width:560px;}
.wid-562 {width:562px;}
.wid-580 {width:580px;}
.resend-mar{margin:44px auto 46px auto;}
.resend-btn{margin:0 0 30px 255px;}
.resend-txt{width:85px;height:18px;border:1px solid rgb(87,87,87);cursor:pointer;}
.resend-mark{width:15px;height:16px;background:url(/Images/shijian.png) no-repeat center right;display:block;cursor:pointer;}
.resend-date{position:absolute;top:9px;right:23px;}
.resend-pos{position:relative;}
/*放入合适职位、查看向主动应聘候选人回复的拒绝信息、向主动应聘的候选人回复拒绝信息 共用*/
.refuse-wid{width:400px;margin:0 auto;height:300px;}
.refuse-area{width:404px;height:124px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.refuse-p{height:24px;line-height:24px;color:rgb(206,9,25);}
.refuse-h6{height:28px;line-height:28px;font-weight:bold;color:rgb(75,75,75);}
.refuse-h6 .blue{color:rgb(3,89,241);}
.refuse-mart{margin-top:28px;}
.right-position-wid{width:456px;}
.list-p-style{line-height:24px;white-space:normal; word-wrap:break-word;word-break:break-all;-moz-binding: url('./wordwrap.xml#wordwrap');overflow: hidden;width:354px;text-align:center;height:auto;}
.wid420{width:420px;line-height:24px;}
.pop-lables{float:left;height:24px;}
.line-H42{height:42px;line-height:42px;margin-top:32px;font-weight:bold;}
.look-message{width:420px;min-height:260px;_height:260px;margin:0 auto;}
.marB{margin-bottom:20px;}
.marL{margin-left:155px;}
.blue{color:rgb(3,89,241);}
/*alert提示框*/
.wid-340 {width:340px;}
.wid-342 {width:342px;}
.wid-360 {width:360px;}
.wid-460 {width:460px;}
.wid-440 {width:440px;}
.wid-442 {width:342px;}
.prompt-box {height:120px;padding-top:20px;}
.prompt-con {margin-left:20px;margin-right:20px;font-size:12px;line-height:30px;font-family:Arial, Helvetica, sans-serif;}
.btn-green {background:url(/Image/Shared/layer/bg/green-btn92.png) no-repeat center center;width:92px;height:22px;cursor:pointer;color:#282828;}
.btn-green4 {background: url(/Image/Shared/layer/bg/green-btn74.gif) no-repeat center center;width:74px;height:22px;cursor:pointer;color:#282828;border:1px solid silver;}
.btn-or {background: url(/Image/Shared/layer/bg/or-btn74.png) no-repeat center center;width:74px;height:22px;cursor:pointer;color:#282828;}
.btn-or2{background: url(/Image/Shared/layer/bg/or-btn54.png) no-repeat center center;width:54px;height:22px;cursor:pointer;color:#282828;}
.red2-btn{background: url(/Image/Shared/layer/bg/red-btn-96.gif) no-repeat center center;width:96px;height:22px;display:block;margin:0 auto;height:31px;color:#fff;font-size:14px;font-weight:bold;cursor:pointer;margin-top:20px;}
.button-style{width:111px;height:26px;line-height:26px;color:#fff;text-align:center;margin:20px 0 10px 190px;font-weight:bold;background:url(/Image/Shared/layer/bg/button_img.png) no-repeat;}
.wid-520{width:520px;}
.wid-522{width:522px;}
.wid-540{width:540px;}
.padding20{padding:20px;}
.normal-btn{height:26px;line-height:26px;text-align:center;margin:0 auto;color:rgb(255,255,255);font-weight:bold;cursor:pointer;}
.btn80{width:80px;background:url(/Image/Shared/layer/normal-btn.gif) no-repeat 0 0;}
.mar-l250{margin-left:250px}
.mar-l225 {margin-left:225px;}
.mar-l195{margin:20px 0 0 195px}
.mar-l184 {margin:20px 0 0 184px}
.pop-t10{margin-top:10px;}
/*隐藏设置弹出层*/
.wid-340{width:340px;}
.wid-342{width:342px;}
.wid-360{width:360px;}
.hide-p{line-height:28px;width:300px;font-weight:bold;}
.hide-group-btn{width:180px;margin:0 auto;}
.hide-btn-mar6{margin-left:6px;}
/*新添职位管理表格宽度zou*/
.job-m1{width:110px;}
.job-m2{width:140px;}
.job-m3{width:70px;}
.job-m4{width:82px;}
.job-m5{width:30px;}
.job-m6{width:220px;}
.job-m7{width:156px;}
.evaluate-four{height:28px;line-height:28px;width:922px;padding:5px 0;margin-top:4px;overflow:hidden;background:url(/images/images/job-bg.png) repeat-x 0 0;}
.job-check{vertical-align: middle;width:12px;height:12px;}
.j-check1{margin:6px 0;}
.j-check2{margin:6px 10px 6px 8px;}
.job-oper-l{width:64px;height:24px;line-height:24px;background:url(/images/images/red-btn64.gif) no-repeat 0 0;color:rgb(255,255,255);margin:4px 0;cursor:pointer;}
.j-mar18{margin-left:18px;}
.j-mar8{margin-left:8px;}
.j-t10{margin-top:10px;}
.job-title{font-weight:bold;color:rgb(89,89,89);margin-top:14px;}
/*10-10后添加*/
.wid-440{width:440px;}
.wid-442{width:442px;}
.wid-460{width:460px;}
.mar-l184 {margin-left:184px;}
.pop-t20{margin-top:20px;}
.refuse-title {font-weight:bold;color:#646464;}
.mar-l6 {margin-left:6px;}
.refuse-reason {width:414px;}
.add-t-s {font-weight: bold; font-size: 12px; margin: 14px 0 10px 32px;}
.add-job-min {min-height:340px;_height:340px;overflow:hidden;_overflow:visible;}
/*页码 new 10-8*/
.pagebox{overflow:hidden;margin:10px 0 40px 0;}
.pagebtn{float:right;}
.pagebtn li{height:20px;float:left;color:rgb(49,90,170);line-height:20px;margin-left:3px;}
.pagebtn li a{display:inline-block;height:21px;text-decoration:none;}
.pagebtn .preto-li a{margin-left:16px;text-align:center;}
.pagebtn .pagenext-li a{margin-left:8px;}
.pagebtn li a.page{display:inline-block;height:20px;width:20px;text-align:center;}
.pagebtn li a.page:hover{background:url(https://image4.highpin.cn/Image/Shared/Logo/c-page.gif) no-repeat -22px -110px;}
.page{color:rgb(49,90,170);}
.pageactive{display:inline-block;height:20px;width:20px;background:url(https://image1.highpin.cn/Image/Shared/Logo/c-page.gif) no-repeat 0px -110px;color:rgb(255,255,255);text-align:center;}
.page-sure{width:45px;height:20px;line-height:20px;background:url(https://image2.highpin.cn/Image/Shared/Logo/c-page.gif) no-repeat 0 -88px;color:rgb(49,90,170);cursor:pointer;}
.pageto{width: 48px;border: 1px solid rgb(190,190,190);text-align: center;}
li.c-color100 {color: rgb(100,100,100);line-height: 20px;}
.nopress{color:rgb(153,153,153)}
.press{color:rgb(49,90,170);}
.pagebtn .preto-li,.pagebtn .pagenext-li{width:60px;height:20px;background-image:url(https://image4.highpin.cn/Image/Shared/Logo/c-page.gif);background-repeat:no-repeat;overflow:hidden;}
.pagebtn .pre-unable{background-position: 0 0;}/*前一页失效*/
.pagebtn .pre-unable a{color:rgb(100,100,100);}
.pagebtn .pre-able{background-position: 0 -44px;}/*前一页可点*/
.pagebtn .pre-able a{color:rgb(40,70,140);}
.pagebtn .next-unable{background-position:0 -22px;color:rgb(100,100,100);}/*下一页失效*/
.pagebtn .next-unable a{color:rgb(100,100,100);}/*下一页失效*/
.pagebtn .next-able{background-position: 0 -66px;color:rgb(40,70,140);}/*下一页可点*/
.pagebtn .next-able a{color:rgb(40,70,140);}/*下一页可点*/
.c-pagebox {height: 50px;overflow: hidden;margin-bottom:40px;margin-top: 10px;margin-right: 10px;}
/*返回顶部标签*/
/*.backToTop{display:none; width:44px; height:44px; background:url(https://image1.highpin.cn/image/shared/bg/go-back.png) no-repeat 0 -46px; color:#fff; font-size:12px; text-align:center; position:fixed; _position:absolute; bottom:120px; _top:expression(-166+((e=document.documentElement.scrollTop + document.documentElement.clientHeight)?e:document.body.scrollTop + document.body.clientHeight)+"px"); cursor:pointer; opacity:1; filter:Alpha(opacity=100);}*/
.backto-bg{background:url(https://image2.highpin.cn/image/shared/bg/go-back.png) no-repeat 0 0;}
/*增加H端邀请注册弹出层20140211*/
.invite-pop-box {padding:24px 30px 30px 30px;font-size:14px;}
.invite-pop-box p {line-height:26px;}
.invite-pop-box b {color:rgb(206,9,25);}
.txt-indent {text-indent:2em;}
.invite-go {height:34px;background:#effaff;border:1px solid #d0eaf8;line-height:34px;text-align:center;margin:10px 0 16px 0;}
.invite-go a {color:rgb(40,70,140);margin:0 4px;}
.invite-btn{background:url(https://image4.highpin.cn/Image/Shared/layer/bg/yellow74.png) no-repeat 0 0;width:74px;height:22px;line-height:22px;color:#282828;float:right;cursor:pointer;}
.go-rule-new {border:1px solid #d0eaf7;background:#effaff;height:34px;line-height:34px;text-align:center;margin-bottom:16px;margin-top:10px;}
.go-rule-new a {text-decoration:underline;color:rgb(40,70,140);}
/*职位推荐回复成功*/
.wid-400 {width:400px;}
.wid-402 {width:402px;}
.wid-420 {width:420px;}
/*回复拒绝20140411new*/
.line28 {line-height:28px;}
.add-choice {line-height:40px;}
.add-choice input {float:left;margin:14px 10px 0 0}
.add-choice label {float:left;width:140px;}
.btn7426{width:74px;height:26px;line-height:26px;background:url(https://image1.highpin.cn/image/shared/layermode/image/btn7426.png) no-repeat 0 0;color:#fff;font-size:12px;font-weight:bold;cursor:pointer;}
.btn7426-gray{display:inline-block;width:74px;height:26px;line-height:26px;background:url(https://image2.highpin.cn/image/shared/layermode/image/btn7426.png) no-repeat 0 -28px;;color:#646464;font-size:12px;font-weight:bold;cursor:pointer;}
/*弹出层按钮统一扁平化20140508*/
.layer-common-btn2{font-family: "microsoft yahei";display: block;width: 72px;height: 30px;line-height: 30px;color: #fff;text-align: center;margin: 14px auto 0 auto;background: url(https://image4.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 -32px;cursor:pointer;}
.layer-common-btn4{font-family: "microsoft yahei";display: block;width: 96px;height: 30px;line-height: 30px;color: #fff;text-align: center;margin: 14px auto 0 auto;background: url(https://image1.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 0;cursor:pointer;}
.layer-common-btn6 {font-family: "microsoft yahei";display: block;width: 120px;height: 30px;line-height: 30px;color: #fff;text-align: center;margin: 14px auto 0 auto;background: url(https://image2.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 -96px;cursor:pointer;}
/*横向并列两个按钮的*/
.layer-common-2btn2{font-family: "microsoft yahei";display: inline-block;width: 72px;height: 30px;line-height: 30px;color: #fff;text-align: center;background: url(https://image4.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 -32px;cursor:pointer;margin-right: 8px;}
.layer-common-gray-btn2{font-family: "microsoft yahei";display: inline-block;width: 72px;height: 30px;line-height: 30px;color: #fff;text-align: center;background: url(https://image1.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 -64px;cursor:pointer;}
.bg-white {background:#fff;padding:30px;}
.mar-r10{margin-right:10px;}
/*推荐职位添加文字样式*/
.tips-ul-style{background-color: #e5f7fc;padding: 5px 10px;}
.tips-ul-style li{ line-height: 24px;font-size: 14px;}
.tips-ul-style_new li {font-size: 12px;}
.alert-redcolor {color:rgb(206,9,25);}
.txt-indent {text-indent:2em;}
/*基本资料里电话或邮箱不公开*/
.noDocmentStatus{
display: inline-block;
height: 18px;
padding:0 10px 0 0;
border:1px solid #ffd4d7;
border-radius: 5px;
background:#fff9f9;
font: 12px/18px Simun;
_display:inline;
_padding:3px 10px 3px 0;
color: #e63c3c;
}
.noDocmentStatus img{
position: relative;
left:-5px;
top:-0px;
}
.overflow-visible { overflow:visible !important;}
.mr_10 {margin-right:10px;}
.mt_30 {margin-top:30px;}
.red_i{ color: #CE0919 !important;}
|
test_page/zp/normal.css
|
@charset "utf-8";
/* CSS Document */
.clearfix:after {
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix {
zoom: 1;
}
html,body{z-index:1;font-size:12px;font-family: Tahoma, 'Microsoft YaHei', Arial, Helvetica, STHeiti;color:rgb(0,0,0);}
/*普通弹出层基础样式*/
.layermain{height:auto;background-color:#939393;margin:0px auto;}
.layertitle{height:9px;margin:0px auto;overflow:hidden;}
.layertitle_c {height:9px;float:left;background-color:#939393;}
.layerbody {height:auto;background-color:#ffffff;margin:0px auto;border:#686868 1px solid;overflow:hidden;}
.layerbody_title {height:26px;background-color:#d6222f;border-bottom:#686868 1px solid;}
.layerbody_title_lalert {height:auto;width:100px;float:left;margin:7px 0px 0px 14px;display:inline;color:#ffffff;font-weight:bold;}
.layerbody_title_l {height:auto;width:300px;float:left;margin:7px 0px 0px 14px;display:inline;color:#ffffff;font-weight:bold;}
.layerbody_title_r {height:auto;width:57px;float:right;margin:7px 4px 0px 0px;display:inline;color:#ffffff;font-weight:bold;cursor:pointer;}
.layercorner_n_w {width:9px;height:9px;float:left;background:url('/Image/Shared/layer/layer_c_n_w.gif') no-repeat;}
.layercorner_n_e {width:9px;height:9px;float:left;background:url('/Image/Shared/layer/layer_c_n_e.gif') no-repeat;}
.layercorner_s_e {width:9px;height:9px;float:left;background:url('/Image/Shared/layer/layer_c_s_e.gif') no-repeat;}
.layercorner_s_w {width:9px;height:9px;float:left;background:url('/Image/Shared/layer/layer_c_s_w.gif') no-repeat;}
.layercontent {overflow:hidden;}
/*普通弹出层基础样式 endding*/
/*评价管理中 待完成评价 发送评价弹出层*/
.evaluate {width:460px;padding:30px;background:#fff;}
.evaluate-title{background:rgb(255,246,212);border:1px solid rgb(255,203,8);line-height:22px;color:rgb(85,85,85);padding:0 6px;}
.evaluate-alert{color:rgb(206,9,25);}
.evaluate-person{font-weight:bold;line-height:30px;}
.evaluate-name{color:rgb(49,90,170);}
.evaluate-area{width:450px;height:92px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.evaluate-area2{width:480px;height:52px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.evaluate-area-new{width:450px;height:92px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.much{color:rgb(102,102,102);line-height:30px;}
.send-btn{width:112px;height:26px;line-height:26px;background:url(/Image/Shared/layer/bg/send-btn.png);text-align:center;color:rgb(255,255,255);font-weight:bold;margin:16px 0 14px 172px;cursor:pointer;}
.wid-510{width:510px;}
.wid-490{width:490px;}
.wid-492{width:492px;}
.word-red{color:rgb(206,9,25);margin:0 auto;font-family:Arial;}
/*意见反馈弹出层*/
.feedback{width:660px;}
.feedback-alert{text-indent:2em;line-height:18px;color:rgb(153,153,153);}
.feedback-list{width:660px;}
.feedbackone{height:40px;line-height:40px;float:left;}
.feedback-label{width:120px;text-align:right;font-weight:bold;padding-right:10px;color:rgb(51,51,51);}
.feedback-center{width:210px;}
.feedback-input{width:190px;height:24px;line-height:24px;padding-left:4px;border:1px solid rgb(127,157,185);vertical-align:middle;margin:8px 0;}
.feedback-check{width:300px;color:rgb(102,102,102);}
.feedback-area{width:500px;height:110px;margin-top:8px;*margin-top:3px;font-size:12px;}
.height70 {height:70px;}
.borBlue {border:1px solid #7f9db9;}
.feedback-mar{margin-left:134px;}
.feedback-file{width:502px;line-height:30px;position:relative;}
.feedback-area .evaluate-area{line-height:16px;}
/*
.feedback-browse{cursor:pointer;z-index:100;opacity:0;filter:alpha(opacity=0);width:51px;height:21px;overflow:hidden;position:absolute;right:60px;top:6px;cursor:pointer;}
.img-address{width:392px;height:22px;border:1px solid rgb(127,157,185);z-index:2;color:rgb(129,129,129);line-height:22px;vertical-align:middle;margin:4px 4px 4px 0;}
*/
.browse-show{display:inline-block;width:51px;height:21px;background: url(/Image/Shared/layer/bg/pop-file.png) no-repeat 0 0;color:rgb(75,75,75);cursor:pointer;vertical-align:middle;margin:4px 0;cursor:pointer;}
/*
.newBrowse {background:url(https://image2.highpin.cn/image/seeker/index/btnFile.jpg) no-repeat 0 0;display:inline-block;width:62px;height:20px;cursor:pointer;vertical-align:middle;margin:4px 0;cursor:pointer;}
*/
.pop-submit{width:112px;height:26px;line-height:26px;background:url(/Image/Shared/layer/bg/send-btn.png);text-align:center;color:rgb(255,255,255);font-weight:bold;margin:16px 0 14px 276px;cursor:pointer}
.checked{margin:14px 6px 0 0;*margin:10px 6px 0 0;float:left;line-height:40px;}
.wid-690{width:690px;}
.wid-692{width:692px;}
.wid-710{width:710px;}
.mailTo {color:#002878;}
/*查看联系方式、推荐职位、收藏简历、下载简历、举报候选人共用的宽度*/
.wid-570{width:570px;}
.wid-572{width:572px;}
.wid-590{width:590px;}
.red-btn{width:91px;height:32px;background: url(/Image/Shared/layer/bg/pop-bgs.gif) no-repeat 0 0;color:rgb(255,255,255);font-weight:bold;font-family:"microsoft yahei";margin-left:180px;cursor:pointer;}
.want-btn{width:120px;height:38px;background:url(/Image/Shared/Layer/bg/IWY-new.png) no-repeat 0 0;cursor:pointer;margin:28px auto 0 auto;display:block;}
.disable-want {width:120px;height:38px;background:url(/Image/Shared/Layer/bg/IWY-new.png) no-repeat 0 -40px;cursor:pointer;margin:28px auto 0 auto;display:block;}
.newred-btn{width:91px;height:32px;background: url(/Image/Shared/layer/bg/pop-bgs.gif) no-repeat 0 0;color:rgb(255,255,255);font-weight:bold;font-family:"microsoft yahei";cursor:pointer;}
.pop-select-style{width:224px;height:18px;*height:21px;_height:18px;border:1px solid rgb(127,157,185);float:right;color:rgb(129,129,129);background:rgb(244,244,244)}/*ie7select高度问题*/
.pop-new-select {width: 448px;height: 18px;*height: 21px;border: 1px solid rgb(127,157,185);color: rgb(129,129,129);background: rgb(244,244,244);display:inline-block;}/*ie7select高度问题*/
.wid-206 {width:206px;margin-right:8px;}
.wid-310 {width:310px;}
.change-new-select {height: 24px;*height: 21px;border: 1px solid rgb(127,157,185);color: rgb(129,129,129);background: rgb(244,244,244);display:inline-block;}
.pops-tips{margin:0 0 10px 196px;line-height:22px;height:22px;clear:both;color:rgb(206,9,25);}
.add-new-tip {line-height:32px;height:32px;clear:both;color:rgb(206,9,25);}
.toRadishPieIndex { display:block; margin-top:20px;font:14px/20px 'simsun'; font-weight:bold; color:#ff6701;text-align:center; text-decoration:underline;}
.pop-mar232{margin-left:232px;}
.pop-mar206{margin-left:206px;background:red;}
/*查看联系方式、推荐职位、收藏简历、下载简历共用*/
.same-box{min-height:260px;*height:260px;_height:260px;padding:20px;overflow:hidden;}
.add-s-box {padding:30px;background:#fff;}
.same-add {line-height:20px;margin:0 auto;width:460px;}
.same-add h5 {position:relative;width:448px;color: rgb(75,75,75);font-weight:bold;margin:0px 0 6px 0;}
.same-add h6 {width:448px;color: rgb(75,75,75);margin:20px 0 6px 0;font-weight:bold;}
.same-add h4 {width:460px;color: rgb(75,75,75);font-weight:bold;margin:0px 0 6px 0;}
.same-add h5 a{position:absolute;right:0;top:0;color: rgb(40,40,140);text-decoration:underline;font-weight:100;}
.change-add {line-height:20px;margin:0 auto;}
.change-add h5 {position:relative;color: rgb(75,75,75);font-weight:bold;margin:0px 0 6px 0;}
.change-add h5 .bigBlack { color:#000000; font-size:14px;}
.change-add h5 a{position:absolute;right:0;top:0;color: rgb(40,40,140);text-decoration:underline;font-weight:100;}
.change-add h4 {width:460px;color: rgb(75,75,75);font-weight:bold;margin:0px 0 6px 0;}
.change-add .black {color:#000;}
.pop-arm {display: inline-block;height: 18px;width: 22px;background: url(/Image/Shared/Layer/bg/pop-arm.jpg) no-repeat 0 0;vertical-align: middle;}
.same-c{width:430px;height:20px;line-height:20px;margin:75px 0 62px 0;}
.same-c h5{color: rgb(75,75,75);font-weight: bold;margin-bottom: 10px;}
/*举报职位*/
.pop-report{padding:30px;background:#fff;}
.pop-title{float:left;font-weight:bold;color:rgb(100,100,100);width:70px;text-align:center;}
.pop-area{width:410px;height:94px;border:1px solid rgb(187,187,187);float:left;padding:4px 6px;}
.pop-line{height:18px;line-height:18px;color:rgb(89,89,89);}
.pop-mart10{margin-top:10px;}
.nomar-T{margin-top:0;}
/*查看联系方式弹出层*/
.contact{width:520px;padding:20px;margin-bottom:20px;}
.contact-title{color:rgb(89,89,89);font-weight:bold;margin-bottom:14px;}
.contact-label{width:142px;text-align:right;height:24px;line-height:24px;float:left;color:rgb(75,75,75);vertical-align:middle;}
.contact-content{width:360px;float:right;}
.contact-content p{height:24px;line-height:24px;color:rgb(100,100,100);}
.same-bg{background-image:url(/Image/Shared/layer/bg/pop-bgs.gif);background-repeat:no-repeat;}
.contact-bg{display:inline-block;width:32px;height:28px;background-position:0 -57px;float:left;}
.contact-tips{display:inline-block;width:32px;padding-left:4px;height:28px;font-weight:bold;text-align:left;float:left;}
.contact-btn{width:74px;height:22px;line-height:22px;background-position:0 -34px;float:right;vertical-align:middle;letter-spacing:-1px;color:rgb(75,75,75);cursor:pointer;}
.pop-yellow{background:url(/Image/Shared/layer/bg/pop-yellow.gif) no-repeat 0 0;}
.pop-green{background:url(/Image/Shared/layer/bg/pop-green-btn.gif) no-repeat 0 0;}
.contact-top{margin-top:27px;}
/*推荐职位弹出层-*/
.mar-l202 {margin-left:202px;}
.same-c .blue{color:rgb(40,70,140);}
.same-add .blue{color:rgb(40,70,140);}
/*收藏简历弹出层*/
.collect-wid{width:420px;}
/*下载简历弹出层*/
.download-wid{width:420px;}
.diffent-c{width:420px;height:64px;margin:54px 0 44px 0;}
.popmar-T{margin-top:30px;}
.diffent-c h5{float:left;color:rgb(75,75,75);font-weight:bold;line-height:20px;}
.diffent-c h4{float:left;color:rgb(75,75,75);line-height:40px;width:420px;}
/*举报候选人弹出层*/
.report-c{margin-top:50px;}
.report-wid{width:444px;height:290px;}
.report-h6{font-weight:bold;float:left;}
.report-area{float:right;width:364px;height:124px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.report-p{height:24px;line-height:24px;margin-left:70px;margin-bottom:20px;}
/*重新发布职位*/
.list-style{width:470px;border:1px solid rgb(186,186,186);border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;padding:4px 3px;margin-top:16px;_overflow:hidden;margin:0 auto;}
.evaluate-one{height:25px;line-height:25px;background:rgb(245,245,245);float:left;border-bottom:1px solid rgb(230,230,230);border-top:1px solid rgb(230,230,230);text-align:center;margin-bottom:4px;font-weight:bold;color:rgb(80,80,80);position:relative;}
.evaluate-three{height:25px;line-height:25px;float:left;text-align:center;padding:5px 0;}
.bor-top{border-top:1px dotted rgb(230,230,230);}
.bor-bottom{border-bottom:1px dotted rgb(230,230,230);}
.pop-wid1{width:105px;}
.pop-wid2{width:148px;}
.pop-wid3{width:90px;}
.pop-wid4{width:125px;}
.pop-wid5{width:100px;}
.wid-600{width:600px;}
.wid-620{width:620px;}
.wid-602{width:602px;}
.wid-560 {width:560px;}
.wid-562 {width:562px;}
.wid-580 {width:580px;}
.resend-mar{margin:44px auto 46px auto;}
.resend-btn{margin:0 0 30px 255px;}
.resend-txt{width:85px;height:18px;border:1px solid rgb(87,87,87);cursor:pointer;}
.resend-mark{width:15px;height:16px;background:url(/Images/shijian.png) no-repeat center right;display:block;cursor:pointer;}
.resend-date{position:absolute;top:9px;right:23px;}
.resend-pos{position:relative;}
/*放入合适职位、查看向主动应聘候选人回复的拒绝信息、向主动应聘的候选人回复拒绝信息 共用*/
.refuse-wid{width:400px;margin:0 auto;height:300px;}
.refuse-area{width:404px;height:124px;padding:7px 4px;border:1px solid rgb(127,157,185);color:rgb(153,153,153);overflow:auto;font-size:12px;}
.refuse-p{height:24px;line-height:24px;color:rgb(206,9,25);}
.refuse-h6{height:28px;line-height:28px;font-weight:bold;color:rgb(75,75,75);}
.refuse-h6 .blue{color:rgb(3,89,241);}
.refuse-mart{margin-top:28px;}
.right-position-wid{width:456px;}
.list-p-style{line-height:24px;white-space:normal; word-wrap:break-word;word-break:break-all;-moz-binding: url('./wordwrap.xml#wordwrap');overflow: hidden;width:354px;text-align:center;height:auto;}
.wid420{width:420px;line-height:24px;}
.pop-lables{float:left;height:24px;}
.line-H42{height:42px;line-height:42px;margin-top:32px;font-weight:bold;}
.look-message{width:420px;min-height:260px;_height:260px;margin:0 auto;}
.marB{margin-bottom:20px;}
.marL{margin-left:155px;}
.blue{color:rgb(3,89,241);}
/*alert提示框*/
.wid-340 {width:340px;}
.wid-342 {width:342px;}
.wid-360 {width:360px;}
.wid-460 {width:460px;}
.wid-440 {width:440px;}
.wid-442 {width:342px;}
.prompt-box {height:120px;padding-top:20px;}
.prompt-con {margin-left:20px;margin-right:20px;font-size:12px;line-height:30px;font-family:Arial, Helvetica, sans-serif;}
.btn-green {background:url(/Image/Shared/layer/bg/green-btn92.png) no-repeat center center;width:92px;height:22px;cursor:pointer;color:#282828;}
.btn-green4 {background: url(/Image/Shared/layer/bg/green-btn74.gif) no-repeat center center;width:74px;height:22px;cursor:pointer;color:#282828;border:1px solid silver;}
.btn-or {background: url(/Image/Shared/layer/bg/or-btn74.png) no-repeat center center;width:74px;height:22px;cursor:pointer;color:#282828;}
.btn-or2{background: url(/Image/Shared/layer/bg/or-btn54.png) no-repeat center center;width:54px;height:22px;cursor:pointer;color:#282828;}
.red2-btn{background: url(/Image/Shared/layer/bg/red-btn-96.gif) no-repeat center center;width:96px;height:22px;display:block;margin:0 auto;height:31px;color:#fff;font-size:14px;font-weight:bold;cursor:pointer;margin-top:20px;}
.button-style{width:111px;height:26px;line-height:26px;color:#fff;text-align:center;margin:20px 0 10px 190px;font-weight:bold;background:url(/Image/Shared/layer/bg/button_img.png) no-repeat;}
.wid-520{width:520px;}
.wid-522{width:522px;}
.wid-540{width:540px;}
.padding20{padding:20px;}
.normal-btn{height:26px;line-height:26px;text-align:center;margin:0 auto;color:rgb(255,255,255);font-weight:bold;cursor:pointer;}
.btn80{width:80px;background:url(/Image/Shared/layer/normal-btn.gif) no-repeat 0 0;}
.mar-l250{margin-left:250px}
.mar-l225 {margin-left:225px;}
.mar-l195{margin:20px 0 0 195px}
.mar-l184 {margin:20px 0 0 184px}
.pop-t10{margin-top:10px;}
/*隐藏设置弹出层*/
.wid-340{width:340px;}
.wid-342{width:342px;}
.wid-360{width:360px;}
.hide-p{line-height:28px;width:300px;font-weight:bold;}
.hide-group-btn{width:180px;margin:0 auto;}
.hide-btn-mar6{margin-left:6px;}
/*新添职位管理表格宽度zou*/
.job-m1{width:110px;}
.job-m2{width:140px;}
.job-m3{width:70px;}
.job-m4{width:82px;}
.job-m5{width:30px;}
.job-m6{width:220px;}
.job-m7{width:156px;}
.evaluate-four{height:28px;line-height:28px;width:922px;padding:5px 0;margin-top:4px;overflow:hidden;background:url(/images/images/job-bg.png) repeat-x 0 0;}
.job-check{vertical-align: middle;width:12px;height:12px;}
.j-check1{margin:6px 0;}
.j-check2{margin:6px 10px 6px 8px;}
.job-oper-l{width:64px;height:24px;line-height:24px;background:url(/images/images/red-btn64.gif) no-repeat 0 0;color:rgb(255,255,255);margin:4px 0;cursor:pointer;}
.j-mar18{margin-left:18px;}
.j-mar8{margin-left:8px;}
.j-t10{margin-top:10px;}
.job-title{font-weight:bold;color:rgb(89,89,89);margin-top:14px;}
/*10-10后添加*/
.wid-440{width:440px;}
.wid-442{width:442px;}
.wid-460{width:460px;}
.mar-l184 {margin-left:184px;}
.pop-t20{margin-top:20px;}
.refuse-title {font-weight:bold;color:#646464;}
.mar-l6 {margin-left:6px;}
.refuse-reason {width:414px;}
.add-t-s {font-weight: bold; font-size: 12px; margin: 14px 0 10px 32px;}
.add-job-min {min-height:340px;_height:340px;overflow:hidden;_overflow:visible;}
/*页码 new 10-8*/
.pagebox{overflow:hidden;margin:10px 0 40px 0;}
.pagebtn{float:right;}
.pagebtn li{height:20px;float:left;color:rgb(49,90,170);line-height:20px;margin-left:3px;}
.pagebtn li a{display:inline-block;height:21px;text-decoration:none;}
.pagebtn .preto-li a{margin-left:16px;text-align:center;}
.pagebtn .pagenext-li a{margin-left:8px;}
.pagebtn li a.page{display:inline-block;height:20px;width:20px;text-align:center;}
.pagebtn li a.page:hover{background:url(https://image4.highpin.cn/Image/Shared/Logo/c-page.gif) no-repeat -22px -110px;}
.page{color:rgb(49,90,170);}
.pageactive{display:inline-block;height:20px;width:20px;background:url(https://image1.highpin.cn/Image/Shared/Logo/c-page.gif) no-repeat 0px -110px;color:rgb(255,255,255);text-align:center;}
.page-sure{width:45px;height:20px;line-height:20px;background:url(https://image2.highpin.cn/Image/Shared/Logo/c-page.gif) no-repeat 0 -88px;color:rgb(49,90,170);cursor:pointer;}
.pageto{width: 48px;border: 1px solid rgb(190,190,190);text-align: center;}
li.c-color100 {color: rgb(100,100,100);line-height: 20px;}
.nopress{color:rgb(153,153,153)}
.press{color:rgb(49,90,170);}
.pagebtn .preto-li,.pagebtn .pagenext-li{width:60px;height:20px;background-image:url(https://image4.highpin.cn/Image/Shared/Logo/c-page.gif);background-repeat:no-repeat;overflow:hidden;}
.pagebtn .pre-unable{background-position: 0 0;}/*前一页失效*/
.pagebtn .pre-unable a{color:rgb(100,100,100);}
.pagebtn .pre-able{background-position: 0 -44px;}/*前一页可点*/
.pagebtn .pre-able a{color:rgb(40,70,140);}
.pagebtn .next-unable{background-position:0 -22px;color:rgb(100,100,100);}/*下一页失效*/
.pagebtn .next-unable a{color:rgb(100,100,100);}/*下一页失效*/
.pagebtn .next-able{background-position: 0 -66px;color:rgb(40,70,140);}/*下一页可点*/
.pagebtn .next-able a{color:rgb(40,70,140);}/*下一页可点*/
.c-pagebox {height: 50px;overflow: hidden;margin-bottom:40px;margin-top: 10px;margin-right: 10px;}
/*返回顶部标签*/
/*.backToTop{display:none; width:44px; height:44px; background:url(https://image1.highpin.cn/image/shared/bg/go-back.png) no-repeat 0 -46px; color:#fff; font-size:12px; text-align:center; position:fixed; _position:absolute; bottom:120px; _top:expression(-166+((e=document.documentElement.scrollTop + document.documentElement.clientHeight)?e:document.body.scrollTop + document.body.clientHeight)+"px"); cursor:pointer; opacity:1; filter:Alpha(opacity=100);}*/
.backto-bg{background:url(https://image2.highpin.cn/image/shared/bg/go-back.png) no-repeat 0 0;}
/*增加H端邀请注册弹出层20140211*/
.invite-pop-box {padding:24px 30px 30px 30px;font-size:14px;}
.invite-pop-box p {line-height:26px;}
.invite-pop-box b {color:rgb(206,9,25);}
.txt-indent {text-indent:2em;}
.invite-go {height:34px;background:#effaff;border:1px solid #d0eaf8;line-height:34px;text-align:center;margin:10px 0 16px 0;}
.invite-go a {color:rgb(40,70,140);margin:0 4px;}
.invite-btn{background:url(https://image4.highpin.cn/Image/Shared/layer/bg/yellow74.png) no-repeat 0 0;width:74px;height:22px;line-height:22px;color:#282828;float:right;cursor:pointer;}
.go-rule-new {border:1px solid #d0eaf7;background:#effaff;height:34px;line-height:34px;text-align:center;margin-bottom:16px;margin-top:10px;}
.go-rule-new a {text-decoration:underline;color:rgb(40,70,140);}
/*职位推荐回复成功*/
.wid-400 {width:400px;}
.wid-402 {width:402px;}
.wid-420 {width:420px;}
/*回复拒绝20140411new*/
.line28 {line-height:28px;}
.add-choice {line-height:40px;}
.add-choice input {float:left;margin:14px 10px 0 0}
.add-choice label {float:left;width:140px;}
.btn7426{width:74px;height:26px;line-height:26px;background:url(https://image1.highpin.cn/image/shared/layermode/image/btn7426.png) no-repeat 0 0;color:#fff;font-size:12px;font-weight:bold;cursor:pointer;}
.btn7426-gray{display:inline-block;width:74px;height:26px;line-height:26px;background:url(https://image2.highpin.cn/image/shared/layermode/image/btn7426.png) no-repeat 0 -28px;;color:#646464;font-size:12px;font-weight:bold;cursor:pointer;}
/*弹出层按钮统一扁平化20140508*/
.layer-common-btn2{font-family: "microsoft yahei";display: block;width: 72px;height: 30px;line-height: 30px;color: #fff;text-align: center;margin: 14px auto 0 auto;background: url(https://image4.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 -32px;cursor:pointer;}
.layer-common-btn4{font-family: "microsoft yahei";display: block;width: 96px;height: 30px;line-height: 30px;color: #fff;text-align: center;margin: 14px auto 0 auto;background: url(https://image1.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 0;cursor:pointer;}
.layer-common-btn6 {font-family: "microsoft yahei";display: block;width: 120px;height: 30px;line-height: 30px;color: #fff;text-align: center;margin: 14px auto 0 auto;background: url(https://image2.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 -96px;cursor:pointer;}
/*横向并列两个按钮的*/
.layer-common-2btn2{font-family: "microsoft yahei";display: inline-block;width: 72px;height: 30px;line-height: 30px;color: #fff;text-align: center;background: url(https://image4.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 -32px;cursor:pointer;margin-right: 8px;}
.layer-common-gray-btn2{font-family: "microsoft yahei";display: inline-block;width: 72px;height: 30px;line-height: 30px;color: #fff;text-align: center;background: url(https://image1.highpin.cn/image/shared/layermode/bg/layer-button.gif) no-repeat 0 -64px;cursor:pointer;}
.bg-white {background:#fff;padding:30px;}
.mar-r10{margin-right:10px;}
/*推荐职位添加文字样式*/
.tips-ul-style{background-color: #e5f7fc;padding: 5px 10px;}
.tips-ul-style li{ line-height: 24px;font-size: 14px;}
.tips-ul-style_new li {font-size: 12px;}
.alert-redcolor {color:rgb(206,9,25);}
.txt-indent {text-indent:2em;}
/*基本资料里电话或邮箱不公开*/
.noDocmentStatus{
display: inline-block;
height: 18px;
padding:0 10px 0 0;
border:1px solid #ffd4d7;
border-radius: 5px;
background:#fff9f9;
font: 12px/18px Simun;
_display:inline;
_padding:3px 10px 3px 0;
color: #e63c3c;
}
.noDocmentStatus img{
position: relative;
left:-5px;
top:-0px;
}
.overflow-visible { overflow:visible !important;}
.mr_10 {margin-right:10px;}
.mt_30 {margin-top:30px;}
.red_i{ color: #CE0919 !important;}
| 0.253306 | 0.063395 |
* {
margin: 0;
padding: 0;
}
html,
body {
box-sizing: border-box;
height: 100%;
width: 100%;
}
body {
background: #FFF;
font-family: 'fantasy', emoji;
font-weight: 400;
}
.buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
text-align: center;
width: 100%;
height: 100%;
margin: 0 auto;
/* padding: 2em 0em; */
}
.container {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background-color: #FFF;
padding: 40px 0px;
width: 240px;
}
h1 {
text-align: left;
color: #444;
letter-spacing: 0.05em;
margin: 0 0 0.4em;
font-size: 1em;
}
p {
text-align: left;
color: #444;
letter-spacing: 0.05em;
font-size: 0.8em;
margin: 0 0 2em;
}
.btn {
letter-spacing: 0.1em;
cursor: pointer;
font-size: 14px;
font-weight: 400;
line-height: 45px;
max-width: 160px;
position: relative;
text-decoration: none;
text-transform: uppercase;
width: 100%;
}
.btn:hover {
text-decoration: none;
}
/*btn_background*/
.effect04 {
--uismLinkDisplay: var(--smLinkDisplay, inline-flex);
display: var(--uismLinkDisplay);
color: #000;
outline: solid 2px #000;
position: relative;
transition-duration: 0.4s;
overflow: hidden;
}
.effect04::before,
.effect04 span {
margin: 0 auto;
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
transition-duration: 0.4s;
}
.effect04:hover {
background-color: #000;
}
.effect04:hover span {
-webkit-transform: translateY(-400%) scale(-0.1, 20);
transform: translateY(-400%) scale(-0.1, 20);
}
.effect04::before {
content: attr(data-sm-link-text);
color: #FFF;
position: absolute;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(500%) scale(-0.1, 20);
transform: translateY(500%) scale(-0.1, 20);
}
.effect04:hover::before {
letter-spacing: 0.05em;
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
|
static/style.css
|
* {
margin: 0;
padding: 0;
}
html,
body {
box-sizing: border-box;
height: 100%;
width: 100%;
}
body {
background: #FFF;
font-family: 'fantasy', emoji;
font-weight: 400;
}
.buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
text-align: center;
width: 100%;
height: 100%;
margin: 0 auto;
/* padding: 2em 0em; */
}
.container {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background-color: #FFF;
padding: 40px 0px;
width: 240px;
}
h1 {
text-align: left;
color: #444;
letter-spacing: 0.05em;
margin: 0 0 0.4em;
font-size: 1em;
}
p {
text-align: left;
color: #444;
letter-spacing: 0.05em;
font-size: 0.8em;
margin: 0 0 2em;
}
.btn {
letter-spacing: 0.1em;
cursor: pointer;
font-size: 14px;
font-weight: 400;
line-height: 45px;
max-width: 160px;
position: relative;
text-decoration: none;
text-transform: uppercase;
width: 100%;
}
.btn:hover {
text-decoration: none;
}
/*btn_background*/
.effect04 {
--uismLinkDisplay: var(--smLinkDisplay, inline-flex);
display: var(--uismLinkDisplay);
color: #000;
outline: solid 2px #000;
position: relative;
transition-duration: 0.4s;
overflow: hidden;
}
.effect04::before,
.effect04 span {
margin: 0 auto;
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
transition-duration: 0.4s;
}
.effect04:hover {
background-color: #000;
}
.effect04:hover span {
-webkit-transform: translateY(-400%) scale(-0.1, 20);
transform: translateY(-400%) scale(-0.1, 20);
}
.effect04::before {
content: attr(data-sm-link-text);
color: #FFF;
position: absolute;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(500%) scale(-0.1, 20);
transform: translateY(500%) scale(-0.1, 20);
}
.effect04:hover::before {
letter-spacing: 0.05em;
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
| 0.622345 | 0.1178 |
@charset "UTF-8";
@font-face {
font-family: "IBMPlexSans";
font-style: normal;
font-weight: 400;
src: url("../fonts/IBMPlexSans.woff2") format("woff2"), url("../fonts/IBMPlexSans.woff") format("woff"), url("../fonts/IBMPlexSans.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "IBMPlexSans";
font-style: normal;
font-weight: 700;
src: url("../fonts/IBMPlexSansBold.woff2") format("woff2"), url("../fonts/IBMPlexSansBold.woff") format("woff"), url("../fonts/IBMPlexSansBold.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "ManropeBold";
font-style: bold;
font-weight: 700;
src: url("../fonts/ManropeBold.woff2") format("woff2"), url("../fonts/ManropeBold.woff") format("woff"), url("../fonts/ManropeBold.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "skill-icons";
font-style: normal;
font-weight: 400;
src: url("../fonts/skill-icons.woff2") format("woff2"), url("../fonts/skill-icons.woff") format("woff"), url("../fonts/skill-icons.ttf") format("truetype");
font-display: swap;
}
:root {
--clr-font-1: #ffffff;
--clr-font-2: #202020;
--clr-font-2-a80: rgba(32, 32, 32, 0.8);
--clr-accent-1: #005dff;
--clr-accent-1-dark: #004acc;
--clr-card: #ffffff;
--clr-page: #efefef;
--clr-page-a60: rgba(239, 239, 239, 0.6);
--clr-section: #ffffff;
--clr-muted: #cccccc;
--clr-warning: #d7263d;
--clr-warning-a10: rgba(215, 38, 61, 0.1);
--clr-tag: #efefef;
--clr-shadow-1: #d9d9d9;
--clr-shadow-2: #efefef;
--font-main: "IBMPlexSans", sans-serif;
--font-title: "ManropeBold", sans-serif;
--border-radius: 0rem;
--section-margin: 2rem;
--section-padding: 3rem;
--section-padding-single: 3rem;
}
.darkmode {
--clr-font-1: #202020;
--clr-font-2: #efefef;
--clr-font-2-a80: rgba(32, 32, 32, 0.8);
--clr-accent-1: #ffd900;
--clr-accent-1-dark: #ccad00;
--clr-card: #1d1f21;
--clr-page: #1d1f21;
--clr-page-a60: rgba(31, 31, 31, 0.6);
--clr-section: #323538;
--clr-muted: #323538;
--clr-warning: #d7263d;
--clr-warning-a10: rgba(215, 38, 61, 0.1);
--clr-tag: #323538;
--clr-shadow-1: #101010;
--clr-shadow-2: #1d1f21;
}
hr {
margin-top: 0 !important;
margin-bottom: 0.5rem !important;
}
html {
overflow-x: hidden;
overflow-y: scroll;
}
body {
background-color: var(--clr-page);
color: var(--clr-font-2);
}
body,
p,
label,
li,
code,
input,
kbd {
font-family: var(--font-main) !important;
}
code {
margin: 1rem;
}
a {
color: var(--clr-accent-1);
font-weight: bold;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
a:hover {
text-decoration: none;
color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.accentText {
color: var(--clr-accent-1);
}
.whiteText {
color: var(--clr-font-1) !important;
}
.mutedText {
color: var(--clr-muted);
}
.sidebar {
position: fixed;
left: 0px;
top: 0px;
right: 35%;
bottom: 0px;
z-index: 1;
width: 35%;
height: 100%;
color: var(--clr-font-1);
}
.sidebar-photo {
border-radius: var(--border-radius);
}
.sidebar-cover {
color: var(--clr-font-2);
}
.contactBtn {
background-color: var(--clr-accent-1);
border-radius: var(--border-radius);
font-weight: bold;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
font-size: 1.1rem;
}
.contactBtn a {
color: var(--clr-font-1);
}
.contactBtn:hover {
color: var(--clr-font-1);
background-color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.contactBtn:first-child {
margin-left: 0;
}
.main-content {
position: relative;
overflow: visible;
width: 60%;
max-width: 1100px;
margin-left: 35%;
float: none;
clear: none;
}
.main-content-list {
position: relative;
overflow: visible;
max-width: 1100px;
margin-top: 88px;
float: none;
clear: none;
}
.heading {
text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-title) !important;
font-weight: 700 !important;
}
.font-upper {
text-transform: uppercase;
}
.text-white {
color: var(--clr-font-1);
}
.sidebarHighlight {
color: var(--clr-page);
background-color: var(--clr-font-2);
border-radius: var(--border-radius);
padding: 2px 12px;
line-height: 1.5;
}
.btn {
border-radius: var(--border-radius);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.order-2 {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
input[type=checkbox] {
height: 0;
width: 0;
visibility: hidden;
display: none;
}
label {
cursor: pointer;
width: 50px;
height: 25px;
background: var(--clr-accent-1);
display: block;
border-radius: 100px;
position: relative;
margin: 0;
}
label .dark {
height: 25px;
float: left;
margin-left: 5px;
color: rgba(0, 0, 0, 0);
font-size: 17px;
}
label .light {
height: 25px;
float: right;
margin-right: 5px;
color: var(--clr-font-1);
font-size: 17px;
}
label .light i {
vertical-align: inherit;
}
label:after {
content: '';
position: absolute;
top: 3px;
left: 4px;
width: 19px;
height: 19px;
background: var(--clr-font-1);
border-radius: 10px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
label:active:after {
width: 25px;
}
input:checked + label {
background: var(--clr-accent-1);
}
input:checked + label .light {
color: rgba(0, 0, 0, 0);
}
input:checked + label .dark {
color: var(--clr-font-1);
}
input:checked + label:after {
left: calc(100% - 4px);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
will-change: transform;
}
.social {
color: var(--clr-accent-1);
font-size: 2rem;
font-weight: normal;
margin-right: 12px;
-webkit-transition: all 0.2s ease !important;
transition: all 0.2s ease !important;
}
.social:hover {
color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease !important;
transition: all 0.2s ease !important;
}
.navbarSocial a {
font-weight: normal !important;
}
.navbarSocialImg {
color: var(--clr-accent-1);
font-size: 1.4rem;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.navbarSocialImg:hover {
color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.faVerticalMiddle {
vertical-align: middle;
}
.navbarColor {
z-index: 1000;
background: var(--clr-page);
}
.nav-item {
margin: 0 0.2rem;
}
.nav-link {
color: var(--clr-accent-1) !important;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.nav-link:hover {
color: var(--clr-accent-1-dark) !important;
-webkit-transition: all 0.2s ease !important;
transition: all 0.2s ease !important;
}
section#about, section#projects, section#blog, section#experience, section#skills, section#contact, section#list, section#taxonomy {
margin-top: var(--section-margin);
background-color: var(--clr-section);
border-radius: var(--border-radius);
padding: var(--section-padding);
-webkit-box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
}
section#sidebar {
padding-left: 3rem;
}
section#about {
font-size: 1.1rem;
}
section#skills img {
fill: var(--clr-font-2);
}
section#single {
margin-top: var(--section-margin);
background-color: var(--clr-section);
border-radius: var(--border-radius);
padding: var(--section-padding-single);
-webkit-box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
}
section#footer {
margin-bottom: var(--section-margin);
margin-top: var(--section-margin);
background-color: var(--clr-section);
border-radius: var(--border-radius);
padding: 1rem;
-webkit-box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
}
.contact-text {
color: var(--clr-accent-1);
}
.card {
border-radius: var(--border-radius);
background-color: var(--clr-card);
color: var(--clr-font-2);
border: none;
-webkit-box-shadow: 2px 2px 5px var(--clr-shadow-1), -2px -2px 5px var(--clr-shadow-2);
box-shadow: 2px 2px 5px var(--clr-shadow-1), -2px -2px 5px var(--clr-shadow-2);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
/* Pre-render the bigger shadow, but hide it */
/* Transition to showing the bigger shadow on hover */
}
.card::after {
-webkit-box-shadow: 5px 5px 10px var(--clr-shadow-1), -1px -1px 4px var(--clr-shadow-2);
box-shadow: 5px 5px 10px var(--clr-shadow-1), -1px -1px 4px var(--clr-shadow-2);
opacity: 0;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.card:hover {
-webkit-transform: scale(1.025);
transform: scale(1.025);
}
.card:hover::after {
opacity: 1;
}
.card img {
border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.card-img {
border-radius: none;
}
.card-img-overlay-custom {
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.blogPosts {
margin-left: 1rem;
margin-right: 1rem;
}
.blogCategory {
color: var(--clr-font-1);
background-color: var(--clr-accent-1);
border-radius: var(--border-radius);
padding-left: 0.5rem;
padding-right: 0.5rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
font-weight: bold;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.blogCategory:hover {
color: var(--clr-font-1);
background-color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.blogCategory:first-child {
margin-left: 0;
}
.blogTag {
background-color: var(--clr-tag);
border-radius: var(--border-radius);
padding-left: 0.5rem;
padding-right: 0.5rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
font-weight: bold;
}
.blogTag:first-child {
margin-left: 0;
}
.blogTag-2 {
background-color: var(--clr-page);
border-radius: var(--border-radius);
padding-left: 0.5rem;
padding-right: 0.5rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
font-weight: bold;
}
.blogTag-2:first-child {
margin-left: 0;
}
.elevateLink {
z-index: 2;
position: relative;
}
.separator-long {
width: 100%;
display: block;
overflow: hidden;
height: 2px;
margin: 0 auto;
background-color: var(--clr-muted);
}
.separator-long-2 {
width: 100%;
display: block;
overflow: hidden;
height: 2px;
margin: 0 auto;
background-color: var(--clr-page);
}
hr {
border-top: 2px solid var(--clr-page);
}
#timeline {
width: 100%;
position: relative;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#timeline:before {
content: "";
width: 3px;
height: 100%;
background: var(--clr-font-2);
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
top: 7px;
position: absolute;
}
#timeline:after {
content: "";
clear: both;
display: table;
width: 100%;
}
#timeline .timeline-item {
margin-bottom: 50px;
position: relative;
text-align: right;
}
#timeline .timeline-item .timeline-icon {
background: var(--clr-font-2);
width: 20px;
height: 20px;
position: absolute;
top: 7px;
left: 50%;
overflow: hidden;
margin-left: -10px;
border-radius: 50%;
}
#timeline .timeline-item .timeline-content {
width: 45%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#timeline .timeline-item .timeline-content .date {
display: inline-block;
color: var(--clr-font-2);
background-color: var(--clr-page);
padding: 0.35rem 0.5rem;
border-radius: var(--border-radius);
font-weight: bold;
}
#timeline .timeline-item .timeline-content.right {
float: right;
text-align: left;
}
.box {
text-align: center;
}
blockquote {
background-color: var(--clr-warning-a10);
border-left: 0.75rem solid var(--clr-warning);
border-radius: var(--border-radius);
padding: 0.75rem !important;
}
blockquote p {
margin-bottom: 0;
}
pre {
border-radius: var(--border-radius) !important;
padding: 0.3rem !important;
font-size: 100%;
}
kbd {
color: var(--clr-font-2) !important;
background-color: var(--clr-page) !important;
font-weight: 700 !important;
}
#shareButtons {
font-size: 1.75rem;
}
#shareButtons a {
font-weight: normal !important;
}
.shareButton {
color: var(--clr-accent-1) !important;
margin: 0 0.5rem;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.shareButton:hover {
color: var(--clr-accent-1-dark) !important;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.noSelect {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.swiper-container {
width: 100%;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--clr-accent-1);
background-color: var(--clr-page);
opacity: 0.9;
border-radius: var(--border-radius);
font-size: 1.75rem;
}
.swiper-button-prev-custom.swiper-button-disabled,
.swiper-button-next-custom.swiper-button-disabled {
opacity: 0.5;
cursor: auto;
}
.swiper-button-prev-custom:after,
.swiper-button-next-custom:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
}
.swiper-button-prev-custom,
.swiper-container-rtl .swiper-button-next-custom {
left: 1rem;
right: auto;
}
.swiper-button-next-custom,
.swiper-container-rtl .swiper-button-prev-custom {
right: 1rem;
left: auto;
}
.swiper-pagination {
background-color: var(--clr-page);
}
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--clr-font-2) !important;
}
.swiper-pagination-bullet {
border: 2px solid var(--clr-font-2);
background: var(--clr-page);
opacity: 1;
margin: 0.5rem 0.25rem;
}
.twitter-tweet-rendered {
margin: auto;
}
.bmc-button img {
height: 24px;
margin: 0 6px 3px 4px;
}
.bmc-button {
color: var(--clr-font-1);
background-color: var(--clr-accent-1);
border-radius: var(--border-radius);
padding: 0.5rem;
min-width: 161px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.bmc-button:hover, .bmc-button:active, .bmc-button:focus {
text-decoration: none;
color: var(--clr-font-1);
background-color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.bmc-text {
font-size: 16px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "skill-icons";
font-style: normal;
font-weight: normal;
speak: none;
font-size: 112px;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-bootstrap:before {
content: '\e800';
}
/* '' */
.icon-cplusplus:before {
content: '\e801';
}
/* '' */
.icon-csharp:before {
content: '\e802';
}
/* '' */
.icon-css3:before {
content: '\e803';
}
/* '' */
.icon-git:before {
content: '\e804';
}
/* '' */
.icon-github:before {
content: '\e805';
}
/* '' */
.icon-html5:before {
content: '\e806';
}
/* '' */
.icon-hugo:before {
content: '\e807';
}
/* '' */
.icon-netlify:before {
content: '\e808';
}
/* '' */
.icon-sass:before {
content: '\e809';
}
/* '' */
.icon-unity:before {
content: '\e80a';
}
/* '' */
.icon-unrealengine:before {
content: '\e80b';
}
/* '' */
.icon-visualstudiocode:before {
content: '\e80d';
}
/* '' */
.icon-visualstudio:before {
content: '\e80e';
}
/* '' */
@media (max-width: 991.98px) {
.sidebar {
position: static;
width: 100%;
padding-left: 65px;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
border: none;
outline: none;
}
.navbar-toggler i {
color: var(--clr-font-2);
}
section#about {
margin-top: 0 !important;
}
section#sidebar, section#about, section#projects, section#blog, section#experience, section#skills {
padding: 2rem !important;
}
section#list, section#single, section#taxonomy {
padding: 1.25rem !important;
}
.main-content {
width: 96%;
margin-left: 2%;
}
.main-content-list {
width: 96%;
margin-left: 2%;
}
.blogPosts {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
#timeline {
margin: 30px;
padding: 0px;
width: 95%;
}
#timeline:before {
left: 0;
}
#timeline .timeline-item .timeline-content {
width: 95%;
float: right;
text-align: left;
}
#timeline .timeline-item .timeline-content:before,
#timeline .timeline-item .timeline-content .right:before {
left: 10%;
margin-left: -6px;
border-left: 0;
}
#timeline .timeline-item .timeline-icon {
left: 0;
}
.navbarSocial {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.nav-item {
margin: 0.2rem 1rem;
}
.nav-link {
text-align: center !important;
}
.smallCenter {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bmcPadding {
padding-top: 1rem;
}
}
/*# sourceMappingURL=styles.css.map */
|
assets/css/styles.css
|
@charset "UTF-8";
@font-face {
font-family: "IBMPlexSans";
font-style: normal;
font-weight: 400;
src: url("../fonts/IBMPlexSans.woff2") format("woff2"), url("../fonts/IBMPlexSans.woff") format("woff"), url("../fonts/IBMPlexSans.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "IBMPlexSans";
font-style: normal;
font-weight: 700;
src: url("../fonts/IBMPlexSansBold.woff2") format("woff2"), url("../fonts/IBMPlexSansBold.woff") format("woff"), url("../fonts/IBMPlexSansBold.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "ManropeBold";
font-style: bold;
font-weight: 700;
src: url("../fonts/ManropeBold.woff2") format("woff2"), url("../fonts/ManropeBold.woff") format("woff"), url("../fonts/ManropeBold.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "skill-icons";
font-style: normal;
font-weight: 400;
src: url("../fonts/skill-icons.woff2") format("woff2"), url("../fonts/skill-icons.woff") format("woff"), url("../fonts/skill-icons.ttf") format("truetype");
font-display: swap;
}
:root {
--clr-font-1: #ffffff;
--clr-font-2: #202020;
--clr-font-2-a80: rgba(32, 32, 32, 0.8);
--clr-accent-1: #005dff;
--clr-accent-1-dark: #004acc;
--clr-card: #ffffff;
--clr-page: #efefef;
--clr-page-a60: rgba(239, 239, 239, 0.6);
--clr-section: #ffffff;
--clr-muted: #cccccc;
--clr-warning: #d7263d;
--clr-warning-a10: rgba(215, 38, 61, 0.1);
--clr-tag: #efefef;
--clr-shadow-1: #d9d9d9;
--clr-shadow-2: #efefef;
--font-main: "IBMPlexSans", sans-serif;
--font-title: "ManropeBold", sans-serif;
--border-radius: 0rem;
--section-margin: 2rem;
--section-padding: 3rem;
--section-padding-single: 3rem;
}
.darkmode {
--clr-font-1: #202020;
--clr-font-2: #efefef;
--clr-font-2-a80: rgba(32, 32, 32, 0.8);
--clr-accent-1: #ffd900;
--clr-accent-1-dark: #ccad00;
--clr-card: #1d1f21;
--clr-page: #1d1f21;
--clr-page-a60: rgba(31, 31, 31, 0.6);
--clr-section: #323538;
--clr-muted: #323538;
--clr-warning: #d7263d;
--clr-warning-a10: rgba(215, 38, 61, 0.1);
--clr-tag: #323538;
--clr-shadow-1: #101010;
--clr-shadow-2: #1d1f21;
}
hr {
margin-top: 0 !important;
margin-bottom: 0.5rem !important;
}
html {
overflow-x: hidden;
overflow-y: scroll;
}
body {
background-color: var(--clr-page);
color: var(--clr-font-2);
}
body,
p,
label,
li,
code,
input,
kbd {
font-family: var(--font-main) !important;
}
code {
margin: 1rem;
}
a {
color: var(--clr-accent-1);
font-weight: bold;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
a:hover {
text-decoration: none;
color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.accentText {
color: var(--clr-accent-1);
}
.whiteText {
color: var(--clr-font-1) !important;
}
.mutedText {
color: var(--clr-muted);
}
.sidebar {
position: fixed;
left: 0px;
top: 0px;
right: 35%;
bottom: 0px;
z-index: 1;
width: 35%;
height: 100%;
color: var(--clr-font-1);
}
.sidebar-photo {
border-radius: var(--border-radius);
}
.sidebar-cover {
color: var(--clr-font-2);
}
.contactBtn {
background-color: var(--clr-accent-1);
border-radius: var(--border-radius);
font-weight: bold;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
font-size: 1.1rem;
}
.contactBtn a {
color: var(--clr-font-1);
}
.contactBtn:hover {
color: var(--clr-font-1);
background-color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.contactBtn:first-child {
margin-left: 0;
}
.main-content {
position: relative;
overflow: visible;
width: 60%;
max-width: 1100px;
margin-left: 35%;
float: none;
clear: none;
}
.main-content-list {
position: relative;
overflow: visible;
max-width: 1100px;
margin-top: 88px;
float: none;
clear: none;
}
.heading {
text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-title) !important;
font-weight: 700 !important;
}
.font-upper {
text-transform: uppercase;
}
.text-white {
color: var(--clr-font-1);
}
.sidebarHighlight {
color: var(--clr-page);
background-color: var(--clr-font-2);
border-radius: var(--border-radius);
padding: 2px 12px;
line-height: 1.5;
}
.btn {
border-radius: var(--border-radius);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.order-2 {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
input[type=checkbox] {
height: 0;
width: 0;
visibility: hidden;
display: none;
}
label {
cursor: pointer;
width: 50px;
height: 25px;
background: var(--clr-accent-1);
display: block;
border-radius: 100px;
position: relative;
margin: 0;
}
label .dark {
height: 25px;
float: left;
margin-left: 5px;
color: rgba(0, 0, 0, 0);
font-size: 17px;
}
label .light {
height: 25px;
float: right;
margin-right: 5px;
color: var(--clr-font-1);
font-size: 17px;
}
label .light i {
vertical-align: inherit;
}
label:after {
content: '';
position: absolute;
top: 3px;
left: 4px;
width: 19px;
height: 19px;
background: var(--clr-font-1);
border-radius: 10px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
label:active:after {
width: 25px;
}
input:checked + label {
background: var(--clr-accent-1);
}
input:checked + label .light {
color: rgba(0, 0, 0, 0);
}
input:checked + label .dark {
color: var(--clr-font-1);
}
input:checked + label:after {
left: calc(100% - 4px);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
will-change: transform;
}
.social {
color: var(--clr-accent-1);
font-size: 2rem;
font-weight: normal;
margin-right: 12px;
-webkit-transition: all 0.2s ease !important;
transition: all 0.2s ease !important;
}
.social:hover {
color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease !important;
transition: all 0.2s ease !important;
}
.navbarSocial a {
font-weight: normal !important;
}
.navbarSocialImg {
color: var(--clr-accent-1);
font-size: 1.4rem;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.navbarSocialImg:hover {
color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.faVerticalMiddle {
vertical-align: middle;
}
.navbarColor {
z-index: 1000;
background: var(--clr-page);
}
.nav-item {
margin: 0 0.2rem;
}
.nav-link {
color: var(--clr-accent-1) !important;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.nav-link:hover {
color: var(--clr-accent-1-dark) !important;
-webkit-transition: all 0.2s ease !important;
transition: all 0.2s ease !important;
}
section#about, section#projects, section#blog, section#experience, section#skills, section#contact, section#list, section#taxonomy {
margin-top: var(--section-margin);
background-color: var(--clr-section);
border-radius: var(--border-radius);
padding: var(--section-padding);
-webkit-box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
}
section#sidebar {
padding-left: 3rem;
}
section#about {
font-size: 1.1rem;
}
section#skills img {
fill: var(--clr-font-2);
}
section#single {
margin-top: var(--section-margin);
background-color: var(--clr-section);
border-radius: var(--border-radius);
padding: var(--section-padding-single);
-webkit-box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
}
section#footer {
margin-bottom: var(--section-margin);
margin-top: var(--section-margin);
background-color: var(--clr-section);
border-radius: var(--border-radius);
padding: 1rem;
-webkit-box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
box-shadow: 5px 5px 10px var(--clr-shadow-1), -5px -5px 10px var(--clr-shadow-2);
}
.contact-text {
color: var(--clr-accent-1);
}
.card {
border-radius: var(--border-radius);
background-color: var(--clr-card);
color: var(--clr-font-2);
border: none;
-webkit-box-shadow: 2px 2px 5px var(--clr-shadow-1), -2px -2px 5px var(--clr-shadow-2);
box-shadow: 2px 2px 5px var(--clr-shadow-1), -2px -2px 5px var(--clr-shadow-2);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
/* Pre-render the bigger shadow, but hide it */
/* Transition to showing the bigger shadow on hover */
}
.card::after {
-webkit-box-shadow: 5px 5px 10px var(--clr-shadow-1), -1px -1px 4px var(--clr-shadow-2);
box-shadow: 5px 5px 10px var(--clr-shadow-1), -1px -1px 4px var(--clr-shadow-2);
opacity: 0;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.card:hover {
-webkit-transform: scale(1.025);
transform: scale(1.025);
}
.card:hover::after {
opacity: 1;
}
.card img {
border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.card-img {
border-radius: none;
}
.card-img-overlay-custom {
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.blogPosts {
margin-left: 1rem;
margin-right: 1rem;
}
.blogCategory {
color: var(--clr-font-1);
background-color: var(--clr-accent-1);
border-radius: var(--border-radius);
padding-left: 0.5rem;
padding-right: 0.5rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
font-weight: bold;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.blogCategory:hover {
color: var(--clr-font-1);
background-color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.blogCategory:first-child {
margin-left: 0;
}
.blogTag {
background-color: var(--clr-tag);
border-radius: var(--border-radius);
padding-left: 0.5rem;
padding-right: 0.5rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
font-weight: bold;
}
.blogTag:first-child {
margin-left: 0;
}
.blogTag-2 {
background-color: var(--clr-page);
border-radius: var(--border-radius);
padding-left: 0.5rem;
padding-right: 0.5rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
font-weight: bold;
}
.blogTag-2:first-child {
margin-left: 0;
}
.elevateLink {
z-index: 2;
position: relative;
}
.separator-long {
width: 100%;
display: block;
overflow: hidden;
height: 2px;
margin: 0 auto;
background-color: var(--clr-muted);
}
.separator-long-2 {
width: 100%;
display: block;
overflow: hidden;
height: 2px;
margin: 0 auto;
background-color: var(--clr-page);
}
hr {
border-top: 2px solid var(--clr-page);
}
#timeline {
width: 100%;
position: relative;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#timeline:before {
content: "";
width: 3px;
height: 100%;
background: var(--clr-font-2);
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
top: 7px;
position: absolute;
}
#timeline:after {
content: "";
clear: both;
display: table;
width: 100%;
}
#timeline .timeline-item {
margin-bottom: 50px;
position: relative;
text-align: right;
}
#timeline .timeline-item .timeline-icon {
background: var(--clr-font-2);
width: 20px;
height: 20px;
position: absolute;
top: 7px;
left: 50%;
overflow: hidden;
margin-left: -10px;
border-radius: 50%;
}
#timeline .timeline-item .timeline-content {
width: 45%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#timeline .timeline-item .timeline-content .date {
display: inline-block;
color: var(--clr-font-2);
background-color: var(--clr-page);
padding: 0.35rem 0.5rem;
border-radius: var(--border-radius);
font-weight: bold;
}
#timeline .timeline-item .timeline-content.right {
float: right;
text-align: left;
}
.box {
text-align: center;
}
blockquote {
background-color: var(--clr-warning-a10);
border-left: 0.75rem solid var(--clr-warning);
border-radius: var(--border-radius);
padding: 0.75rem !important;
}
blockquote p {
margin-bottom: 0;
}
pre {
border-radius: var(--border-radius) !important;
padding: 0.3rem !important;
font-size: 100%;
}
kbd {
color: var(--clr-font-2) !important;
background-color: var(--clr-page) !important;
font-weight: 700 !important;
}
#shareButtons {
font-size: 1.75rem;
}
#shareButtons a {
font-weight: normal !important;
}
.shareButton {
color: var(--clr-accent-1) !important;
margin: 0 0.5rem;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.shareButton:hover {
color: var(--clr-accent-1-dark) !important;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.noSelect {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.swiper-container {
width: 100%;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--clr-accent-1);
background-color: var(--clr-page);
opacity: 0.9;
border-radius: var(--border-radius);
font-size: 1.75rem;
}
.swiper-button-prev-custom.swiper-button-disabled,
.swiper-button-next-custom.swiper-button-disabled {
opacity: 0.5;
cursor: auto;
}
.swiper-button-prev-custom:after,
.swiper-button-next-custom:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
}
.swiper-button-prev-custom,
.swiper-container-rtl .swiper-button-next-custom {
left: 1rem;
right: auto;
}
.swiper-button-next-custom,
.swiper-container-rtl .swiper-button-prev-custom {
right: 1rem;
left: auto;
}
.swiper-pagination {
background-color: var(--clr-page);
}
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--clr-font-2) !important;
}
.swiper-pagination-bullet {
border: 2px solid var(--clr-font-2);
background: var(--clr-page);
opacity: 1;
margin: 0.5rem 0.25rem;
}
.twitter-tweet-rendered {
margin: auto;
}
.bmc-button img {
height: 24px;
margin: 0 6px 3px 4px;
}
.bmc-button {
color: var(--clr-font-1);
background-color: var(--clr-accent-1);
border-radius: var(--border-radius);
padding: 0.5rem;
min-width: 161px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.bmc-button:hover, .bmc-button:active, .bmc-button:focus {
text-decoration: none;
color: var(--clr-font-1);
background-color: var(--clr-accent-1-dark);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.bmc-text {
font-size: 16px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "skill-icons";
font-style: normal;
font-weight: normal;
speak: none;
font-size: 112px;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-bootstrap:before {
content: '\e800';
}
/* '' */
.icon-cplusplus:before {
content: '\e801';
}
/* '' */
.icon-csharp:before {
content: '\e802';
}
/* '' */
.icon-css3:before {
content: '\e803';
}
/* '' */
.icon-git:before {
content: '\e804';
}
/* '' */
.icon-github:before {
content: '\e805';
}
/* '' */
.icon-html5:before {
content: '\e806';
}
/* '' */
.icon-hugo:before {
content: '\e807';
}
/* '' */
.icon-netlify:before {
content: '\e808';
}
/* '' */
.icon-sass:before {
content: '\e809';
}
/* '' */
.icon-unity:before {
content: '\e80a';
}
/* '' */
.icon-unrealengine:before {
content: '\e80b';
}
/* '' */
.icon-visualstudiocode:before {
content: '\e80d';
}
/* '' */
.icon-visualstudio:before {
content: '\e80e';
}
/* '' */
@media (max-width: 991.98px) {
.sidebar {
position: static;
width: 100%;
padding-left: 65px;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
border: none;
outline: none;
}
.navbar-toggler i {
color: var(--clr-font-2);
}
section#about {
margin-top: 0 !important;
}
section#sidebar, section#about, section#projects, section#blog, section#experience, section#skills {
padding: 2rem !important;
}
section#list, section#single, section#taxonomy {
padding: 1.25rem !important;
}
.main-content {
width: 96%;
margin-left: 2%;
}
.main-content-list {
width: 96%;
margin-left: 2%;
}
.blogPosts {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
#timeline {
margin: 30px;
padding: 0px;
width: 95%;
}
#timeline:before {
left: 0;
}
#timeline .timeline-item .timeline-content {
width: 95%;
float: right;
text-align: left;
}
#timeline .timeline-item .timeline-content:before,
#timeline .timeline-item .timeline-content .right:before {
left: 10%;
margin-left: -6px;
border-left: 0;
}
#timeline .timeline-item .timeline-icon {
left: 0;
}
.navbarSocial {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.nav-item {
margin: 0.2rem 1rem;
}
.nav-link {
text-align: center !important;
}
.smallCenter {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bmcPadding {
padding-top: 1rem;
}
}
/*# sourceMappingURL=styles.css.map */
| 0.320609 | 0.050965 |
.bg-shikasho {
background: url('../img/news.jpg');
background-position: center;
background-size: cover;
height: 70vh;
opacity: 0.9;
}
.bg-new {
font-style: italic;
color: #002470;
font-size: 150px;
font-weight: 700;
text-align: center;
margin-top: 20vh;
z-index: 5;
}
.h2 {
animation: fadeInDown;
animation-duration: 1s;
}
#icon {
font-size: 50px;
transition: 0.4s;
padding: 30px 0 0 0;
}
#icon:hover {
transition: 0.4s;
color: #3a5fcf;
cursor: pointer;
}
#footer {
background: #404040;
padding: 0 0 30px 0;
color: #fff;
font-size: 14px;
}
#copy {
background: #404040;
padding: 30px 0 0 0;
color: #fff;
font-size: 14px;
}
/* button */
.back-to-top i {
font-size: 24px;
color: #fff;
line-height: 0;
}
i {
font-style: italic;
}
.back-to-top.active {
visibility: visible;
opacity: 1;
}
.back-to-top:hover {
background: #36b4e6;
color: #fff;
}
a:hover {
color: #6c94ec;
text-decoration: none;
}
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 99999;
background: rgb(18, 107, 158);
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}
/* Contato */
.main-title {
color: #444;
margin: 0 0 65px 0;
font-size: 40px;
text-align: center;
}
.main-title::after {
content: "";
border-top: 2px solid #333;
width: 15%;
position: absolute;
top: 60px;
left: 42.5%;
}
#contact-area {
text-align: center;
}
.contact-box {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #3eC1d5;
}
.contact-box i {
color: #444;
border: solid 1px #444;
border-radius: 50%;
width: 55px;
height: 55px;
line-height: 55px;
font-size: 24px;
margin-bottom: 20px;
}
.contact-box p {
font-size: 16px;
}
.contact-title {
font-weight: bold;
color: #3eC1d5;
}
#msg-box p {
font-size: 22px;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textaere {
margin-bottom: 15px;
border-radius: 0px;
}
#contact-form .main-btn {
width: 150px;
height: 50px;
border: solid 1px rgb(192, 191, 191);
border-radius: 15px;
transition: 0.6s;
cursor: pointer;
}
#contact-form .main-btn:hover {
background-color: #3eC1d5;
}
|
css/shikasho.css
|
.bg-shikasho {
background: url('../img/news.jpg');
background-position: center;
background-size: cover;
height: 70vh;
opacity: 0.9;
}
.bg-new {
font-style: italic;
color: #002470;
font-size: 150px;
font-weight: 700;
text-align: center;
margin-top: 20vh;
z-index: 5;
}
.h2 {
animation: fadeInDown;
animation-duration: 1s;
}
#icon {
font-size: 50px;
transition: 0.4s;
padding: 30px 0 0 0;
}
#icon:hover {
transition: 0.4s;
color: #3a5fcf;
cursor: pointer;
}
#footer {
background: #404040;
padding: 0 0 30px 0;
color: #fff;
font-size: 14px;
}
#copy {
background: #404040;
padding: 30px 0 0 0;
color: #fff;
font-size: 14px;
}
/* button */
.back-to-top i {
font-size: 24px;
color: #fff;
line-height: 0;
}
i {
font-style: italic;
}
.back-to-top.active {
visibility: visible;
opacity: 1;
}
.back-to-top:hover {
background: #36b4e6;
color: #fff;
}
a:hover {
color: #6c94ec;
text-decoration: none;
}
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 99999;
background: rgb(18, 107, 158);
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}
/* Contato */
.main-title {
color: #444;
margin: 0 0 65px 0;
font-size: 40px;
text-align: center;
}
.main-title::after {
content: "";
border-top: 2px solid #333;
width: 15%;
position: absolute;
top: 60px;
left: 42.5%;
}
#contact-area {
text-align: center;
}
.contact-box {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #3eC1d5;
}
.contact-box i {
color: #444;
border: solid 1px #444;
border-radius: 50%;
width: 55px;
height: 55px;
line-height: 55px;
font-size: 24px;
margin-bottom: 20px;
}
.contact-box p {
font-size: 16px;
}
.contact-title {
font-weight: bold;
color: #3eC1d5;
}
#msg-box p {
font-size: 22px;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textaere {
margin-bottom: 15px;
border-radius: 0px;
}
#contact-form .main-btn {
width: 150px;
height: 50px;
border: solid 1px rgb(192, 191, 191);
border-radius: 15px;
transition: 0.6s;
cursor: pointer;
}
#contact-form .main-btn:hover {
background-color: #3eC1d5;
}
| 0.335677 | 0.093471 |
.main-text {
color: white;
text-shadow: 1px 1px black;
text-align: justify;
}
.main-color {
color: #66A366;
}
.main-color-bg {
/*background-color: #66A366;*/
background-color: white;
}
.img-center {
display: block;
margin: 0 auto;
}
a.white-a {
color: #fff;
cursor: pointer;
}
a.white-a :hover {
color: #fff;
text-decoration: underline;
}
a.white-a :focus, :link, :visited {
color: #fff;
text-decoration: none;
}
.no-margin {
margin: 0 !important;
}
.no-padding {
padding: 0 !important;
}
.m-top-10 {
margin-top: 10px;
}
.m-top-30 {
margin-top: 30px;
}
.m-top-50 {
margin-top: 50px;
}
.m-bottom-20 {
margin-bottom: 20px;
}
.m-horizontal-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.margin-horizontal-20 {
margin-top: 20px;
margin-bottom: 20px;
}
.padding-horizontal-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.white-bg {
background-color: #fff;
}
.vertical-aligner {
display: table;
height: 100%;
}
.vertical-aligned {
display: table-cell;
vertical-align: middle;
}
.navbar-nav > li > a.icon-anchor {
padding: 9px;
cursor: pointer;
}
.navbar-header a.icon-anchor {
padding: 5px;
padding-top: 6px;
margin-right: 5px;
cursor: pointer;
}
.secondary-button {
outline: none;
border: 2px solid #fff;
border-radius: 5px;
height: 40px;
background-color: #e59400;
}
.small-logo {
width: 25px;
height: 25px;
margin-left: 10px;
margin-right: 10px;
}
.medium-logo {
width: 32px;
height: 32px;
}
.contact-container {
background-color: #D8E6D6;
position: fixed;
z-index: 10;
top: 60px;
right: 10px;
left: 10px;
padding: 10px;
box-shadow: 0 0 5px #888;
border-radius: 3px;
}
@media(min-width: 520px) {
.contact-container {
left: inherit;
width: 480px;
}
}
@media(min-width: 768px) {
.margin-col {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}
}
div[class*="col-"] {
margin-top: 3px;
margin-bottom: 3px;
}
/*----------------------------- CAROUSEL -----------------------------*/
.carousel h2 {
margin: 0;
color: #666;
padding-top: 90px;
font-size: 52px;
font-family: "trebuchet ms", sans-serif;
}
.item {
background: #333;
text-align: center;
width: 100%;
}
@media (min-width: 768px) {
.item {
height: 250px;
}
}
.carousel img {
width: 100%;
}
/*--------------- PROJECT SPECIFIC ----------------------*/
.navbar-brand.vrokil-brand {
padding-top: 8px;
padding-bottom: 8px;
height: auto;
}
.navbar.main-color-bg {
box-shadow: 0 2px 2px lightgrey;
border: none;
}
div[id*="tab"]:nth-child(odd) {
background-color: #E9EAF5;
}
div[id*="tab"]:nth-child(even) {
background-color: #E0E1EF;
}
.parent-filler {
height: 100%;
width: 100%;
}
.parent-filler-min {
min-height: 100%;
min-width: 100%;
}
.ghost-parent-filler {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.bg-filter {
background-color: rgba(0,0,0,0.25);
}
.bg-apartment {
background-image: url('/vrokil/images/bg-apartment.jpg');
background-size: auto 100%;
background-position: 50%;
background-repeat: no-repeat;
filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
}
/*This media query depends on the dimensions of the background image*/
@media(min-width: 1050px) {
.bg-apartment {
background-position: 0%;
background-size: 100% auto;
}
}
.vrokil-title {
font-size: 70px;
}
.vertical-aligner {
/*To avoid the navbar to cover part of the section we add a padding to parallax section container*/
padding-top: 71px;
}
.fa.fa-6 {
font-size: 6em;
}
.item-container {
padding-bottom: 40px;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
@media(min-width:992px) {
.white-container {
min-height: 400px;
}
}
body.body-bg {
font-size: 18px;
}
@media(min-width:768px) {
body.body-bg {
font-size: 16px;
}
}
.navbar a {
color: black;
}
/*TODO -> Crear fitxer generic i especific*/
.black-text {
color: black;
}
.black-bg {
background-color: black;
}
.sectors-separator {
border-bottom: 1px solid #bbb;
padding-bottom: 7px;
margin-bottom: 14px;
}
|
docs/css/style.css
|
.main-text {
color: white;
text-shadow: 1px 1px black;
text-align: justify;
}
.main-color {
color: #66A366;
}
.main-color-bg {
/*background-color: #66A366;*/
background-color: white;
}
.img-center {
display: block;
margin: 0 auto;
}
a.white-a {
color: #fff;
cursor: pointer;
}
a.white-a :hover {
color: #fff;
text-decoration: underline;
}
a.white-a :focus, :link, :visited {
color: #fff;
text-decoration: none;
}
.no-margin {
margin: 0 !important;
}
.no-padding {
padding: 0 !important;
}
.m-top-10 {
margin-top: 10px;
}
.m-top-30 {
margin-top: 30px;
}
.m-top-50 {
margin-top: 50px;
}
.m-bottom-20 {
margin-bottom: 20px;
}
.m-horizontal-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.margin-horizontal-20 {
margin-top: 20px;
margin-bottom: 20px;
}
.padding-horizontal-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.white-bg {
background-color: #fff;
}
.vertical-aligner {
display: table;
height: 100%;
}
.vertical-aligned {
display: table-cell;
vertical-align: middle;
}
.navbar-nav > li > a.icon-anchor {
padding: 9px;
cursor: pointer;
}
.navbar-header a.icon-anchor {
padding: 5px;
padding-top: 6px;
margin-right: 5px;
cursor: pointer;
}
.secondary-button {
outline: none;
border: 2px solid #fff;
border-radius: 5px;
height: 40px;
background-color: #e59400;
}
.small-logo {
width: 25px;
height: 25px;
margin-left: 10px;
margin-right: 10px;
}
.medium-logo {
width: 32px;
height: 32px;
}
.contact-container {
background-color: #D8E6D6;
position: fixed;
z-index: 10;
top: 60px;
right: 10px;
left: 10px;
padding: 10px;
box-shadow: 0 0 5px #888;
border-radius: 3px;
}
@media(min-width: 520px) {
.contact-container {
left: inherit;
width: 480px;
}
}
@media(min-width: 768px) {
.margin-col {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}
}
div[class*="col-"] {
margin-top: 3px;
margin-bottom: 3px;
}
/*----------------------------- CAROUSEL -----------------------------*/
.carousel h2 {
margin: 0;
color: #666;
padding-top: 90px;
font-size: 52px;
font-family: "trebuchet ms", sans-serif;
}
.item {
background: #333;
text-align: center;
width: 100%;
}
@media (min-width: 768px) {
.item {
height: 250px;
}
}
.carousel img {
width: 100%;
}
/*--------------- PROJECT SPECIFIC ----------------------*/
.navbar-brand.vrokil-brand {
padding-top: 8px;
padding-bottom: 8px;
height: auto;
}
.navbar.main-color-bg {
box-shadow: 0 2px 2px lightgrey;
border: none;
}
div[id*="tab"]:nth-child(odd) {
background-color: #E9EAF5;
}
div[id*="tab"]:nth-child(even) {
background-color: #E0E1EF;
}
.parent-filler {
height: 100%;
width: 100%;
}
.parent-filler-min {
min-height: 100%;
min-width: 100%;
}
.ghost-parent-filler {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.bg-filter {
background-color: rgba(0,0,0,0.25);
}
.bg-apartment {
background-image: url('/vrokil/images/bg-apartment.jpg');
background-size: auto 100%;
background-position: 50%;
background-repeat: no-repeat;
filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
}
/*This media query depends on the dimensions of the background image*/
@media(min-width: 1050px) {
.bg-apartment {
background-position: 0%;
background-size: 100% auto;
}
}
.vrokil-title {
font-size: 70px;
}
.vertical-aligner {
/*To avoid the navbar to cover part of the section we add a padding to parallax section container*/
padding-top: 71px;
}
.fa.fa-6 {
font-size: 6em;
}
.item-container {
padding-bottom: 40px;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
@media(min-width:992px) {
.white-container {
min-height: 400px;
}
}
body.body-bg {
font-size: 18px;
}
@media(min-width:768px) {
body.body-bg {
font-size: 16px;
}
}
.navbar a {
color: black;
}
/*TODO -> Crear fitxer generic i especific*/
.black-text {
color: black;
}
.black-bg {
background-color: black;
}
.sectors-separator {
border-bottom: 1px solid #bbb;
padding-bottom: 7px;
margin-bottom: 14px;
}
| 0.398055 | 0.093969 |
:host {
display: flex;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
::ng-deep .anticon {
vertical-align: 2px !important;
}
:host ::ng-deep .ant-layout-header {
padding: 0 16px !important;
}
.full-h {
height: 100vh;
width: 100vw;
}
.logo {
width: 184px;
/* height: 31px; */
float: left;
margin: auto;
}
.collapsed-logo {
width: 64px;
/* height: 31px; */
float: left;
margin: auto;
}
.logo h1 {
display: inline-block;
margin: 0 0 0 10px;
color: #fff;
font-weight: 1000;
font-size: 18px;
/* font-family: 'Ubuntu', sans-serif; */
vertical-align: middle;
}
.search-box {
width: 30%;
}
.header-icon {
height: 32px;
}
.header-icon-collapsed {
padding-left: 8px;
}
.header-menu {
line-height: 64px;
}
.sider-menu {
height: 100%;
border-right: 0;
max-height: 100%;
overflow-y: auto;
padding-bottom: 48px;
}
.inner-layout {
padding: 0 24px 24px;
}
nz-breadcrumb {
margin: 16px 0;
}
nz-content {
/* background: #fff; */
/* padding: 24px; */
min-height: 280px;
}
.main-sidebar-header {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
padding: 8px 24px;
overflow: hidden;
font-size: 14px;
line-height: 40px;
text-overflow: ellipsis;
position: relative;
/* white-space: nowrap; */
/* background-color: #e2e2e2; */
}
.title-padding {
padding-left: 20px;
}
:host ::ng-deep .ant-menu-dark .ant-menu-inline.ant-menu-sub {
box-shadow: none;
}
:host ::ng-deep .ant-menu-submenu, .ant-menu-submenu-inline:focus {
outline-color: #dadde0;
}
:host ::ng-deep .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after, :host ::ng-deep .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
background: #808386;
}
/*
:host ::ng-deep .ant-menu.ant-menu-dark .ant-menu-item-selected, :host ::ng-deep ant-menu-dark .ant-menu-submenu-selected {
color: #e0eff6 !important;
background: #002140 !important;
}
:host ::ng-deep .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after, :host ::ng-deep .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
background: #002140;
} */
::ng-deep .compact .compatable{
display: none;
}
::ng-deep .compact nz-layout{
padding: 0 !important;
}
::ng-deep .compact nz-sider{
border-right: 1px solid #e8e8e8;
box-sizing: content-box;
}
::ng-deep .compact .ant-layout-header{
height: 48px;
line-height: 48px;
}
|
src/app/datacapture/layout/container/layout.container.css
|
:host {
display: flex;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
::ng-deep .anticon {
vertical-align: 2px !important;
}
:host ::ng-deep .ant-layout-header {
padding: 0 16px !important;
}
.full-h {
height: 100vh;
width: 100vw;
}
.logo {
width: 184px;
/* height: 31px; */
float: left;
margin: auto;
}
.collapsed-logo {
width: 64px;
/* height: 31px; */
float: left;
margin: auto;
}
.logo h1 {
display: inline-block;
margin: 0 0 0 10px;
color: #fff;
font-weight: 1000;
font-size: 18px;
/* font-family: 'Ubuntu', sans-serif; */
vertical-align: middle;
}
.search-box {
width: 30%;
}
.header-icon {
height: 32px;
}
.header-icon-collapsed {
padding-left: 8px;
}
.header-menu {
line-height: 64px;
}
.sider-menu {
height: 100%;
border-right: 0;
max-height: 100%;
overflow-y: auto;
padding-bottom: 48px;
}
.inner-layout {
padding: 0 24px 24px;
}
nz-breadcrumb {
margin: 16px 0;
}
nz-content {
/* background: #fff; */
/* padding: 24px; */
min-height: 280px;
}
.main-sidebar-header {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
padding: 8px 24px;
overflow: hidden;
font-size: 14px;
line-height: 40px;
text-overflow: ellipsis;
position: relative;
/* white-space: nowrap; */
/* background-color: #e2e2e2; */
}
.title-padding {
padding-left: 20px;
}
:host ::ng-deep .ant-menu-dark .ant-menu-inline.ant-menu-sub {
box-shadow: none;
}
:host ::ng-deep .ant-menu-submenu, .ant-menu-submenu-inline:focus {
outline-color: #dadde0;
}
:host ::ng-deep .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after, :host ::ng-deep .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
background: #808386;
}
/*
:host ::ng-deep .ant-menu.ant-menu-dark .ant-menu-item-selected, :host ::ng-deep ant-menu-dark .ant-menu-submenu-selected {
color: #e0eff6 !important;
background: #002140 !important;
}
:host ::ng-deep .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after, :host ::ng-deep .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
background: #002140;
} */
::ng-deep .compact .compatable{
display: none;
}
::ng-deep .compact nz-layout{
padding: 0 !important;
}
::ng-deep .compact nz-sider{
border-right: 1px solid #e8e8e8;
box-sizing: content-box;
}
::ng-deep .compact .ant-layout-header{
height: 48px;
line-height: 48px;
}
| 0.369201 | 0.110615 |
.ospanier.mini ul,.ospanier.mini li{
margin:0px;
padding:0px;
list-style-type:none;
}
.ospanier.mini li{
padding:5px;
}
.ospanier.mini .entete{
margin:5px 0px 5px 5px;
background-repeat:no-repeat;
}
.ospanier.mini .attente{
background-image:url(http://gadget.open-system.fr/widgets/ospanier/attente.gif);
height:20px;
background-repeat:no-repeat;
background-position:center center;
display:none;
}
.ospanier.mini .entete span{
display:none;
}
.ospanier.mini .titre-long {
display:none;
}
.ospanier.mini .btn-valider {
background-image:url(http://gadget.open-system.fr/widgets/ospanier/mini-btn-panier.png);
background-position:left center;
background-repeat:no-repeat;
cursor:pointer;
padding-left:25px;
margin:5px 0px;
display:block;
width:120px;
text-align:left;
margin-left:auto;
margin-right:3px;
background-color:#000;
color:#FFF;
font-weight:bold;
line-height:20px;
}
.ospanier.mini .btn-valider:hover{
color:#F00;
background-color:#000;
}
.ospanier.mini .nbarticles{
text-align:center;
}
.ospanier.mini .contenu{
text-align:left;
padding:2px;
}
.ospanier.mini .ligne{
border-bottom:0px solid transparent;
clear:both;
margin-bottom:1px;
position:relative;
}
.ospanier.mini .titre-court{
width:70%;
float:left;
font-size:9px;
cursor:help;
}
.ospanier.mini .titre-court:hover{
color:#672508;
}
.ospanier.mini .prix{
font-size:9px;
height:20px;
line-height:20px;
width:20%;
float:left;
text-align:right;
}
.ospanier.mini .btn-supprimer{
width:10%;
height:20px;
float:left;
background-image:url(http://gadget.open-system.fr/widgets/ospanier/mini-btn-supprimer.gif);
background-position:center center;
background-repeat:no-repeat;
cursor:pointer;
}
.ospanier.mini .btn-supprimer span{
display:none;
}
.ospanier.mini .clear{
clear:both;
}
/* CSS Document */
.oslibwtooltip{ width:350px;font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
}
.OsPanier.api .ospanier{
padding: 0px 0 0 0;
/*width:165px;*/
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
/* min-height:75px;
_height:75px;*/
/* padding-bottom:9px;*/
}
#widget-panier{
margin: 0;
position: absolute;
top: 0px;
left:0px;
text-align: left;
width: 100%;
z-index: 1000;
}
.OsPanier.api .ospanier.minitoggle{ margin:0px 0px;
/*background: url("images/fd-minipanier.png") repeat-x left top #fff;*/
background-image:none;
background-color:transparent;
color: #FFFFFF;
border:none;
/*margin-bottom: 10px;*/
/* margin-top: 43px;*/
/* min-height: 75px;*/
text-align: left;
width:auto;
}
.OsPanier.api .ospanier.minitoggle ul,.ospanier.minitoggle li{
margin:0px;
padding:0px;
list-style-type:none;
}
.OsPanier.api .ospanier.minitoggle ul{ padding-bottom:0px;}
.OsPanier.api .ospanier.minitoggle li{
padding:5px 0px;
}
.OsPanier.api .ospanier.minitoggle .entete{
background: url("images/ico-panier-close.png") no-repeat scroll 8px 1px #000;
color: #fff;
font-size: 12px;
font-weight: bold;
height: 25px;
line-height: 25px;
padding:0 10px 0 30px;
text-transform: uppercase;
width:auto;
-moz-border-radius: 5px 5px 0 0 ;
-webkit-border-radius:5px 5px 0 0 ;
border-radius: 5px 5px 0 0 ;
float:left;
}
.OsPanier.api.oslangue-fr .ospanier.minitoggle .entete{ width: 100px;}
.OsPanier.api.oslangue-uk .ospanier.minitoggle .entete{ width: 110px;}
.OsPanier.api.oslangue-es .ospanier.minitoggle .entete{ width: 85px;}
.OsPanier.api.oslangue-nl .ospanier.minitoggle .entete{ width: 140px;}
.OsPanier.api.oslangue-de .ospanier.minitoggle .entete{ width: 100px;}
.OsPanier.api .ospanier.minitoggle.etat1 .entete{color: #fff; background: url("images/ico-panier-open.png") no-repeat scroll 8px 0px #333; }
.OsPanier.api .ospanier.minitoggle .entete .EnteteNbArticles{ /*display:none;*/}
.OsPanier.api .ospanier.minitoggle .entete .EnteteTotal{ display:none;}
.OsPanier.api .ospanier.minitoggle .pied{
display:none;
}
.OsPanier.api .ospanier.minitoggle .attente{
background-image: url(images/loading-panier.gif);
background-repeat:no-repeat ;
background-position:center center;
background-color:#292A29;
display:none;
position:absolute;
top:0px;
width:163px;
height:32px;
z-index:100;
opacity : 0.8;
filter : alpha(opacity=80);
}
.OsPanier.api.oslangue-fr .ospanier.minitoggle .attente{right: 114px;}
.OsPanier.api.oslangue-uk .ospanier.minitoggle .attente{right: 124px;}
.OsPanier.api.oslangue-es .ospanier.minitoggle .attente{right: 99px;}
.OsPanier.api.oslangue-nl .ospanier.minitoggle .attente{right: 154px;}
.OsPanier.api.oslangue-de .ospanier.minitoggle .attente{right: 113px;}
.OsPanier.api .ospanier.minitoggle .entete span{
display:block;
float:left;
padding-right:5px;
}
.OsPanier.api .ospanier.minitoggle .titre-long {
display:none;
}
.OsPanier.api .ospanier.minitoggle .Details .Validation { }
.OsPanier.api .ospanier.minitoggle .Details .Validation .btn-valider {
background-color: #B2BB00;
color: #FFFFFF;
font-size: 15px;
font-weight: bold;
/*line-height: 25px;*/
padding: 5px 10px;
text-decoration: none;
margin-left:auto;
margin-right:auto;
cursor:pointer;
/*padding:5px 0px;*/
display:block;
text-align:center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-transform:uppercase;
}
.OsPanier.api .ospanier.minitoggle .Details .Validation .btn-valider:hover{
background-color: #999900;
color:#fff;
}
.OsPanier.api .ospanier.minitoggle .Resume .nbarticles{
text-align:left;
color:#333333;
font-weight:bold;
font-size:13px;
/*height: 20px; line-height: 20px;*/
white-space: nowrap;
float:left;
padding-top:2px;
}
.OsPanier.api .ospanier.minitoggle .Resume { padding-bottom: 5px; padding-top:5px;/*border-top:solid 1px #ccc; */}
.OsPanier.api .ospanier.minitoggle .Resume.ResumeBas { padding: 0px; }
.OsPanier.api .ospanier.minitoggle .Resume .Total{ float: right; font-weight: bold; height: 20px; line-height: 20px; text-align: right
; white-space: nowrap;
/*border-top: 1px solid #313131;
color: #ff5335;
font-size: 20px;
margin: 0 10px;
padding: 5px 0;
text-align: right;*/
color: #000;
font-size: 20px;}
.OsPanier.api .ospanier.minitoggle .Resume.ResumeBas .Total{ float:none; text-align:right;border-top:none; padding:5px 0;font-size: 18px;height: 18px; line-height: 18px; }
.OsPanier.api .ospanier.minitoggle .contenu{
z-index:10;
width: 50%;
margin:0px;
padding:5px;
background-color:#333;
-moz-border-radius: 0px 5px 5px 5px;
-webkit-border-radius:0px 5px 5px 5px;
border-radius:0px 5px 5px 5px;
clear:both;
}
.OsPanier.api .ospanier.minitoggle .contenu .Details{ padding:8px; background-color:#fff; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}
.OsPanier.api .ospanier.minitoggle .ligne{
border-bottom:1px solid #E5E5E5;
clear:both;
margin-bottom:0px;
position:relative;
/*border-bottom:solid 1px #F2F2F2;*/
/*background-image: url(images/hyphens.gif);
background-repeat:repeat-x ;
background-position:left bottom;*/
background-color:transparent;
padding: 5px;
color: #FF2B79;
text-align:left;
}
.OsPanier.api .ospanier.minitoggle .ligne:hover{ background-color:#E5E5E5;}
.OsPanier.api .ospanier.minitoggle .ligne:hover .prix{ background-color:#fff;}
.OsPanier.api .ospanier.minitoggle .titre-court{
width:100%;
clear:both;
font-size:12px;
cursor:help;
color: #4A4A4A;
padding-bottom: 5px;
}
.OsPanier.api .ospanier.minitoggle .titre-court:hover{
color:#666;
}
.OsPanier.api .ospanier.minitoggle .prix{
font-size:14px;
height:20px;
line-height:20px;
/*width:80%;
float:left;*/
text-align:right;
font-weight:bold;
white-space:nowrap;
color:#000;
/* display: inline;*/
padding:5px 10px;
margin-right:35px;
float:right;
background-color:#e5e5e5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.OsPanier.api .ospanier.minitoggle .btn-supprimer{
position: absolute;
right: 0;
bottom:5px;
width:35px;
height:30px;
background-image:url(images/ico_poubelle.png);
background-position:center center;
background-repeat:no-repeat;
cursor:pointer;
z-index:10;
}
.OsPanier.api .ospanier.minitoggle .btn-supprimer span{
display:none;
}
.OsPanier.api .ospanier.minitoggle .clear{
clear:both;
}
.OsPanier.api .ospanier.minitoggle .Resume .nbarticles.zero{ float:none; text-align:center;color:#333; font-size:11px;}
/***/
.OsPanier.api .ospanier.minitoggle .ResumeHaut,
.OsPanier.api .ospanier.minitoggle .ValidationHaut,
.OsPanier.api .ospanier.minitoggle .ResumeBas .nbarticles { }
.OsPanier.api .ospanier.minitoggle .ResumeBas .nbarticles{ display:none;}
.OsPanier.api .ospanier.minitoggle.etat0 .Articles, .OsPanier.api .ospanier.minitoggle.etat0 .Resume.ResumeBas,.OsPanier.api .ospanier.minitoggle.etat0 .Validation.ValidationBas,
.OsPanier.api .ospanier.minitoggle.etat0 .contenu { display:none; }
.OsPanier.api .ospanier.minitoggle.etat1 .Articles, .OsPanier.api .ospanier.minitoggle.etat1 .Resume.ResumeBas,.OsPanier.api .ospanier.minitoggle.etat1 .contenu{ display:block; }
.OsPanier.api .ospanier.minitoggle.etat1 .Validation.ValidationBas{ display:none; }
/***/
.OsPanier.api .ospanier.minitoggle .Articles{ padding-top:0px; margin-top:5px; border-top:solid 1px #e5e5e5;}
.OsPanier.api .ospanier.minitoggle .Articles.etat0 { display:none; }
.OsPanier.api .ospanier.minitoggle .Articles.etat1 { display:block; }
.OsPanier.api .ospanier.minitoggle .Resume.PanierVide{padding:0;}
.OsPanier.api .ospanier.minitoggle .Resume.PanierVide .nbarticles.zero{ padding:0; font-size:14px;}
.std.openpro.PanierAttenteOverlay{/*background-color: #FFFFFF; */ width: 730px;/* border:solid 1px #cccccc;*/}
.std.openpro.PanierAttenteOverlay .close{ display:none;}
.std.openpro.PanierAttenteOverlay .PanierAttenteBody{/* background:#fff; color:#000; border:1px solid #CCCCCC; */height:250px;background:url(images/loading-panier-big.gif) center center no-repeat transparent;}
|
data/test/css/2c5b0fff042f5953c896bb3243287a4c8fbafdccminitoggle.css
|
.ospanier.mini ul,.ospanier.mini li{
margin:0px;
padding:0px;
list-style-type:none;
}
.ospanier.mini li{
padding:5px;
}
.ospanier.mini .entete{
margin:5px 0px 5px 5px;
background-repeat:no-repeat;
}
.ospanier.mini .attente{
background-image:url(http://gadget.open-system.fr/widgets/ospanier/attente.gif);
height:20px;
background-repeat:no-repeat;
background-position:center center;
display:none;
}
.ospanier.mini .entete span{
display:none;
}
.ospanier.mini .titre-long {
display:none;
}
.ospanier.mini .btn-valider {
background-image:url(http://gadget.open-system.fr/widgets/ospanier/mini-btn-panier.png);
background-position:left center;
background-repeat:no-repeat;
cursor:pointer;
padding-left:25px;
margin:5px 0px;
display:block;
width:120px;
text-align:left;
margin-left:auto;
margin-right:3px;
background-color:#000;
color:#FFF;
font-weight:bold;
line-height:20px;
}
.ospanier.mini .btn-valider:hover{
color:#F00;
background-color:#000;
}
.ospanier.mini .nbarticles{
text-align:center;
}
.ospanier.mini .contenu{
text-align:left;
padding:2px;
}
.ospanier.mini .ligne{
border-bottom:0px solid transparent;
clear:both;
margin-bottom:1px;
position:relative;
}
.ospanier.mini .titre-court{
width:70%;
float:left;
font-size:9px;
cursor:help;
}
.ospanier.mini .titre-court:hover{
color:#672508;
}
.ospanier.mini .prix{
font-size:9px;
height:20px;
line-height:20px;
width:20%;
float:left;
text-align:right;
}
.ospanier.mini .btn-supprimer{
width:10%;
height:20px;
float:left;
background-image:url(http://gadget.open-system.fr/widgets/ospanier/mini-btn-supprimer.gif);
background-position:center center;
background-repeat:no-repeat;
cursor:pointer;
}
.ospanier.mini .btn-supprimer span{
display:none;
}
.ospanier.mini .clear{
clear:both;
}
/* CSS Document */
.oslibwtooltip{ width:350px;font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
}
.OsPanier.api .ospanier{
padding: 0px 0 0 0;
/*width:165px;*/
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
/* min-height:75px;
_height:75px;*/
/* padding-bottom:9px;*/
}
#widget-panier{
margin: 0;
position: absolute;
top: 0px;
left:0px;
text-align: left;
width: 100%;
z-index: 1000;
}
.OsPanier.api .ospanier.minitoggle{ margin:0px 0px;
/*background: url("images/fd-minipanier.png") repeat-x left top #fff;*/
background-image:none;
background-color:transparent;
color: #FFFFFF;
border:none;
/*margin-bottom: 10px;*/
/* margin-top: 43px;*/
/* min-height: 75px;*/
text-align: left;
width:auto;
}
.OsPanier.api .ospanier.minitoggle ul,.ospanier.minitoggle li{
margin:0px;
padding:0px;
list-style-type:none;
}
.OsPanier.api .ospanier.minitoggle ul{ padding-bottom:0px;}
.OsPanier.api .ospanier.minitoggle li{
padding:5px 0px;
}
.OsPanier.api .ospanier.minitoggle .entete{
background: url("images/ico-panier-close.png") no-repeat scroll 8px 1px #000;
color: #fff;
font-size: 12px;
font-weight: bold;
height: 25px;
line-height: 25px;
padding:0 10px 0 30px;
text-transform: uppercase;
width:auto;
-moz-border-radius: 5px 5px 0 0 ;
-webkit-border-radius:5px 5px 0 0 ;
border-radius: 5px 5px 0 0 ;
float:left;
}
.OsPanier.api.oslangue-fr .ospanier.minitoggle .entete{ width: 100px;}
.OsPanier.api.oslangue-uk .ospanier.minitoggle .entete{ width: 110px;}
.OsPanier.api.oslangue-es .ospanier.minitoggle .entete{ width: 85px;}
.OsPanier.api.oslangue-nl .ospanier.minitoggle .entete{ width: 140px;}
.OsPanier.api.oslangue-de .ospanier.minitoggle .entete{ width: 100px;}
.OsPanier.api .ospanier.minitoggle.etat1 .entete{color: #fff; background: url("images/ico-panier-open.png") no-repeat scroll 8px 0px #333; }
.OsPanier.api .ospanier.minitoggle .entete .EnteteNbArticles{ /*display:none;*/}
.OsPanier.api .ospanier.minitoggle .entete .EnteteTotal{ display:none;}
.OsPanier.api .ospanier.minitoggle .pied{
display:none;
}
.OsPanier.api .ospanier.minitoggle .attente{
background-image: url(images/loading-panier.gif);
background-repeat:no-repeat ;
background-position:center center;
background-color:#292A29;
display:none;
position:absolute;
top:0px;
width:163px;
height:32px;
z-index:100;
opacity : 0.8;
filter : alpha(opacity=80);
}
.OsPanier.api.oslangue-fr .ospanier.minitoggle .attente{right: 114px;}
.OsPanier.api.oslangue-uk .ospanier.minitoggle .attente{right: 124px;}
.OsPanier.api.oslangue-es .ospanier.minitoggle .attente{right: 99px;}
.OsPanier.api.oslangue-nl .ospanier.minitoggle .attente{right: 154px;}
.OsPanier.api.oslangue-de .ospanier.minitoggle .attente{right: 113px;}
.OsPanier.api .ospanier.minitoggle .entete span{
display:block;
float:left;
padding-right:5px;
}
.OsPanier.api .ospanier.minitoggle .titre-long {
display:none;
}
.OsPanier.api .ospanier.minitoggle .Details .Validation { }
.OsPanier.api .ospanier.minitoggle .Details .Validation .btn-valider {
background-color: #B2BB00;
color: #FFFFFF;
font-size: 15px;
font-weight: bold;
/*line-height: 25px;*/
padding: 5px 10px;
text-decoration: none;
margin-left:auto;
margin-right:auto;
cursor:pointer;
/*padding:5px 0px;*/
display:block;
text-align:center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-transform:uppercase;
}
.OsPanier.api .ospanier.minitoggle .Details .Validation .btn-valider:hover{
background-color: #999900;
color:#fff;
}
.OsPanier.api .ospanier.minitoggle .Resume .nbarticles{
text-align:left;
color:#333333;
font-weight:bold;
font-size:13px;
/*height: 20px; line-height: 20px;*/
white-space: nowrap;
float:left;
padding-top:2px;
}
.OsPanier.api .ospanier.minitoggle .Resume { padding-bottom: 5px; padding-top:5px;/*border-top:solid 1px #ccc; */}
.OsPanier.api .ospanier.minitoggle .Resume.ResumeBas { padding: 0px; }
.OsPanier.api .ospanier.minitoggle .Resume .Total{ float: right; font-weight: bold; height: 20px; line-height: 20px; text-align: right
; white-space: nowrap;
/*border-top: 1px solid #313131;
color: #ff5335;
font-size: 20px;
margin: 0 10px;
padding: 5px 0;
text-align: right;*/
color: #000;
font-size: 20px;}
.OsPanier.api .ospanier.minitoggle .Resume.ResumeBas .Total{ float:none; text-align:right;border-top:none; padding:5px 0;font-size: 18px;height: 18px; line-height: 18px; }
.OsPanier.api .ospanier.minitoggle .contenu{
z-index:10;
width: 50%;
margin:0px;
padding:5px;
background-color:#333;
-moz-border-radius: 0px 5px 5px 5px;
-webkit-border-radius:0px 5px 5px 5px;
border-radius:0px 5px 5px 5px;
clear:both;
}
.OsPanier.api .ospanier.minitoggle .contenu .Details{ padding:8px; background-color:#fff; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}
.OsPanier.api .ospanier.minitoggle .ligne{
border-bottom:1px solid #E5E5E5;
clear:both;
margin-bottom:0px;
position:relative;
/*border-bottom:solid 1px #F2F2F2;*/
/*background-image: url(images/hyphens.gif);
background-repeat:repeat-x ;
background-position:left bottom;*/
background-color:transparent;
padding: 5px;
color: #FF2B79;
text-align:left;
}
.OsPanier.api .ospanier.minitoggle .ligne:hover{ background-color:#E5E5E5;}
.OsPanier.api .ospanier.minitoggle .ligne:hover .prix{ background-color:#fff;}
.OsPanier.api .ospanier.minitoggle .titre-court{
width:100%;
clear:both;
font-size:12px;
cursor:help;
color: #4A4A4A;
padding-bottom: 5px;
}
.OsPanier.api .ospanier.minitoggle .titre-court:hover{
color:#666;
}
.OsPanier.api .ospanier.minitoggle .prix{
font-size:14px;
height:20px;
line-height:20px;
/*width:80%;
float:left;*/
text-align:right;
font-weight:bold;
white-space:nowrap;
color:#000;
/* display: inline;*/
padding:5px 10px;
margin-right:35px;
float:right;
background-color:#e5e5e5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.OsPanier.api .ospanier.minitoggle .btn-supprimer{
position: absolute;
right: 0;
bottom:5px;
width:35px;
height:30px;
background-image:url(images/ico_poubelle.png);
background-position:center center;
background-repeat:no-repeat;
cursor:pointer;
z-index:10;
}
.OsPanier.api .ospanier.minitoggle .btn-supprimer span{
display:none;
}
.OsPanier.api .ospanier.minitoggle .clear{
clear:both;
}
.OsPanier.api .ospanier.minitoggle .Resume .nbarticles.zero{ float:none; text-align:center;color:#333; font-size:11px;}
/***/
.OsPanier.api .ospanier.minitoggle .ResumeHaut,
.OsPanier.api .ospanier.minitoggle .ValidationHaut,
.OsPanier.api .ospanier.minitoggle .ResumeBas .nbarticles { }
.OsPanier.api .ospanier.minitoggle .ResumeBas .nbarticles{ display:none;}
.OsPanier.api .ospanier.minitoggle.etat0 .Articles, .OsPanier.api .ospanier.minitoggle.etat0 .Resume.ResumeBas,.OsPanier.api .ospanier.minitoggle.etat0 .Validation.ValidationBas,
.OsPanier.api .ospanier.minitoggle.etat0 .contenu { display:none; }
.OsPanier.api .ospanier.minitoggle.etat1 .Articles, .OsPanier.api .ospanier.minitoggle.etat1 .Resume.ResumeBas,.OsPanier.api .ospanier.minitoggle.etat1 .contenu{ display:block; }
.OsPanier.api .ospanier.minitoggle.etat1 .Validation.ValidationBas{ display:none; }
/***/
.OsPanier.api .ospanier.minitoggle .Articles{ padding-top:0px; margin-top:5px; border-top:solid 1px #e5e5e5;}
.OsPanier.api .ospanier.minitoggle .Articles.etat0 { display:none; }
.OsPanier.api .ospanier.minitoggle .Articles.etat1 { display:block; }
.OsPanier.api .ospanier.minitoggle .Resume.PanierVide{padding:0;}
.OsPanier.api .ospanier.minitoggle .Resume.PanierVide .nbarticles.zero{ padding:0; font-size:14px;}
.std.openpro.PanierAttenteOverlay{/*background-color: #FFFFFF; */ width: 730px;/* border:solid 1px #cccccc;*/}
.std.openpro.PanierAttenteOverlay .close{ display:none;}
.std.openpro.PanierAttenteOverlay .PanierAttenteBody{/* background:#fff; color:#000; border:1px solid #CCCCCC; */height:250px;background:url(images/loading-panier-big.gif) center center no-repeat transparent;}
| 0.241221 | 0.128416 |
[x-cloak] {
display: none !important;
}
:root {
--morange:rgb(254, 114, 35);
}
.img-responsive {
width: 60px;
height: 60px;
border-radius: 50%;
}
.index-image{
height:250px;
object-fit:cover;
}
.avatar-img {
border-radius: 50%;
height: 50px;
object-fit: cover;
width: 50px;
}
.Categories-li:hover {
color: black;
cursor:pointer;
border-bottom: 2px solid black;
}
.Categories-li {
transition: .5s;
font-weight: bold;
}
.btn-label {
position: relative;
left: -12px;
display: inline-block;
padding: 6px 12px;
background: rgba(0, 0, 0, 0.15);
border-radius: 3px 0 0 3px;
}
.btn-labeled {
padding-top: 0;
padding-bottom: 0;
}
.img-comment {
width:100px;
height:100%;
object-fit: contain;
}
.comment-area {
width:300px;
height:180px;
}
.add-form {
border: 2px solid #80808054;
border-radius: 7px;
padding: 17px;
}
.btn:focus {
outline: none;
box-shadow: none;
}
.no-focus {
outline: none!important;
box-shadow: none!important;
}
.modal-fixed {
position: fixed!important;
top: 40px!important;
width: 590px!important;
background: #f8f8f8;
border-radius: 7px;
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #ffffffeb;
background-clip: padding-box;
border: 1px solid rgb(0 0 0 / 5%);
border-radius: 0.3rem;
outline: 0;
height: 280px;
}
.del-modal {
height:auto !important;
}
.crd-text {
height: 90px;
word-wrap: break-word;
}
@media only screen and (max-width: 992px) {
.index-image {
height:100%;
}
}
@media only screen and (max-width: 768px) {
.edit-btns {
margin-top: auto;
}
.modal-fixed {
width: 100% !important;
}
.vote-body {
font-size:13px;
}
.img-responsive {
width:40px !important;
height:40px !important;
}
.vote-body th, td {
padding: 2px 5px;
}
}
@media only screen and (max-width: 574px) {
.comment-ul {
font-size: 13px;
}
.crd-text {
height: auto;
font-size: 13px;
}
.flex-column a {
font-size: 13px;
}
}
@media only screen and (max-width: 430px) {
.crd-row{
flex-direction: row;
}
.crd-head{
width: 100%;
}
.crd-body{
width: 100%;
}
.index-image{
height:200px;
}
.filters {
width: 100% !important;
}
}
.img-responsive {
width: 50px;
height: 50px;
object-fit: cover;
}
.vote-num {
position: absolute;
top: 50%;
left: 90%;
transform: translate(-50%, -50%);
}
.stat-title{
font-weight: 800;
}
.spam-dropdown{
transform: translate3d(0px, 40px, 0px) !important;
z-index: 1;
}
.dropdown-item:active {
background-color: #e9ecef;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
transform: rotate(-180deg);
}
.vote-td {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 160px;
}
/* Sign form css */
.sign-btn {
background-color: gray !important ;
padding: 8px 8px !important;
color: white !important;
cursor: pointer;
}
.person-bef::after {
content: "Sign In/Up";
padding: 0px 8px;
font-family: sans-serif;
}
.cursor-pointer {
cursor: pointer;
}
.sign-up-main {
background-color: white;
width: 400px;
max-width: 100%;
border-radius: 10px;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
z-index: 999;
}
.sign-x-icon {
display: block;
text-align: end;
margin: 6px 12px 0px 0px;
font-size: 19px;
cursor: pointer;
color: #171010ad;
}
.sign-up-inn {
width: 65%;
margin: auto;
}
.sign-up-div {
width: 100%;
display: flex;
justify-content: space-around;
}
.sign-up-div div {
padding: 10px;
border: 2px solid white;
transition: all .5s;
}
.sign-up-div div a {
text-decoration: none;
color: rgb(28 105 128 / 68%);
font-size: 19px;
font-weight: 700;
}
.fb-clrr {
color: rgb(35 153 254) !important;
}
.gg-clrr {
color: rgb(208 38 101) !important;
}
.sign-up-div div:hover {
border-bottom: 2px solid gray;
cursor: pointer;
}
.fb-gg-icons {
width: 70px;
max-width: 100%;
margin: auto;
display: flex;
justify-content: space-between;
margin-top: 10px;
}
.fb-inn-icons {
width: 35px;
height: 35px;
color: var(--morange);
border: 2px solid rgba(128, 128, 128, 0.301);
border-radius: 50%;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
font-size: 17px;
cursor: pointer;
}
.sign-up-inn h5 {
text-align: center;
opacity: 0.5;
margin: 10px 0px 5px 0px;
font-size: 16px;
}
.sign-main-form div {
text-align: right;
margin-top: 10px;
}
.forget-pass a {
color: gray;
}
.form-inn-inp {
width: 100%;
padding: 5px 0px 5px 30px;
border-radius: 5px;
border: 2px solid gray;
}
.form-inn-lab {
position: relative;
top: 31px;
left: 10px;
color: var(--morange);
}
.inputt {
padding: 10px;
background-color: var(--morange);
margin-top: 10px;
border: none;
border-radius: 20px;
width: 100%;
}
.sign-up-inn p {
font-size: 12px;
text-align: center;
opacity: 0.7;
padding: 10px 0px 20px 0px;
}
.sign-up-inn p span {
color:var(--morange) ;
font-weight: 600;
opacity:unset;
cursor: pointer;
padding-left: 5px;
font-size: 16px;
}
.fade-main-form {
width: 100%;
position: fixed;
transition: all .3s;
/* display: none; */
background-color: #000000d9;
z-index: 99;
top: 0;
height: 100vh;
}
.signup-transition {
transition: 0.3s;
}
/* .hh-text1 {
height:230px;
}
.hh-text2 {
height:295px;
} */
.sign-form-main {
width: 100%;
overflow: hidden;
}
.rep-pass-inp {
margin-top: -10px;
}
.form-labb-2 {
top: 26px;
}
@media (max-width:400px) {
.sign-up-inn {
width: 75%;
}
.sign-up-div {
justify-content: space-around;
}
}
/* .text-capitalize {
text-transform: uppercase;
} */
|
public/css/app.css
|
[x-cloak] {
display: none !important;
}
:root {
--morange:rgb(254, 114, 35);
}
.img-responsive {
width: 60px;
height: 60px;
border-radius: 50%;
}
.index-image{
height:250px;
object-fit:cover;
}
.avatar-img {
border-radius: 50%;
height: 50px;
object-fit: cover;
width: 50px;
}
.Categories-li:hover {
color: black;
cursor:pointer;
border-bottom: 2px solid black;
}
.Categories-li {
transition: .5s;
font-weight: bold;
}
.btn-label {
position: relative;
left: -12px;
display: inline-block;
padding: 6px 12px;
background: rgba(0, 0, 0, 0.15);
border-radius: 3px 0 0 3px;
}
.btn-labeled {
padding-top: 0;
padding-bottom: 0;
}
.img-comment {
width:100px;
height:100%;
object-fit: contain;
}
.comment-area {
width:300px;
height:180px;
}
.add-form {
border: 2px solid #80808054;
border-radius: 7px;
padding: 17px;
}
.btn:focus {
outline: none;
box-shadow: none;
}
.no-focus {
outline: none!important;
box-shadow: none!important;
}
.modal-fixed {
position: fixed!important;
top: 40px!important;
width: 590px!important;
background: #f8f8f8;
border-radius: 7px;
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #ffffffeb;
background-clip: padding-box;
border: 1px solid rgb(0 0 0 / 5%);
border-radius: 0.3rem;
outline: 0;
height: 280px;
}
.del-modal {
height:auto !important;
}
.crd-text {
height: 90px;
word-wrap: break-word;
}
@media only screen and (max-width: 992px) {
.index-image {
height:100%;
}
}
@media only screen and (max-width: 768px) {
.edit-btns {
margin-top: auto;
}
.modal-fixed {
width: 100% !important;
}
.vote-body {
font-size:13px;
}
.img-responsive {
width:40px !important;
height:40px !important;
}
.vote-body th, td {
padding: 2px 5px;
}
}
@media only screen and (max-width: 574px) {
.comment-ul {
font-size: 13px;
}
.crd-text {
height: auto;
font-size: 13px;
}
.flex-column a {
font-size: 13px;
}
}
@media only screen and (max-width: 430px) {
.crd-row{
flex-direction: row;
}
.crd-head{
width: 100%;
}
.crd-body{
width: 100%;
}
.index-image{
height:200px;
}
.filters {
width: 100% !important;
}
}
.img-responsive {
width: 50px;
height: 50px;
object-fit: cover;
}
.vote-num {
position: absolute;
top: 50%;
left: 90%;
transform: translate(-50%, -50%);
}
.stat-title{
font-weight: 800;
}
.spam-dropdown{
transform: translate3d(0px, 40px, 0px) !important;
z-index: 1;
}
.dropdown-item:active {
background-color: #e9ecef;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
transform: rotate(-180deg);
}
.vote-td {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 160px;
}
/* Sign form css */
.sign-btn {
background-color: gray !important ;
padding: 8px 8px !important;
color: white !important;
cursor: pointer;
}
.person-bef::after {
content: "Sign In/Up";
padding: 0px 8px;
font-family: sans-serif;
}
.cursor-pointer {
cursor: pointer;
}
.sign-up-main {
background-color: white;
width: 400px;
max-width: 100%;
border-radius: 10px;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
z-index: 999;
}
.sign-x-icon {
display: block;
text-align: end;
margin: 6px 12px 0px 0px;
font-size: 19px;
cursor: pointer;
color: #171010ad;
}
.sign-up-inn {
width: 65%;
margin: auto;
}
.sign-up-div {
width: 100%;
display: flex;
justify-content: space-around;
}
.sign-up-div div {
padding: 10px;
border: 2px solid white;
transition: all .5s;
}
.sign-up-div div a {
text-decoration: none;
color: rgb(28 105 128 / 68%);
font-size: 19px;
font-weight: 700;
}
.fb-clrr {
color: rgb(35 153 254) !important;
}
.gg-clrr {
color: rgb(208 38 101) !important;
}
.sign-up-div div:hover {
border-bottom: 2px solid gray;
cursor: pointer;
}
.fb-gg-icons {
width: 70px;
max-width: 100%;
margin: auto;
display: flex;
justify-content: space-between;
margin-top: 10px;
}
.fb-inn-icons {
width: 35px;
height: 35px;
color: var(--morange);
border: 2px solid rgba(128, 128, 128, 0.301);
border-radius: 50%;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
font-size: 17px;
cursor: pointer;
}
.sign-up-inn h5 {
text-align: center;
opacity: 0.5;
margin: 10px 0px 5px 0px;
font-size: 16px;
}
.sign-main-form div {
text-align: right;
margin-top: 10px;
}
.forget-pass a {
color: gray;
}
.form-inn-inp {
width: 100%;
padding: 5px 0px 5px 30px;
border-radius: 5px;
border: 2px solid gray;
}
.form-inn-lab {
position: relative;
top: 31px;
left: 10px;
color: var(--morange);
}
.inputt {
padding: 10px;
background-color: var(--morange);
margin-top: 10px;
border: none;
border-radius: 20px;
width: 100%;
}
.sign-up-inn p {
font-size: 12px;
text-align: center;
opacity: 0.7;
padding: 10px 0px 20px 0px;
}
.sign-up-inn p span {
color:var(--morange) ;
font-weight: 600;
opacity:unset;
cursor: pointer;
padding-left: 5px;
font-size: 16px;
}
.fade-main-form {
width: 100%;
position: fixed;
transition: all .3s;
/* display: none; */
background-color: #000000d9;
z-index: 99;
top: 0;
height: 100vh;
}
.signup-transition {
transition: 0.3s;
}
/* .hh-text1 {
height:230px;
}
.hh-text2 {
height:295px;
} */
.sign-form-main {
width: 100%;
overflow: hidden;
}
.rep-pass-inp {
margin-top: -10px;
}
.form-labb-2 {
top: 26px;
}
@media (max-width:400px) {
.sign-up-inn {
width: 75%;
}
.sign-up-div {
justify-content: space-around;
}
}
/* .text-capitalize {
text-transform: uppercase;
} */
| 0.403449 | 0.120905 |
@-moz-document
url-prefix('http://www.tumblr.com/'),
url-prefix('https://www.tumblr.com/')
{
A.new_post_label > I {height: 90px}
.new_post_label {
padding: 69px 1px 10px 0 !important;
}
.new_post_label > I::before {content: none}
.new_post_label > I {
background: url('http://i.imgur.com/3oj37un.png') no-repeat !important;
background-size: auto !important;
transition-property: background-position !important;
z-index: -1;
}
.new_post_label:nth-of-type(1) > I {background-position: 2px -5px !important}
.new_post_label:nth-of-type(2) > I {background-position: -73px -5px !important}
.new_post_label:nth-of-type(3) > I {background-position: -148px -5px !important}
.new_post_label:nth-of-type(4) > I {background-position: -223px -5px !important}
.new_post_label:nth-of-type(5) > I {background-position: -298px -5px !important}
.new_post_label:nth-of-type(6) > I {background-position: -373px -5px !important}
.new_post_label:nth-of-type(7) > I {background-position: -448px -5px !important}
.new_post_label:nth-of-type(1):hover > I {background-position: 2px -9px !important}
.new_post_label:nth-of-type(2):hover > I {background-position: -73px -9px !important}
.new_post_label:nth-of-type(3):hover > I {background-position: -148px -9px !important}
.new_post_label:nth-of-type(4):hover > I {background-position: -223px -9px !important}
.new_post_label:nth-of-type(5):hover > I {background-position: -298px -9px !important}
.new_post_label:nth-of-type(6):hover > I {background-position: -373px -9px !important}
.new_post_label:nth-of-type(7):hover > I {background-position: -448px -9px !important}
.new_post_label:nth-of-type(1):active > I {background-position: 2px -5px !important}
.new_post_label:nth-of-type(2):active > I {background-position: -73px -5px !important}
.new_post_label:nth-of-type(3):active > I {background-position: -148px -5px !important}
.new_post_label:nth-of-type(4):active > I {background-position: -223px -5px !important}
.new_post_label:nth-of-type(5):active > I {background-position: -298px -5px !important}
.new_post_label:nth-of-type(6):active > I {background-position: -373px -5px !important}
.new_post_label:nth-of-type(7):active > I {background-position: -448px -5px !important}
}
|
data/usercss/134689.user.css
|
@-moz-document
url-prefix('http://www.tumblr.com/'),
url-prefix('https://www.tumblr.com/')
{
A.new_post_label > I {height: 90px}
.new_post_label {
padding: 69px 1px 10px 0 !important;
}
.new_post_label > I::before {content: none}
.new_post_label > I {
background: url('http://i.imgur.com/3oj37un.png') no-repeat !important;
background-size: auto !important;
transition-property: background-position !important;
z-index: -1;
}
.new_post_label:nth-of-type(1) > I {background-position: 2px -5px !important}
.new_post_label:nth-of-type(2) > I {background-position: -73px -5px !important}
.new_post_label:nth-of-type(3) > I {background-position: -148px -5px !important}
.new_post_label:nth-of-type(4) > I {background-position: -223px -5px !important}
.new_post_label:nth-of-type(5) > I {background-position: -298px -5px !important}
.new_post_label:nth-of-type(6) > I {background-position: -373px -5px !important}
.new_post_label:nth-of-type(7) > I {background-position: -448px -5px !important}
.new_post_label:nth-of-type(1):hover > I {background-position: 2px -9px !important}
.new_post_label:nth-of-type(2):hover > I {background-position: -73px -9px !important}
.new_post_label:nth-of-type(3):hover > I {background-position: -148px -9px !important}
.new_post_label:nth-of-type(4):hover > I {background-position: -223px -9px !important}
.new_post_label:nth-of-type(5):hover > I {background-position: -298px -9px !important}
.new_post_label:nth-of-type(6):hover > I {background-position: -373px -9px !important}
.new_post_label:nth-of-type(7):hover > I {background-position: -448px -9px !important}
.new_post_label:nth-of-type(1):active > I {background-position: 2px -5px !important}
.new_post_label:nth-of-type(2):active > I {background-position: -73px -5px !important}
.new_post_label:nth-of-type(3):active > I {background-position: -148px -5px !important}
.new_post_label:nth-of-type(4):active > I {background-position: -223px -5px !important}
.new_post_label:nth-of-type(5):active > I {background-position: -298px -5px !important}
.new_post_label:nth-of-type(6):active > I {background-position: -373px -5px !important}
.new_post_label:nth-of-type(7):active > I {background-position: -448px -5px !important}
}
| 0.272508 | 0.080864 |
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
/* width: 40%; */
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.home {
height: 450px !important;
}
/* .box-shadow-hover:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
} */
.pointer {
cursor: pointer;
}
img {
width: auto;
max-height: auto;
}
/* body {
font-family: "Lato", sans-serif;
} */
.sidenav {
height: 100%;
width: 140px;
position: fixed;
z-index: 1;
bottom: 0;
left: 0;
background-color: #2d353c;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover {
color: #f1f1f1;
}
.main {
margin-left: 160px;
/* Same as the width of the sidenav */
font-size: 28px;
/* Increased text to enable scrolling */
padding: 0px 10px;
}
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
.btn-xs {
padding: 0 3px !important
}
.btn-primary2 {
background-color: #6a91c4;
border-color: #6a91c4;
}
.btn-primary2:hover {
color: #fff;
background-color: #76a2da;
border-color: #76a2da;
}
.btn-primary:hover {
color: #fff;
background-color: #f7af47;
border-color: #f7af47;
}
.content.has-bg .content-bg:before {
content: '';
background: none !important;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0
}
.btn-main:hover {
color: #fff;
background-color: #5583aa;
border-color: #5583aa;
}
.btn-main {
color: white;
background-color: #2b6495;
border-color: #2b6495;
}
pre[class*="language-"]>code {
border-left: 0px !important;
}
.container {
max-width: 1300px !important;
}
body {
font-size: 18px !important;
}
.btn {
font-size: 18px !important;
}
.code {
font-size: 12px !important;
}
.btn-b{
background-color: #2b6495;
margin-top: 8px;
padding: 3px 3px;
color: white;
}
.btn-b:hover {
background-color: #5583aa;
color: white;
}
.btn-r{
background-color: #8C1911;
margin-top: 8px;
padding: 3px 3px;
color: white;
}
.btn-r:hover {
background-color: #a34640;
color: white;
}
|
wikxhibit/assets/css/wikxhibit.css
|
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
/* width: 40%; */
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.home {
height: 450px !important;
}
/* .box-shadow-hover:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
} */
.pointer {
cursor: pointer;
}
img {
width: auto;
max-height: auto;
}
/* body {
font-family: "Lato", sans-serif;
} */
.sidenav {
height: 100%;
width: 140px;
position: fixed;
z-index: 1;
bottom: 0;
left: 0;
background-color: #2d353c;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover {
color: #f1f1f1;
}
.main {
margin-left: 160px;
/* Same as the width of the sidenav */
font-size: 28px;
/* Increased text to enable scrolling */
padding: 0px 10px;
}
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
.btn-xs {
padding: 0 3px !important
}
.btn-primary2 {
background-color: #6a91c4;
border-color: #6a91c4;
}
.btn-primary2:hover {
color: #fff;
background-color: #76a2da;
border-color: #76a2da;
}
.btn-primary:hover {
color: #fff;
background-color: #f7af47;
border-color: #f7af47;
}
.content.has-bg .content-bg:before {
content: '';
background: none !important;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0
}
.btn-main:hover {
color: #fff;
background-color: #5583aa;
border-color: #5583aa;
}
.btn-main {
color: white;
background-color: #2b6495;
border-color: #2b6495;
}
pre[class*="language-"]>code {
border-left: 0px !important;
}
.container {
max-width: 1300px !important;
}
body {
font-size: 18px !important;
}
.btn {
font-size: 18px !important;
}
.code {
font-size: 12px !important;
}
.btn-b{
background-color: #2b6495;
margin-top: 8px;
padding: 3px 3px;
color: white;
}
.btn-b:hover {
background-color: #5583aa;
color: white;
}
.btn-r{
background-color: #8C1911;
margin-top: 8px;
padding: 3px 3px;
color: white;
}
.btn-r:hover {
background-color: #a34640;
color: white;
}
| 0.38318 | 0.141697 |
Brooklyn minisite
*/
/* BASIC STYLES */
body {margin: 0px; padding: 10px 0px 20px 0px; font-family: arial, helvetica, sans-serif; background-color: #ffffff; color: #393939; font-size: 15px;}
h1, h2, h3, h4, h5, h6 {}
input, select, textarea {}
p, li, label, td, th,input, select, textarea {}
h1 {margin: 0 0 20px 0; padding: 0; font-size: 32px; font-weight: normal; color: #4d9d3a; border-bottom: 1px solid #e9e9e9;}
h2 {margin: 1.25em 0 20px 0; font-size: 20px; font-weight: normal; color: #4f8243}
h3 {margin: 1.1em 0 20px 0; font-size: 17px; font-weight: bold; color: #111111;}
h4 {margin: 1.1em 0 20px 0; font-size: 15px; font-weight: bold;}
textarea {width: 500px; padding: 2px 5px;}
p, input, label, li {}
p { margin: 0.75em 0; line-height: 1.4em;}
form {padding: 0; margin: 0;}
img {border: 0;}
a {color: #4f9d3c;}
a:hover {text-decoration: none;}
/*ACCESSIBILITY*/
#shortcuts {display: block; position: absolute; top: -100px; z-index: 0}
#shortcuts a {padding: 0 0.5em; left: 0; z-index: 0}
#shortcuts a:focus, #shortcuts a:active {display: inline; z-index: 2; background-color: #ffff00; color: #000000; text-decoration: none; position: absolute; top: 100px;}
/* STRUCTURE */
#container {width: 980px; padding: 0; margin: 0 auto;}
#contentcontainer {clear: both; width: 980px; overflow: hidden;}
#maincontent {width: 710px; float: left; padding: 10px 0px 25px 10px; background-color: #ffffff;}
#sidebar {width: 155px; float: right; background: #ffffff url(images/bridge.png) no-repeat 0 12px; padding: 112px 5px 20px 0;}
/* HEADER */
#header {padding: 0;}
#identity {float: left; margin: 0; padding: 30px 0 15px 10px;}
#identity a {text-decoration: none; display: block; margin: 0; color: #4d9d3a; font-size: 2.5em; padding: 0; background: transparent url(images/brooklyn.gif) no-repeat 0 0; width: 206px; height: 44px; text-indent: -1000px; overflow: hidden;}
.searchform {float: right; width: 160px; margin: 0; padding: 5px 5px 0 0; overflow: hidden; text-align: right;}
.searchinput {width: 147px; background: #ffffff; border: 1px solid #b1b7c2; -moz-border-radius: 5px; border-radius: 5px; color: #c8ccd5; padding: 3px;}
.searchinput:focus {color: #333333;}
/*MENUS*/
#header #quicklinks {float: right; list-style: none; margin: 0; padding: 0 10px 0 0;}
#header #quicklinks li {margin: 0; padding: 0 5px 0 7px; text-transform: uppercase; font-size: 10px; float: left; background: #ffffff url(images/divider-quicklinks.gif) no-repeat left center;}
#header #quicklinks li:first-child {background-image: none;}
#header #quicklinks a {text-decoration: none; color: #4f8243;}
#menubar {clear: both; width: 978px; height: 34px; background-color: #e8eded; border: 1px solid #d5dade; -moz-border-radius: 8px; border-radius: 8px;}
#mainmenu {list-style: none; margin: 0; padding: 4px 0 0 2px; width: 765px; display: block; float: left; font-size: 15px;}
#mainmenu li {float: left; position: relative; margin: 0; padding: 0; }
#mainmenu>li {border: 1px solid transparent; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-bottom: 0;}
#mainmenu a {display: block; text-decoration: none; color: #508243;}
#mainmenu>li>a {padding: 0 8px 5px 8px; line-height: 25px;}
#mainmenu>li:hover {background-color: #ffffff; border: 1px solid #dbe0e4; border-bottom: 0;}
#mainmenu .current a {color: #838a8b;}
#mainmenu ul {display: none; position: absolute; top: 30px; left: -1px; float: left; background-color: #f5f5f5; border: 1px solid #dbe0e4; border-top: 0; list-style: none; margin: 0; padding: 5px; width: 185px;}
#mainmenu ul ul {left: 100%; margin-left: 6px; top: -1px; border-top: 1px solid #dbe0e4;}
#mainmenu ul li {width: 183px; padding: 0; border: 1px solid transparent;}
#mainmenu ul li:hover {border: 1px solid #dbe0e4; background-color: #ffffff;}
#mainmenu ul a {font-size: 14px; padding: 7px;}
#mainmenu li:hover > ul, #mainmenu li.sfHover > ul {display: block;}
/* MAIN CONTENT */
#breadcrumb {font-size: 12px; margin: 0 0 2em 0; color: #636363;}
#breadcrumb a {color: #636363; text-decoration: none;}
#breadcrumb a:hover {color: #636363; text-decoration: underline;}
#breadcrumb span {color: #9e9e9e;}
#maincontent ul {margin: 0.75em 0; padding: 0 0 0 25px;}
#maincontent li {line-height: 1.5em; margin: 0 0 0.25em 0; padding: 0;}
table {width: 100%; border: 1px solid #dbe0e4; border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px;}
th, td {text-align: center; padding: 5px;}
th {background-color: #f2f3f5; font-weight: bold; color: #121212; border-right: 1px solid #dbe0e4;}
td {border-top: 1px solid #dbe0e4; border-right: 1px solid #dbe0e4; padding: 5px;}
th:last-child, td:last-child {border-right: 0;}
/* PAGE ELEMENTS */
div.warning{
background-color: #F8CB9C;
border: 1px solid #FFAB7C;
padding-left: 0.75em;
-moz-border-radius: 8px;
border-radius: 8px;
}
#page_notes{
display: none;
background-color: #4D9D3A;
border: 3px solid orange;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 0.3em;
padding-left: 0.75em;
margin-top: -0.5em;
margin-bottom: 1em;
}
#page_notes .warning_banner_image img {
width: 64px; padding-top: 8px; padding-right: 12px;
float: left;
}
#page_notes p { line-height: 100%; color: white; }
#page_notes p.warning_banner_buttons {padding-right: 24px; }
#page_notes p.warning_banner_buttons a, #page_notes p.warning_banner_buttons a:visited {
color: orange; font-weight: bold; padding-right: 1em; text-decoration: none; }
#page_notes p.warning_banner_buttons a:hover { color: #FFC31E; font-weight: bold; }
/* SIDEBAR */
#sidebar {font-size: 13px;}
#sidebar h2 {text-transform: uppercase; font-size: 12px; color: #111111; margin: 15px 0 5px 0;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}
#sidebar li {margin: 0 0 5px; padding: 0;}
#sidebar li a {text-decoration: none;}
#sidebar li a:hover {text-decoration: underline;}
/* FOOTER */
#footer {color: #9aa2a6; margin: 0; height: auto; margin: 0 10px; overflow: hidden; border-top: 1px solid #cbcbcb; font-size: 10px;}
#footer p {padding: 0; line-height: 12px; font-size: 10px;}
#footer p#copyright {float: right; text-align: right; color: #6c6c6c;}
#footer p#linklove {float: left; text-align: left; color: #b6b6b6;}
#footer p#linklove a {color: #b6b6b6; text-decoration: none;}
#footer p#linklove a:hover {text-decoration: underline;}
/* CODE */
pre {
font-family: Consolas, Lucida Console, Monaco, monospace;
background-color:#e8eded;
padding: 1em;
font-size: 85%;
overflow-y: auto; /* horizontal scroll bar if line length is too long */
}
code {
font-family: Consolas, Lucida Console, Monaco, monospace;
font-size: 85%;
line-height: 85%;
}
pre code { font-size: 85%; }
.highlight { background-color:#e8eded; } /* clipboard icon should have the same background color as the code */
|
docs/style/style.css
|
Brooklyn minisite
*/
/* BASIC STYLES */
body {margin: 0px; padding: 10px 0px 20px 0px; font-family: arial, helvetica, sans-serif; background-color: #ffffff; color: #393939; font-size: 15px;}
h1, h2, h3, h4, h5, h6 {}
input, select, textarea {}
p, li, label, td, th,input, select, textarea {}
h1 {margin: 0 0 20px 0; padding: 0; font-size: 32px; font-weight: normal; color: #4d9d3a; border-bottom: 1px solid #e9e9e9;}
h2 {margin: 1.25em 0 20px 0; font-size: 20px; font-weight: normal; color: #4f8243}
h3 {margin: 1.1em 0 20px 0; font-size: 17px; font-weight: bold; color: #111111;}
h4 {margin: 1.1em 0 20px 0; font-size: 15px; font-weight: bold;}
textarea {width: 500px; padding: 2px 5px;}
p, input, label, li {}
p { margin: 0.75em 0; line-height: 1.4em;}
form {padding: 0; margin: 0;}
img {border: 0;}
a {color: #4f9d3c;}
a:hover {text-decoration: none;}
/*ACCESSIBILITY*/
#shortcuts {display: block; position: absolute; top: -100px; z-index: 0}
#shortcuts a {padding: 0 0.5em; left: 0; z-index: 0}
#shortcuts a:focus, #shortcuts a:active {display: inline; z-index: 2; background-color: #ffff00; color: #000000; text-decoration: none; position: absolute; top: 100px;}
/* STRUCTURE */
#container {width: 980px; padding: 0; margin: 0 auto;}
#contentcontainer {clear: both; width: 980px; overflow: hidden;}
#maincontent {width: 710px; float: left; padding: 10px 0px 25px 10px; background-color: #ffffff;}
#sidebar {width: 155px; float: right; background: #ffffff url(images/bridge.png) no-repeat 0 12px; padding: 112px 5px 20px 0;}
/* HEADER */
#header {padding: 0;}
#identity {float: left; margin: 0; padding: 30px 0 15px 10px;}
#identity a {text-decoration: none; display: block; margin: 0; color: #4d9d3a; font-size: 2.5em; padding: 0; background: transparent url(images/brooklyn.gif) no-repeat 0 0; width: 206px; height: 44px; text-indent: -1000px; overflow: hidden;}
.searchform {float: right; width: 160px; margin: 0; padding: 5px 5px 0 0; overflow: hidden; text-align: right;}
.searchinput {width: 147px; background: #ffffff; border: 1px solid #b1b7c2; -moz-border-radius: 5px; border-radius: 5px; color: #c8ccd5; padding: 3px;}
.searchinput:focus {color: #333333;}
/*MENUS*/
#header #quicklinks {float: right; list-style: none; margin: 0; padding: 0 10px 0 0;}
#header #quicklinks li {margin: 0; padding: 0 5px 0 7px; text-transform: uppercase; font-size: 10px; float: left; background: #ffffff url(images/divider-quicklinks.gif) no-repeat left center;}
#header #quicklinks li:first-child {background-image: none;}
#header #quicklinks a {text-decoration: none; color: #4f8243;}
#menubar {clear: both; width: 978px; height: 34px; background-color: #e8eded; border: 1px solid #d5dade; -moz-border-radius: 8px; border-radius: 8px;}
#mainmenu {list-style: none; margin: 0; padding: 4px 0 0 2px; width: 765px; display: block; float: left; font-size: 15px;}
#mainmenu li {float: left; position: relative; margin: 0; padding: 0; }
#mainmenu>li {border: 1px solid transparent; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-bottom: 0;}
#mainmenu a {display: block; text-decoration: none; color: #508243;}
#mainmenu>li>a {padding: 0 8px 5px 8px; line-height: 25px;}
#mainmenu>li:hover {background-color: #ffffff; border: 1px solid #dbe0e4; border-bottom: 0;}
#mainmenu .current a {color: #838a8b;}
#mainmenu ul {display: none; position: absolute; top: 30px; left: -1px; float: left; background-color: #f5f5f5; border: 1px solid #dbe0e4; border-top: 0; list-style: none; margin: 0; padding: 5px; width: 185px;}
#mainmenu ul ul {left: 100%; margin-left: 6px; top: -1px; border-top: 1px solid #dbe0e4;}
#mainmenu ul li {width: 183px; padding: 0; border: 1px solid transparent;}
#mainmenu ul li:hover {border: 1px solid #dbe0e4; background-color: #ffffff;}
#mainmenu ul a {font-size: 14px; padding: 7px;}
#mainmenu li:hover > ul, #mainmenu li.sfHover > ul {display: block;}
/* MAIN CONTENT */
#breadcrumb {font-size: 12px; margin: 0 0 2em 0; color: #636363;}
#breadcrumb a {color: #636363; text-decoration: none;}
#breadcrumb a:hover {color: #636363; text-decoration: underline;}
#breadcrumb span {color: #9e9e9e;}
#maincontent ul {margin: 0.75em 0; padding: 0 0 0 25px;}
#maincontent li {line-height: 1.5em; margin: 0 0 0.25em 0; padding: 0;}
table {width: 100%; border: 1px solid #dbe0e4; border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px;}
th, td {text-align: center; padding: 5px;}
th {background-color: #f2f3f5; font-weight: bold; color: #121212; border-right: 1px solid #dbe0e4;}
td {border-top: 1px solid #dbe0e4; border-right: 1px solid #dbe0e4; padding: 5px;}
th:last-child, td:last-child {border-right: 0;}
/* PAGE ELEMENTS */
div.warning{
background-color: #F8CB9C;
border: 1px solid #FFAB7C;
padding-left: 0.75em;
-moz-border-radius: 8px;
border-radius: 8px;
}
#page_notes{
display: none;
background-color: #4D9D3A;
border: 3px solid orange;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 0.3em;
padding-left: 0.75em;
margin-top: -0.5em;
margin-bottom: 1em;
}
#page_notes .warning_banner_image img {
width: 64px; padding-top: 8px; padding-right: 12px;
float: left;
}
#page_notes p { line-height: 100%; color: white; }
#page_notes p.warning_banner_buttons {padding-right: 24px; }
#page_notes p.warning_banner_buttons a, #page_notes p.warning_banner_buttons a:visited {
color: orange; font-weight: bold; padding-right: 1em; text-decoration: none; }
#page_notes p.warning_banner_buttons a:hover { color: #FFC31E; font-weight: bold; }
/* SIDEBAR */
#sidebar {font-size: 13px;}
#sidebar h2 {text-transform: uppercase; font-size: 12px; color: #111111; margin: 15px 0 5px 0;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}
#sidebar li {margin: 0 0 5px; padding: 0;}
#sidebar li a {text-decoration: none;}
#sidebar li a:hover {text-decoration: underline;}
/* FOOTER */
#footer {color: #9aa2a6; margin: 0; height: auto; margin: 0 10px; overflow: hidden; border-top: 1px solid #cbcbcb; font-size: 10px;}
#footer p {padding: 0; line-height: 12px; font-size: 10px;}
#footer p#copyright {float: right; text-align: right; color: #6c6c6c;}
#footer p#linklove {float: left; text-align: left; color: #b6b6b6;}
#footer p#linklove a {color: #b6b6b6; text-decoration: none;}
#footer p#linklove a:hover {text-decoration: underline;}
/* CODE */
pre {
font-family: Consolas, Lucida Console, Monaco, monospace;
background-color:#e8eded;
padding: 1em;
font-size: 85%;
overflow-y: auto; /* horizontal scroll bar if line length is too long */
}
code {
font-family: Consolas, Lucida Console, Monaco, monospace;
font-size: 85%;
line-height: 85%;
}
pre code { font-size: 85%; }
.highlight { background-color:#e8eded; } /* clipboard icon should have the same background color as the code */
| 0.252845 | 0.209672 |
i,
span,
output {
color: white;
text-align: left;
}
.tab-title {
/* background-color: #B2FF99;*/
/*vertical-align: top;*/
height:45px;
}
body {
background: #282828; !important;
}
.labelSwitch {
color: white;
}
.labelPID {
color: white;
text-align: center;
font-size: 0.875em;
}
.PIDSliderLabel{
color: white;
text-align: center;
font-size: 0.875em;
}
span,
output
{
color: white;
text-align: left;
}
div.switch label {
display: block;
margin-bottom: 1rem;
position: relative;
color: white;
background: #dddddd;
text-indent: 100%;
width: 4rem;
height: 2rem;
cursor: pointer;
transition: left 0.15s ease-out; }
div.switch input {
display: none; }
div.switch input + label {
margin-left: 0;
margin-right: 0; }
div.switch label:after {
content: "";
display: block;
background: white;
position: absolute;
top: .25rem;
left: .25rem;
width: 1.5rem;
height: 1.5rem;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
div.switch input:checked + label {
background: #008cba; }
div.switch input:checked + label:after {
left: 2.25rem; }
div.switch label {
width: 4rem;
height: 2rem; }
div.switch label:after {
width: 1.5rem;
height: 1.5rem; }
div.switch input:checked + label:after {
left: 2.25rem; }
div.switch label {
color: transparent;
background: #dddddd; }
div.switch label:after {
background: white; }
div.switch input:checked + label {
background: #008cba; }
div.switch.large label {
width: 5rem;
height: 2.5rem; }
div.switch.large label:after {
width: 2rem;
height: 2rem; }
div.switch.large input:checked + label:after {
left: 2.75rem; }
div.switch.small label {
width: 3.5rem;
height: 1.75rem; }
div.switch.small label:after {
width: 1.25rem;
height: 1.25rem; }
div.switch.small input:checked + label:after {
left: 2rem; }
div.switch.tiny label {
width: 3rem;
height: 1.5rem; }
div.switch.tiny label:after {
width: 1rem;
height: 1rem; }
div.switch.tiny input:checked + label:after {
left: 1.75rem; }
div.switch.radius label {
border-radius: 4px; }
div.switch.radius label:after {
border-radius: 3px; }
div.switch.round {
border-radius: 1000px; }
div.switch.round label {
border-radius: 2rem; }
div.switch.round label:after {
border-radius: 2rem; }
input[class=PIDControlSlider] {
-webkit-appearance: slider-vertical;
width: 20px;
height: 250px;}
input[class=Throttle] {
-webkit-appearance: slider-vertical;
width: 20px;
height: 250px;}
input[class=PIDControlSlider]::-webkit-slider-runnable-track {
width: 20px;
height: 250px;
background: #ddd;
border: none;
border-radius: 3px;
}
input[class=PIDControlSlider]::-webkit-slider-thumb {
-webkit-appearance: slider-vertical;
border: none;
height: 30px;
width: 30px;
border-radius: 50%;
background: goldenrod;
margin-top: -4px;
}
input[class=PIDControlSlider]:focus {
outline: none;
}
input[class=PIDControlSlider]:focus::-webkit-slider-runnable-track {
background: #ccc;
}
#info {
position : absolute;
top : 0px;
width : 100%;
padding : 5px;
text-align : center;
}
#info a {
color : #66F;
text-decoration : none;
}
#info a:hover {
text-decoration : underline;
}
#container {
width : 250px;
height : 250px;
overflow : hidden;
padding : 5px;
margin : 5px;
border-width: 2px;
border-style: dashed;
-webkit-user-select : none;
-moz-user-select : none;
}
|
server/wwwroot/css/custom.css
|
i,
span,
output {
color: white;
text-align: left;
}
.tab-title {
/* background-color: #B2FF99;*/
/*vertical-align: top;*/
height:45px;
}
body {
background: #282828; !important;
}
.labelSwitch {
color: white;
}
.labelPID {
color: white;
text-align: center;
font-size: 0.875em;
}
.PIDSliderLabel{
color: white;
text-align: center;
font-size: 0.875em;
}
span,
output
{
color: white;
text-align: left;
}
div.switch label {
display: block;
margin-bottom: 1rem;
position: relative;
color: white;
background: #dddddd;
text-indent: 100%;
width: 4rem;
height: 2rem;
cursor: pointer;
transition: left 0.15s ease-out; }
div.switch input {
display: none; }
div.switch input + label {
margin-left: 0;
margin-right: 0; }
div.switch label:after {
content: "";
display: block;
background: white;
position: absolute;
top: .25rem;
left: .25rem;
width: 1.5rem;
height: 1.5rem;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
div.switch input:checked + label {
background: #008cba; }
div.switch input:checked + label:after {
left: 2.25rem; }
div.switch label {
width: 4rem;
height: 2rem; }
div.switch label:after {
width: 1.5rem;
height: 1.5rem; }
div.switch input:checked + label:after {
left: 2.25rem; }
div.switch label {
color: transparent;
background: #dddddd; }
div.switch label:after {
background: white; }
div.switch input:checked + label {
background: #008cba; }
div.switch.large label {
width: 5rem;
height: 2.5rem; }
div.switch.large label:after {
width: 2rem;
height: 2rem; }
div.switch.large input:checked + label:after {
left: 2.75rem; }
div.switch.small label {
width: 3.5rem;
height: 1.75rem; }
div.switch.small label:after {
width: 1.25rem;
height: 1.25rem; }
div.switch.small input:checked + label:after {
left: 2rem; }
div.switch.tiny label {
width: 3rem;
height: 1.5rem; }
div.switch.tiny label:after {
width: 1rem;
height: 1rem; }
div.switch.tiny input:checked + label:after {
left: 1.75rem; }
div.switch.radius label {
border-radius: 4px; }
div.switch.radius label:after {
border-radius: 3px; }
div.switch.round {
border-radius: 1000px; }
div.switch.round label {
border-radius: 2rem; }
div.switch.round label:after {
border-radius: 2rem; }
input[class=PIDControlSlider] {
-webkit-appearance: slider-vertical;
width: 20px;
height: 250px;}
input[class=Throttle] {
-webkit-appearance: slider-vertical;
width: 20px;
height: 250px;}
input[class=PIDControlSlider]::-webkit-slider-runnable-track {
width: 20px;
height: 250px;
background: #ddd;
border: none;
border-radius: 3px;
}
input[class=PIDControlSlider]::-webkit-slider-thumb {
-webkit-appearance: slider-vertical;
border: none;
height: 30px;
width: 30px;
border-radius: 50%;
background: goldenrod;
margin-top: -4px;
}
input[class=PIDControlSlider]:focus {
outline: none;
}
input[class=PIDControlSlider]:focus::-webkit-slider-runnable-track {
background: #ccc;
}
#info {
position : absolute;
top : 0px;
width : 100%;
padding : 5px;
text-align : center;
}
#info a {
color : #66F;
text-decoration : none;
}
#info a:hover {
text-decoration : underline;
}
#container {
width : 250px;
height : 250px;
overflow : hidden;
padding : 5px;
margin : 5px;
border-width: 2px;
border-style: dashed;
-webkit-user-select : none;
-moz-user-select : none;
}
| 0.207175 | 0.112016 |
body {
padding-top: 70px;
background-image: url("background.jpg");
background-color: #cccccc;
color: white;
}
.logophoto{
position:relative;
TOP:20PX;
RIGHT:50px;
margin-right: 100 px;
}
.loginss{
margin-top:120px;
padding: 15px;
background: rgba(256, 256, 256, 0.3);
border: 2px solid orange;
}
.buybutton {
-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
box-shadow:inset 0px 1px 0px 0px #fce2c1;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff7003) );
background:-moz-linear-gradient( center top, #ffc477 5%, #ff7003 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff7003');
background-color:#ffc477;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
text-indent:0;
border:1px solid #eeb44f;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height:23px;
line-height:23px;
width:100px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #cc9f52;
}
.buybutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7003), color-stop(1, #ffc477) );
background:-moz-linear-gradient( center top, #ff7003 5%, #ffc477 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7003', endColorstr='#ffc477');
background-color:#ff7003;
}.buybutton:active {
position:relative;
top:1px;
}
.loginbutton {
margin-left:55px;
margin-top: 10px;
-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
box-shadow:inset 0px 1px 0px 0px #fce2c1;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff7003) );
background:-moz-linear-gradient( center top, #ffc477 5%, #ff7003 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff7003');
background-color:#ffc477;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
text-indent:0;
border:1px solid #eeb44f;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height:26px;
line-height:26px;
width:92px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #cc9f52;
}
.loginbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7003), color-stop(1, #ffc477) );
background:-moz-linear-gradient( center top, #ff7003 5%, #ffc477 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7003', endColorstr='#ffc477');
background-color:#ff7003;
}.loginbutton:active {
position:relative;
top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
.slide-image {
width: 100%;
}
.carousel-holder {
margin-bottom: 30px;
}
/*.col-md-3 {
}*/
.list-group {
margin: auto;
width: 60%;
padding: 10px;
}
.carousel-control,
.item {
border-radius: 4px;
}
.caption {
height: 130px;
overflow: hidden;
}
.caption h4 {
white-space: nowrap;
}
.thumbnail img {
width: 100%;
}
.ratings {
padding-right: 10px;
padding-left: 10px;
color: #d17581;
}
.thumbnail {
padding: 0;
}
.thumbnail .caption-full {
padding: 9px;
color: #333;
}
footer {
margin: 50px 0;
}
|
css/shop-homepage.css
|
body {
padding-top: 70px;
background-image: url("background.jpg");
background-color: #cccccc;
color: white;
}
.logophoto{
position:relative;
TOP:20PX;
RIGHT:50px;
margin-right: 100 px;
}
.loginss{
margin-top:120px;
padding: 15px;
background: rgba(256, 256, 256, 0.3);
border: 2px solid orange;
}
.buybutton {
-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
box-shadow:inset 0px 1px 0px 0px #fce2c1;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff7003) );
background:-moz-linear-gradient( center top, #ffc477 5%, #ff7003 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff7003');
background-color:#ffc477;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
text-indent:0;
border:1px solid #eeb44f;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height:23px;
line-height:23px;
width:100px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #cc9f52;
}
.buybutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7003), color-stop(1, #ffc477) );
background:-moz-linear-gradient( center top, #ff7003 5%, #ffc477 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7003', endColorstr='#ffc477');
background-color:#ff7003;
}.buybutton:active {
position:relative;
top:1px;
}
.loginbutton {
margin-left:55px;
margin-top: 10px;
-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
box-shadow:inset 0px 1px 0px 0px #fce2c1;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff7003) );
background:-moz-linear-gradient( center top, #ffc477 5%, #ff7003 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff7003');
background-color:#ffc477;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
text-indent:0;
border:1px solid #eeb44f;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height:26px;
line-height:26px;
width:92px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #cc9f52;
}
.loginbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7003), color-stop(1, #ffc477) );
background:-moz-linear-gradient( center top, #ff7003 5%, #ffc477 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7003', endColorstr='#ffc477');
background-color:#ff7003;
}.loginbutton:active {
position:relative;
top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
.slide-image {
width: 100%;
}
.carousel-holder {
margin-bottom: 30px;
}
/*.col-md-3 {
}*/
.list-group {
margin: auto;
width: 60%;
padding: 10px;
}
.carousel-control,
.item {
border-radius: 4px;
}
.caption {
height: 130px;
overflow: hidden;
}
.caption h4 {
white-space: nowrap;
}
.thumbnail img {
width: 100%;
}
.ratings {
padding-right: 10px;
padding-left: 10px;
color: #d17581;
}
.thumbnail {
padding: 0;
}
.thumbnail .caption-full {
padding: 9px;
color: #333;
}
footer {
margin: 50px 0;
}
| 0.409929 | 0.1015 |
.loader-not {
--path: #2F3545;
--dot: #5628EE;
--duration: 3s;
width: 44px;
height: 44px;
position: relative;
}
.loader-not:before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
position: absolute;
display: block;
background: var(--dot);
top: 37px;
left: 19px;
transform: translate(-18px, -18px);
animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader-not svg {
display: block;
width: 100%;
height: 100%;
}
.loader-not svg rect,
.loader-not svg polygon,
.loader-not svg circle {
fill: none;
stroke: var(--path);
stroke-width: 10px;
stroke-linejoin: round;
stroke-linecap: round;
}
.loader-not svg polygon {
stroke-dasharray: 145 76 145 76;
stroke-dashoffset: 0;
animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader-not svg rect {
stroke-dasharray: 192 64 192 64;
stroke-dashoffset: 0;
animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader-not svg circle {
stroke-dasharray: 150 50 150 50;
stroke-dashoffset: 75;
animation: pathCircle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader-not.triangle {
width: 48px;
}
.loader-not.triangle:before {
left: 21px;
transform: translate(-10px, -18px);
animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
@keyframes pathTriangle {
33% {
stroke-dashoffset: 74;
}
66% {
stroke-dashoffset: 147;
}
100% {
stroke-dashoffset: 221;
}
}
@keyframes dotTriangle {
33% {
transform: translate(0, 0);
}
66% {
transform: translate(10px, -18px);
}
100% {
transform: translate(-10px, -18px);
}
}
@keyframes pathRect {
25% {
stroke-dashoffset: 64;
}
50% {
stroke-dashoffset: 128;
}
75% {
stroke-dashoffset: 192;
}
100% {
stroke-dashoffset: 256;
}
}
@keyframes dotRect {
25% {
transform: translate(0, 0);
}
50% {
transform: translate(18px, -18px);
}
75% {
transform: translate(0, -36px);
}
100% {
transform: translate(-18px, -18px);
}
}
@keyframes pathCircle {
25% {
stroke-dashoffset: 125;
}
50% {
stroke-dashoffset: 175;
}
75% {
stroke-dashoffset: 225;
}
100% {
stroke-dashoffset: 275;
}
}
.loader-not {
display: inline-block;
margin: 0 16px;
}
html {
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
body .dribbble {
position: fixed;
display: block;
right: 20px;
bottom: 20px;
}
body .dribbble img {
display: block;
height: 28px;
}
.loader-body {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
/*# sourceMappingURL=loader.css.map */
|
public/assets/backend-assest_old/css/loader.css
|
.loader-not {
--path: #2F3545;
--dot: #5628EE;
--duration: 3s;
width: 44px;
height: 44px;
position: relative;
}
.loader-not:before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
position: absolute;
display: block;
background: var(--dot);
top: 37px;
left: 19px;
transform: translate(-18px, -18px);
animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader-not svg {
display: block;
width: 100%;
height: 100%;
}
.loader-not svg rect,
.loader-not svg polygon,
.loader-not svg circle {
fill: none;
stroke: var(--path);
stroke-width: 10px;
stroke-linejoin: round;
stroke-linecap: round;
}
.loader-not svg polygon {
stroke-dasharray: 145 76 145 76;
stroke-dashoffset: 0;
animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader-not svg rect {
stroke-dasharray: 192 64 192 64;
stroke-dashoffset: 0;
animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader-not svg circle {
stroke-dasharray: 150 50 150 50;
stroke-dashoffset: 75;
animation: pathCircle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader-not.triangle {
width: 48px;
}
.loader-not.triangle:before {
left: 21px;
transform: translate(-10px, -18px);
animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
@keyframes pathTriangle {
33% {
stroke-dashoffset: 74;
}
66% {
stroke-dashoffset: 147;
}
100% {
stroke-dashoffset: 221;
}
}
@keyframes dotTriangle {
33% {
transform: translate(0, 0);
}
66% {
transform: translate(10px, -18px);
}
100% {
transform: translate(-10px, -18px);
}
}
@keyframes pathRect {
25% {
stroke-dashoffset: 64;
}
50% {
stroke-dashoffset: 128;
}
75% {
stroke-dashoffset: 192;
}
100% {
stroke-dashoffset: 256;
}
}
@keyframes dotRect {
25% {
transform: translate(0, 0);
}
50% {
transform: translate(18px, -18px);
}
75% {
transform: translate(0, -36px);
}
100% {
transform: translate(-18px, -18px);
}
}
@keyframes pathCircle {
25% {
stroke-dashoffset: 125;
}
50% {
stroke-dashoffset: 175;
}
75% {
stroke-dashoffset: 225;
}
100% {
stroke-dashoffset: 275;
}
}
.loader-not {
display: inline-block;
margin: 0 16px;
}
html {
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
body .dribbble {
position: fixed;
display: block;
right: 20px;
bottom: 20px;
}
body .dribbble img {
display: block;
height: 28px;
}
.loader-body {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
/*# sourceMappingURL=loader.css.map */
| 0.634996 | 0.149904 |
@charset "UTF-8";
@font-face {
font-family: 'Gotham bold';
src: url("../fonts/Gotham-Bold.otf"), url("../fonts/GothamBold.ttf") format("truetype");
}
@font-face {
font-family: "Gotham light";
src: url("../fonts/Gotham-Light.otf") format("woff2"), url("../fonts/GothamLight.ttf") format("truetype");
}
@font-face {
font-family: "HelvNeue";
src: url("../fonts/helvetica-neue.ttf") format("truetype");
}
@-webkit-keyframes slideInFromTop {
0% {
-webkit-transform: translateY(240%);
transform: translateY(240%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInFromTop {
0% {
-webkit-transform: translateY(240%);
transform: translateY(240%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
:root {
font-size: 13px;
}
p,
a {
font-size: 1rem;
outline: none;
}
.go-back {
width: fit-content;
width: -moz-fit-content;
}
header,
.first-section,
.first-section-left,
.search-content,
.categories,
.categorie,
.hot-promo,
.trending,
.suggestion,
.course-box .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
margin-left: auto;
padding: 8px 10px;
border: none;
width: 35%;
-webkit-transition: width ease-in 400ms;
transition: width ease-in 400ms;
}
.search::-webkit-input-placeholder {
font-style: italic;
}
.search::-ms-input-placeholder {
font-style: italic;
}
main > form .search {
max-width: 600px;
}
.categorie,
.course-box,
main > form .search {
border: 1px solid rgba(0, 0, 0, 0.075);
}
h1,
h2,
h3 {
font-family: "Gotham bold", Arial, Helvetica, sans-serif;
}
.first-section h1,
.search-content,
.categorie-svg,
.hot-ads,
.hot-promo-video-n-text,
.course-box img,
.add-to-cart {
width: 100%;
}
.star {
display: block;
}
.star::before {
content: "★★★★★";
color: #f7bb56;
margin-right: 5px;
}
html,
body {
height: 100%;
color: #383838;
font-family: "Gotham light", 'Times New Roman', Times, serif;
}
h4,
h5,
h6,
option {
font-family: "HelvNeue", 'Times New Roman', Times, serif;
}
body {
background-color: #f9fbfd;
}
main a,
footer a {
color: #d35266;
}
.home-svg {
margin-right: 10px;
margin-left: 10px;
}
.home-svg svg {
width: 20px;
fill: #d35266;
transition: fill ease 300ms;
}
header a {
color: #d35266;
transition: color ease 300ms;
}
.search-button svg {
fill: #414141;
height: 50%;
display: block;
margin: 0 auto;
}
.cart-list {
margin-left: 10px;
}
.cart-list svg {
height: 25px;
fill: #d35266;
transition: fill ease 300ms;
}
.home-svg svg:hover,
.cart-list svg:hover {
fill: white;
}
.logo a {
height: 40px;
background: url("../img/logo.png") no-repeat;
display: block;
width: 40px;
background-size: contain;
}
.language-container a {
padding: 3px 2px;
border: 3px solid #d35266;
width: 70px;
text-align: center;
color: #d35266;
}
header a:hover {
text-decoration: none;
color: #fff;
}
main a:hover,
footer a:hover {
color: #d35266;
}
header {
height: 60px;
padding: 10px 20px;
padding-right: 10px;
background-color: #383838;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header .login {
border: none;
}
/* WORKING ON FIRST SECTION */
.first-section {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #e66f73;
background-image: linear-gradient(315deg, #e06468 0%, #f9c1b1 74%);
height: 300px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 30px;
overflow: hidden;
}
.first-section h1 {
font-size: 2.3rem;
}
.first-section h3 {
font-size: 0.9rem;
}
.first-section .logo a {
width: 200px;
height: 200px;
z-index: 1;
position: relative;
top: 107px;
right: -101px;
}
.clouds {
background: url("https://svgsilh.com/svg/1295100.svg") no-repeat;
display: block;
position: relative;
width: 300px;
height: 200px;
background-size: contain;
top: -20px;
right: -67px;
z-index: 0;
-webkit-animation: 1s ease-out 0s 1 slideInFromTop;
animation: 1s ease-out 0s 1 slideInFromTop;
}
.first-section-left {
width: 40%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -50px;
}
.first-section-left h1 {
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
}
.search-content {
height: 35px;
margin: 0 auto;
}
.first-section-left .search-content {
max-width: 400px;
}
.first-section-left .logo,
.first-section-left .logo a {
width: 50px;
height: 50px;
}
.first-section-left .logo a {
position: unset;
}
/* WORKING ON SEARCH */
.form-select {
border: none;
width: 100px;
}
.search:-ms-input-placeholder {
font-style: italic;
}
.search::placeholder {
font-style: italic;
}
.search:focus {
width: 80%;
outline: none;
}
.search2 {
width: 70px;
border: none;
border-left: 1px solid rgba(0, 0, 0, 0.075);
}
.search2:focus {
outline: none;
}
.search-button {
width: 50px;
height: 100%;
border: none;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-transition: background 200ms linear;
transition: background 200ms linear;
margin-right: auto;
}
.search-button:focus,
button:focus {
outline: none;
}
.search-button:hover {
background: #d7d8d8;
}
/* WORKING ON CATEGORIE */
.categories {
margin: 40px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.categories div {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.language-container a:hover {
text-decoration: none;
border-color: #f0bdbd;
}
.categories a:hover:not(.show-all) {
text-decoration: none;
}
.show-all {
text-align: end;
margin: 15px 30px 0 0;
}
section > h4,
section > .show-all {
width: 100%;
color: #383838;
margin-bottom: 15px;
}
section > h4 {
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.categorie-anchor {
margin: 5px;
-webkit-box-flex: 1;
-ms-flex: 1 1 120px;
flex: 1 1 120px;
max-width: 120px;
}
.categorie {
margin: 10px 5px;
width: 120px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #fff;
-webkit-transition: -webkit-transform 70ms ease-in;
transition: -webkit-transform 70ms ease-in;
transition: transform 70ms ease-in;
transition: transform 70ms ease-in, -webkit-transform 70ms ease-in;
padding: 20px;
}
.categorie h5 {
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
font-size: 1rem;
margin-top: 10px;
}
.categorie:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* WORKING ON HOT ADS SECTION */
.hot-ads {
background-color: #fff;
padding: 20px;
}
.hot-promo-features h6 {
max-width: 154px;
}
.search-sidebar h6 {
margin-top: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #d35266;
margin-bottom: 20px;
}
.hot-promo-features h6 + h6 {
margin-left: 10px;
border-left: 1px solid black;
padding-left: 10px;
}
.hot-ads .video-text h6 {
display: none;
}
.hot-ads .hot-promo-vid {
display: block;
max-height: 350px;
background-size: cover;
}
.hot-ads .video-text {
color: #fff;
top: 30%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
width: 400px;
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
}
.course-title h4 {
font-size: 1.125rem;
}
.hot-ads .video-text h4 {
font-size: 1.875rem;
margin-bottom: 20px;
}
.footer-categories h5 {
border-bottom: 1px solid #d35266;
padding-bottom: 10px;
}
.hot-ads .hot-promo-text {
width: 50%;
margin-top: 20px;
}
.hot-ads .hot-promo-text h5 {
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 1rem;
text-align: justify;
margin-bottom: 15px;
}
.course-star {
display: block;
font-size: 0.8125rem;
}
.hot-ads .course-star {
margin: 40px 0 10px 0;
}
.course-price {
display: block;
}
.hot-ads .course-price {
font-size: 1.25rem;
}
.hot-ads .big-button {
margin-top: 10px;
border: none;
color: white;
background-color: #d35266;
padding: 3px;
-webkit-transition: background-color linear 300ms;
transition: background-color linear 300ms;
}
.hot-ads .hot-promo-text .course-price,
.hot-ads .hot-promo-text .course-star,
.hot-ads .hot-promo-text .big-button {
width: 65%;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.hot-ads .big-button:hover {
background-color: #c02940;
}
.hot-ad-heading {
text-transform: uppercase;
font-weight: 700;
margin-bottom: 15px;
}
.hot-promo {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hot-promo-video-n-text {
margin-top: 10px;
overflow: hidden;
}
.hot-promo-features {
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
font-size: 0.75rem;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
/* TRENDING SECTION */
.trending,
.suggestion {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.section-course {
padding-top: 40px;
}
.course-box {
margin: 2%;
max-width: 73%;
min-width: 260px;
background-color: #fff;
padding: 10px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-transition: background-color ease-in 100ms;
transition: background-color ease-in 100ms;
}
.course-box .text {
padding: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.course-box img {
height: 170px;
-o-object-fit: cover;
object-fit: cover;
}
.course-box img:hover {
cursor: pointer;
}
.course-box:hover {
background-color: #fafafa;
}
.course-price span {
color: #888;
text-decoration: line-through;
}
.dropdown {
width: 90%;
max-width: 600px;
}
.add-to-cart {
margin-top: 10px;
margin-bottom: 10px;
border: none;
text-transform: capitalize;
background-color: #d35266;
color: white;
transition: all ease 300ms;
}
.add-to-cart:hover {
background-color: #c02940;
}
/* WORKING ON FOOTER */
footer {
margin-top: 30px;
border-width: thin;
}
footer,
.footer-2nd-div {
border-top: 1px solid rgba(128, 128, 128, 0.486);
padding-top: 20px;
}
.footer-1st-div {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.footer-div {
width: 100%;
}
.footer-div > div {
margin: 0 auto;
}
.language-container {
height: -webkit-fit-content;
height: fit-content;
height: -moz-fit-content;
max-width: 200px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.language-container p {
margin-bottom: 0;
}
.languages > div {
margin-bottom: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.footer-logo {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: 50%;
min-width: 250px;
}
.footer-logo h3 {
color: #888;
}
.footer-categories {
max-width: 160px;
}
footer ul {
padding: 0;
}
.footer-categories ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-height: 200px;
width: 100%;
max-width: 49%;
min-width: 150px;
}
footer ul li {
list-style-type: none;
padding: 5px;
}
.footer-categories ul li {
-webkit-box-flex: 1;
-ms-flex: 1 1 30px;
flex: 1 1 30px;
}
.copy::after {
content: "©";
margin-left: 5px;
}
.genericon {
display: inline-block;
color: #666;
margin-right: 10px;
line-height: 20px;
margin-bottom: 15px;
}
.genericon:hover {
text-decoration: none;
}
.genericon-facebook:hover {
color: #3b5998;
}
.genericon-twitter:hover {
color: #1da1f2;
}
.genericon-instagram {
font-size: 23px;
}
.genericon-instagram:hover {
color: #1da1f2;
}
.genericon-tumblr {
font-size: 20px;
}
.genericon-tumblr:hover {
color: #35465c;
}
.genericon-linkedin:hover {
color: #0077b5;
}
/* WORKING ON SEARCH PAGE */
.first-div-search {
background-color: #e66f73;
background-image: linear-gradient(315deg, #e06468 0%, #f9c1b1 74%);
}
.search-sidebar {
border-right: 1px solid rgba(128, 128, 128, 0.486);
padding-right: 20px;
width: 200px;
font-size: 0.8rem;
}
.search-sidebar label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-right: 10px;
}
.search-sidebar input {
margin-right: 5px;
}
.container .course-search {
max-width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 20px;
}
.container .course-search img {
max-width: 290px;
min-width: 230px;
height: 200px;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin: 0 auto;
}
.container .course-search .text {
max-width: 290px;
margin: 0 auto;
min-width: 241px;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
}
.first-search-div label + label {
margin-left: 10px;
}
.show-sidebar {
display: none;
}
.hide-filter {
display: block;
}
@media (min-width: 480px) {
:root {
font-size: 13px;
}
header {
font-size: 1.2rem;
}
.header-container .logo {
margin-left: 12%;
}
.purchase-list {
margin-right: 12%;
}
.first-section-left h1 {
font-size: 2.9rem;
}
.first-section-left h3 {
font-size: 1.6rem;
}
.hot-ads .video-text h6 {
display: block;
}
.footer-div {
width: unset;
}
.footer-div > div {
margin: unset;
}
}
@media (min-width: 545px) {
.show-sidebar {
display: block;
}
.hide-filter {
display: none;
}
}
@media (min-width: 575px) {
.container .course-search img {
max-width: 290px;
}
.container .course-search .text {
max-width: 300px;
min-width: unset;
margin: unset;
}
}
@media (min-width: 768px) {
.form-select {
margin-left: auto;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.first-section-left h1 {
font-size: 3.9rem;
}
.first-section .search {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.course-box {
max-width: 40%;
}
.first-section-left .search-content {
max-width: 100%;
}
.container .course-search {
max-width: 100%;
}
.container .course-search img {
height: 235px;
}
}
@media (min-width: 980px) {
.hot-promo-text {
margin-top: 20px;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.hot-promo-text div {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
}
.trending,
.suggestion {
-webkit-box-pack: normal !important;
-ms-flex-pack: normal !important;
justify-content: normal !important;
}
.container .course-search {
max-width: 100%;
max-height: 303px;
-webkit-box-flex: 1;
-ms-flex: 1 1 600px;
flex: 1 1 600px;
}
.container .course-search h4 {
font-size: 1.5rem;
}
.container .course-search .text {
margin-left: 20px;
max-width: 500px;
height: 85%;
}
.container .course-search img {
height: 200px;
}
.footer-logo {
max-width: 30%;
}
.course-box {
max-width: 20%;
-webkit-box-flex: 1;
-ms-flex: 1 1 400px;
flex: 1 1 400px;
}
}
@media (min-width: 1200px) {
:root {
font-size: 16px;
}
header {
font-size: 1rem;
}
.lp-hide {
display: none;
}
.course-box {
margin: 5px;
}
.hot-promo {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.hot-ads .hot-promo-text {
margin-top: 0;
margin-left: 30px;
}
.hot-ads .hot-promo-text h5,
.hot-ads .hot-promo-text .course-price,
.hot-ads .hot-promo-text .course-star,
.hot-ads .hot-promo-text .big-button {
width: 100%;
}
.hot-promo-video-n-text {
margin-top: -20px;
}
.container .course-search img {
height: 230px;
}
}
.empty-a {
height: 0;
}/*# sourceMappingURL=styles.css.map */
|
css/styles.css
|
@charset "UTF-8";
@font-face {
font-family: 'Gotham bold';
src: url("../fonts/Gotham-Bold.otf"), url("../fonts/GothamBold.ttf") format("truetype");
}
@font-face {
font-family: "Gotham light";
src: url("../fonts/Gotham-Light.otf") format("woff2"), url("../fonts/GothamLight.ttf") format("truetype");
}
@font-face {
font-family: "HelvNeue";
src: url("../fonts/helvetica-neue.ttf") format("truetype");
}
@-webkit-keyframes slideInFromTop {
0% {
-webkit-transform: translateY(240%);
transform: translateY(240%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInFromTop {
0% {
-webkit-transform: translateY(240%);
transform: translateY(240%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
:root {
font-size: 13px;
}
p,
a {
font-size: 1rem;
outline: none;
}
.go-back {
width: fit-content;
width: -moz-fit-content;
}
header,
.first-section,
.first-section-left,
.search-content,
.categories,
.categorie,
.hot-promo,
.trending,
.suggestion,
.course-box .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
margin-left: auto;
padding: 8px 10px;
border: none;
width: 35%;
-webkit-transition: width ease-in 400ms;
transition: width ease-in 400ms;
}
.search::-webkit-input-placeholder {
font-style: italic;
}
.search::-ms-input-placeholder {
font-style: italic;
}
main > form .search {
max-width: 600px;
}
.categorie,
.course-box,
main > form .search {
border: 1px solid rgba(0, 0, 0, 0.075);
}
h1,
h2,
h3 {
font-family: "Gotham bold", Arial, Helvetica, sans-serif;
}
.first-section h1,
.search-content,
.categorie-svg,
.hot-ads,
.hot-promo-video-n-text,
.course-box img,
.add-to-cart {
width: 100%;
}
.star {
display: block;
}
.star::before {
content: "★★★★★";
color: #f7bb56;
margin-right: 5px;
}
html,
body {
height: 100%;
color: #383838;
font-family: "Gotham light", 'Times New Roman', Times, serif;
}
h4,
h5,
h6,
option {
font-family: "HelvNeue", 'Times New Roman', Times, serif;
}
body {
background-color: #f9fbfd;
}
main a,
footer a {
color: #d35266;
}
.home-svg {
margin-right: 10px;
margin-left: 10px;
}
.home-svg svg {
width: 20px;
fill: #d35266;
transition: fill ease 300ms;
}
header a {
color: #d35266;
transition: color ease 300ms;
}
.search-button svg {
fill: #414141;
height: 50%;
display: block;
margin: 0 auto;
}
.cart-list {
margin-left: 10px;
}
.cart-list svg {
height: 25px;
fill: #d35266;
transition: fill ease 300ms;
}
.home-svg svg:hover,
.cart-list svg:hover {
fill: white;
}
.logo a {
height: 40px;
background: url("../img/logo.png") no-repeat;
display: block;
width: 40px;
background-size: contain;
}
.language-container a {
padding: 3px 2px;
border: 3px solid #d35266;
width: 70px;
text-align: center;
color: #d35266;
}
header a:hover {
text-decoration: none;
color: #fff;
}
main a:hover,
footer a:hover {
color: #d35266;
}
header {
height: 60px;
padding: 10px 20px;
padding-right: 10px;
background-color: #383838;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header .login {
border: none;
}
/* WORKING ON FIRST SECTION */
.first-section {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #e66f73;
background-image: linear-gradient(315deg, #e06468 0%, #f9c1b1 74%);
height: 300px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 30px;
overflow: hidden;
}
.first-section h1 {
font-size: 2.3rem;
}
.first-section h3 {
font-size: 0.9rem;
}
.first-section .logo a {
width: 200px;
height: 200px;
z-index: 1;
position: relative;
top: 107px;
right: -101px;
}
.clouds {
background: url("https://svgsilh.com/svg/1295100.svg") no-repeat;
display: block;
position: relative;
width: 300px;
height: 200px;
background-size: contain;
top: -20px;
right: -67px;
z-index: 0;
-webkit-animation: 1s ease-out 0s 1 slideInFromTop;
animation: 1s ease-out 0s 1 slideInFromTop;
}
.first-section-left {
width: 40%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -50px;
}
.first-section-left h1 {
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
}
.search-content {
height: 35px;
margin: 0 auto;
}
.first-section-left .search-content {
max-width: 400px;
}
.first-section-left .logo,
.first-section-left .logo a {
width: 50px;
height: 50px;
}
.first-section-left .logo a {
position: unset;
}
/* WORKING ON SEARCH */
.form-select {
border: none;
width: 100px;
}
.search:-ms-input-placeholder {
font-style: italic;
}
.search::placeholder {
font-style: italic;
}
.search:focus {
width: 80%;
outline: none;
}
.search2 {
width: 70px;
border: none;
border-left: 1px solid rgba(0, 0, 0, 0.075);
}
.search2:focus {
outline: none;
}
.search-button {
width: 50px;
height: 100%;
border: none;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-transition: background 200ms linear;
transition: background 200ms linear;
margin-right: auto;
}
.search-button:focus,
button:focus {
outline: none;
}
.search-button:hover {
background: #d7d8d8;
}
/* WORKING ON CATEGORIE */
.categories {
margin: 40px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.categories div {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.language-container a:hover {
text-decoration: none;
border-color: #f0bdbd;
}
.categories a:hover:not(.show-all) {
text-decoration: none;
}
.show-all {
text-align: end;
margin: 15px 30px 0 0;
}
section > h4,
section > .show-all {
width: 100%;
color: #383838;
margin-bottom: 15px;
}
section > h4 {
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.categorie-anchor {
margin: 5px;
-webkit-box-flex: 1;
-ms-flex: 1 1 120px;
flex: 1 1 120px;
max-width: 120px;
}
.categorie {
margin: 10px 5px;
width: 120px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #fff;
-webkit-transition: -webkit-transform 70ms ease-in;
transition: -webkit-transform 70ms ease-in;
transition: transform 70ms ease-in;
transition: transform 70ms ease-in, -webkit-transform 70ms ease-in;
padding: 20px;
}
.categorie h5 {
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
font-size: 1rem;
margin-top: 10px;
}
.categorie:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* WORKING ON HOT ADS SECTION */
.hot-ads {
background-color: #fff;
padding: 20px;
}
.hot-promo-features h6 {
max-width: 154px;
}
.search-sidebar h6 {
margin-top: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #d35266;
margin-bottom: 20px;
}
.hot-promo-features h6 + h6 {
margin-left: 10px;
border-left: 1px solid black;
padding-left: 10px;
}
.hot-ads .video-text h6 {
display: none;
}
.hot-ads .hot-promo-vid {
display: block;
max-height: 350px;
background-size: cover;
}
.hot-ads .video-text {
color: #fff;
top: 30%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
width: 400px;
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
}
.course-title h4 {
font-size: 1.125rem;
}
.hot-ads .video-text h4 {
font-size: 1.875rem;
margin-bottom: 20px;
}
.footer-categories h5 {
border-bottom: 1px solid #d35266;
padding-bottom: 10px;
}
.hot-ads .hot-promo-text {
width: 50%;
margin-top: 20px;
}
.hot-ads .hot-promo-text h5 {
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 1rem;
text-align: justify;
margin-bottom: 15px;
}
.course-star {
display: block;
font-size: 0.8125rem;
}
.hot-ads .course-star {
margin: 40px 0 10px 0;
}
.course-price {
display: block;
}
.hot-ads .course-price {
font-size: 1.25rem;
}
.hot-ads .big-button {
margin-top: 10px;
border: none;
color: white;
background-color: #d35266;
padding: 3px;
-webkit-transition: background-color linear 300ms;
transition: background-color linear 300ms;
}
.hot-ads .hot-promo-text .course-price,
.hot-ads .hot-promo-text .course-star,
.hot-ads .hot-promo-text .big-button {
width: 65%;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.hot-ads .big-button:hover {
background-color: #c02940;
}
.hot-ad-heading {
text-transform: uppercase;
font-weight: 700;
margin-bottom: 15px;
}
.hot-promo {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hot-promo-video-n-text {
margin-top: 10px;
overflow: hidden;
}
.hot-promo-features {
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
font-size: 0.75rem;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
/* TRENDING SECTION */
.trending,
.suggestion {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.section-course {
padding-top: 40px;
}
.course-box {
margin: 2%;
max-width: 73%;
min-width: 260px;
background-color: #fff;
padding: 10px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-transition: background-color ease-in 100ms;
transition: background-color ease-in 100ms;
}
.course-box .text {
padding: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.course-box img {
height: 170px;
-o-object-fit: cover;
object-fit: cover;
}
.course-box img:hover {
cursor: pointer;
}
.course-box:hover {
background-color: #fafafa;
}
.course-price span {
color: #888;
text-decoration: line-through;
}
.dropdown {
width: 90%;
max-width: 600px;
}
.add-to-cart {
margin-top: 10px;
margin-bottom: 10px;
border: none;
text-transform: capitalize;
background-color: #d35266;
color: white;
transition: all ease 300ms;
}
.add-to-cart:hover {
background-color: #c02940;
}
/* WORKING ON FOOTER */
footer {
margin-top: 30px;
border-width: thin;
}
footer,
.footer-2nd-div {
border-top: 1px solid rgba(128, 128, 128, 0.486);
padding-top: 20px;
}
.footer-1st-div {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.footer-div {
width: 100%;
}
.footer-div > div {
margin: 0 auto;
}
.language-container {
height: -webkit-fit-content;
height: fit-content;
height: -moz-fit-content;
max-width: 200px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.language-container p {
margin-bottom: 0;
}
.languages > div {
margin-bottom: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.footer-logo {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: 50%;
min-width: 250px;
}
.footer-logo h3 {
color: #888;
}
.footer-categories {
max-width: 160px;
}
footer ul {
padding: 0;
}
.footer-categories ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-height: 200px;
width: 100%;
max-width: 49%;
min-width: 150px;
}
footer ul li {
list-style-type: none;
padding: 5px;
}
.footer-categories ul li {
-webkit-box-flex: 1;
-ms-flex: 1 1 30px;
flex: 1 1 30px;
}
.copy::after {
content: "©";
margin-left: 5px;
}
.genericon {
display: inline-block;
color: #666;
margin-right: 10px;
line-height: 20px;
margin-bottom: 15px;
}
.genericon:hover {
text-decoration: none;
}
.genericon-facebook:hover {
color: #3b5998;
}
.genericon-twitter:hover {
color: #1da1f2;
}
.genericon-instagram {
font-size: 23px;
}
.genericon-instagram:hover {
color: #1da1f2;
}
.genericon-tumblr {
font-size: 20px;
}
.genericon-tumblr:hover {
color: #35465c;
}
.genericon-linkedin:hover {
color: #0077b5;
}
/* WORKING ON SEARCH PAGE */
.first-div-search {
background-color: #e66f73;
background-image: linear-gradient(315deg, #e06468 0%, #f9c1b1 74%);
}
.search-sidebar {
border-right: 1px solid rgba(128, 128, 128, 0.486);
padding-right: 20px;
width: 200px;
font-size: 0.8rem;
}
.search-sidebar label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-right: 10px;
}
.search-sidebar input {
margin-right: 5px;
}
.container .course-search {
max-width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 20px;
}
.container .course-search img {
max-width: 290px;
min-width: 230px;
height: 200px;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin: 0 auto;
}
.container .course-search .text {
max-width: 290px;
margin: 0 auto;
min-width: 241px;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
}
.first-search-div label + label {
margin-left: 10px;
}
.show-sidebar {
display: none;
}
.hide-filter {
display: block;
}
@media (min-width: 480px) {
:root {
font-size: 13px;
}
header {
font-size: 1.2rem;
}
.header-container .logo {
margin-left: 12%;
}
.purchase-list {
margin-right: 12%;
}
.first-section-left h1 {
font-size: 2.9rem;
}
.first-section-left h3 {
font-size: 1.6rem;
}
.hot-ads .video-text h6 {
display: block;
}
.footer-div {
width: unset;
}
.footer-div > div {
margin: unset;
}
}
@media (min-width: 545px) {
.show-sidebar {
display: block;
}
.hide-filter {
display: none;
}
}
@media (min-width: 575px) {
.container .course-search img {
max-width: 290px;
}
.container .course-search .text {
max-width: 300px;
min-width: unset;
margin: unset;
}
}
@media (min-width: 768px) {
.form-select {
margin-left: auto;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.first-section-left h1 {
font-size: 3.9rem;
}
.first-section .search {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.course-box {
max-width: 40%;
}
.first-section-left .search-content {
max-width: 100%;
}
.container .course-search {
max-width: 100%;
}
.container .course-search img {
height: 235px;
}
}
@media (min-width: 980px) {
.hot-promo-text {
margin-top: 20px;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.hot-promo-text div {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
width: -webkit-fit-content;
width: fit-content;
width: -moz-fit-content;
}
.trending,
.suggestion {
-webkit-box-pack: normal !important;
-ms-flex-pack: normal !important;
justify-content: normal !important;
}
.container .course-search {
max-width: 100%;
max-height: 303px;
-webkit-box-flex: 1;
-ms-flex: 1 1 600px;
flex: 1 1 600px;
}
.container .course-search h4 {
font-size: 1.5rem;
}
.container .course-search .text {
margin-left: 20px;
max-width: 500px;
height: 85%;
}
.container .course-search img {
height: 200px;
}
.footer-logo {
max-width: 30%;
}
.course-box {
max-width: 20%;
-webkit-box-flex: 1;
-ms-flex: 1 1 400px;
flex: 1 1 400px;
}
}
@media (min-width: 1200px) {
:root {
font-size: 16px;
}
header {
font-size: 1rem;
}
.lp-hide {
display: none;
}
.course-box {
margin: 5px;
}
.hot-promo {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.hot-ads .hot-promo-text {
margin-top: 0;
margin-left: 30px;
}
.hot-ads .hot-promo-text h5,
.hot-ads .hot-promo-text .course-price,
.hot-ads .hot-promo-text .course-star,
.hot-ads .hot-promo-text .big-button {
width: 100%;
}
.hot-promo-video-n-text {
margin-top: -20px;
}
.container .course-search img {
height: 230px;
}
}
.empty-a {
height: 0;
}/*# sourceMappingURL=styles.css.map */
| 0.400515 | 0.070208 |
.tutorial-promo-container {
width: 100%;
padding-left: 5px;
position: relative;
margin: 20px 0px;
}
.background-img {
width: 100%;
height: auto;
border-radius: 5px;
}
.tutorial-heading {
margin-top: 0px;
margin-bottom: 10px;
margin-right: 20px;
color: white;
position: absolute;
top: 20px;
left: 470px;
}
.specific-tutorial {
position: absolute;
padding: 5px;
top: 70px;
}
.right-tutorial {
right: 20px;
}
html[dir= 'rtl'] .right-tutorial {
right: 270px;
}
.left-tutorial {
right: 270px;
}
html[dir= 'rtl'] .left-tutorial{
right: 20px;
}
.tutorial-promo-container .tutorial-box {
background-color: rgb(226, 241, 243);
color: black;
padding: 20px;
border-radius: 5px;
}
.specific-tutorial-heading {
margin-top: 0px;
margin-bottom: 10px;
color: black;
}
.tutorial-promo-container button {
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (min-width: 970px) {
.tutorial-heading {
top: 15px;
}
html[dir= 'rtl'] .tutorial-heading {
right: 464px;
left: auto;
margin-right: 0px;
}
}
.tutorial-specs {
font-size: 12px;
line-height: 16px;
}
.tutorial-button {
font-size: 18px;
height: 40px;
}
@media screen and (min-width: 0px) and (max-width: 970px) {
.tutorial-promo-container .tutorial-box h2 {
font-size: 17px;
}
.tutorial-heading {
left: auto;
right: auto;
}
.specific-tutorial {
width: 100%;
padding: 5px;
position: static;
margin-bottom: 10px;
}
.img-container {
padding: 0px 5px;
}
.tutorial-promo-container h1 {
margin-left: 25px;
margin-right: 25px;
}
}
@media screen and (min-width: 500px) and (max-width: 600px) {
.tutorial-promo-container .tutorial-box h2 {
font-size: 14px;
}
}
@media screen and (min-width: 0px) and (max-width: 512px) {
.specific-tutorial {
width: 100%;
position: static;
}
.tutorial-heading {
position: static;
color: #00adbc;
text-align: center;
}
.tutorial-promo-container .tutorial-box {
/* Ensure background doesn't repeat in the wider box */
background-size: cover;
}
}
|
pegasus/sites.v3/code.org/public/css/tutorial-promo2.css
|
.tutorial-promo-container {
width: 100%;
padding-left: 5px;
position: relative;
margin: 20px 0px;
}
.background-img {
width: 100%;
height: auto;
border-radius: 5px;
}
.tutorial-heading {
margin-top: 0px;
margin-bottom: 10px;
margin-right: 20px;
color: white;
position: absolute;
top: 20px;
left: 470px;
}
.specific-tutorial {
position: absolute;
padding: 5px;
top: 70px;
}
.right-tutorial {
right: 20px;
}
html[dir= 'rtl'] .right-tutorial {
right: 270px;
}
.left-tutorial {
right: 270px;
}
html[dir= 'rtl'] .left-tutorial{
right: 20px;
}
.tutorial-promo-container .tutorial-box {
background-color: rgb(226, 241, 243);
color: black;
padding: 20px;
border-radius: 5px;
}
.specific-tutorial-heading {
margin-top: 0px;
margin-bottom: 10px;
color: black;
}
.tutorial-promo-container button {
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (min-width: 970px) {
.tutorial-heading {
top: 15px;
}
html[dir= 'rtl'] .tutorial-heading {
right: 464px;
left: auto;
margin-right: 0px;
}
}
.tutorial-specs {
font-size: 12px;
line-height: 16px;
}
.tutorial-button {
font-size: 18px;
height: 40px;
}
@media screen and (min-width: 0px) and (max-width: 970px) {
.tutorial-promo-container .tutorial-box h2 {
font-size: 17px;
}
.tutorial-heading {
left: auto;
right: auto;
}
.specific-tutorial {
width: 100%;
padding: 5px;
position: static;
margin-bottom: 10px;
}
.img-container {
padding: 0px 5px;
}
.tutorial-promo-container h1 {
margin-left: 25px;
margin-right: 25px;
}
}
@media screen and (min-width: 500px) and (max-width: 600px) {
.tutorial-promo-container .tutorial-box h2 {
font-size: 14px;
}
}
@media screen and (min-width: 0px) and (max-width: 512px) {
.specific-tutorial {
width: 100%;
position: static;
}
.tutorial-heading {
position: static;
color: #00adbc;
text-align: center;
}
.tutorial-promo-container .tutorial-box {
/* Ensure background doesn't repeat in the wider box */
background-size: cover;
}
}
| 0.659953 | 0.326835 |
h1 {
text-align: center;
}
.container {
display: flex;
justify-content: center;
background-color: #DDDDDD;
margin: 10px;
}
.container div {
width: 200px;
background-color: royalblue;
margin: 10px;
padding: 10px;
font-size: 18px;
}
/*
justify-content => ALINHA NA DIREÇÃO QUE ESTÁ SENDO INSERIDA
align-items => ALINHA NA DIREÇÃO CONTRÁRIA AO justify-content
*/
.container2 {
margin: 10px;
display: flex;
margin: 10px;
height: 500px;
justify-content: center;
align-items: center;
background-color: #DDDDDD;
}
.container2 div {
width: 100px;
height: 100px;
background-color: royalblue;
margin: 10px;
padding: 10px;
font-size: 18px;
}
.container3 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #DDDDDD;
}
.container3 div,
.container4 div,
.container5 div,
.container6 div,
.container7 div,
.container8 div,
.container9 div {
width: 100px;
height: 100px;
background-color: royalblue;
margin: 10px;
padding: 10px;
font-size: 18px;
}
.container4 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: flex-start;
background-color: #DDDDDD;
}
.container5 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: flex-end;
background-color: #DDDDDD;
}
.container6 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: space-evenly;
background-color: #DDDDDD;
}
.container7 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: space-around;
background-color: #DDDDDD;
}
.container8 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #DDDDDD;
}
.container9 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;
background-color: #DDDDDD;
}
|
example-flexbox-alignments/styles.css
|
h1 {
text-align: center;
}
.container {
display: flex;
justify-content: center;
background-color: #DDDDDD;
margin: 10px;
}
.container div {
width: 200px;
background-color: royalblue;
margin: 10px;
padding: 10px;
font-size: 18px;
}
/*
justify-content => ALINHA NA DIREÇÃO QUE ESTÁ SENDO INSERIDA
align-items => ALINHA NA DIREÇÃO CONTRÁRIA AO justify-content
*/
.container2 {
margin: 10px;
display: flex;
margin: 10px;
height: 500px;
justify-content: center;
align-items: center;
background-color: #DDDDDD;
}
.container2 div {
width: 100px;
height: 100px;
background-color: royalblue;
margin: 10px;
padding: 10px;
font-size: 18px;
}
.container3 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #DDDDDD;
}
.container3 div,
.container4 div,
.container5 div,
.container6 div,
.container7 div,
.container8 div,
.container9 div {
width: 100px;
height: 100px;
background-color: royalblue;
margin: 10px;
padding: 10px;
font-size: 18px;
}
.container4 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: flex-start;
background-color: #DDDDDD;
}
.container5 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: flex-end;
background-color: #DDDDDD;
}
.container6 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: space-evenly;
background-color: #DDDDDD;
}
.container7 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: space-around;
background-color: #DDDDDD;
}
.container8 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #DDDDDD;
}
.container9 {
margin: 10px;
display: flex;
height: 500px;
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;
background-color: #DDDDDD;
}
| 0.352759 | 0.083255 |
* Table of Contents
*
* 1.0 - Browser Reset
* 2.0 - Core Animation
* 3.0 - Typography
* 4.0 - Grid system
* 5.0 - Tables
* 6.0 - Forms
* 7.0 - Buttons
* 8.0 - Dropdown menus
* 9.0 - Navs
* 10.0 - Navbars
* 11.0 - Breadcrumbs
* 12.0 - Pagination
* 13.0 - Labels
* 14.0 - Alerts
* 15.0 - Progress bars
* 16.0 - Panels
* 17.0 - Close icons
* 18.0 - Morphsearch
* 19.0 - Mediaelementplayer
* 20.0 - Modals
* 21.0 - Tooltips
* 22.0 - Popovers
* 23.0 - Carousel
* 24.0 - DH Slider
* 25.0 - Shortcodes
* 25.1 - Animate Box
* 25.2 - Call to Action
* 25.3 - Separator
* 25.4 - Caroufredsel Slider
* 25.5 - Testimonial
* 25.6 - Client
* 25.7 - Counter
* 25.8 - Google Map
* 25.9 - Iconbox
* 25.10 - Piechart
* 25.11 - Pricing Table
* 25.12 - Timeline
* 25.13 - Team Member
* 25.14 - Single Image
* 25.15 - Latestnews
* 25.16 - Embed
* 25.17 - Lists Ul
* 25.18 - Service
* 26.0 - Header
* 27.0 - Footer
* 28.0 - Porfolio
* 29.0 - Post
* 30.0 - Comment form
* 31.0 - Widget sidebar
* 32.0 - Contact form
* 34.0 - Utility classes
* 35.0 - Responsive: Utility classes
* 36.0 - Custom style
*/
@font-face {
font-family: "Flaticon";
src: url('../fonts/flaticon.eot');
src: url('../fonts/flaticon.eot#iefix') format('embedded-opentype'), url('../fonts/flaticon.woff') format('woff'), url('../fonts/flaticon.ttf') format('truetype'), url('../fonts/flaticon.svg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="dh-icon-"]:before,
[class^="dh-icon-"]:after {
font-family: Flaticon;
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dh-icon-chevron-left:before {
content: "\e000";
}
.dh-icon-circle-right:before {
content: "\e001";
}
.dh-icon-left-left:before {
content: "\e002";
}
.dh-icon-link:before {
content: "\e003";
}
.dh-icon-column:before {
content: "\e004";
}
.dh-icon-play:before {
content: "\e005";
}
.dh-icon-chevron-right:before {
content: "\e006";
}
.dh-icon-shopping:before {
content: "\e007";
}
.dh-icon-zoom-out:before {
content: "\e008";
}
.dh-icon-zoom-in:before {
content: "\e009";
}
/*--------------------------------------------------------------
1.0 - Browser Reset
--------------------------------------------------------------*/
@font-face {
font-family: 'proxima-nova';
src: url(../fonts/proximanova-regular-webfont.eot);
src: url('../fonts/proximanova-regular-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-regular-webfont.woff) format('woff'), url(../fonts/proximanova-regular-webfont.ttf) format('truetype'), url('../fonts/proximanova-regular-webfont.svg#webfont') format('svg');
}
@font-face {
font-family: 'proxima-nova';
font-style: italic;
src: url(../fonts/proximanova-regitalic-webfont.eot);
src: url('../fonts/proximanova-regitalic-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-regitalic-webfont.woff) format('woff'), url(../fonts/proximanova-regitalic-webfont.ttf) format('truetype'), url('../fonts/proximanova-regitalic-webfont.svg#webfont') format('svg');
}
@font-face {
font-family: 'proxima-nova';
font-weight: 300;
src: url(../fonts/proximanova-light-webfont.eot);
src: url('../fonts/proximanova-light-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-light-webfont.woff) format('woff'), url(../fonts/proximanova-light-webfont.ttf) format('truetype'), url('../fonts/proximanova-light-webfont.svg#webfont') format('svg');
}
@font-face {
font-family: 'proxima-nova';
font-weight: 600;
src: url(../fonts/proximanova-semibold-webfont.eot);
src: url('../fonts/proximanova-semibold-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-semibold-webfont.woff) format('woff'), url(../fonts/proximanova-semibold-webfont.ttf) format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#webfont') format('svg');
}
@font-face {
font-family: 'proxima-nova';
font-weight: bold;
src: url(../fonts/proximanova-bold-webfont.eot);
src: url('../fonts/proximanova-bold-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-bold-webfont.woff) format('woff'), url(../fonts/proximanova-bold-webfont.ttf) format('truetype'), url('../fonts/proximanova-bold-webfont.svg#webfont') format('svg');
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
text-rendering: optimizelegibility;
letter-spacing: 0.05px;
word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 2.857142857142857em;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 0.14285714285714285em;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.main-content table {
width: 100%;
max-width: 100%;
margin-bottom: 1.6428571428571428em;
}
.main-content table > thead > tr > th,
.main-content table > tbody > tr > th,
.main-content table > tfoot > tr > th,
.main-content table > thead > tr > td,
.main-content table > tbody > tr > td,
.main-content table > tfoot > tr > td {
padding: 0.5714285714285714em;
line-height: 1.7;
vertical-align: top;
border-top: 1px solid #e5e5e5;
}
.main-content table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #e5e5e5;
}
.main-content table > caption + thead > tr:first-child > th,
.main-content table > colgroup + thead > tr:first-child > th,
.main-content table > thead:first-child > tr:first-child > th,
.main-content table > caption + thead > tr:first-child > td,
.main-content table > colgroup + thead > tr:first-child > td,
.main-content table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.main-content table > tbody + tbody {
border-top: 2px solid #e5e5e5;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 14px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Muli", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
background: #ffffff;
font-style: normal;
font-weight: 400;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #1f1f1f;
text-decoration: none;
}
a:hover,
a:focus {
color: #7ccedf;
text-decoration: none;
}
a:focus {
outline: none;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
hr {
margin-top: 1.6428571428571428em;
margin-bottom: 1.6428571428571428em;
border: 0;
border-top: 1px solid #a1a1a1;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 0.14285714285714285em 0.2857142857142857em;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 2px;
}
kbd {
padding: 0.14285714285714285em 0.2857142857142857em;
font-size: 90%;
color: #ffffff;
background-color: #333333;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
box-shadow: none;
}
pre {
display: block;
padding: 0.3214285714285714em;
margin: 0 0 0.8214285714285714em;
font-size: 13px;
line-height: 1.7;
word-break: break-all;
word-wrap: break-word;
color: #6e6e6e;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
border-radius: 2px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 24.285714285714285em;
overflow-y: scroll;
}
/*--------------------------------------------------------------
2.0 - Core Animation
--------------------------------------------------------------*/
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.linear {
transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
-webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.ease {
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.easeIn {
transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
-webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
.easeOut {
transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
-webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.easeInOut {
transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/*Penner Easing*/
.easeInQuad {
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.easeInCubic {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.easeInQuart {
transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
-webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.easeInQuint {
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.easeInSine {
transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.easeInExpo {
transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
-webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.easeInCirc {
transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
-webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
/* easeInBack not supported in older versions of webkit.*/
/* see top comment for fix. */
.easeInBack {
transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.easeOutQuad {
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.easeOutCubic {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.easeOutQuart {
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easeOutQuint {
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.easeOutSine {
transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.easeOutExpo {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.easeOutCirc {
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* easeOutBack not supported in older versions of webkit. */
/* see top comment for fix. */
.easeOutBack {
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.easeInOutQuad {
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.easeInOutCubic {
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.easeInOutQuart {
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.easeInOutQuint {
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.easeInOutSine {
transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.easeInOutExpo {
transition-timing-function: cubic-bezier(1, 0, 0, 1);
-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.easeInOutCirc {
transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* easeInOutBack not supported in older versions of webkit. */
/* see top comment for fix. */
.easeInOutBack {
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@-webkit-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-moz-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-o-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-webkit-keyframes shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-webkit-transform: translateX(10px);
}
}
@-moz-keyframes shake {
0%,
100% {
-moz-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-moz-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-moz-transform: translateX(10px);
}
}
@-o-keyframes shake {
0%,
100% {
-o-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-o-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-o-transform: translateX(10px);
}
}
@keyframes shake {
0%,
100% {
transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
transform: translateX(10px);
}
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
@-moz-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
}
}
@-o-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-o-transform: translateY(0);
}
40% {
-o-transform: translateY(-30px);
}
60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(20px);
}
}
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slideInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes slideInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes slideOutUp {
0% {
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes slideOutUp {
0% {
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes slideOutLeft {
0% {
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes slideOutLeft {
0% {
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes slideOutRight {
0% {
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes slideOutRight {
0% {
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(0.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(0.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(0.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(0.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
}
80% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
}
80% {
-o-transform: translateY(10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
}
}
@-moz-keyframes bounceOut {
0% {
-moz-transform: scale(1);
}
25% {
-moz-transform: scale(0.95);
}
50% {
opacity: 1;
-moz-transform: scale(1.1);
}
100% {
opacity: 0;
-moz-transform: scale(0.3);
}
}
@-o-keyframes bounceOut {
0% {
-o-transform: scale(1);
}
25% {
-o-transform: scale(0.95);
}
50% {
opacity: 1;
-o-transform: scale(1.1);
}
100% {
opacity: 0;
-o-transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(0.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(0.3);
}
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(20px);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(20px);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(-20px);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(-20px);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-moz-keyframes lightSpeedIn {
0% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-moz-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-moz-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-o-keyframes lightSpeedIn {
0% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-o-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-o-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-moz-keyframes lightSpeedOut {
0% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-o-keyframes lightSpeedOut {
0% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-webkit-keyframes appear {
0% {
-webkit-transform: scale(0.5);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes appear {
0% {
-moz-transform: scale(0.5);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes appear {
0% {
-o-transform: scale(0.5);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes appear {
0% {
transform: scale(0.5);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@media (min-width: 768px) {
.el-appear {
opacity: 0.1;
filter: alpha(opacity=10);
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.el-appear.animate-appear {
-webkit-animation: appear 1s 1 ease;
-o-animation: appear 1s 1 ease;
animation: appear 1s 1 ease;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes loadingFade {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes loadingFade {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes loadingFade {
0% {
opacity: 0;
filter: alpha(opacity=0);
}
50% {
opacity: 1;
filter: alpha(opacity=100);
}
100% {
opacity: 0;
filter: alpha(opacity=0);
}
}
.fade-loading {
text-align: center;
}
.fade-loading i {
-webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
-o-animation: 1.5s ease 0s normal none infinite loadingFade;
animation: 1.5s ease 0s normal none infinite loadingFade;
background: none repeat scroll 0 0 #7ccedf;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
height: 10px;
margin: 0 4px;
opacity: 0;
filter: alpha(opacity=0);
width: 10px;
}
.fade-loading i:nth-child(0) {
-webkit-animation-delay: 0;
animation-delay: 0;
}
.fade-loading i:nth-child(1) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.fade-loading i:nth-child(2) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.fade-loading i:nth-child(3) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.fade-loading i:nth-child(4) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.spinner-loading {
-webkit-animation: fa-spin 1s infinite linear;
-o-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
-webkit-animation-timing-function: steps(8, start);
animation-timing-function: steps(8, start);
}
@keyframes loadmoreCube {
0% {
transform: translateX(-120px);
}
50% {
transform: translateX(0px) rotate(180deg) scale(2.2);
}
100% {
transform: translateX(120px);
}
}
@-o-keyframes loadmoreCube {
0% {
-o-transform: translateX(-120px);
}
50% {
-o-transform: translateX(0px) rotate(180deg) scale(2.2);
}
100% {
-o-transform: translateX(120px);
}
}
@-moz-keyframes loadmoreCube {
0% {
-moz-transform: translateX(-120px);
}
50% {
-moz-transform: translateX(0px) rotate(180deg) scale(2.2);
}
100% {
-moz-transform: translateX(120px);
}
}
@-webkit-keyframes loadmoreCube {
0% {
-webkit-transform: translateX(-120px);
}
50% {
-webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
}
100% {
-webkit-transform: translateX(120px);
}
}
.loadmore-action {
text-align: center;
margin-top: 1.6428571428571428em;
margin-bottom: 1.6428571428571428em;
}
.loadmore-action .loadmore-loading {
display: none;
}
.loadmore-action .loadmore-loading span {
-webkit-animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
-o-animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
background: #7ccedf;
height: 8px;
width: 8px;
display: inline-block;
}
.loadmore-action .loadmore-loading span:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.loadmore-action .loadmore-loading span:nth-child(2) {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.loadmore-action .loadmore-loading span:nth-child(3) {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.loadmore-action .loadmore-loading span:nth-child(4) {
-webkit-animation-delay: -1.5s;
animation-delay: -1.5s;
}
.loadmore-action .loadmore-loading span:nth-child(5) {
-webkit-animation-delay: -2s;
animation-delay: -2s;
}
.loadmore-action .btn-loadmore {
border: 1px solid #7ccedf;
background: transparent;
color: #7ccedf;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
padding: 0.5714285714285714rem 1rem;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.loadmore-action .btn-loadmore:after {
content: "\f067";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.loadmore-action .btn-loadmore:after {
margin-left: 0.35714285714285715em;
}
.loadmore-action .btn-loadmore:hover {
background: #7ccedf;
color: #fff;
}
.animate-box.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
.animate-box.animated.hinge {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
.animate-box.animated {
visibility: hidden;
}
.go.animated {
visibility: visible;
}
.go.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
.go.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
.go.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
.go.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.go.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.go.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.go.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.go.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.go.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
.go.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
.go.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
.go.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
.go.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
.go.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
.go.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
.go.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
.go.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
.go.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
.go.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
.go.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
.go.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
.go.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.go.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.go.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.go.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.go.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.go.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.go.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
.go.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
.go.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
.go.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
.go.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
.go.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
.go.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
.go.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
.go.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
.go.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
.go.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.go.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.dh-disable-animation .el-appear {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.dh-disable-animation .animate-box.animated {
visibility: visible;
}
.dh-disable-animation .column[data-fade="1"] {
opacity: 1;
filter: alpha(opacity=100);
}
.dh-disable-animation .row .row-image-bg[data-parallax="1"] {
background-position: 50% 0 !important;
background-attachment: scroll !important;
}
.dh-disable-animation .dh-lists[data-animation="1"] li {
opacity: 1;
filter: alpha(opacity=100);
left: 0 !important;
}
/*--------------------------------------------------------------
3.0 - Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.2;
color: #1f1f1f;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #949494;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 1rem;
margin-bottom: 1rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 3.2142857142857144em;
font-style: normal;
font-weight: 400;
}
h2,
.h2 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 2.4285714285714284em;
font-style: normal;
font-weight: 400;
}
h3,
.h3 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 1.7142857142857142em;
font-style: normal;
font-weight: 400;
}
h4,
.h4 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 1.4285714285714286em;
font-style: normal;
font-weight: 400;
}
h5,
.h5 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 1.0714285714285714em;
font-style: normal;
font-weight: 400;
}
h6,
.h6 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
}
p {
margin: 0 0 0.8214285714285714em;
}
.el-heading {
margin-top: 0;
font-size: 1.5em;
margin-bottom: 1rem;
}
.custom-heading-type-border {
position: relative;
padding-left: 15px;
}
.custom-heading-type-border:before {
bottom: 10%;
top: 10%;
left: 0;
position: absolute;
border-left: 3px solid;
content: "";
display: block;
}
.lead {
margin-bottom: 1.6428571428571428em;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
.heading-bold-first-word,
.heading-typed {
margin-top: 0;
font-weight: lighter;
}
.heading-bold-first-word > span {
font-weight: bold;
}
.heading-typed .nth-typed {
display: inline-block;
min-width: 1px;
min-height: 1px;
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
mark,
.mark {
background-color: rgba(248, 215, 172, 0.3);
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #949494;
}
.text-primary {
color: #7ccedf;
}
a.text-primary:hover {
color: #53bfd5;
}
.text-success {
color: #57bb58;
}
a.text-success:hover {
color: #409f41;
}
.text-info {
color: #5788bb;
}
a.text-info:hover {
color: #406f9f;
}
.text-warning {
color: #f0ad4e;
}
a.text-warning:hover {
color: #ec971f;
}
.text-danger {
color: #bb5857;
}
a.text-danger:hover {
color: #9f4140;
}
.bg-primary {
color: #fff;
background-color: #7ccedf;
}
a.bg-primary:hover {
background-color: #53bfd5;
}
.bg-success {
background-color: rgba(160, 216, 160, 0.3);
}
a.bg-success:hover {
background-color: rgba(124, 202, 123, 0.3);
}
.bg-info {
background-color: rgba(160, 188, 216, 0.3);
}
a.bg-info:hover {
background-color: rgba(123, 163, 202, 0.3);
}
.bg-warning {
background-color: rgba(248, 215, 172, 0.3);
}
a.bg-warning:hover {
background-color: rgba(244, 193, 125, 0.3);
}
.bg-danger {
background-color: rgba(216, 160, 160, 0.3);
}
a.bg-danger:hover {
background-color: rgba(202, 123, 124, 0.3);
}
.page-header {
padding-bottom: -0.1785714285714286em;
margin: 3.2857142857142856em 0 1.6428571428571428em;
border-bottom: 1px solid #a1a1a1;
}
ul,
ol {
margin-top: 0;
margin-bottom: 0.8214285714285714em;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -0.35714285714285715em;
}
.list-inline > li {
display: inline-block;
padding-left: 0.35714285714285715em;
padding-right: 0.35714285714285715em;
}
dl {
margin-top: 0;
margin-bottom: 1.6428571428571428em;
}
dt,
dd {
line-height: 1.7;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #949494;
}
blockquote {
padding: 0 0 0 1.4285714285714286em;
margin: 1.6428571428571428em 0 1.6428571428571428em;
font-size: 14px;
border-left: 3px solid #7ccedf;
font-style: italic;
font-weight: normal;
position: relative;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote p {
font-size: 1.1em;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.7;
color: #949494;
text-transform: uppercase;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
blockquote:after {
content: "";
}
address {
margin-bottom: 1.6428571428571428em;
font-style: normal;
line-height: 1.7;
}
iframe,
embed,
object {
max-height: 100%;
max-width: 100%;
border: 0;
}
.empty-space-20 {
height: 20px;
}
.empty-space-40 {
height: 40px;
}
.empty-space-50 {
height: 50px;
}
.empty-space-80 {
height: 80px;
}
/*--------------------------------------------------------------
4.0 - Grid system
--------------------------------------------------------------*/
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.full-wrap .container {
width: 100%;
max-width: 1280px;
}
.boxed-wrap {
background: #ffffff;
background-attachment: scroll;
background-position: center center;
background-repeat: repeat;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
margin: 0 auto;
position: relative;
z-index: 1;
}
@media (min-width: 768px) {
.boxed-wrap {
width: 750px;
}
}
@media (min-width: 992px) {
.boxed-wrap {
width: 970px;
}
}
@media (min-width: 1200px) {
.boxed-wrap {
width: 1200px;
}
}
@media (min-width: 768px) {
.boxed-wrap .container {
width: 720px;
}
}
@media (min-width: 992px) {
.boxed-wrap .container {
width: 940px;
}
}
@media (min-width: 1200px) {
.boxed-wrap .container {
width: 1170px;
}
}
.boxed-wrap .header-container .container {
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) {
.boxed-wrap .header-container .container {
width: 750px;
}
}
@media (min-width: 992px) {
.boxed-wrap .header-container .container {
width: 970px;
}
}
@media (min-width: 1200px) {
.boxed-wrap .header-container .container {
width: 1200px;
}
}
.content-container {
padding-top: 70px;
padding-bottom: 70px;
min-height: 200px;
}
@media (max-width: 767px) {
.content-container {
padding-top: 30px;
padding-bottom: 30px;
}
}
.content-container.no-padding {
padding-top: 0;
padding-bottom: 0;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-full {
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
.box {
position: relative;
}
@media (max-width: 767px) {
.box.box-custom-margin-padding {
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 15px !important;
padding-right: 15px !important;
}
}
.box.border-top {
border-top: 1px solid #e5e5e5;
}
.box.border-left {
border-left: 1px solid #e5e5e5;
}
.box.border-right {
border-right: 1px solid #e5e5e5;
}
.box.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-image-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -100;
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.box-image-bg.bg-repeat {
background-repeat: repeat;
background-size: auto auto !important;
}
.row-image-bg[data-fixed="1"],
.box-image-bg[data-parallax="1"] {
background-attachment: fixed;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row {
position: relative;
}
.row.row-custom-padding {
padding-top: 30px;
}
@media (max-width: 767px) {
.row.row-custom-padding {
padding-top: 15px;
padding-bottom: 15px;
}
}
.row .row-image-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -100;
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-image: url(../images/section-background.jpg);
}
.row .row-image-bg.row-image-bg-2 {
background-image: url(../images/footer-bg.jpg);
}
.row .row-image-bg.bg-repeat {
background-repeat: repeat;
background-size: auto auto !important;
}
.row .row-image-bg[data-fixed="1"],
.row .row-image-bg[data-parallax="1"] {
background-attachment: fixed;
}
.row.border-top {
border-top: 1px solid #e5e5e5;
}
.row.border-left {
border-left: 1px solid #e5e5e5;
}
.row.border-right {
border-right: 1px solid #e5e5e5;
}
.row.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.row .box-video-bg,
.row .row-video-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -100;
overflow: hidden;
}
.row .box-video-bg .full-video,
.row .row-video-bg .full-video {
min-height: 100%;
min-width: 100%;
position: relative;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -100;
}
@media (min-width: 768px) {
.page-layout-right-sidebar .col-md-9.main-wrap .main-content,
.page-template-page-right-slidebar-php .col-md-9.main-wrap .main-content {
padding-right: 30px;
}
.page-layout-right-sidebar .col-md-3.sidebar-wrap,
.page-template-page-right-slidebar-php .col-md-3.sidebar-wrap {
padding-left: 0;
}
.page-layout-left-sidebar .col-md-9.main-wrap .main-content,
.page-template-page-left-slidebar-php .col-md-9.main-wrap .main-content {
padding-left: 30px;
}
.page-layout-left-sidebar .col-md-3.sidebar-wrap,
.page-template-page-left-slidebar-php .col-md-3.sidebar-wrap {
padding-right: 0;
}
}
.main-sidebar > div:first-child .widget-title {
margin-top: 0;
}
@media (max-width: 991px) and (min-width: 769px) {
.container {
width: 97%;
}
.main-wrap {
float: left;
width: 66.66666666666666%;
}
.col-md-12.main-wrap {
width: inherit;
float: none;
}
.sidebar-wrap {
float: left;
width: 33.33333333333333%;
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
width: 100%;
}
}
.column {
position: relative;
}
.column.border-top {
border-top: 1px solid #e5e5e5;
}
.column.border-left {
border-left: 1px solid #e5e5e5;
}
.column.border-right {
border-right: 1px solid #e5e5e5;
}
.column.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.column[data-fade="1"] {
opacity: 0;
filter: alpha(opacity=0);
}
@media (max-width: 991px) {
.column[data-fade="1"] {
opacity: 1;
filter: alpha(opacity=100);
}
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666666666666%;
}
.col-xs-pull-10 {
right: 83.33333333333334%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666666666666%;
}
.col-xs-pull-7 {
right: 58.333333333333336%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666666666667%;
}
.col-xs-pull-4 {
right: 33.33333333333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.666666666666664%;
}
.col-xs-pull-1 {
right: 8.333333333333332%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666666666666%;
}
.col-xs-push-10 {
left: 83.33333333333334%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666666666666%;
}
.col-xs-push-7 {
left: 58.333333333333336%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666666666667%;
}
.col-xs-push-4 {
left: 33.33333333333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.666666666666664%;
}
.col-xs-push-1 {
left: 8.333333333333332%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-15 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}
/*--------------------------------------------------------------
5.0 - Tables
--------------------------------------------------------------*/
table {
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1.6428571428571428em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 0.5714285714285714em;
line-height: 1.7;
vertical-align: top;
border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #e5e5e5;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #e5e5e5;
}
.table-bordered {
border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
/*--------------------------------------------------------------
6.0 - Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 1.6428571428571428em;
font-size: 21px;
line-height: inherit;
color: #6e6e6e;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 0.35714285714285715em;
font-weight: 400;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 0.2857142857142857em 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
select {
-webkit-appearance: select;
-webkit-border-radius: 0px !important;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: none;
}
output {
display: block;
padding-top: 1.5714285714285714rem;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
}
.form-control {
display: block;
width: 100%;
height: 2.9em;
padding: 0.5714285714285714rem;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
background-color: #ffffff;
background-image: none;
border: 1px solid #e5e5e5;
-webkit-border-radius: 2px;
border-radius: 2px;
outline: none;
}
.form-control:focus {
border-color: #7ccedf;
outline: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #a1a1a1;
opacity: 1;
filter: alpha(opacity=100);
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 2.9em;
line-height: 1.7 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
line-height: 19.1px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
line-height: 3.595714285714286em;
}
.form-group {
margin-bottom: 1.0714285714285714em;
}
.radio,
.checkbox {
position: relative;
display: block;
min-height: 1.6428571428571428em;
margin-top: 0.7142857142857143em;
margin-bottom: 0.7142857142857143em;
}
.radio label,
.checkbox label {
padding-left: 1.4285714285714286em;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.input-sm {
height: 19.1px;
padding: 0.5rem 0.8571428571428571rem;
font-size: 12px;
line-height: 1.5;
-webkit-border-radius: 2px;
border-radius: 2px;
}
select.input-sm {
height: 19.1px;
line-height: 19.1px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg {
height: 3.595714285714286em;
padding: 0.8571428571428571rem 1.2857142857142858rem;
font-size: 1.2857142857142858em;
line-height: 1.33;
-webkit-border-radius: 2px;
border-radius: 2px;
}
select.input-lg {
height: 3.595714285714286em;
line-height: 3.595714285714286em;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
/*--------------------------------------------------------------
7.0 - Buttons
--------------------------------------------------------------*/
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0.7714285714285714rem 1.2rem;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
}
.btn:hover,
.btn:focus {
color: #6e6e6e;
text-decoration: none;
}
.btn i,
.btn span {
z-index: 2;
position: relative;
}
.btn-uppercase {
text-transform: uppercase;
}
.btn-icon-left i {
margin-right: 0.35714285714285715em;
}
.btn-icon-right i {
margin-left: 0.35714285714285715em;
}
.btn-style-square {
-webkit-border-radius: 0;
border-radius: 0;
}
.btn-style-round,
.btn-style-round:after,
.btn-style-round:before {
-webkit-border-radius: 100px !important;
border-radius: 100px !important;
}
.btn-style-outlined {
background: none !important;
}
.btn-default {
color: #6e6e6e;
background-color: #f5f5f5;
border-color: #e5e5e5;
}
.btn-default.btn-style-outlined {
color: #f5f5f5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
color: #6e6e6e;
background-color: #dcdcdc;
border-color: #cccccc;
}
.btn-default:hover.btn-style-outlined,
.btn-default:focus.btn-style-outlined,
.btn-default:active.btn-style-outlined,
.btn-default.active.btn-style-outlined {
color: #cccccc;
}
.btn-default:hover.btn-style-3d,
.btn-default:focus.btn-style-3d,
.btn-default:active.btn-style-3d,
.btn-default.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #c6c6c6;
box-shadow: 0 5px 0 #c6c6c6;
}
.btn-default:active,
.btn-default.active {
background-image: none;
}
.btn-default.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #e5e5e5;
box-shadow: 0 5px 0 #e5e5e5;
}
.btn-primary {
color: #ffffff;
background-color: #7ccedf;
border-color: #7ccedf;
}
.btn-primary.btn-style-outlined {
color: #7ccedf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
color: #ffffff;
background-color: #53bfd5;
border-color: #53bfd5;
}
.btn-primary:hover.btn-style-outlined,
.btn-primary:focus.btn-style-outlined,
.btn-primary:active.btn-style-outlined,
.btn-primary.active.btn-style-outlined {
color: #53bfd5;
}
.btn-primary:hover.btn-style-3d,
.btn-primary:focus.btn-style-3d,
.btn-primary:active.btn-style-3d,
.btn-primary.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #4bbcd3;
box-shadow: 0 5px 0 #4bbcd3;
}
.btn-primary:active,
.btn-primary.active {
background-image: none;
}
.btn-primary.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #7ccedf;
box-shadow: 0 5px 0 #7ccedf;
}
.btn-success {
color: #ffffff;
background-color: #57bb58;
border-color: #57bb58;
}
.btn-success.btn-style-outlined {
color: #57bb58;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
color: #ffffff;
background-color: #409f41;
border-color: #409f41;
}
.btn-success:hover.btn-style-outlined,
.btn-success:focus.btn-style-outlined,
.btn-success:active.btn-style-outlined,
.btn-success.active.btn-style-outlined {
color: #409f41;
}
.btn-success:hover.btn-style-3d,
.btn-success:focus.btn-style-3d,
.btn-success:active.btn-style-3d,
.btn-success.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #3d973e;
box-shadow: 0 5px 0 #3d973e;
}
.btn-success:active,
.btn-success.active {
background-image: none;
}
.btn-success.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #57bb58;
box-shadow: 0 5px 0 #57bb58;
}
.btn-info {
color: #ffffff;
background-color: #5788bb;
border-color: #5788bb;
}
.btn-info.btn-style-outlined {
color: #5788bb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
color: #ffffff;
background-color: #406f9f;
border-color: #406f9f;
}
.btn-info:hover.btn-style-outlined,
.btn-info:focus.btn-style-outlined,
.btn-info:active.btn-style-outlined,
.btn-info.active.btn-style-outlined {
color: #406f9f;
}
.btn-info:hover.btn-style-3d,
.btn-info:focus.btn-style-3d,
.btn-info:active.btn-style-3d,
.btn-info.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #3d6997;
box-shadow: 0 5px 0 #3d6997;
}
.btn-info:active,
.btn-info.active {
background-image: none;
}
.btn-info.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #5788bb;
box-shadow: 0 5px 0 #5788bb;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.btn-warning.btn-style-outlined {
color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
color: #ffffff;
background-color: #ec971f;
border-color: #ec971f;
}
.btn-warning:hover.btn-style-outlined,
.btn-warning:focus.btn-style-outlined,
.btn-warning:active.btn-style-outlined,
.btn-warning.active.btn-style-outlined {
color: #ec971f;
}
.btn-warning:hover.btn-style-3d,
.btn-warning:focus.btn-style-3d,
.btn-warning:active.btn-style-3d,
.btn-warning.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #eb9316;
box-shadow: 0 5px 0 #eb9316;
}
.btn-warning:active,
.btn-warning.active {
background-image: none;
}
.btn-warning.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #f0ad4e;
box-shadow: 0 5px 0 #f0ad4e;
}
.btn-danger {
color: #ffffff;
background-color: #bb5857;
border-color: #bb5857;
}
.btn-danger.btn-style-outlined {
color: #bb5857;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
color: #ffffff;
background-color: #9f4140;
border-color: #9f4140;
}
.btn-danger:hover.btn-style-outlined,
.btn-danger:focus.btn-style-outlined,
.btn-danger:active.btn-style-outlined,
.btn-danger.active.btn-style-outlined {
color: #9f4140;
}
.btn-danger:hover.btn-style-3d,
.btn-danger:focus.btn-style-3d,
.btn-danger:active.btn-style-3d,
.btn-danger.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #973e3d;
box-shadow: 0 5px 0 #973e3d;
}
.btn-danger:active,
.btn-danger.active {
background-image: none;
}
.btn-danger.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #bb5857;
box-shadow: 0 5px 0 #bb5857;
}
.btn-primary.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-primary.btn-effect-border-fade:hover,
.btn-primary.btn-effect-border-fade:focus,
.btn-primary.btn-effect-border-fade:active,
.btn-primary.btn-effect-border-fade.active {
background-color: #7ccedf;
box-shadow: 0 0 0 2px #4bbcd3 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #4bbcd3 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #4bbcd3 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-primary.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-primary.btn-effect-border-hollow:hover,
.btn-primary.btn-effect-border-hollow:focus,
.btn-primary.btn-effect-border-hollow:active,
.btn-primary.btn-effect-border-hollow.active {
color: #7ccedf;
background-color: transparent;
}
.btn-primary.btn-effect-border-trim {
position: relative;
}
.btn-primary.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-primary.btn-effect-border-trim:hover:before,
.btn-primary.btn-effect-border-trim:focus:before,
.btn-primary.btn-effect-border-trim:active:before,
.btn-primary.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-primary.btn-effect-border-outline-outward:before {
border: 2px solid #7ccedf;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-primary.btn-effect-border-outline-outward:hover:before,
.btn-primary.btn-effect-border-outline-outward:focus:before,
.btn-primary.btn-effect-border-outline-outward:active:before,
.btn-primary.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-primary.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-primary.btn-effect-border-outline-inward:before {
border: 2px solid #7ccedf;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-primary.btn-effect-border-outline-inward:hover:before,
.btn-primary.btn-effect-border-outline-inward:focus:before,
.btn-primary.btn-effect-border-outline-inward:active:before,
.btn-primary.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-primary.btn-effect-border-round-corners:hover,
.btn-primary.btn-effect-border-round-corners:focus,
.btn-primary.btn-effect-border-round-corners:active,
.btn-primary.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-primary.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #7ccedf;
}
.btn-primary.btn-effect-bg-fade-in:hover,
.btn-primary.btn-effect-bg-fade-in:focus,
.btn-primary.btn-effect-bg-fade-in:active,
.btn-primary.btn-effect-bg-fade-in.active {
background-color: #7ccedf;
color: #ffffff;
}
.btn-primary.btn-effect-bg-fade-out {
background-color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-primary.btn-effect-bg-fade-out:hover,
.btn-primary.btn-effect-bg-fade-out:focus,
.btn-primary.btn-effect-bg-fade-out:active,
.btn-primary.btn-effect-bg-fade-out.active {
background: transparent;
color: #7ccedf;
}
.btn-primary.btn-effect-bg-top {
position: relative;
background: transparent;
color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-primary.btn-effect-bg-top:hover,
.btn-primary.btn-effect-bg-top:focus,
.btn-primary.btn-effect-bg-top:active,
.btn-primary.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-primary.btn-effect-bg-top:hover:after,
.btn-primary.btn-effect-bg-top:focus:after,
.btn-primary.btn-effect-bg-top:active:after,
.btn-primary.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-primary.btn-effect-bg-right {
position: relative;
background: transparent;
color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-primary.btn-effect-bg-right:hover,
.btn-primary.btn-effect-bg-right:focus,
.btn-primary.btn-effect-bg-right:active,
.btn-primary.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-primary.btn-effect-bg-right:hover:after,
.btn-primary.btn-effect-bg-right:focus:after,
.btn-primary.btn-effect-bg-right:active:after,
.btn-primary.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-primary.btn-effect-bg-center {
position: relative;
background: transparent;
color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-center:hover,
.btn-primary.btn-effect-bg-center:focus,
.btn-primary.btn-effect-bg-center:active,
.btn-primary.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-primary.btn-effect-bg-center:hover:after,
.btn-primary.btn-effect-bg-center:focus:after,
.btn-primary.btn-effect-bg-center:active:after,
.btn-primary.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #7ccedf;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-skew-center:hover,
.btn-primary.btn-effect-bg-skew-center:focus,
.btn-primary.btn-effect-bg-skew-center:active,
.btn-primary.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-primary.btn-effect-bg-skew-center:hover:after,
.btn-primary.btn-effect-bg-skew-center:focus:after,
.btn-primary.btn-effect-bg-skew-center:active:after,
.btn-primary.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-horizontal-center:hover,
.btn-primary.btn-effect-bg-horizontal-center:focus,
.btn-primary.btn-effect-bg-horizontal-center:active,
.btn-primary.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-primary.btn-effect-bg-horizontal-center:hover:after,
.btn-primary.btn-effect-bg-horizontal-center:focus:after,
.btn-primary.btn-effect-bg-horizontal-center:active:after,
.btn-primary.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-primary.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-primary.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-primary.btn-effect-icon-slide-in:hover i,
.btn-primary.btn-effect-icon-slide-in:focus i,
.btn-primary.btn-effect-icon-slide-in:active i,
.btn-primary.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-icon-slide-in:hover span,
.btn-primary.btn-effect-icon-slide-in:focus span,
.btn-primary.btn-effect-icon-slide-in:active span,
.btn-primary.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-primary.btn-effect-click-state {
position: relative;
}
.btn-primary.btn-effect-click-state:hover,
.btn-primary.btn-effect-click-state:focus,
.btn-primary.btn-effect-click-state:active,
.btn-primary.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #53bfd5;
box-shadow: 0 2px 0 #53bfd5;
}
.btn-success.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-success.btn-effect-border-fade:hover,
.btn-success.btn-effect-border-fade:focus,
.btn-success.btn-effect-border-fade:active,
.btn-success.btn-effect-border-fade.active {
background-color: #57bb58;
box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-success.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-success.btn-effect-border-hollow:hover,
.btn-success.btn-effect-border-hollow:focus,
.btn-success.btn-effect-border-hollow:active,
.btn-success.btn-effect-border-hollow.active {
color: #57bb58;
background-color: transparent;
}
.btn-success.btn-effect-border-trim {
position: relative;
}
.btn-success.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-success.btn-effect-border-trim:hover:before,
.btn-success.btn-effect-border-trim:focus:before,
.btn-success.btn-effect-border-trim:active:before,
.btn-success.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-success.btn-effect-border-outline-outward:before {
border: 2px solid #57bb58;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-success.btn-effect-border-outline-outward:hover:before,
.btn-success.btn-effect-border-outline-outward:focus:before,
.btn-success.btn-effect-border-outline-outward:active:before,
.btn-success.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-success.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-success.btn-effect-border-outline-inward:before {
border: 2px solid #57bb58;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-success.btn-effect-border-outline-inward:hover:before,
.btn-success.btn-effect-border-outline-inward:focus:before,
.btn-success.btn-effect-border-outline-inward:active:before,
.btn-success.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-success.btn-effect-border-round-corners:hover,
.btn-success.btn-effect-border-round-corners:focus,
.btn-success.btn-effect-border-round-corners:active,
.btn-success.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-success.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #57bb58;
}
.btn-success.btn-effect-bg-fade-in:hover,
.btn-success.btn-effect-bg-fade-in:focus,
.btn-success.btn-effect-bg-fade-in:active,
.btn-success.btn-effect-bg-fade-in.active {
background-color: #57bb58;
color: #ffffff;
}
.btn-success.btn-effect-bg-fade-out {
background-color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-success.btn-effect-bg-fade-out:hover,
.btn-success.btn-effect-bg-fade-out:focus,
.btn-success.btn-effect-bg-fade-out:active,
.btn-success.btn-effect-bg-fade-out.active {
background: transparent;
color: #57bb58;
}
.btn-success.btn-effect-bg-top {
position: relative;
background: transparent;
color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-success.btn-effect-bg-top:hover,
.btn-success.btn-effect-bg-top:focus,
.btn-success.btn-effect-bg-top:active,
.btn-success.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-success.btn-effect-bg-top:hover:after,
.btn-success.btn-effect-bg-top:focus:after,
.btn-success.btn-effect-bg-top:active:after,
.btn-success.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-success.btn-effect-bg-right {
position: relative;
background: transparent;
color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-success.btn-effect-bg-right:hover,
.btn-success.btn-effect-bg-right:focus,
.btn-success.btn-effect-bg-right:active,
.btn-success.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-success.btn-effect-bg-right:hover:after,
.btn-success.btn-effect-bg-right:focus:after,
.btn-success.btn-effect-bg-right:active:after,
.btn-success.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-success.btn-effect-bg-center {
position: relative;
background: transparent;
color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-center:hover,
.btn-success.btn-effect-bg-center:focus,
.btn-success.btn-effect-bg-center:active,
.btn-success.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-success.btn-effect-bg-center:hover:after,
.btn-success.btn-effect-bg-center:focus:after,
.btn-success.btn-effect-bg-center:active:after,
.btn-success.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #57bb58;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-skew-center:hover,
.btn-success.btn-effect-bg-skew-center:focus,
.btn-success.btn-effect-bg-skew-center:active,
.btn-success.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-success.btn-effect-bg-skew-center:hover:after,
.btn-success.btn-effect-bg-skew-center:focus:after,
.btn-success.btn-effect-bg-skew-center:active:after,
.btn-success.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-horizontal-center:hover,
.btn-success.btn-effect-bg-horizontal-center:focus,
.btn-success.btn-effect-bg-horizontal-center:active,
.btn-success.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-success.btn-effect-bg-horizontal-center:hover:after,
.btn-success.btn-effect-bg-horizontal-center:focus:after,
.btn-success.btn-effect-bg-horizontal-center:active:after,
.btn-success.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-success.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-success.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-success.btn-effect-icon-slide-in:hover i,
.btn-success.btn-effect-icon-slide-in:focus i,
.btn-success.btn-effect-icon-slide-in:active i,
.btn-success.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-icon-slide-in:hover span,
.btn-success.btn-effect-icon-slide-in:focus span,
.btn-success.btn-effect-icon-slide-in:active span,
.btn-success.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-success.btn-effect-click-state {
position: relative;
}
.btn-success.btn-effect-click-state:hover,
.btn-success.btn-effect-click-state:focus,
.btn-success.btn-effect-click-state:active,
.btn-success.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #409f41;
box-shadow: 0 2px 0 #409f41;
}
.btn-info.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-info.btn-effect-border-fade:hover,
.btn-info.btn-effect-border-fade:focus,
.btn-info.btn-effect-border-fade:active,
.btn-info.btn-effect-border-fade.active {
background-color: #5788bb;
box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-info.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-info.btn-effect-border-hollow:hover,
.btn-info.btn-effect-border-hollow:focus,
.btn-info.btn-effect-border-hollow:active,
.btn-info.btn-effect-border-hollow.active {
color: #5788bb;
background-color: transparent;
}
.btn-info.btn-effect-border-trim {
position: relative;
}
.btn-info.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-info.btn-effect-border-trim:hover:before,
.btn-info.btn-effect-border-trim:focus:before,
.btn-info.btn-effect-border-trim:active:before,
.btn-info.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-info.btn-effect-border-outline-outward:before {
border: 2px solid #5788bb;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-info.btn-effect-border-outline-outward:hover:before,
.btn-info.btn-effect-border-outline-outward:focus:before,
.btn-info.btn-effect-border-outline-outward:active:before,
.btn-info.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-info.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-info.btn-effect-border-outline-inward:before {
border: 2px solid #5788bb;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-info.btn-effect-border-outline-inward:hover:before,
.btn-info.btn-effect-border-outline-inward:focus:before,
.btn-info.btn-effect-border-outline-inward:active:before,
.btn-info.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-info.btn-effect-border-round-corners:hover,
.btn-info.btn-effect-border-round-corners:focus,
.btn-info.btn-effect-border-round-corners:active,
.btn-info.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-info.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #5788bb;
}
.btn-info.btn-effect-bg-fade-in:hover,
.btn-info.btn-effect-bg-fade-in:focus,
.btn-info.btn-effect-bg-fade-in:active,
.btn-info.btn-effect-bg-fade-in.active {
background-color: #5788bb;
color: #ffffff;
}
.btn-info.btn-effect-bg-fade-out {
background-color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-info.btn-effect-bg-fade-out:hover,
.btn-info.btn-effect-bg-fade-out:focus,
.btn-info.btn-effect-bg-fade-out:active,
.btn-info.btn-effect-bg-fade-out.active {
background: transparent;
color: #5788bb;
}
.btn-info.btn-effect-bg-top {
position: relative;
background: transparent;
color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-info.btn-effect-bg-top:hover,
.btn-info.btn-effect-bg-top:focus,
.btn-info.btn-effect-bg-top:active,
.btn-info.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-info.btn-effect-bg-top:hover:after,
.btn-info.btn-effect-bg-top:focus:after,
.btn-info.btn-effect-bg-top:active:after,
.btn-info.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-info.btn-effect-bg-right {
position: relative;
background: transparent;
color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-info.btn-effect-bg-right:hover,
.btn-info.btn-effect-bg-right:focus,
.btn-info.btn-effect-bg-right:active,
.btn-info.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-info.btn-effect-bg-right:hover:after,
.btn-info.btn-effect-bg-right:focus:after,
.btn-info.btn-effect-bg-right:active:after,
.btn-info.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-info.btn-effect-bg-center {
position: relative;
background: transparent;
color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-center:hover,
.btn-info.btn-effect-bg-center:focus,
.btn-info.btn-effect-bg-center:active,
.btn-info.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-info.btn-effect-bg-center:hover:after,
.btn-info.btn-effect-bg-center:focus:after,
.btn-info.btn-effect-bg-center:active:after,
.btn-info.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #5788bb;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-skew-center:hover,
.btn-info.btn-effect-bg-skew-center:focus,
.btn-info.btn-effect-bg-skew-center:active,
.btn-info.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-info.btn-effect-bg-skew-center:hover:after,
.btn-info.btn-effect-bg-skew-center:focus:after,
.btn-info.btn-effect-bg-skew-center:active:after,
.btn-info.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-horizontal-center:hover,
.btn-info.btn-effect-bg-horizontal-center:focus,
.btn-info.btn-effect-bg-horizontal-center:active,
.btn-info.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-info.btn-effect-bg-horizontal-center:hover:after,
.btn-info.btn-effect-bg-horizontal-center:focus:after,
.btn-info.btn-effect-bg-horizontal-center:active:after,
.btn-info.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-info.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-info.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-info.btn-effect-icon-slide-in:hover i,
.btn-info.btn-effect-icon-slide-in:focus i,
.btn-info.btn-effect-icon-slide-in:active i,
.btn-info.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-icon-slide-in:hover span,
.btn-info.btn-effect-icon-slide-in:focus span,
.btn-info.btn-effect-icon-slide-in:active span,
.btn-info.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-info.btn-effect-click-state {
position: relative;
}
.btn-info.btn-effect-click-state:hover,
.btn-info.btn-effect-click-state:focus,
.btn-info.btn-effect-click-state:active,
.btn-info.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #406f9f;
box-shadow: 0 2px 0 #406f9f;
}
.btn-warning.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-warning.btn-effect-border-fade:hover,
.btn-warning.btn-effect-border-fade:focus,
.btn-warning.btn-effect-border-fade:active,
.btn-warning.btn-effect-border-fade.active {
background-color: #f0ad4e;
box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-warning.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-warning.btn-effect-border-hollow:hover,
.btn-warning.btn-effect-border-hollow:focus,
.btn-warning.btn-effect-border-hollow:active,
.btn-warning.btn-effect-border-hollow.active {
color: #f0ad4e;
background-color: transparent;
}
.btn-warning.btn-effect-border-trim {
position: relative;
}
.btn-warning.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-warning.btn-effect-border-trim:hover:before,
.btn-warning.btn-effect-border-trim:focus:before,
.btn-warning.btn-effect-border-trim:active:before,
.btn-warning.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-warning.btn-effect-border-outline-outward:before {
border: 2px solid #f0ad4e;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-warning.btn-effect-border-outline-outward:hover:before,
.btn-warning.btn-effect-border-outline-outward:focus:before,
.btn-warning.btn-effect-border-outline-outward:active:before,
.btn-warning.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-warning.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-warning.btn-effect-border-outline-inward:before {
border: 2px solid #f0ad4e;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-warning.btn-effect-border-outline-inward:hover:before,
.btn-warning.btn-effect-border-outline-inward:focus:before,
.btn-warning.btn-effect-border-outline-inward:active:before,
.btn-warning.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-warning.btn-effect-border-round-corners:hover,
.btn-warning.btn-effect-border-round-corners:focus,
.btn-warning.btn-effect-border-round-corners:active,
.btn-warning.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-warning.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #f0ad4e;
}
.btn-warning.btn-effect-bg-fade-in:hover,
.btn-warning.btn-effect-bg-fade-in:focus,
.btn-warning.btn-effect-bg-fade-in:active,
.btn-warning.btn-effect-bg-fade-in.active {
background-color: #f0ad4e;
color: #ffffff;
}
.btn-warning.btn-effect-bg-fade-out {
background-color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-warning.btn-effect-bg-fade-out:hover,
.btn-warning.btn-effect-bg-fade-out:focus,
.btn-warning.btn-effect-bg-fade-out:active,
.btn-warning.btn-effect-bg-fade-out.active {
background: transparent;
color: #f0ad4e;
}
.btn-warning.btn-effect-bg-top {
position: relative;
background: transparent;
color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-warning.btn-effect-bg-top:hover,
.btn-warning.btn-effect-bg-top:focus,
.btn-warning.btn-effect-bg-top:active,
.btn-warning.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-warning.btn-effect-bg-top:hover:after,
.btn-warning.btn-effect-bg-top:focus:after,
.btn-warning.btn-effect-bg-top:active:after,
.btn-warning.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-warning.btn-effect-bg-right {
position: relative;
background: transparent;
color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-warning.btn-effect-bg-right:hover,
.btn-warning.btn-effect-bg-right:focus,
.btn-warning.btn-effect-bg-right:active,
.btn-warning.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-warning.btn-effect-bg-right:hover:after,
.btn-warning.btn-effect-bg-right:focus:after,
.btn-warning.btn-effect-bg-right:active:after,
.btn-warning.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-warning.btn-effect-bg-center {
position: relative;
background: transparent;
color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-center:hover,
.btn-warning.btn-effect-bg-center:focus,
.btn-warning.btn-effect-bg-center:active,
.btn-warning.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-warning.btn-effect-bg-center:hover:after,
.btn-warning.btn-effect-bg-center:focus:after,
.btn-warning.btn-effect-bg-center:active:after,
.btn-warning.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #f0ad4e;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-skew-center:hover,
.btn-warning.btn-effect-bg-skew-center:focus,
.btn-warning.btn-effect-bg-skew-center:active,
.btn-warning.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-warning.btn-effect-bg-skew-center:hover:after,
.btn-warning.btn-effect-bg-skew-center:focus:after,
.btn-warning.btn-effect-bg-skew-center:active:after,
.btn-warning.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-horizontal-center:hover,
.btn-warning.btn-effect-bg-horizontal-center:focus,
.btn-warning.btn-effect-bg-horizontal-center:active,
.btn-warning.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-warning.btn-effect-bg-horizontal-center:hover:after,
.btn-warning.btn-effect-bg-horizontal-center:focus:after,
.btn-warning.btn-effect-bg-horizontal-center:active:after,
.btn-warning.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-warning.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-warning.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-warning.btn-effect-icon-slide-in:hover i,
.btn-warning.btn-effect-icon-slide-in:focus i,
.btn-warning.btn-effect-icon-slide-in:active i,
.btn-warning.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-icon-slide-in:hover span,
.btn-warning.btn-effect-icon-slide-in:focus span,
.btn-warning.btn-effect-icon-slide-in:active span,
.btn-warning.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-warning.btn-effect-click-state {
position: relative;
}
.btn-warning.btn-effect-click-state:hover,
.btn-warning.btn-effect-click-state:focus,
.btn-warning.btn-effect-click-state:active,
.btn-warning.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #ec971f;
box-shadow: 0 2px 0 #ec971f;
}
.btn-danger.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-danger.btn-effect-border-fade:hover,
.btn-danger.btn-effect-border-fade:focus,
.btn-danger.btn-effect-border-fade:active,
.btn-danger.btn-effect-border-fade.active {
background-color: #bb5857;
box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-danger.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-danger.btn-effect-border-hollow:hover,
.btn-danger.btn-effect-border-hollow:focus,
.btn-danger.btn-effect-border-hollow:active,
.btn-danger.btn-effect-border-hollow.active {
color: #bb5857;
background-color: transparent;
}
.btn-danger.btn-effect-border-trim {
position: relative;
}
.btn-danger.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-danger.btn-effect-border-trim:hover:before,
.btn-danger.btn-effect-border-trim:focus:before,
.btn-danger.btn-effect-border-trim:active:before,
.btn-danger.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-danger.btn-effect-border-outline-outward:before {
border: 2px solid #bb5857;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-danger.btn-effect-border-outline-outward:hover:before,
.btn-danger.btn-effect-border-outline-outward:focus:before,
.btn-danger.btn-effect-border-outline-outward:active:before,
.btn-danger.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-danger.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-danger.btn-effect-border-outline-inward:before {
border: 2px solid #bb5857;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-danger.btn-effect-border-outline-inward:hover:before,
.btn-danger.btn-effect-border-outline-inward:focus:before,
.btn-danger.btn-effect-border-outline-inward:active:before,
.btn-danger.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-danger.btn-effect-border-round-corners:hover,
.btn-danger.btn-effect-border-round-corners:focus,
.btn-danger.btn-effect-border-round-corners:active,
.btn-danger.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-danger.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #bb5857;
}
.btn-danger.btn-effect-bg-fade-in:hover,
.btn-danger.btn-effect-bg-fade-in:focus,
.btn-danger.btn-effect-bg-fade-in:active,
.btn-danger.btn-effect-bg-fade-in.active {
background-color: #bb5857;
color: #ffffff;
}
.btn-danger.btn-effect-bg-fade-out {
background-color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-danger.btn-effect-bg-fade-out:hover,
.btn-danger.btn-effect-bg-fade-out:focus,
.btn-danger.btn-effect-bg-fade-out:active,
.btn-danger.btn-effect-bg-fade-out.active {
background: transparent;
color: #bb5857;
}
.btn-danger.btn-effect-bg-top {
position: relative;
background: transparent;
color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-danger.btn-effect-bg-top:hover,
.btn-danger.btn-effect-bg-top:focus,
.btn-danger.btn-effect-bg-top:active,
.btn-danger.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-danger.btn-effect-bg-top:hover:after,
.btn-danger.btn-effect-bg-top:focus:after,
.btn-danger.btn-effect-bg-top:active:after,
.btn-danger.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-danger.btn-effect-bg-right {
position: relative;
background: transparent;
color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-danger.btn-effect-bg-right:hover,
.btn-danger.btn-effect-bg-right:focus,
.btn-danger.btn-effect-bg-right:active,
.btn-danger.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-danger.btn-effect-bg-right:hover:after,
.btn-danger.btn-effect-bg-right:focus:after,
.btn-danger.btn-effect-bg-right:active:after,
.btn-danger.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-danger.btn-effect-bg-center {
position: relative;
background: transparent;
color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-center:hover,
.btn-danger.btn-effect-bg-center:focus,
.btn-danger.btn-effect-bg-center:active,
.btn-danger.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-danger.btn-effect-bg-center:hover:after,
.btn-danger.btn-effect-bg-center:focus:after,
.btn-danger.btn-effect-bg-center:active:after,
.btn-danger.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #bb5857;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-skew-center:hover,
.btn-danger.btn-effect-bg-skew-center:focus,
.btn-danger.btn-effect-bg-skew-center:active,
.btn-danger.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-danger.btn-effect-bg-skew-center:hover:after,
.btn-danger.btn-effect-bg-skew-center:focus:after,
.btn-danger.btn-effect-bg-skew-center:active:after,
.btn-danger.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-horizontal-center:hover,
.btn-danger.btn-effect-bg-horizontal-center:focus,
.btn-danger.btn-effect-bg-horizontal-center:active,
.btn-danger.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-danger.btn-effect-bg-horizontal-center:hover:after,
.btn-danger.btn-effect-bg-horizontal-center:focus:after,
.btn-danger.btn-effect-bg-horizontal-center:active:after,
.btn-danger.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-danger.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-danger.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-danger.btn-effect-icon-slide-in:hover i,
.btn-danger.btn-effect-icon-slide-in:focus i,
.btn-danger.btn-effect-icon-slide-in:active i,
.btn-danger.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-icon-slide-in:hover span,
.btn-danger.btn-effect-icon-slide-in:focus span,
.btn-danger.btn-effect-icon-slide-in:active span,
.btn-danger.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-danger.btn-effect-click-state {
position: relative;
}
.btn-danger.btn-effect-click-state:hover,
.btn-danger.btn-effect-click-state:focus,
.btn-danger.btn-effect-click-state:active,
.btn-danger.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #9f4140;
box-shadow: 0 2px 0 #9f4140;
}
.btn-white {
color: #ffffff;
border-color: #ffffff !important;
background: rgba(0, 0, 0, 0);
background: none !important;
border-width: 2px !important;
-webkit-border-radius: 0;
border-radius: 0;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
color: #fff;
}
.btn-white.btn-effect-icon-slide-in {
position: relative;
padding-right: 2em;
padding-left: 2em;
}
.btn-white.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-white.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-white.btn-effect-icon-slide-in:hover i,
.btn-white.btn-effect-icon-slide-in:focus i,
.btn-white.btn-effect-icon-slide-in:active i,
.btn-white.btn-effect-icon-slide-in.active i {
margin-left: 0.35714285714285715em;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-white.btn-effect-icon-slide-in:hover span,
.btn-white.btn-effect-icon-slide-in:focus span,
.btn-white.btn-effect-icon-slide-in:active span,
.btn-white.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-link {
color: #1f1f1f;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #7ccedf;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
color: #949494;
text-decoration: none;
}
.btn-lg {
padding: 0.8999999999999999rem 1.4857142857142858rem;
font-size: 1.2857142857142858em;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.btn-sm {
padding: 0.7rem 1.0571428571428572rem;
font-size: 12px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.btn-xs {
padding: 0.41428571428571426rem 0.7rem;
font-size: 12px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.btn-align-center {
display: table;
margin-left: auto;
margin-right: auto;
}
.btn-align-right {
float: right;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.35714285714285715em;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/*--------------------------------------------------------------
8.0 - Dropdown menus
--------------------------------------------------------------*/
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.14285714285714285em;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
padding: 0;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 11.428571428571429em;
margin: 0px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
-webkit-box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: -0.1785714285714286em 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 4px 15px;
clear: both;
line-height: 1.7;
color: #6e6e6e;
white-space: nowrap;
}
.dropdown-menu > li > a:hover {
text-decoration: none;
color: #616161;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #7ccedf;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 0.07142857142857142em;
}
/*--------------------------------------------------------------
9.0 - Navs
--------------------------------------------------------------*/
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 0.6rem 1.1rem;
}
.nav > li > a:hover {
text-decoration: none;
background-color: #a1a1a1;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #e5e5e5;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.7;
border: 1px solid transparent;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
background: transparent;
}
.nav-tabs > li > a > i {
margin-right: 0.5em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background: #fff;
color: #888888;
border: 1px solid #e5e5e5;
border-bottom-color: transparent;
cursor: default;
}
.tab-content {
padding: 20px 0;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.tab-content .widget {
margin-bottom: 0;
}
.widget .tab-content {
padding-bottom: 0;
}
/* custom inclusion of right, left and below tabs */
.tabs-top > .nav-tabs > li > a {
border-top-width: 2px;
}
.tabs-top > .nav-tabs > .active > a,
.tabs-top > .nav-tabs > .active > a:hover,
.tabs-top > .nav-tabs > .active > a:focus {
border-top: 2px solid #7ccedf;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
.tabs-below > .nav-tabs {
border-top: 1px solid #e5e5e5;
}
.tabs-below > .nav-tabs > li {
margin-top: -1px;
margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
-webkit-border-radius: 0;
border-radius: 0;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
border-color: transparent #e5e5e5 #7ccedf #e5e5e5;
border-bottom-width: 2px;
}
.tabs-right,
.tabs-left {
display: table;
width: 100%;
}
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
display: table-cell;
width: 30%;
vertical-align: middle;
}
.tabs-right > .nav-tabs > li,
.tabs-left > .nav-tabs > li {
float: none;
}
.tabs-right > .tab-content,
.tabs-left > .tab-content {
padding: 0;
float: none;
display: table-cell;
vertical-align: top;
width: 70%;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
min-width: 74px;
margin-right: 0;
margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
margin-right: 1.3571428571428572em;
border-right: 1px solid #e5e5e5;
}
.tabs-left > .tab-content {
padding-left: 20px;
}
.tabs-left > .nav-tabs > li > a {
margin-right: -1px;
-webkit-border-radius: 0;
border-radius: 0;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
border-color: #e5e5e5 transparent #e5e5e5 #7ccedf;
*border-right-color: #ffffff;
border-left-width: 2px;
}
.tabs-right > .nav-tabs {
margin-left: 1.3571428571428572em;
border-left: 1px solid #e5e5e5;
}
.tabs-right > .tab-content {
padding-right: 20px;
}
.tabs-right > .nav-tabs > li > a {
margin-left: -1px;
-webkit-border-radius: 0;
border-radius: 0;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
border-color: #e5e5e5 #7ccedf #e5e5e5 transparent;
*border-left-color: #ffffff;
border-right-width: 2px;
}
.tabs-default a {
color: #6e6e6e;
}
.tabs-default a:hover,
.tabs-default a:focus {
color: #6e6e6e;
}
.tabs-default.tabs-top .nav-tabs > li.active > a,
.tabs-default.tabs-top .nav-tabs > li.active > a:hover,
.tabs-default.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #e5e5e5;
color: #6e6e6e;
}
.tabs-default.tabs-left .nav-tabs > li.active > a,
.tabs-default.tabs-left .nav-tabs > li.active > a:hover,
.tabs-default.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #e5e5e5;
color: #6e6e6e;
}
.tabs-default.tabs-right .nav-tabs > li.active > a,
.tabs-default.tabs-right .nav-tabs > li.active > a:hover,
.tabs-default.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #e5e5e5;
color: #6e6e6e;
}
.tabs-default.tabs-below .nav-tabs > li.active > a,
.tabs-default.tabs-below .nav-tabs > li.active > a:hover,
.tabs-default.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #e5e5e5;
color: #6e6e6e;
}
.tabs-primary a {
color: #6e6e6e;
}
.tabs-primary a:hover,
.tabs-primary a:focus {
color: #7ccedf;
}
.tabs-primary.tabs-top .nav-tabs > li.active > a,
.tabs-primary.tabs-top .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #7ccedf;
color: #7ccedf;
}
.tabs-primary.tabs-left .nav-tabs > li.active > a,
.tabs-primary.tabs-left .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #7ccedf;
color: #7ccedf;
}
.tabs-primary.tabs-right .nav-tabs > li.active > a,
.tabs-primary.tabs-right .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #7ccedf;
color: #7ccedf;
}
.tabs-primary.tabs-below .nav-tabs > li.active > a,
.tabs-primary.tabs-below .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #7ccedf;
color: #7ccedf;
}
.tabs-success a {
color: #6e6e6e;
}
.tabs-success a:hover,
.tabs-success a:focus {
color: #57bb58;
}
.tabs-success.tabs-top .nav-tabs > li.active > a,
.tabs-success.tabs-top .nav-tabs > li.active > a:hover,
.tabs-success.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #57bb58;
color: #57bb58;
}
.tabs-success.tabs-left .nav-tabs > li.active > a,
.tabs-success.tabs-left .nav-tabs > li.active > a:hover,
.tabs-success.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #57bb58;
color: #57bb58;
}
.tabs-success.tabs-right .nav-tabs > li.active > a,
.tabs-success.tabs-right .nav-tabs > li.active > a:hover,
.tabs-success.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #57bb58;
color: #57bb58;
}
.tabs-success.tabs-below .nav-tabs > li.active > a,
.tabs-success.tabs-below .nav-tabs > li.active > a:hover,
.tabs-success.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #57bb58;
color: #57bb58;
}
.tabs-info a {
color: #6e6e6e;
}
.tabs-info a:hover,
.tabs-info a:focus {
color: #5788bb;
}
.tabs-info.tabs-top .nav-tabs > li.active > a,
.tabs-info.tabs-top .nav-tabs > li.active > a:hover,
.tabs-info.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #5788bb;
color: #5788bb;
}
.tabs-info.tabs-left .nav-tabs > li.active > a,
.tabs-info.tabs-left .nav-tabs > li.active > a:hover,
.tabs-info.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #5788bb;
color: #5788bb;
}
.tabs-info.tabs-right .nav-tabs > li.active > a,
.tabs-info.tabs-right .nav-tabs > li.active > a:hover,
.tabs-info.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #5788bb;
color: #5788bb;
}
.tabs-info.tabs-below .nav-tabs > li.active > a,
.tabs-info.tabs-below .nav-tabs > li.active > a:hover,
.tabs-info.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #5788bb;
color: #5788bb;
}
.tabs-warning a {
color: #6e6e6e;
}
.tabs-warning a:hover,
.tabs-warning a:focus {
color: #f0ad4e;
}
.tabs-warning.tabs-top .nav-tabs > li.active > a,
.tabs-warning.tabs-top .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #f0ad4e;
color: #f0ad4e;
}
.tabs-warning.tabs-left .nav-tabs > li.active > a,
.tabs-warning.tabs-left .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #f0ad4e;
color: #f0ad4e;
}
.tabs-warning.tabs-right .nav-tabs > li.active > a,
.tabs-warning.tabs-right .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #f0ad4e;
color: #f0ad4e;
}
.tabs-warning.tabs-below .nav-tabs > li.active > a,
.tabs-warning.tabs-below .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #f0ad4e;
color: #f0ad4e;
}
.tabs-danger a {
color: #6e6e6e;
}
.tabs-danger a:hover,
.tabs-danger a:focus {
color: #bb5857;
}
.tabs-danger.tabs-top .nav-tabs > li.active > a,
.tabs-danger.tabs-top .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #bb5857;
color: #bb5857;
}
.tabs-danger.tabs-left .nav-tabs > li.active > a,
.tabs-danger.tabs-left .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #bb5857;
color: #bb5857;
}
.tabs-danger.tabs-right .nav-tabs > li.active > a,
.tabs-danger.tabs-right .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #bb5857;
color: #bb5857;
}
.tabs-danger.tabs-below .nav-tabs > li.active > a,
.tabs-danger.tabs-below .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #bb5857;
color: #bb5857;
}
.tabs-center > .nav-tabs {
text-align: center;
}
.tabs-center > .nav-tabs > li {
display: inline-block;
float: none;
}
.tabs-full > .nav-tabs {
display: table;
width: 100%;
}
.tabs-full > .nav-tabs > li {
display: table-cell;
float: none;
}
.tabs-full > .nav-tabs > li > a {
margin-right: 0;
background-color: #f5f5f5;
}
.tabs-full > .nav-tabs > li.active > a,
.tabs-full > .nav-tabs > li.active > a:hover,
.tabs-full > .nav-tabs > li.active > a:focus {
background-color: #fff;
}
.tabs-full.tabs-top > .nav-tabs > li > a {
border-top-width: 2px;
margin-bottom: -1px;
}
.tabs-full.tabs-below > .nav-tabs > li > a {
border-bottom-width: 2px;
margin-top: -1px;
}
/*--------------------------------------------------------------
10.0 - Navbars
--------------------------------------------------------------*/
.navbar {
margin-bottom: 1.6428571428571428em;
border-bottom: 0px solid transparent;
}
@media (min-width: 992px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 992px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
}
.navbar-to-fixed {
top: -84px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-to-fixed.navbar-fixed-top {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 1;
filter: alpha(opacity=100);
}
@media (min-width: 992px) {
.navbar-scroll-fixed {
-webkit-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
transition: background-color 0.3s;
}
}
.navbar-fixed-top .navbar-collapse {
max-height: 24.285714285714285em;
}
.container > .navbar-wrap,
.container-fluid > .navbar-wrap,
.container > .navbar-header-left,
.container-fluid > .navbar-header-left,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
@media (min-width: 992px) {
.container > .navbar-wrap,
.container-fluid > .navbar-wrap,
.container > .navbar-header-left,
.container-fluid > .navbar-header-left,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
.navbar-fixed-top {
border-radius: 0;
}
}
.boxed-wrap .navbar-fixed-top {
left: auto;
right: auto;
}
.navbar-fixed-top {
top: 0;
}
.navbar-brand {
float: left;
font-size: 1.2857142857142858em;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 992px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -0.7142857142857143em;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 2.357142857142857em;
margin-bottom: 2.357142857142857em;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 2px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
-webkit-border-radius: 1px;
border-radius: 1px;
position: relative;
transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
.navbar-toggle.x .bar-top {
top: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
}
.navbar-toggle.x .bar-middle {
opacity: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.navbar-toggle.x .bar-bottom {
top: -5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
}
@media (min-width: 992px) {
.navbar-toggle {
display: none;
}
}
.navbar-header .navbar-toggle {
border-color: transparent;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
background-color: rgba(0, 0, 0, 0.2);
}
.navbar-header .navbar-toggle .icon-bar {
background-color: #1f1f1f;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 1.6428571428571428em;
}
@media (max-width: 991px) {
.navbar-nav > li > a {
line-height: 1.6428571428571428em !important;
font-size: 14px;
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li .dropdown-menu > li > a {
padding-left: 3.5714285714285716em;
}
.navbar-nav .open .dropdown-menu > li > a {
padding: 0.7142857142857143em 1.0714285714285714em 0.7142857142857143em 1.7857142857142858em;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 1.6428571428571428em;
}
.navbar-nav .open .dropdown-menu > li > a:hover {
background-image: none;
}
}
@media (min-width: 992px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 3.5127551020408165em;
padding-bottom: 3.5127551020408165em;
}
.navbar-nav.navbar-right:last-child {
margin-right: -0.7142857142857143em;
}
}
.header-type-default .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
@media (min-width: 992px) {
.header-type-default .navbar-nav > li > .dropdown-menu {
top: 100px;
}
}
@media (min-width: 992px) {
.header-type-default .navbar-fixed-top .navbar-nav > li > .dropdown-menu {
top: 80px;
}
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-default {
background-color: mediumseagreen;
border-color: #ffffff;
}
@media (min-width: 992px) {
.header-type-default .navbar-default {
height: 100px;
-webkit-transition: height 0.2s;
-o-transition: height 0.2s;
transition: height 0.2s;
}
}
@media (min-width: 992px) {
.header-type-default .navbar-fixed-top.navbar-default {
height: 80px;
}
}
.navbar-default .navbar-brand {
color: #1f1f1f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #050505;
background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
color: #1f1f1f;
}
.navbar-default .navbar-nav > li > a:hover {
color: #7ccedf;
background-color: transparent;
}
.navbar-default .navbar-nav .open > a {
color: #7ccedf;
background-color: transparent;
}
.navbar-default .navbar-nav .current-menu-ancestor > a,
.navbar-default .navbar-nav .current-menu-parent > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav .current-menu-ancestor > a:hover,
.navbar-default .navbar-nav .current-menu-parent > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
color: #7ccedf;
background-color: transparent;
}
.navbar-default .navbar-collapse {
border-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
background-color: transparent;
}
@media (max-width: 991px) {
.navbar-default .navbar-nav .open .dropdown-menu > li {
border-color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #1f1f1f;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
color: #7ccedf;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
color: #7ccedf;
background-color: transparent;
}
}
@media (max-width: 767px) {
.navbar-brand {
padding: 0;
}
}
.navbar-brand img {
max-height: 99px;
padding: 15px 0;
}
@media (min-width: 992px) {
.header-type-default .navbar-brand img {
max-height: 99px;
-webkit-transition: max-height 0.2s;
-o-transition: max-height 0.2s;
transition: max-height 0.2s;
}
}
@media (min-width: 992px) {
.header-type-default .animate-children .navbar-brand img {
max-height: 79px;
}
}
.navbar-brand .logo-fixed {
display: none;
}
@media (max-width: 991px) {
.navbar-brand .logo {
display: block;
max-width: 200px;
}
.navbar-brand .logo-fixed {
display: none;
}
}
.navbar-fixed-top .navbar-brand img {
padding: 15px 0;
}
.navbar-fixed-top .navbar-brand .logo {
display: none;
}
.navbar-fixed-top .navbar-brand .logo-fixed {
display: block;
}
.navbar-brand .logo-mobile {
display: none;
}
@media (max-width: 767px) {
.navbar-brand .logo,
.navbar-brand .logo-fixed {
display: none;
}
.navbar-brand .logo-mobile {
display: inline-block;
}
}
.navbar-default {
margin-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-default .primary-navbar-collapse {
float: right;
}
@media (max-width: 991px) {
.navbar-default .primary-navbar-collapse {
float: none;
}
}
.navbar-default .navbar-collapse {
border: none;
}
.primary-nav .menu-item-navbar-brand {
display: none;
}
@media (min-width: 992px) {
.header-default-center .navbar-wrap > .navbar-header {
display: none;
}
.header-default-center .menu-item-navbar-brand {
position: static !important;
padding: 0 3rem !important;
vertical-align: top;
}
.header-default-center .menu-item-navbar-brand .navbar-brand {
display: block;
float: none;
margin: 0 !important;
padding: 0 !important;
position: relative;
height: 100%;
}
.header-default-center .navbar-default .primary-navbar-collapse {
float: none;
padding: 0;
}
.header-default-center.header-type-default .primary-nav {
float: none;
text-align: center;
width: 100%;
margin: 0;
}
.header-default-center.header-type-default .primary-nav > li {
padding: 0 15px;
display: inline-block;
float: none;
}
.header-default-center.header-type-default .primary-nav > li > a .underline:after {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.header-default-center .menu-item-navbar-brand {
padding: 0 1rem !important;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.header-default-center.header-type-default .primary-nav > li {
padding: 0 7.5px;
}
}
.navbar-collapse {
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-wrap {
position: relative;
}
.primary-nav {
font-size: 14px;
font-style: normal;
font-weight: 400;
font-family: "Muli", Helvetica, Arial, sans-serif;
}
.primary-nav .navicon {
margin-right: 0.5714285714285714rem;
font-size: 14px;
}
.header-type-below .primary-nav > li > a .navicon,
.header-type-classic .primary-nav > li > a .navicon {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
margin-top: -2px;
}
@media (min-width: 992px) {
.primary-nav > .megamenu > .dropdown-menu {
background: #ffffff;
border-top: 2px solid #7ccedf;
}
.primary-nav > .megamenu.megamenu-fullwidth {
position: static !important;
}
.primary-nav > .megamenu.megamenu-fullwidth > .dropdown-menu {
width: 100%;
}
.primary-nav > .megamenu .megamenu-title {
margin: 0;
padding: 0.5em 0;
font-size: 1.1em;
text-transform: uppercase;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 10px;
}
.primary-nav > .megamenu .megamenu-title a {
background: transparent !important;
}
.primary-nav > .megamenu .megamenu-title .caret {
display: none;
}
.primary-nav > .megamenu > .dropdown-menu .widget {
margin-bottom: 0;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar {
padding: 0.7142857142857143em;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar a {
margin: 0;
padding: 0;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products {
margin: 0;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products li {
margin: 0;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products li img {
width: 100%;
}
.primary-nav > .megamenu > .dropdown-menu > li {
display: table-cell;
vertical-align: top;
border-bottom: none;
border-top: none;
padding: 0.7142857142857143em 1.4285714285714286em 1.4285714285714286em;
min-width: 200px;
}
.primary-nav > .megamenu > .dropdown-menu > li:last-child {
border-right: none;
}
.primary-nav > .megamenu > .dropdown-menu > li.mega-col-12 {
width: 100%;
}
.primary-nav > .megamenu > .dropdown-menu > li.mega-col-3 {
width: 25%;
}
.primary-nav > .megamenu > .dropdown-menu > li.mega-col-6 {
width: 50%;
}
.primary-nav > .megamenu > .dropdown-menu > li.mega-col-4 {
width: 33.3333%;
}
.primary-nav > .megamenu > .dropdown-menu > li > a {
background: #ffffff;
}
.primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu {
display: block !important;
position: relative;
-webkit-box-shadow: none !important;
box-shadow: none !important;
float: none;
left: 0 !important;
top: 0 !important;
opacity: 1 !important;
}
.primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu li {
border: none;
}
.primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a {
background: #ffffff;
padding-left: 0;
}
.primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a:hover {
color: #7ccedf;
}
.primary-nav > .megamenu.open > .dropdown-menu {
display: table !important;
}
}
.primary-nav .dropdown-menu {
min-width: 200px;
}
.primary-nav .dropdown-menu li {
border-bottom: none;
}
.primary-nav .dropdown-menu li.menu-item-has-children > .dropdown-menu {
margin: 0;
left: 100%;
top: 0;
}
@media (max-width: 991px) {
.primary-nav .dropdown-menu li .megamenu-title {
font-size: 14px;
font-weight: 400;
font-family: "Muli", Helvetica, Arial, sans-serif;
margin: 0;
padding: 0.7142857142857143em 1.0714285714285714em 0.7142857142857143em 1.7857142857142858em;
position: relative;
color: #1f1f1f;
}
.primary-nav .dropdown-menu li .megamenu-title .caret {
cursor: pointer;
}
}
.primary-nav .dropdown-menu a {
color: #6e6e6e;
padding: 0.5em 1rem;
}
@media (min-width: 992px) {
.primary-nav .dropdown-menu a {
background: #ffffff;
}
}
.primary-nav .dropdown-menu a:hover {
color: #7ccedf;
background: transparent;
}
.primary-nav .dropdown-menu .open > a {
color: #7ccedf;
}
.primary-nav .dropdown-menu .active > a {
color: #7ccedf;
background: transparent;
}
.primary-nav .dropdown-menu .active > a:hover {
color: #7ccedf;
background: transparent;
}
.primary-nav li.menu-item-has-children {
position: relative;
}
@media (max-width: 991px) {
.primary-nav li.menu-item-has-children.open > .megamenu-title > .caret:before,
.primary-nav li.menu-item-has-children.open > a > .caret:before {
content: "\f068";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
}
@media (max-width: 991px) {
.primary-nav li {
border-bottom: 1px solid #ffffff;
}
.primary-nav li:first-child {
border-top: 1px solid #ffffff;
}
.primary-nav li:last-child {
border-bottom: none;
}
}
.primary-nav > li > .dropdown-menu {
border-top: 2px solid #7ccedf;
}
.primary-nav > li > a {
position: relative;
}
@media (min-width: 992px) {
.header-type-below .primary-nav > li > a,
.header-type-classic .primary-nav > li > a {
padding-top: 0;
padding-bottom: 0;
line-height: 100px;
text-transform: uppercase;
font-weight: 400;
}
.header-type-default .primary-nav > li > a {
text-transform: uppercase;
font-weight: 400;
line-height: 1;
vertical-align: middle;
text-align: center;
display: block;
position: relative;
padding: 42px 1.1rem 0;
-webkit-transition: padding 0.2s;
-o-transition: padding 0.2s;
transition: padding 0.2s;
}
.header-type-default .primary-nav > li > a .navicon {
display: block;
font-size: 21px;
margin: 0;
position: absolute;
top: 25px;
color: #7ccedf;
left: 0;
width: 100%;
height: 30px;
line-height: 30px;
overflow: hidden;
-webkit-transition: height 0.2s;
-o-transition: height 0.2s;
transition: height 0.2s;
}
.header-type-default .primary-nav > li > a .navicon ~ span.underline {
margin-top: 15px;
display: block;
}
.header-type-default .animate-children .primary-nav > li > a {
padding: 34px 1rem;
max-height: 80px;
}
.header-type-default .animate-children .primary-nav > li > a .navicon {
height: 0;
}
.header-type-default .animate-children .primary-nav > li > a .navicon ~ span.underline {
margin-top: 0;
}
}
.header-type-below .primary-nav > li > a > .navicon ~ .underline,
.header-type-classic .primary-nav > li > a > .navicon ~ .underline {
padding-left: 1.5em;
}
.primary-nav > li > a > .underline {
position: relative;
}
@media (min-width: 992px) {
.primary-nav > li > a > .caret {
display: none;
}
}
.primary-nav > li.menu-item-has-children {
position: relative;
}
.primary-nav > li.menu-item-has-children .caret {
border: none;
vertical-align: baseline;
margin-left: 0.14285714285714285em;
font-size: 1em;
}
@media (min-width: 992px) {
.primary-nav > li.menu-item-has-children .caret:before {
content: "\f107";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
}
@media (max-width: 991px) {
.primary-nav > li.menu-item-has-children .caret {
height: 100%;
padding: 10px;
position: absolute;
right: 0px;
top: 0;
width: 40px;
text-align: center;
}
.primary-nav > li.menu-item-has-children .caret:before {
content: "\f067";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
}
@media (min-width: 992px) {
.primary-nav > li.menu-item-has-children li.menu-item-has-children .caret {
position: absolute;
right: 1rem;
}
.primary-nav > li.menu-item-has-children li.menu-item-has-children .caret:before {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
}
.primary-nav > li.current-menu-parent > a,
.primary-nav > li.current-menu-parent > a:hover {
color: #7ccedf;
background-color: transparent;
}
@media (max-width: 991px) {
.primary-nav .dropdown-menu {
position: relative;
float: none;
}
.primary-nav > li > a {
font-size: 14px;
}
}
.navbar-fixed-top {
border-color: transparent;
color: #1f1f1f;
-webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.22);
box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.22);
background: #b3e5f0;
}
.navbar-fixed-top .header-search-overlay .searchform .searchinput {
font-size: 1em;
}
.navbar-fixed-top .navbar-nav.primary-nav > li:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a {
color: #1f1f1f;
}
.navbar-fixed-top .navbar-nav.primary-nav > li:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > li.open:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-parent > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-parent > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-ancestor > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-ancestor > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .active > a,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a {
color: #7ccedf;
}
.navbar-fixed-top .navbar-nav.primary-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > li > a:hover {
color: #7ccedf;
}
.navbar-fixed-top .navbar-nav.primary-nav > .active > a > .underline:before,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a > .underline:before,
.navbar-fixed-top .navbar-nav.primary-nav > li > a > .underline:before,
.navbar-fixed-top .navbar-nav.primary-nav > .active > a > .underline:after,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a > .underline:after,
.navbar-fixed-top .navbar-nav.primary-nav > li > a > .underline:after {
background-color: #7ccedf;
}
.navbar-fixed-top .navbar-nav.primary-nav .megamenu-sidebar {
color: #fff;
}
.navbar-fixed-top .minicart-icon span {
background: #7ccedf;
color: #fff;
}
@media (min-width: 992px) {
.primary-nav {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.header-type-default .navbar-default > div,
.header-type-default .navbar-default .primary-navbar-collapse,
.header-type-default .navbar-default .primary-nav {
position: static;
height: 100% !important;
}
.header-type-default .navbar-default .navbar-wrap,
.header-type-default .navbar-default .primary-nav > li {
position: relative;
height: 100% !important;
}
.header-type-default li.navbar-minicart,
.header-type-default li.navbar-search {
display: none !important;
}
}
.minicart-link,
.navbar-search-button {
position: relative;
}
.header-type-classic .minicart-link,
.header-type-classic .navbar-search-button {
margin-left: 20px;
}
.header-type-classic .minicart-link:before,
.header-type-classic .navbar-search-button:before {
content: "";
height: 3px;
position: absolute;
width: 3px;
background: #1f1f1f;
left: -9px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.header-type-classic .navbar-fixed-top .minicart-link:before,
.header-type-classic .navbar-fixed-top .navbar-search-button:before {
background: #1f1f1f;
}
@-webkit-keyframes search_pop {
0% {
-webkit-transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes search_pop {
0% {
-moz-transform: scale(0.8);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes search_pop {
0% {
-moz-transform: scale(0.8);
}
100% {
-moz-transform: scale(1);
}
}
@keyframes search_pop {
0% {
transform: scale(0.8);
}
100% {
transform: scale(1);
}
}
@media (max-width: 991px) {
.navbar-search {
border: none !important;
}
}
.navbar-search .search-form-wrap {
color: #6e6e6e;
}
.navbar-search .search-form-wrap.show-popup {
position: absolute;
top: 100%;
right: 0;
border: 1px solid #e5e5e5;
z-index: 1000;
margin: -0.07142857142857142em 0 0 0;
display: none;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
.navbar-search .search-form-wrap.show-popup {
background: #fff;
}
}
.navbar-search .search-form-wrap.show-popup.show {
-webkit-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
-o-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
}
.navbar-search .search-form-wrap.show-popup:before {
border-color: #ffffff;
border-style: solid none none solid;
border-width: 1px 0 0 1px;
content: "";
display: block;
height: 0.6428571428571429em;
position: absolute;
right: 1.4285714285714286em;
top: -0.35714285714285715em;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 0.6428571428571429em;
z-index: 1010;
background: #fff;
}
.navbar-search .search-form-wrap.show-popup .searchform-loading {
display: none;
}
.navbar-search .search-form-wrap.show-popup .searchform {
position: relative;
margin: 0.7142857142857143em;
}
.navbar-search .search-form-wrap.show-popup .searchform:after {
content: "\f002";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
content: "\f110";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
-webkit-animation: fa-spin 1s infinite linear;
-o-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
-webkit-animation-timing-function: steps(8, start);
animation-timing-function: steps(8, start);
}
.navbar-search .search-form-wrap.show-popup .searchform:after {
color: #fff;
position: absolute !important;
top: 0.5714285714285714em;
right: 0.7142857142857143em !important;
font-size: 1.1428571428571428em !important;
}
.navbar-search .search-form-wrap.show-popup .searchform:before {
content: "";
width: 2.4285714285714284em;
height: 2.4285714285714284em;
position: absolute;
right: 0;
text-align: center;
background: #7ccedf;
line-height: 2.4285714285714284em;
color: #fff;
}
.navbar-search .search-form-wrap.show-popup .searchinput {
width: 17.857142857142858em;
height: 2.4285714285714284em;
border: 1px solid #e5e5e5;
padding: 0.35714285714285715em;
padding-right: 2.5714285714285716em;
background: #f8f8f8;
font-size: 14px;
outline: none;
}
@media (max-width: 991px) {
.navbar-search .search-form-wrap.show-popup .searchinput {
width: 100%;
}
}
@media (max-width: 991px) {
.navbar-search > a {
display: none !important;
}
.navbar-search .search-form-wrap.show-popup {
position: relative;
display: block !important;
border: none;
border-top: 1px solid #ffffff;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 0;
}
.navbar-search .search-form-wrap.show-popup:before {
display: none;
}
.navbar-search .search-form-wrap.show-popup .searchform {
margin-right: 0;
margin-left: 0;
}
.navbar-search .search-form-wrap.show-popup #s {
width: 100%;
}
}
.navbar-minicart {
position: relative;
}
@media (max-width: 991px) {
.navbar-minicart {
display: none !important;
}
}
.cart-icon-mobile {
display: none;
float: right;
padding: 9px 10px;
margin-top: 2.357142857142857em;
margin-bottom: 2.357142857142857em;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 2px;
line-height: 1;
margin-bottom: 27px;
margin-right: 5px;
font-size: 1em;
color: #1f1f1f;
position: relative;
}
.cart-icon-mobile:focus {
outline: 0;
}
.cart-icon-mobile .icon-bar {
display: block;
width: 22px;
height: 2px;
-webkit-border-radius: 1px;
border-radius: 1px;
position: relative;
transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}
.cart-icon-mobile .icon-bar + .icon-bar {
margin-top: 4px;
}
.cart-icon-mobile.x .bar-top {
top: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
}
.cart-icon-mobile.x .bar-middle {
opacity: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cart-icon-mobile.x .bar-bottom {
top: -5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
}
@media (min-width: 992px) {
.cart-icon-mobile {
display: none;
}
}
.cart-icon-mobile:hover,
.cart-icon-mobile:focus {
color: #1f1f1f;
background-color: rgba(0, 0, 0, 0.2);
}
.cart-icon-mobile span {
background: none repeat scroll 0 0 #7ccedf;
-webkit-border-radius: 100%;
border-radius: 100%;
color: #fff;
font-size: 12px;
height: 1.7em;
line-height: 1.7em;
position: absolute;
right: -0.5em;
text-align: center;
top: -0.5em;
width: 1.7em;
}
@media (max-width: 991px) {
.cart-icon-mobile {
display: block;
}
}
.navbar-toggle-fixed {
position: absolute;
top: 50%;
margin-top: -12px;
right: 30px;
overflow: hidden;
width: 30px;
height: 24px;
z-index: 1031;
}
@media (max-width: 991px) {
.navbar-toggle-fixed {
display: none;
}
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn {
cursor: pointer;
display: inline-block;
height: 100%;
position: absolute;
vertical-align: middle;
width: 100%;
left: 0;
right: 0;
overflow: hidden;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i {
background: none repeat scroll 0 0 #1f1f1f;
border-radius: 2px;
display: block;
height: 2px;
left: 0;
position: absolute;
top: 10px;
width: 100%;
}
.header-transparent .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
background: #fff;
}
.navbar-fixed-top .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
background: none repeat scroll 0 0 #1f1f1f !important;
}
.header-type-toggle .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
-webkit-transition: background 0.2s ease 0.75s, top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
-o-transition: background 0.2s ease 0.75s, top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
transition: background 0.2s ease 0.75s, top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i:first-child {
top: 0;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i:last-child {
top: 20px;
}
/*--------------------------------------------------------------
11.0 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
list-style: none;
font-size: 12px;
margin: 0;
padding: 0;
opacity: 0.75;
filter: alpha(opacity=75);
padding-left: 15px;
position: relative;
}
.breadcrumb:before {
content: "|";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.breadcrumb:before {
left: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.breadcrumb > li {
display: inline-block;
color: #1f1f1f;
}
.breadcrumb > li + li:before {
content: "//";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.breadcrumb > li + li:before {
padding: 0 10px;
color: #1f1f1f;
}
.breadcrumb > li a {
color: #1f1f1f;
}
.breadcrumb > li a:hover {
color: #1f1f1f;
text-decoration: underline;
}
.breadcrumb > .active {
color: #1f1f1f;
}
/*--------------------------------------------------------------
12.0 - Pagination
--------------------------------------------------------------*/
.paginate {
display: block;
margin-top: 1.6428571428571428em;
padding: 0 0 0.8571428571428571rem 0;
}
.container-full .paginate {
padding-left: 30px;
padding-right: 30px;
}
.paginate .paginate_links {
display: table;
margin: 0 auto;
float: right;
}
.paginate .paginate_links .pagination-meta,
.paginate .paginate_links .page-numbers {
padding: 0.3em 1em;
border: 1px solid #e5e5e5;
display: inline-block;
float: left;
margin: 0 0.35714285714285715em 0 0;
color: #6e6e6e;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.paginate .paginate_links .pagination-meta:last-child,
.paginate .paginate_links .page-numbers:last-child {
margin: 0;
}
.paginate .paginate_links .pagination-meta.current,
.paginate .paginate_links .page-numbers.current {
background: #7ccedf;
border: 1px solid #7ccedf;
color: #fff;
}
.paginate .paginate_links a.page-numbers:hover,
.paginate .paginate_links a.page-numbers:focus {
border: 1px solid #7ccedf;
color: #7ccedf;
}
.paginate .paginate_links .pagination-meta {
color: #6e6e6e;
border-color: transparent;
margin-right: 0.7142857142857143em;
}
@media (max-width: 767px) {
.paginate .paginate_links {
float: none;
}
.paginate .paginate_links .pagination-meta {
display: none;
}
}
/*--------------------------------------------------------------
13.0 - Labels
--------------------------------------------------------------*/
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -0.07142857142857142em;
}
.label-default {
background-color: #949494;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #7b7b7b;
}
.label-primary {
background-color: #7ccedf;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #53bfd5;
}
.label-success {
background-color: #57bb58;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #409f41;
}
.label-info {
background-color: #5788bb;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #406f9f;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #bb5857;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #9f4140;
}
/*--------------------------------------------------------------
14.0 - Alerts
--------------------------------------------------------------*/
.alert {
padding: 1.0714285714285714em;
margin-bottom: 1.6428571428571428em;
border: 1px solid transparent;
border-radius: 2px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 0.35714285714285715em;
}
.alert-style-square {
-webkit-border-radius: 0;
border-radius: 0;
}
.alert-style-square-outlined {
-webkit-border-radius: 0;
border-radius: 0;
background: none !important;
border-width: 2px;
}
.alert-style-round {
-webkit-border-radius: 50px;
border-radius: 50px;
}
.alert-style-outlined {
background: none !important;
border-width: 2px;
}
.alert-style-3d {
border-width: 1px 1px 5px 1px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 1.5051020408163267em;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
color: inherit;
}
.alert-default {
background-color: #ffffff;
border-color: #e5e5e5;
color: #6e6e6e;
}
.alert-default hr {
border-top-color: #d8d8d8;
}
.alert-default .alert-link {
color: #909090;
}
.alert-primary {
background-color: rgba(206, 237, 243, 0.3);
border-color: rgba(185, 230, 238, 0.3);
color: #7ccedf;
}
.alert-primary hr {
border-top-color: rgba(165, 222, 233, 0.3);
}
.alert-primary .alert-link {
color: #909090;
}
.alert-success {
background-color: rgba(160, 216, 160, 0.3);
border-color: rgba(142, 209, 141, 0.3);
color: #57bb58;
}
.alert-success hr {
border-top-color: rgba(124, 202, 123, 0.3);
}
.alert-success .alert-link {
color: #909090;
}
.alert-info {
background-color: rgba(160, 188, 216, 0.3);
border-color: rgba(141, 176, 209, 0.3);
color: #5788bb;
}
.alert-info hr {
border-top-color: rgba(123, 163, 202, 0.3);
}
.alert-info .alert-link {
color: #909090;
}
.alert-warning {
background-color: rgba(248, 215, 172, 0.3);
border-color: rgba(246, 204, 149, 0.3);
color: #f0ad4e;
}
.alert-warning hr {
border-top-color: rgba(244, 193, 125, 0.3);
}
.alert-warning .alert-link {
color: #909090;
}
.alert-danger {
background-color: rgba(216, 160, 160, 0.3);
border-color: rgba(209, 141, 142, 0.3);
color: #bb5857;
}
.alert-danger hr {
border-top-color: rgba(202, 123, 124, 0.3);
}
.alert-danger .alert-link {
color: #909090;
}
/*--------------------------------------------------------------
15.0 - Progress bars
--------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress-bars .el-heading {
padding-bottom: 0;
margin: 0;
}
.progress-bars .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 2.857142857142857em 2.857142857142857em;
}
.progress-bars .progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bars .progress {
margin-bottom: 1.6428571428571428em;
background-color: #f5f5f5;
border-radius: 2px;
position: relative;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bars .progress.run .progress-label {
opacity: 1;
filter: alpha(opacity=100);
}
.progress-bars .progress-bar {
width: 0%;
height: 100%;
background-color: #7ccedf;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.progress-bars.label-above .progress {
height: 0.35714285714285715em;
margin-top: 2.642857142857143em;
}
.progress-bars.label-above .progress-title {
position: absolute;
top: -1.7142857142857142em;
left: 0;
color: #6e6e6e;
}
.progress-bars.label-above .progress-label {
top: -1.9285714285714286em;
left: 0;
margin-left: -1.3em;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
padding: 0.07142857142857142em 0.35714285714285715em;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #000;
color: #fff;
-webkit-transition: opacity 4s;
-o-transition: opacity 4s;
transition: opacity 4s;
line-height: 1.7;
}
.progress-bars.label-above .progress-label:before {
background: none repeat scroll 0 0 #000;
bottom: -0.21428571428571427em;
content: "";
height: 0.42857142857142855em;
left: 50%;
margin-left: -0.2857142857142857em;
position: absolute;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 0.42857142857142855em;
}
.progress-bars.label-inner .el-heading {
margin-bottom: 1.6428571428571428em;
}
.progress-bars.label-inner .progress {
height: 1.7em;
line-height: 1.7;
}
.progress-bars.label-inner .progress-bar {
overflow: hidden;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.progress-bars.label-inner .progress-title {
color: #ffffff;
float: left;
padding-left: 0.5714285714285714em;
}
.progress-bars.label-inner .progress-label {
float: right;
color: #ffffff;
opacity: 0;
filter: alpha(opacity=0);
position: relative;
left: auto !important;
padding-right: 0.5714285714285714em;
-webkit-transition: opacity 2s;
-o-transition: opacity 2s;
transition: opacity 2s;
}
.progress-bars .progress-bar-green {
background-color: #82b440;
}
.progress-bars .progress-bar-blue {
background-color: #0084b4;
}
.progress-bars .progress-bar-teal {
background-color: #5bc0de;
}
.progress-bars .progress-bar-orange {
background-color: #f0ad4e;
}
/*--------------------------------------------------------------
16.0 - Panels
--------------------------------------------------------------*/
.panel {
margin-bottom: 0.8214285714285714em;
background-color: #ffffff;
border: 1px solid transparent;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.panel-body {
padding: 1.0714285714285714em;
}
.panel-heading {
padding: 0.7142857142857143em 1.0714285714285714em;
border-bottom: 1px solid transparent;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.3em;
color: inherit;
}
.panel-title > a {
color: inherit;
display: block;
position: relative;
}
.panel-title > a:before,
.panel-title > a:after {
font-size: 90%;
position: absolute !important;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.panel-title > a:before {
left: 0;
margin-right: 1.0714285714285714em;
}
.panel-title > a:after {
right: 0;
}
.panel-icon-none-left .panel-title > a {
padding-left: 1.5em;
}
.panel-icon-none-left .panel-title > a:before {
content: "\f067";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-none-left .panel-title > a:before {
content: "\f068";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-none-right .panel-title > a {
padding-right: 1.5em;
}
.panel-icon-none-right .panel-title > a:after {
content: "\f067";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-none-right .panel-title > a:after {
content: "\f068";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-circle-left .panel-title > a {
padding-left: 1.5em;
}
.panel-icon-circle-left .panel-title > a:before {
content: "\f055";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-circle-left .panel-title > a:before {
content: "\f056";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-circle-right .panel-title > a {
padding-right: 1.5em;
}
.panel-icon-circle-right .panel-title > a:after {
content: "\f055";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-circle-right .panel-title > a:after {
content: "\f056";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-square-left .panel-title > a {
padding-left: 1.5em;
}
.panel-icon-square-left .panel-title > a:before {
content: "\f0fe";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-square-left .panel-title > a:before {
content: "\f146";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-square-right .panel-title > a {
padding-right: 1.5em;
}
.panel-icon-square-right .panel-title > a:after {
content: "\f0fe";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-square-right .panel-title > a:after {
content: "\f146";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-square-o-left .panel-title > a {
padding-left: 1.5em;
}
.panel-icon-square-o-left .panel-title > a:before {
content: "\f196";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-square-o-left .panel-title > a:before {
content: "\f147";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-square-o-right .panel-title > a {
padding-right: 1.5em;
}
.panel-icon-square-o-right .panel-title > a:after {
content: "\f196";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-square-o-right .panel-title > a:after {
content: "\f147";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-footer {
padding: 0.7142857142857143em 1.0714285714285714em;
background-color: #f5f5f5;
border-top: 1px solid #e5e5e5;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #e5e5e5;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-none {
border-bottom-color: transparent;
margin-bottom: 0;
background: transparent;
}
.panel-none:last-child {
margin-bottom: 1.6428571428571428em;
}
.panel-outline {
border-bottom-color: #e5e5e5;
margin-bottom: 0;
}
.panel-outline:last-child {
margin-bottom: 1.6428571428571428em;
}
.panel-default {
border-color: #e5e5e5;
}
.panel-default > .panel-heading {
color: #6e6e6e;
background-color: #f5f5f5;
border-color: #e5e5e5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #e5e5e5;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #6e6e6e;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #e5e5e5;
}
.panel-primary {
border-color: #7ccedf;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #7ccedf;
border-color: #7ccedf;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #7ccedf;
}
.panel-primary > .panel-heading .badge {
color: #7ccedf;
background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #7ccedf;
}
.panel-success {
border-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading {
color: #57bb58;
background-color: rgba(160, 216, 160, 0.3);
border-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading .badge {
color: rgba(160, 216, 160, 0.3);
background-color: #57bb58;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgba(142, 209, 141, 0.3);
}
.panel-info {
border-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading {
color: #5788bb;
background-color: rgba(160, 188, 216, 0.3);
border-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading .badge {
color: rgba(160, 188, 216, 0.3);
background-color: #5788bb;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgba(141, 176, 209, 0.3);
}
.panel-warning {
border-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading {
color: #f0ad4e;
background-color: rgba(248, 215, 172, 0.3);
border-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading .badge {
color: rgba(248, 215, 172, 0.3);
background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgba(246, 204, 149, 0.3);
}
.panel-danger {
border-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading {
color: #bb5857;
background-color: rgba(216, 160, 160, 0.3);
border-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading .badge {
color: rgba(216, 160, 160, 0.3);
background-color: #bb5857;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgba(209, 141, 142, 0.3);
}
/*--------------------------------------------------------------
17.0 - Close icons
--------------------------------------------------------------*/
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
opacity: 0.3;
filter: alpha(opacity=30);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
/*--------------------------------------------------------------
18.0 - Morphsearch
--------------------------------------------------------------*/
.morphsearch {
width: 40px;
min-height: 40px;
background: #f5f5f5;
position: fixed;
z-index: 10000;
top: 40px;
right: 40px;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transition-property: min-height, width, top, right, opacity, visibility;
transition-property: min-height, width, top, right, opacity, visibility;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
z-index: 99999;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
overflow: auto;
}
.morphsearch.open {
width: 100%;
min-height: 100%;
top: 0px;
right: 0px;
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.morphsearch-form {
width: 100%;
height: 40px;
margin: 0 auto;
position: relative;
-webkit-transition-property: width, height, -webkit-transform;
transition-property: width, height, transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch.open .morphsearch-form {
width: 80%;
height: 160px;
-webkit-transform: translate3d(0, 3em, 0);
transform: translate3d(0, 3em, 0);
}
.morphsearch-input {
width: 100%;
height: 100%;
padding: 0 10% 0 10px;
font-weight: 700;
border: none;
background: transparent;
font-size: 0.8em;
color: #7ccedf;
-webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch-input::-ms-clear {
/* remove cross in IE */
display: none;
}
.morphsearch.hideInput .morphsearch-input {
color: transparent;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.morphsearch.open .morphsearch-input {
font-size: 7em;
}
/* placeholder */
.morphsearch-input::-webkit-input-placeholder {
color: #909090;
}
.morphsearch-input:-moz-placeholder {
color: #909090;
}
.morphsearch-input::-moz-placeholder {
color: #909090;
}
.morphsearch-input:-ms-input-placeholder {
color: #909090;
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
color: transparent;
}
.morphsearch-input:focus,
.morphsearch-submit:focus {
outline: none;
}
.morphsearch-submit {
position: absolute;
width: 80px;
height: 80px;
text-indent: 100px;
overflow: hidden;
right: 0;
top: 50%;
background: transparent url(../images/magnifier.svg) no-repeat center center;
background-size: 100%;
border: none;
pointer-events: none;
transform-origin: 50% 50%;
opacity: 0;
-webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-submit {
pointer-events: auto;
opacity: 1;
-webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.morphsearch-close {
width: 36px;
height: 36px;
position: absolute;
right: 2em;
top: 2em;
overflow: hidden;
text-indent: 100%;
cursor: pointer;
pointer-events: none;
opacity: 0;
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-close {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.morphsearch-close::before,
.morphsearch-close::after {
content: '';
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 50%;
border-radius: 3px;
opacity: 0.2;
background: #000;
}
.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
opacity: 1;
}
.morphsearch-close::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.morphsearch-close::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.morphsearch-content {
color: #333;
margin-top: 4.5em;
width: 100%;
height: 0;
overflow: hidden;
padding: 0 10.5%;
background: #ededed;
position: absolute;
pointer-events: none;
opacity: 0;
}
.morphsearch.open .morphsearch-content {
opacity: 1;
height: auto;
overflow: visible;
/* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
pointer-events: auto;
-webkit-transition: opacity 0.3s 0.5s;
transition: opacity 0.3s 0.5s;
}
.dummy-column {
width: 45%;
padding: 0 0 6em;
float: left;
opacity: 0;
-webkit-transform: translate3d(0, 100px, 0);
transform: translateY(100px);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}
.has-3colum .dummy-column {
width: 30%;
}
.morphsearch.open .dummy-column:first-child {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.morphsearch.open .dummy-column:nth-child(2) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s;
}
.morphsearch.open .dummy-column:nth-child(3) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.morphsearch.open .dummy-column {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.dummy-column:nth-child(2) {
margin: 0 5%;
}
.dummy-column h2 {
font-size: 1em;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: bold;
color: #6e6e6e;
padding: 0.5em 0;
}
.dummy-media-object {
padding: 0.75em;
display: block;
margin: 0.75em 0;
cursor: pointer;
border-radius: 3px;
background: rgba(118, 117, 128, 0.1);
}
.dummy-media-object:before,
.dummy-media-object:after {
content: " ";
display: table;
}
.dummy-media-object:after {
clear: both;
}
.dummy-media-object > div {
font-size: 12px;
}
.dummy-media-object:hover,
.dummy-media-object:focus {
background: rgba(118, 117, 128, 0.2);
}
.dummy-media-object img {
width: 50px;
margin: 0 10px 0 0;
vertical-align: middle;
float: left;
}
.dummy-media-object h3 {
vertical-align: middle;
font-size: 1rem;
font-weight: normal;
margin: 0 0 0 0;
display: block;
}
.dummy-media-object .price {
font-weight: normal;
}
.dummy-media-object .price .amount {
font-weight: bold;
margin-right: 5px;
}
.dummy-media-object .price del .amount {
font-weight: normal;
}
.dummy-media-object:hover h3 {
color: #7ccedf;
}
/* Overlay */
.morphsearch-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
z-index: 9999;
visibility: hidden;
}
.morphsearch.open ~ .morphsearch-overlay {
opacity: 1;
filter: alpha(opacity=100);
}
@media screen and (max-width: 53.125em) {
.morphsearch-input {
padding: 0 25% 0 10px;
}
.morphsearch.open .morphsearch-input {
font-size: 2em;
}
.dummy-column {
float: none;
width: auto;
padding: 0 0 2em;
}
.dummy-column:nth-child(2) {
margin: 0;
}
.morphsearch.open .morphsearch-submit {
-webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
}
}
@media screen and (max-width: 60.625em) {
.morphsearch {
width: 80%;
top: 10%;
right: 10%;
}
}
/*--------------------------------------------------------------
19.0 - Mediaelementplayer
--------------------------------------------------------------*/
.mejs-overlay-button {
background: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 50%;
border-radius: 50%;
width: 50px;
height: 50px;
margin-left: -25px !important;
}
.mejs-overlay-button:before {
font-family: "FontAwesome";
font-size: 22px;
content: "\f04b";
color: #fff;
display: block;
text-align: center;
line-height: 50px;
width: 50px;
height: 50px;
padding-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mejs-poster {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.mejs-container {
background: none;
}
.mejs-container .mejs-controls {
background: #f5f5f5 !important;
font-size: 11px !important;
}
.mejs-container.mejs-audio div.mejs-volume-button {
min-height: 0;
}
.mejs-container .mejs-controls > div {
min-height: 26px;
height: auto;
}
.mejs-controls .mejs-button button {
background-image: none;
height: 16px !important;
line-height: 0 !important;
margin: 8px 5px;
}
.mejs-controls .mejs-button button:before {
font-family: "FontAwesome";
font-size: 13px;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mejs-container .mejs-controls .mejs-time {
min-height: 0;
}
.mejs-container .mejs-controls .mejs-time span {
color: #000;
}
.mejs-controls .mejs-play button:before {
content: "\f04b";
}
.mejs-controls .mejs-pause button:before {
content: "\f04c";
}
.mejs-overlay-loading,
.mejs-overlay-loading span {
background: none !important;
}
.mejs-controls .mejs-time-rail span {
-webkit-border-radius: 0;
border-radius: 0;
height: 6px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
background: #fff;
margin: 6px 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #dcdcdc !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #7ccedf !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
border-color: #dcdcdc transparent transparent !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
border: 1px solid #dcdcdc !important;
background: #dcdcdc !important;
}
.mejs-controls .mejs-fullscreen-button button:before {
content: "\f065";
}
.mejs-controls .mejs-unfullscreen button:before {
content: "\f066";
}
.mejs-controls .mejs-volume-button button:before {
content: "\f028";
}
.mejs-controls .mejs-mute button:before {
/* content: "\f026"; */
}
.mejs-controls .mejs-unmute button:before {
content: "\f026";
}
.mejs-controls div.mejs-horizontal-volume-slider {
float: right;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #fff;
-webkit-border-radius: 0;
border-radius: 0;
height: 6px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #7ccedf !important;
-webkit-border-radius: 0;
border-radius: 0;
height: 6px;
}
.mejs-contextmenu {
z-index: 1001;
}
.dh-mfp-popup .mfp-content {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
-webkit-transform-origin: center top 0;
-moz-transform-origin: center top 0;
-ms-transform-origin: center top 0;
transform-origin: center top 0;
}
.dh-mfp-popup.mfp-ready .mfp-content {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.dh-mfp-popup .mfp-content .embed-wrap,
.dh-mfp-popup .mfp-content .video-embed-wrap {
max-width: 800px;
margin: 50px auto;
position: relative;
}
.dh-mfp-popup .mfp-content .embed-wrap .mfp-close,
.dh-mfp-popup .mfp-content .video-embed-wrap .mfp-close {
color: #fff;
right: -16px;
top: -35px;
}
/*--------------------------------------------------------------
20.0 - Modals
--------------------------------------------------------------*/
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-overflow-scrolling: touch;
z-index: 1080;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
-o-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
-ms-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
-moz-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
-webkit-transform-origin: center top 0;
-moz-transform-origin: center top 0;
-ms-transform-origin: center top 0;
transform-origin: center top 0;
}
.modal.in .modal-dialog {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.7142857142857143em;
}
.modal-dialog.modal-dialog-center {
left: 50%;
margin: 0;
position: absolute;
top: 50%;
}
.modal-dialog.modal-dialog-center .modal-body {
overflow-y: auto;
}
.modal-dialog.modal-dialog-center .modal-footer {
margin-top: 0;
}
@media (max-width: 767px) {
.modal-dialog.modal-dialog-center {
width: 100%;
}
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 1.0714285714285714em;
border-bottom: 1px solid #e5e5e5;
min-height: 2.7714285714285714em;
}
.modal-header .close {
margin-top: -0.14285714285714285em;
}
.modal-title {
margin: 0;
line-height: 1.7;
}
.modal-body {
position: relative;
padding: 1.0714285714285714em;
}
.modal-footer {
padding: 1.0714285714285714em;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 0.35714285714285715em;
margin-bottom: 0;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.user-lostpassword-modal .modal-content,
.user-login-modal .modal-content {
border-width: 0px;
}
.user-lostpassword-modal .modal-body,
.user-login-modal .modal-body {
padding-top: 2rem;
padding-bottom: 2rem;
}
@media (min-width: 768px) {
.user-lostpassword-modal .modal-dialog,
.user-login-modal .modal-dialog {
width: 400px;
}
}
.user-lostpassword-modal .modal-header,
.user-login-modal .modal-header {
background-color: #7ccedf;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.user-lostpassword-modal .modal-header .modal-title,
.user-login-modal .modal-header .modal-title {
color: #fff;
}
.user-lostpassword-modal .modal-footer,
.user-login-modal .modal-footer {
background-color: #f5f5f5;
-webkit-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
}
.user-lostpassword-modal .modal-footer button,
.user-login-modal .modal-footer button {
padding-left: 2rem;
padding-right: 2rem;
}
.user-lostpassword-modal .user-modal-result,
.user-login-modal .user-modal-result {
text-align: center;
}
.user-lostpassword-modal .user-modal-result a,
.user-login-modal .user-modal-result a {
color: #7ccedf;
}
.user-lostpassword-modal .user-modal-result a:hover,
.user-login-modal .user-modal-result a:hover {
text-decoration: underline;
}
.user-lostpassword-modal .user-modal-result .error-response,
.user-login-modal .user-modal-result .error-response {
color: #bb5857;
}
.user-lostpassword-modal .user-modal-result .success-response,
.user-login-modal .user-modal-result .success-response {
color: #57bb58;
}
.user-login-modal .user-login-facebook {
text-align: center;
}
.user-login-modal .user-login-or {
text-align: center;
margin-bottom: 1.5rem;
margin-top: 2rem;
position: relative;
}
.user-login-modal .user-login-or:before {
position: absolute;
width: 100%;
height: 1px;
background: #e5e5e5;
top: 50%;
margin-top: -1px;
content: "";
left: 0;
}
.user-login-modal .user-login-or span {
border: 1px solid #e5e5e5;
display: inline-block;
font-size: 1.1rem;
height: 2.5em;
width: 2.5em;
font-style: italic;
-webkit-border-radius: 100%;
border-radius: 100%;
line-height: 2.1em;
position: relative;
z-index: 2;
background-color: #fff;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 2.142857142857143em auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
/*--------------------------------------------------------------
21.0 - Tooltips
--------------------------------------------------------------*/
.tooltip {
position: absolute;
z-index: 999;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -0.21428571428571427em;
padding: 5px 0;
}
.tooltip.right {
margin-left: 0.21428571428571427em;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 0.21428571428571427em;
padding: 5px 0;
}
.tooltip.left {
margin-left: -0.21428571428571427em;
padding: 0 5px;
}
a[data-toggle="popover"],
a[data-toggle="tooltip"] {
color: #1f1f1f;
text-decoration: underline;
}
a[data-toggle="popover"]:hover,
a[data-toggle="tooltip"]:hover {
color: #7ccedf;
}
.tooltip-inner {
max-width: 14.285714285714286em;
padding: 0.7142857142857143em 0.5714285714285714em !important;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #6e6e6e !important;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #6e6e6e !important;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #6e6e6e !important;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #6e6e6e !important;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #6e6e6e !important;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #6e6e6e !important;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #6e6e6e !important;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #6e6e6e !important;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #6e6e6e !important;
}
/*--------------------------------------------------------------
22.0 - Popovers
--------------------------------------------------------------*/
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 999;
display: none;
max-width: 19.714285714285715em;
padding: 1px;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #e5e5e5;
border-radius: 2px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
white-space: normal;
}
.popover.top {
margin-top: -8px;
}
.popover.right {
margin-left: 8px;
}
.popover.bottom {
margin-top: 8px;
}
.popover.left {
margin-left: -8px;
}
.popover.pin-popover {
padding: 0;
border: none;
}
.popover.pin-popover .popover-title {
border: none;
background: transparent;
color: #7ccedf;
}
.popover-title {
margin: 0;
padding: 18px 18px 0;
font-size: 1.1em;
font-weight: normal;
line-height: 1.1;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 2px 2px 0 0;
color: #1f1f1f;
}
.popover-content {
padding: 14px 18px 18px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 9px;
}
.popover > .arrow:after {
border-width: 8px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -9px;
border-bottom-width: 0;
border-top-color: #e5e5e5;
bottom: -9px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -8px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -9px;
margin-top: -9px;
border-left-width: 0;
border-right-color: #e5e5e5;
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -8px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -9px;
border-top-width: 0;
border-bottom-color: #e5e5e5;
top: -9px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -8px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -9px;
margin-top: -9px;
border-right-width: 0;
border-left-color: #e5e5e5;
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -8px;
}
/*--------------------------------------------------------------
23.0 - Carousel
--------------------------------------------------------------*/
.carousel {
position: relative;
}
.carousel.fade {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel.fade {
opacity: 1;
filter: alpha(opacity=100);
}
.carousel.fade .carousel-inner .item {
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition-property: opacity;
width: 100%;
height: 100%;
}
.carousel.fade .carousel-inner .active {
opacity: 1;
z-index: 1;
}
.carousel.fade .carousel-inner .active.left,
.carousel.fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
}
.carousel.fade .carousel-inner .next.left,
.carousel.fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
z-index: 10;
}
.carousel-control.right {
left: auto;
right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .carousel-icon-prev,
.carousel-control .carousel-icon-next {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .carousel-icon-prev {
left: 50%;
margin-left: -10px;
}
.carousel-control .carousel-icon-next {
right: 50%;
margin-right: -10px;
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
margin: 0px 3px;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
background-color: #ffffff;
}
@media screen and (min-width: 768px) {
.carousel-control .carousel-icon-prev,
.carousel-control .carousel-icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .carousel-icon-prev {
margin-left: -15px;
}
.carousel-control .carousel-icon-next {
margin-right: -15px;
}
.carousel-indicators {
bottom: 20px;
}
}
/*--------------------------------------------------------------
24.0 - DH Slider
--------------------------------------------------------------*/
@-webkit-keyframes text-from-bottom {
0% {
top: 70px;
opacity: 0;
filter: alpha(opacity=0);
}
50% {
top: 45px;
opacity: 0;
filter: alpha(opacity=0);
}
100% {
top: 0px;
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes text-from-bottom {
0% {
top: 70px;
opacity: 0;
filter: alpha(opacity=0);
}
50% {
top: 45px;
opacity: 0;
filter: alpha(opacity=0);
}
100% {
top: 0px;
opacity: 1;
filter: alpha(opacity=100);
}
}
@-o-keyframes text-from-bottom {
0% {
top: 70px;
opacity: 0;
filter: alpha(opacity=0);
}
50% {
top: 45px;
opacity: 0;
filter: alpha(opacity=0);
}
100% {
top: 0px;
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes text-from-bottom {
0% {
top: 70px;
opacity: 0;
filter: alpha(opacity=0);
}
50% {
top: 45px;
opacity: 0;
filter: alpha(opacity=0);
}
100% {
top: 0px;
opacity: 1;
filter: alpha(opacity=100);
}
}
.dhslider {
margin: 0 auto;
padding: 0;
position: relative;
}
.dhslider .dhslider-loader {
background: none repeat scroll 0 0 #393939;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 50;
}
.dhslider .dhslider-loader .fade-loading {
width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.dhslider .dhslider-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
padding: 0;
}
.dhslider .slide-bg {
background-position: center 0;
background-repeat: no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.dhslider .slide-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 3;
}
.dhslider .video-embed-wrap {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.dhslider .video-embed-wrap video {
position: relative;
visibility: visible;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.dhslider .carousel-control {
background: none;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.dhslider .carousel-control .carousel-icon-prev,
.dhslider .carousel-control .carousel-icon-next {
width: 50px;
height: 50px;
margin-top: -25px;
border: 2px solid #fff;
-webkit-border-radius: 100%;
border-radius: 100%;
line-height: 45px;
}
.dhslider .carousel-control:hover,
.dhslider .carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.dhslider .carousel-control .carousel-icon-prev {
margin-left: -25px;
}
.dhslider .carousel-control .carousel-icon-next {
margin-right: -25px;
}
@media (max-width: 767px) {
.dhslider .carousel-control {
display: none;
}
}
.dhslider:hover .carousel-control {
opacity: 0.5;
filter: alpha(opacity=50);
visibility: visible;
}
.dhslider:hover .carousel-control:hover,
.dhslider:hover .carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.dhslider .slider-caption {
position: absolute;
z-index: 9;
width: 100%;
top: 35%;
}
.dhslider .slider-caption.caption-align-left {
padding-left: 15%;
width: 55%;
}
.dhslider .slider-caption.caption-align-left .slider-caption-text {
max-width: none;
}
.dhslider .slider-caption.caption-align-center {
padding: 0 15%;
text-align: center;
}
.dhslider .slider-caption.caption-align-right {
padding-right: 15%;
width: 55%;
left: auto;
right: 0;
}
.dhslider .slider-caption.caption-align-right .slider-caption-text {
max-width: none;
}
@media (max-width: 1199px) {
.dhslider .slider-caption {
padding: 0 10% !important;
text-align: center !important;
width: 100% !important;
left: auto;
right: auto;
}
}
.dhslider .slider-caption .btn {
line-height: 1;
font-size: 1.2em;
border-width: 2px;
margin: 0 10px;
}
@media (max-width: 1199px) {
.dhslider .slider-caption .btn {
font-size: 1em;
}
}
@media (max-width: 767px) {
.dhslider .slider-caption .btn {
font-size: 0.8em;
}
}
.dhslider .slider-caption .slider-heading-text {
color: #fff;
font-size: 3em;
margin: 0;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
}
@media (max-width: 1199px) {
.dhslider .slider-caption .slider-heading-text {
font-size: 3em;
}
}
@media (max-width: 767px) {
.dhslider .slider-caption .slider-heading-text {
font-size: 2em;
margin-bottom: 10px;
}
}
.dhslider .slider-caption .slider-caption-text {
font-size: 1.1em;
color: #fff;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.dhslider .slider-caption .slider-caption-text {
font-size: 1em;
}
}
@media (max-width: 767px) {
.dhslider .slider-caption .slider-caption-text {
font-size: 0.8em;
margin-bottom: 10px;
}
}
@media (min-width: 992px) {
.dhslider .carousel-inner .slider-caption .slider-heading-text,
.dhslider .carousel-inner .slider-caption .slider-caption-text,
.dhslider .carousel-inner .slider-caption .slider-buttons a {
opacity: 0;
filter: alpha(opacity=0);
top: 70px;
position: relative;
}
.dhslider .carousel-inner .active .slider-caption .slider-heading-text,
.dhslider .carousel-inner .active .slider-caption .slider-caption-text,
.dhslider .carousel-inner .active .slider-caption .slider-buttons a {
opacity: 1;
filter: alpha(opacity=100);
top: 0;
-webkit-animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
-o-animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.dhslider .carousel-inner .active .slider-caption .slider-caption-text {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.dhslider .carousel-inner .active .slider-caption .slider-buttons a {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
}
/*--------------------------------------------------------------
25.0 - Shortcodes
25.1 - Animate Box
25.2 - Call to Action
25.3 - Separator
25.4 - Caroufredsel Slider
25.5 - Testimonial
25.6 - Client
25.7 - Counter
25.8 - Google Map
25.9 - Iconbox
25.10 - Piechart
25.11 - Pricing Table
25.12 - Timeline
25.13 - Team Member
25.14 - Single Image
25.15 - Latestnews
25.16 - Embed
25.17 - Lists Ul
25.18 - Service
25.19 - Pin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
25.1 - Animate Box
--------------------------------------------------------------*/
@media (max-width: 991px) {
.animate-box.animated {
visibility: visible;
}
}
/*--------------------------------------------------------------
25.2 - Call to Action
--------------------------------------------------------------*/
.cta {
background: #f5f5f5;
padding: 15px;
border: 1px solid #e5e5e5;
}
.cta .cta-heading h3 {
margin-top: 0;
}
.cta-style-rounded {
-webkit-border-radius: 2px;
border-radius: 2px;
}
.cta-style-square {
-webkit-border-radius: 0;
border-radius: 0;
background-color: #eeee22;
border-color: #eeee22;
}
.cta-style-square h3 {
color: #dd3333;
}
.cta-style-round {
-webkit-border-radius: 50px;
border-radius: 50px;
}
.cta-style-outlined {
background: none !important;
border-width: 2px;
}
.cta-style-outlined h3 {
color: #dd3333;
}
.cta-style-outlined-2 h3 {
color: #81d742;
}
.cta-btn-bottom .cta-heading,
.cta-btn-right .cta-heading {
margin-bottom: 30px;
}
@media (min-width: 768px) {
.cta-btn-left,
.cta-btn-right {
display: table;
width: 100%;
padding: 0;
}
.cta-btn-left .cta-heading,
.cta-btn-right .cta-heading {
display: table-cell;
vertical-align: middle;
padding: 15px;
margin: 0;
}
.cta-btn-left .cta-btn,
.cta-btn-right .cta-btn {
padding: 15px;
display: table-cell;
vertical-align: middle;
}
.cta-btn-right .cta-heading {
padding-right: 0;
}
.cta-btn-left .cta-heading {
padding-left: 0;
}
}
/*--------------------------------------------------------------
25.3 - Separator
--------------------------------------------------------------*/
.separator {
display: table;
clear: both;
height: 1px;
margin: 0 auto;
}
.separator.separator-double {
height: 3px;
}
.separator.separator-double .separator-line {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
height: 3px;
}
.separator.separator-dashed .separator-line {
border-top-style: dashed;
}
.separator.separator-dotted .separator-line {
border-top-style: dotted;
}
.separator.separator-border-2 .separator-line {
border-width: 2px;
}
.separator.separator-width-10 {
width: 10%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-20 {
width: 20%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-30 {
width: 30%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-40 {
width: 40%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-50 {
width: 50%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-60 {
width: 60%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-70 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-80 {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-90 {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-100 {
width: 100%;
}
.separator i,
.separator h4 {
display: table-cell;
white-space: nowrap;
}
.separator.separator-align-center h4 {
padding: 0 0.8em;
}
.separator.separator-align-center i {
padding: 0 5px;
}
.separator.separator-align-left {
margin-left: 0;
}
.separator.separator-align-left h4 {
padding: 0 0.8em 0 0;
}
.separator.separator-align-left i {
padding: 0 5px 0 0;
}
.separator.separator-align-left > span {
width: 100%;
}
.separator.separator-align-left .separator-left {
display: none;
}
.separator.separator-align-right {
margin-right: 0;
}
.separator.separator-align-right h4 {
padding: 0 0 0 0.8em;
margin: 0 !important;
}
.separator.separator-align-right i {
padding: 0 0 0 5px;
}
.separator.separator-align-right > span {
width: 100%;
}
.separator.separator-align-right .separator-right {
display: none;
}
.separator > span {
display: table-cell;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
.separator .separator-line {
height: 1px;
border-top: 1px solid #e5e5e5;
display: block;
position: relative;
top: 1px;
width: 100%;
}
/*--------------------------------------------------------------
25.4 - Caroufredsel Slider
--------------------------------------------------------------*/
.caroufredsel {
position: relative;
overflow: hidden;
padding: 0;
}
.caroufredsel .caroufredsel-wrap {
position: relative;
overflow: hidden;
height: 100%;
margin: 0 -0.7142857142857143em;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-items {
margin: 0;
padding: 0;
list-style: none;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-item {
float: left;
padding: 0;
list-style: none;
margin: 0 0.7142857142857143em;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-item > a > img,
.caroufredsel .caroufredsel-wrap .caroufredsel-item > img {
width: 100%;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #6e6e6e;
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
width: 40px;
height: 40px;
line-height: 37px;
font-size: 20px;
border: 1px solid #6e6e6e;
text-align: center;
z-index: 100;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:hover,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:hover {
background-color: #7ccedf;
border-color: transparent;
color: #fff;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next.disabled,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev.disabled {
display: none !important;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-prev {
left: -35px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:before {
content: "\f104";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next {
right: -35px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:before {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.caroufredsel .caroufredsel-wrap:hover > .caroufredsel-prev {
left: 20px;
}
.caroufredsel .caroufredsel-wrap:hover > .caroufredsel-next {
right: 20px;
}
.caroufredsel .caroufredsel-pagination {
text-align: center;
margin-top: 15px;
}
.caroufredsel .caroufredsel-pagination a {
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
height: 10px;
margin: 0 2px;
text-indent: -9999em;
width: 10px;
}
.caroufredsel .caroufredsel-pagination a:hover,
.caroufredsel .caroufredsel-pagination a.selected {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0);
}
/*--------------------------------------------------------------
25.5 - Testimonial
--------------------------------------------------------------*/
.testimonial .testimonial-text {
font-style: italic;
text-align: center;
padding: 10px;
background: #f5f5f5;
-webkit-border-radius: 2px;
border-radius: 2px;
position: relative;
margin-bottom: 1.2rem;
}
.testimonial .testimonial-text > span {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1;
}
.testimonial .testimonial-text:before {
border-top: 8px solid #f5f5f5;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
bottom: -8px;
content: "";
height: 0;
left: 50%;
margin-left: -8px;
position: absolute;
width: 0;
}
.testimonial.bg-transparent .testimonial-text {
background: rgba(0, 0, 0, 0);
}
.testimonial.bg-transparent .testimonial-text:before {
display: none;
}
.testimonial .testimonial-avatar {
text-align: center;
}
.testimonial .testimonial-avatar img {
width: 60px !important;
height: 60px !important;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial .testimonial-author {
text-align: center;
margin-top: 0.5em;
font-weight: 400;
font-size: 1.1em;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.testimonial .testimonial-company {
text-align: center;
font-size: 12px;
}
.testimonial .testimonial-style-left {
position: relative;
}
.testimonial.testimonial-style-left .caroufredsel-pagination {
position: absolute;
top: 0;
right: 0;
}
@media (min-width: 768px) {
.testimonial.testimonial-style-left .testimonial-wrap {
display: table;
width: 100%;
height: 100%;
}
.testimonial.testimonial-style-left .testimonial-avatar-wrap {
display: table-cell;
width: 25%;
height: 100%;
vertical-align: middle;
padding-right: 30px;
}
.testimonial.testimonial-style-left .testimonial-avatar-wrap .testimonial-avatar {
text-align: right;
}
.testimonial.testimonial-style-left .testimonial-avatar-wrap img {
width: 100px !important;
height: 100px !important;
}
.testimonial.testimonial-style-left .testimonial-info-wrap {
display: table-cell;
width: 70%;
height: 100%;
vertical-align: top;
}
.testimonial.testimonial-style-left .testimonial-text,
.testimonial.testimonial-style-left .testimonial-company,
.testimonial.testimonial-style-left .testimonial-author {
text-align: left;
}
.testimonial.testimonial-style-left .testimonial-text {
padding-left: 0;
}
}
/*--------------------------------------------------------------
25.6 - Client
--------------------------------------------------------------*/
.client.client-grid {
overflow: hidden;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
}
.client.client-grid > .row .client-item {
padding: 15px;
}
.client.client-grid > .row > div {
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
/*--------------------------------------------------------------
25.7 - Counter
--------------------------------------------------------------*/
.counter {
text-align: center;
margin-bottom: 15px;
}
.counter.counter-icon-top .counter-icon {
display: block;
}
.counter.counter-icon-left .counter-icon {
margin-right: 10px;
line-height: 1;
display: inline-block;
font-size: 25px;
}
.counter .counter-count {
font-weight: 400;
line-height: 1.2;
margin-bottom: .8214285714285714em;
}
.counter .counter-unit {
font-size: 80%;
}
.counter .counter-number {
margin-top: 0;
font-size: 30px;
}
.counter .counter-text {
display: block;
font-weight: 400;
line-height: 1.2;
margin-top: 0;
font-size: 18px;
}
@media (min-width: 480px) {
.counter.counter-icon-left .counter-icon {
width: 25%;
float: left;
margin-right: 0;
text-align: right;
padding-right: 15px;
}
.counter.counter-icon-left .counter-count {
width: 75%;
float: left;
text-align: left;
padding-left: 15px;
border-left: 1px solid;
}
.counter.counter-icon-left .counter-count .counter-number {
margin-bottom: 10px;
display: block;
}
}
/*--------------------------------------------------------------
25.8 - Google Map
--------------------------------------------------------------*/
.google-map img {
max-width: none;
}
.google-map div,
.google-map div:before,
.google-map div:after {
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.google-map .gm-style .gm-style-iw,
.google-map .gm-style .gm-style-iw a,
.google-map .gm-style .gm-style-iw span,
.google-map .gm-style .gm-style-iw label,
.google-map .gm-style .gm-style-iw div {
font-family: arial;
letter-spacing: 0;
line-height: 1.1em;
}
.gmap {
height: 400px;
}
/*--------------------------------------------------------------
25.9 - Iconbox
--------------------------------------------------------------*/
.iconbox {
margin-bottom: 15px;
}
.iconbox.iconbox-bg {
background: #7ccedf;
padding: 30px 15px;
}
.iconbox .iconbox-icon {
text-align: center;
}
.iconbox .iconbox-icon i[data-link] {
cursor: pointer;
}
.iconbox .iconbox-icon i {
width: 1.5em;
position: relative;
text-align: center;
display: inline-block;
vertical-align: top;
line-height: 1;
}
.iconbox .iconbox-icon.icon-circle i {
border: 1px solid #e5e5e5;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em !important;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-circle i:before {
line-height: 2em !important;
}
.iconbox .iconbox-icon.icon-color-default i {
color: #949494;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-default i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-default i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(245, 245, 245, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #f5f5f5;
box-shadow: 0 0 0 1px #f5f5f5;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-default i {
background: #f5f5f5;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-default i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-default i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-default i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #f5f5f5;
box-shadow: 0 0 0 1px #f5f5f5;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #f5f5f5;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-default i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-default i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-default i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #f5f5f5;
box-shadow: 0 0 0 1px #f5f5f5;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #f5f5f5;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-default i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-default i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-default i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-default i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #f5f5f5;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-default i {
box-shadow: 0 0 0 6px #f5f5f5;
color: #f5f5f5;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-default i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-default.icon-circle i {
border-color: #e5e5e5;
}
.iconbox .iconbox-icon.icon-color-primary i {
color: #7ccedf;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-primary i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-primary i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(124, 206, 223, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #7ccedf;
box-shadow: 0 0 0 1px #7ccedf;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-primary i {
background: #7ccedf;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-primary i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-primary i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #7ccedf;
box-shadow: 0 0 0 1px #7ccedf;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #7ccedf;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-primary i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-primary i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #7ccedf;
box-shadow: 0 0 0 1px #7ccedf;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #7ccedf;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-primary i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-primary i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-primary i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #7ccedf;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-primary i {
box-shadow: 0 0 0 6px #7ccedf;
color: #7ccedf;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-primary i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-primary.icon-circle i {
border: 1px solid #7ccedf;
}
.iconbox .iconbox-icon.icon-color-success i {
color: #57bb58;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-success i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-success i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(87, 187, 88, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #57bb58;
box-shadow: 0 0 0 1px #57bb58;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-success i {
background: #57bb58;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-success i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-success i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-success i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #57bb58;
box-shadow: 0 0 0 1px #57bb58;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #57bb58;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-success i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-success i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-success i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #57bb58;
box-shadow: 0 0 0 1px #57bb58;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #57bb58;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-success i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-success i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-success i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-success i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #57bb58;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-success i {
box-shadow: 0 0 0 6px #57bb58;
color: #57bb58;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-success i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-success.icon-circle i {
border: 1px solid #57bb58;
}
.iconbox .iconbox-icon.icon-color-info i {
color: #5788bb;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-info i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-info i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(87, 136, 187, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #5788bb;
box-shadow: 0 0 0 1px #5788bb;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-info i {
background: #5788bb;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-info i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-info i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-info i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #5788bb;
box-shadow: 0 0 0 1px #5788bb;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #5788bb;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-info i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-info i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-info i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #5788bb;
box-shadow: 0 0 0 1px #5788bb;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #5788bb;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-info i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-info i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-info i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-info i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #5788bb;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-info i {
box-shadow: 0 0 0 6px #5788bb;
color: #5788bb;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-info i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-info.icon-circle i {
border: 1px solid #5788bb;
}
.iconbox .iconbox-icon.icon-color-warning i {
color: #f0ad4e;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-warning i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-warning i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(240, 173, 78, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #f0ad4e;
box-shadow: 0 0 0 1px #f0ad4e;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-warning i {
background: #f0ad4e;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-warning i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-warning i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #f0ad4e;
box-shadow: 0 0 0 1px #f0ad4e;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #f0ad4e;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-warning i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-warning i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #f0ad4e;
box-shadow: 0 0 0 1px #f0ad4e;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #f0ad4e;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-warning i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-warning i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-warning i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #f0ad4e;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-warning i {
box-shadow: 0 0 0 6px #f0ad4e;
color: #f0ad4e;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-warning i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-warning.icon-circle i {
border: 1px solid #f0ad4e;
}
.iconbox .iconbox-icon.icon-color-danger i {
color: #bb5857;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-danger i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-danger i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(187, 88, 87, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #bb5857;
box-shadow: 0 0 0 1px #bb5857;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-danger i {
background: #bb5857;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-danger i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-danger i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #bb5857;
box-shadow: 0 0 0 1px #bb5857;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #bb5857;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-danger i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-danger i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #bb5857;
box-shadow: 0 0 0 1px #bb5857;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #bb5857;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-danger i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-danger i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-danger i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #bb5857;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-danger i {
box-shadow: 0 0 0 6px #bb5857;
color: #bb5857;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-danger i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-danger.icon-circle i {
border: 1px solid #bb5857;
}
.iconbox .iconbox-icon.icon-color-white i {
color: #fff;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-white i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-white i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-white i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #ffffff;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-white i {
box-shadow: 0 0 0 6px #ffffff;
color: #ffffff;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-white i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-white ~ .iconbox-content .el-heading {
color: #fff;
}
.iconbox .iconbox-icon.icon-color-white ~ .iconbox-content .text-white:hover {
opacity: 0.6;
filter: alpha(opacity=60);
color: inherit;
}
.iconbox .iconbox-icon.icon-color-white.icon-circle i {
border: 1px solid #fff;
}
.iconbox .iconbox-icon.icon-size-default {
font-size: 24px;
}
.iconbox .iconbox-icon.icon-size-lg {
font-size: 36px;
}
.iconbox .iconbox-icon.icon-size-sm {
font-size: 12px;
}
.iconbox .iconbox-content .el-heading {
font-size: 1.4em;
}
.iconbox .iconbox-content p {
margin: 0;
padding: 0;
}
.iconbox .iconbox-content a {
margin-top: 10px;
display: inline-block;
border-bottom: 1px dotted;
}
.iconbox.iconbox-pos-top .iconbox-icon {
padding-bottom: 10px;
}
.iconbox.iconbox-pos-top .iconbox-content {
padding-top: 10px;
text-align: center;
}
.iconbox.iconbox-pos-left {
display: table;
width: 100%;
}
.iconbox.iconbox-pos-left .iconbox-icon {
display: table-cell;
vertical-align: top;
padding-right: 5px;
}
@media (min-width: 992px) {
.iconbox.iconbox-pos-left .iconbox-icon {
width: 1%;
}
}
.iconbox.iconbox-pos-left .iconbox-icon i {
height: 2em;
line-height: 1;
width: 2em;
}
.iconbox.iconbox-pos-left .iconbox-icon i:before {
line-height: 1;
}
.iconbox.iconbox-pos-left .iconbox-icon.icon-circle {
padding-right: 20px;
padding-top: 10px;
}
.iconbox.iconbox-pos-left .iconbox-content {
text-align: left;
display: table-cell;
vertical-align: middle;
padding-left: 5px;
}
.iconbox.iconbox-pos-right {
display: table;
width: 100%;
}
.iconbox.iconbox-pos-right .iconbox-icon {
display: table-cell;
vertical-align: top;
padding-left: 5px;
}
@media (min-width: 992px) {
.iconbox.iconbox-pos-right .iconbox-icon {
width: 1%;
}
}
.iconbox.iconbox-pos-right .iconbox-icon i {
height: 2em;
line-height: 1;
width: 2em;
}
.iconbox.iconbox-pos-right .iconbox-icon i:before {
line-height: 1;
}
.iconbox.iconbox-pos-right .iconbox-icon.icon-circle {
padding-left: 20px;
}
.iconbox.iconbox-pos-right .iconbox-content {
text-align: right;
display: table-cell;
vertical-align: top;
padding-right: 5px;
}
@media (max-width: 767px) {
.iconbox.iconbox-pos-left,
.iconbox.iconbox-pos-right {
display: block;
position: relative;
}
.iconbox.iconbox-pos-left .iconbox-icon,
.iconbox.iconbox-pos-right .iconbox-icon {
padding: 0 0 10px 0 !important;
}
.iconbox.iconbox-pos-left .iconbox-content,
.iconbox.iconbox-pos-right .iconbox-content,
.iconbox.iconbox-pos-left .iconbox-icon,
.iconbox.iconbox-pos-right .iconbox-icon {
display: block;
text-align: center;
}
.iconbox.iconbox-pos-right .iconbox-icon {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
}
/*--------------------------------------------------------------
25.10 - Piechart
--------------------------------------------------------------*/
.piechart {
margin-bottom: 15px;
}
.piechart .el-heading {
text-align: center;
}
.piechart .pichart-canvas {
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
margin: 0 auto 0.8214285714285714em;
padding: 4px;
}
.piechart .pichart-canvas canvas {
position: relative;
z-index: 1;
}
.piechart .pichart-canvas-back {
border: 6px solid #e5e5e5;
-webkit-border-radius: 50%;
border-radius: 50%;
box-sizing: border-box;
display: block;
height: 100%;
left: 4px;
opacity: 0.3;
position: absolute;
top: 4px;
width: 100%;
}
.piechart .pichart-canvas-value {
display: block;
font-size: 1.5em;
height: 100%;
left: 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.piechart .piechart-primary {
background: #7ccedf;
border-color: transparent;
}
.piechart .piechart-success {
background: #57bb58;
}
.piechart .piechart-info {
background: #5788bb;
}
.piechart .piechart-warning {
background: #f0ad4e;
}
.piechart .piechart-danger {
background: #bb5857;
}
/*--------------------------------------------------------------
25.11 - Pricing Table
--------------------------------------------------------------*/
.pricing-table .pricing-column {
float: left;
position: relative;
}
.pricing-table .pricing-column:first-child .pricing-footer,
.pricing-table .pricing-column:first-child .pricing-body {
border-left: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
.pricing-table .pricing-column.pricing-recommend .pricing-footer {
padding-bottom: 50px;
}
}
.pricing-table .pricing-recommend-text {
background: #7ccedf;
color: #fff;
font-weight: bold;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 100%;
padding: 2px 0;
bottom: 100%;
z-index: 2;
}
.pricing-table .pricing-recommend-text > span,
.pricing-table .pricing-recommend-text > i {
position: relative;
z-index: 2;
}
.pricing-table .pricing-recommend-text:before {
background: #7ccedf;
content: "";
height: 130%;
left: 0;
position: absolute;
top: -40%;
-webkit-transform: skewX(0) skewY(-3deg);
-ms-transform: skewX(0) skewY(-3deg);
-o-transform: skewX(0) skewY(-3deg);
transform: skewX(0) skewY(-3deg);
width: 100%;
z-index: 1;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.pricing-table .pricing-column-wrap {
position: relative;
z-index: 5;
}
.pricing-table.pricing-1-column .pricing-column {
width: 100%;
}
.pricing-table.pricing-2-column .pricing-column {
width: 50%;
}
.pricing-table.pricing-3-column .pricing-column {
width: 33.33333333333333%;
}
.pricing-table.pricing-4-column .pricing-column {
width: 25%;
}
.pricing-table.pricing-5-column .pricing-column {
width: 20%;
}
@media (max-width: 991px) {
.pricing-table.pricing-4-column .pricing-column,
.pricing-table.pricing-5-column .pricing-column {
width: 50%;
}
}
.pricing-table .pricing-column {
margin-left: -1px;
}
.pricing-table .pricing-column:first-child {
margin-left: 0;
}
@media (max-width: 767px) {
.pricing-table .pricing-column {
width: 100% !important;
}
}
.pricing-table .pricing-header {
border-style: solid;
border-color: #e5e5e5;
border-width: 1px;
}
.pricing-table .pricing-preview img {
width: 100%;
}
.pricing-table .pricing-white .pricing-title,
.pricing-table .pricing-white .pricing-body,
.pricing-table .pricing-white .pricing-footer,
.pricing-table .pricing-white .pricing-price {
background: #fff;
}
.pricing-table .pricing-default .pricing-header {
color: #6e6e6e;
}
.pricing-table .pricing-default .pricing-title {
background: #e5e5e5;
border-color: #e5e5e5;
}
.pricing-table .pricing-default .pricing-price {
background: #f5f5f5;
border-color: #f5f5f5;
}
.pricing-table .pricing-primary .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-primary .pricing-title {
background: #7ccedf;
border-color: #7ccedf;
}
.pricing-table .pricing-primary .pricing-price {
background: #a5dde9;
border-color: #a5dde9;
}
.pricing-table .pricing-success .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-success .pricing-title {
background: #57bb58;
border-color: #57bb58;
}
.pricing-table .pricing-success .pricing-price {
background: #7bca7c;
border-color: #7bca7c;
}
.pricing-table .pricing-info .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-info .pricing-title {
background: #5788bb;
border-color: #5788bb;
}
.pricing-table .pricing-info .pricing-price {
background: #7ba2ca;
border-color: #7ba2ca;
}
.pricing-table .pricing-warning .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-warning .pricing-title {
background: #f0ad4e;
border-color: #f0ad4e;
}
.pricing-table .pricing-warning .pricing-price {
background: #f4c37d;
border-color: #f4c37d;
}
.pricing-table .pricing-danger .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-danger .pricing-title {
background: #bb5857;
border-color: #bb5857;
}
.pricing-table .pricing-danger .pricing-price {
background: #ca7c7b;
border-color: #ca7c7b;
}
.pricing-table .pricing-title {
padding: 1.15385em 0;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #e5e5e5;
}
.pricing-table .pricing-title h3 {
margin: 0;
padding: 0;
text-align: center;
color: inherit;
}
.pricing-table .pricing-no-price .pricing-header {
border-width: 0;
}
.pricing-table .pricing-no-price .pricing-title {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
}
.pricing-table .pricing-no-price .pricing-price {
border-width: 1px;
height: 86px;
}
.pricing-table .pricing-price {
padding: 1.15385rem 0;
text-align: center;
font-size: 2em;
border-style: solid;
border-width: 0px;
border-color: #e5e5e5;
height: 84px;
overflow: hidden;
}
.pricing-table .pricing-price .price-value {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.pricing-table .pricing-price .price-value sub {
font-size: 12px;
position: relative;
vertical-align: text-top;
}
.pricing-table .pricing-price .price-unit {
font-size: 12px;
}
.pricing-table .pricing-body {
border-style: solid;
border-width: 0px 1px 0px 1px;
border-color: #e5e5e5;
}
.pricing-table .pricing-features {
list-style: none;
margin: 0;
padding: 0;
}
.pricing-table .pricing-features li {
padding: 0.8571428571428571rem 1.2857142857142858rem;
}
.pricing-table .pricing-features li:nth-child(2n) {
background: #f5f5f5;
}
.pricing-table .pricing-footer {
border-style: solid;
border-width: 0px 1px 1px;
border-color: #e5e5e5;
text-align: center;
padding: 30px;
}
.pricing-table .pricing-footer .btn {
-webkit-border-radius: 50px;
border-radius: 50px;
background: #1f1f1f;
color: #fff;
padding-left: 2em;
padding-right: 2em;
border-color: #1f1f1f;
}
.pricing-table .pricing-footer .btn:hover {
background: #7ccedf;
border-color: #7ccedf;
}
.pricing-table .pricing-footer .btn i {
-webkit-border-radius: 100%;
border-radius: 100%;
border: 1px solid #fff;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 20px;
line-height: 17px;
margin-left: 1em;
text-align: center;
width: 20px;
}
.pricing-table .pricing-recommend .pricing-footer .btn {
background: #7ccedf;
border-color: #7ccedf;
}
/*--------------------------------------------------------------
25.12 - Timeline
--------------------------------------------------------------*/
.timeline .timeline-wrap {
position: relative;
}
.timeline .timeline-item {
position: relative;
}
.timeline .timeline-content {
border: 1px solid #e5e5e5;
border-bottom-width: 3px;
float: left;
position: relative;
width: 100%;
background: #ffffff;
padding: 15px;
}
.timeline .timeline-content > h4 {
margin-top: 0;
}
.timeline .timeline-badge {
height: 24px;
position: absolute;
right: -12px;
text-align: center;
top: 16px;
width: 24px;
z-index: 8;
}
.timeline .timeline-badge a {
color: #e5e5e5;
font-size: 16px;
position: relative;
cursor: pointer;
}
.timeline.timeline-text .timeline-badge,
.timeline.timeline-image .timeline-badge,
.timeline.timeline-icon .timeline-badge {
width: 70px;
height: 70px;
top: 0px;
background: #fff;
border: 3px solid #e5e5e5;
padding: 3px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.timeline.timeline-text .timeline-badge a,
.timeline.timeline-image .timeline-badge a,
.timeline.timeline-icon .timeline-badge a {
font-size: 20px;
width: 58px;
height: 58px;
display: inline-block;
text-align: center;
position: relative;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #e5e5e5;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
color: #6e6e6e;
}
.timeline.timeline-text .timeline-badge a i,
.timeline.timeline-image .timeline-badge a i,
.timeline.timeline-icon .timeline-badge a i {
height: 58px;
}
.timeline.timeline-text .timeline-badge a i:before,
.timeline.timeline-image .timeline-badge a i:before,
.timeline.timeline-icon .timeline-badge a i:before {
line-height: 58px;
}
.timeline.timeline-text .timeline-badge a span,
.timeline.timeline-image .timeline-badge a span,
.timeline.timeline-icon .timeline-badge a span {
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
font-size: 12px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
line-height: 18px;
padding: 7px;
position: absolute;
}
.timeline.timeline-text .timeline-badge a img,
.timeline.timeline-image .timeline-badge a img,
.timeline.timeline-icon .timeline-badge a img {
width: 58px;
height: 58px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.timeline.timeline-primary .timeline-line {
border-left-color: #7ccedf !important;
}
.timeline.timeline-primary .timeline-content {
border-color: #7ccedf;
}
.timeline.timeline-primary .timeline-badge {
border-color: #7ccedf;
}
.timeline.timeline-primary .timeline-badge a {
color: #7ccedf;
}
.timeline.timeline-primary .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-primary.timeline-text .timeline-badge a,
.timeline.timeline-primary.timeline-image .timeline-badge a,
.timeline.timeline-primary.timeline-icon .timeline-badge a {
color: #fff;
background-color: #7ccedf;
}
.timeline.timeline-primary.timeline-text .timeline-badge a i,
.timeline.timeline-primary.timeline-image .timeline-badge a i,
.timeline.timeline-primary.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-primary .timeline-arrow {
background-color: #7ccedf !important;
}
.timeline.timeline-success .timeline-line {
border-left-color: #57bb58 !important;
}
.timeline.timeline-success .timeline-content {
border-color: #57bb58;
}
.timeline.timeline-success .timeline-badge {
border-color: #57bb58;
}
.timeline.timeline-success .timeline-badge a {
color: #57bb58;
}
.timeline.timeline-success .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-success.timeline-text .timeline-badge a,
.timeline.timeline-success.timeline-image .timeline-badge a,
.timeline.timeline-success.timeline-icon .timeline-badge a {
color: #fff;
background-color: #57bb58;
}
.timeline.timeline-success.timeline-text .timeline-badge a i,
.timeline.timeline-success.timeline-image .timeline-badge a i,
.timeline.timeline-success.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-success .timeline-arrow {
background-color: #57bb58 !important;
}
.timeline.timeline-info .timeline-line {
border-left-color: #5788bb !important;
}
.timeline.timeline-info .timeline-content {
border-color: #5788bb;
}
.timeline.timeline-info .timeline-badge {
border-color: #5788bb;
}
.timeline.timeline-info .timeline-badge a {
color: #5788bb;
}
.timeline.timeline-info .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-info.timeline-text .timeline-badge a,
.timeline.timeline-info.timeline-image .timeline-badge a,
.timeline.timeline-info.timeline-icon .timeline-badge a {
color: #fff;
background-color: #5788bb;
}
.timeline.timeline-info.timeline-text .timeline-badge a i,
.timeline.timeline-info.timeline-image .timeline-badge a i,
.timeline.timeline-info.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-info .timeline-arrow {
background-color: #5788bb !important;
}
.timeline.timeline-warning .timeline-line {
border-left-color: #f0ad4e !important;
}
.timeline.timeline-warning .timeline-content {
border-color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge {
border-color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge a {
color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-warning.timeline-text .timeline-badge a,
.timeline.timeline-warning.timeline-image .timeline-badge a,
.timeline.timeline-warning.timeline-icon .timeline-badge a {
color: #fff;
background-color: #f0ad4e;
}
.timeline.timeline-warning.timeline-text .timeline-badge a i,
.timeline.timeline-warning.timeline-image .timeline-badge a i,
.timeline.timeline-warning.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-warning .timeline-arrow {
background-color: #f0ad4e !important;
}
.timeline.timeline-danger .timeline-line {
border-left-color: #bb5857 !important;
}
.timeline.timeline-danger .timeline-content {
border-color: #bb5857;
}
.timeline.timeline-danger .timeline-badge {
border-color: #bb5857;
}
.timeline.timeline-danger .timeline-badge a {
color: #bb5857;
}
.timeline.timeline-danger .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-danger.timeline-text .timeline-badge a,
.timeline.timeline-danger.timeline-image .timeline-badge a,
.timeline.timeline-danger.timeline-icon .timeline-badge a {
color: #fff;
background-color: #bb5857;
}
.timeline.timeline-danger.timeline-text .timeline-badge a i,
.timeline.timeline-danger.timeline-image .timeline-badge a i,
.timeline.timeline-danger.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-danger .timeline-arrow {
background-color: #bb5857 !important;
}
.timeline .timeline-item {
width: 100%;
}
.timeline .timeline-item .timeline-item-wrap {
margin: 0;
border: none;
clear: left;
float: left;
margin-bottom: 2rem;
padding: 0;
position: relative;
width: 50%;
padding-right: 1.7857142857142858em;
}
.timeline.timeline-left .timeline-item .timeline-line {
border-left: 2px solid #f5f5f5;
bottom: 0;
left: 12px;
position: absolute;
top: -1px;
width: 2px;
z-index: -1;
display: block;
}
.timeline.timeline-left .timeline-item-wrap {
width: 100%;
padding: 0 0 0 2.5em;
}
.timeline.timeline-left .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.timeline.timeline-left .timeline-badge {
left: 0px;
}
.timeline.timeline-left .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: 30px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.timeline-left.timeline-text .timeline-item .timeline-line,
.timeline.timeline-left.timeline-image .timeline-item .timeline-line,
.timeline.timeline-left.timeline-icon .timeline-item .timeline-line {
left: 38px;
}
.timeline.timeline-left.timeline-text .timeline-item-wrap,
.timeline.timeline-left.timeline-image .timeline-item-wrap,
.timeline.timeline-left.timeline-icon .timeline-item-wrap {
padding: 0 0 0 7.142857142857143em;
}
.timeline.timeline-left.timeline-text .timeline-arrow,
.timeline.timeline-left.timeline-image .timeline-arrow,
.timeline.timeline-left.timeline-icon .timeline-arrow {
left: 75px;
}
.timeline.timeline-left.timeline-text .timeline-badge,
.timeline.timeline-left.timeline-image .timeline-badge,
.timeline.timeline-left.timeline-icon .timeline-badge {
left: 3px;
}
.timeline.timeline-right .timeline-item .timeline-line {
border-left: 2px;
bottom: 0;
right: 12px;
position: absolute;
top: -1px;
width: 2px;
z-index: -1;
display: block;
}
.timeline.timeline-right .timeline-item-wrap {
width: 100%;
padding: 0 2.5em 0 0;
}
.timeline.timeline-right .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.timeline.timeline-right .timeline-badge {
right: 0px;
}
.timeline.timeline-right .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
right: 30px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.timeline-right.timeline-text .timeline-item .timeline-line,
.timeline.timeline-right.timeline-image .timeline-item .timeline-line,
.timeline.timeline-right.timeline-icon .timeline-item .timeline-line {
right: 38px;
}
.timeline.timeline-right.timeline-text .timeline-item-wrap,
.timeline.timeline-right.timeline-image .timeline-item-wrap,
.timeline.timeline-right.timeline-icon .timeline-item-wrap {
padding: 0 7.142857142857143em 0 0;
}
.timeline.timeline-right.timeline-text .timeline-arrow,
.timeline.timeline-right.timeline-image .timeline-arrow,
.timeline.timeline-right.timeline-icon .timeline-arrow {
right: 6.571428571428571em;
}
.timeline.timeline-right.timeline-text .timeline-badge,
.timeline.timeline-right.timeline-image .timeline-badge,
.timeline.timeline-right.timeline-icon .timeline-badge {
right: 3px;
}
.timeline.timeline-right .timeline-content {
text-align: right;
}
@media (min-width: 768px) {
.timeline.two-columns .timeline-item .timeline-line {
border-left: 2px solid #f5f5f5;
bottom: 0;
left: 50%;
position: absolute;
top: -1px;
width: 2px;
z-index: -1;
display: block;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap {
clear: right;
float: right;
padding-right: 0;
padding-left: 1.7857142857142858em;
}
.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .timeline-badge {
left: -0.8571428571428571em;
}
.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: -7px;
top: 21px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap {
padding-left: 4.285714285714286em;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge {
left: -35px;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow {
left: -7px;
}
.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
right: -7px;
top: 21px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap {
padding-right: 4.285714285714286em;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge {
right: -35px;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow {
right: -7px;
}
}
.timeline.timeline-dotted .timeline-line {
top: 65px;
bottom: 5px !important;
border-left-style: dashed !important;
}
.timeline.timeline-dotted .timeline-arrow {
display: none;
}
.timeline.timeline-dotted .timeline-content {
border: none !important;
padding: 0px !important;
}
.timeline.timeline-dotted .timeline-item:last-child .timeline-line {
display: none;
}
@media (max-width: 767px) {
.timeline.two-columns .timeline-item .timeline-line {
border-left: 2px solid #f5f5f5;
bottom: 0;
left: 12px;
position: absolute;
top: -1px;
width: 2px;
z-index: -1;
display: block;
}
.timeline.two-columns .timeline-item-wrap {
width: 100%;
padding: 0 0 0 2.5em;
}
.timeline.two-columns .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.timeline.two-columns .timeline-badge {
left: 0px;
}
.timeline.two-columns .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: 30px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.two-columns.timeline-text .timeline-item .timeline-line,
.timeline.two-columns.timeline-image .timeline-item .timeline-line,
.timeline.two-columns.timeline-icon .timeline-item .timeline-line {
left: 38px;
}
.timeline.two-columns.timeline-text .timeline-item-wrap,
.timeline.two-columns.timeline-image .timeline-item-wrap,
.timeline.two-columns.timeline-icon .timeline-item-wrap {
padding: 0 0 0 7.142857142857143em;
}
.timeline.two-columns.timeline-text .timeline-arrow,
.timeline.two-columns.timeline-image .timeline-arrow,
.timeline.two-columns.timeline-icon .timeline-arrow {
left: 75px;
}
.timeline.two-columns.timeline-text .timeline-badge,
.timeline.two-columns.timeline-image .timeline-badge,
.timeline.two-columns.timeline-icon .timeline-badge {
left: 3px;
}
}
/*--------------------------------------------------------------
25.13 - Team Member
--------------------------------------------------------------*/
.team-member {
position: relative;
}
.team-member .member-avatar {
margin-bottom: 0.8214285714285714em;
position: relative;
}
.team-member .member-avatar img {
width: 100%;
}
.team-member .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-right {
display: table;
width: 100%;
height: 100%;
margin-bottom: 0.8214285714285714em;
}
.team-member.team-member-right .member-avatar {
width: 40%;
display: table-cell;
vertical-align: top;
overflow: hidden;
height: 100%;
background-position: left top;
background-repeat: no-repeat;
background-size: auto 100%;
-webkit-transition: all 0.9s;
-o-transition: all 0.9s;
transition: all 0.9s;
}
@media (max-width: 900px) {
.team-member.team-member-right .member-avatar {
display: block;
height: 0;
padding-bottom: 100%;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: center center;
width: 100%;
}
}
.team-member.team-member-right:hover .member-avatar {
background-position: center top;
}
.team-member.team-member-right .member-info {
height: 100%;
display: table-cell;
vertical-align: top;
width: 60%;
}
@media (max-width: 900px) {
.team-member.team-member-right .member-info {
display: block;
width: 100%;
}
}
.team-member.team-member-right .member-info-wrap {
padding: 15px;
}
.team-member.team-member-right .member-meta span a {
width: 30px;
height: 30px;
display: inline-block;
border: 1px solid;
font-size: 18px;
text-align: center;
line-height: 30px;
margin: 0 5px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.team-member.team-member-below .member-meta {
z-index: 2;
position: absolute;
bottom: 0;
padding: 1em 0;
left: 0;
width: 100%;
text-align: center;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background: -moz-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 35, 45, 0)), color-stop(100%, #19232d));
background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -o-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -ms-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, #19232d 100%);
}
.team-member.team-member-below .member-meta span a {
width: 30px;
height: 30px;
display: inline-block;
border: 1px solid #fff;
color: #fff;
font-size: 15px;
text-align: center;
line-height: 30px;
margin: 0 5px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.team-member.team-member-below:hover .overlay,
.team-member.team-member-below:hover .member-meta {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.team-member .member-name h4 {
margin: 0;
font-size: 1.3em;
}
.team-member .member-job {
margin-top: 0.35714285714285715em;
font-size: 12px;
margin-bottom: 0.8214285714285714em;
position: relative;
}
.team-member .member-desc {
padding-top: 0.8214285714285714em;
margin-bottom: 0.8214285714285714em;
position: relative;
}
.team-member .member-desc:before {
border-top: 1px solid #e5e5e5;
content: "";
height: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.team-member .member-meta span {
display: inline-block;
}
.team-member.team-member-overlay .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-overlay .member-info {
z-index: 2;
bottom: 0.8214285714285714em;
color: #fff;
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.team-member.team-member-overlay .member-name h4 {
color: #fff;
}
.team-member.team-member-overlay .member-job {
color: rgba(255, 255, 255, 0.9);
}
.team-member.team-member-overlay .member-job:before {
width: 20%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
border-color: rgba(255, 255, 255, 0.9);
}
.team-member.team-member-overlay .member-meta span a {
width: 2em;
height: 2em;
display: inline-block;
border: 1px solid rgba(255, 255, 255, 0.9);
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
text-align: center;
line-height: 2em;
margin: 0 0.35714285714285715em;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.team-member.team-member-overlay:hover .overlay {
opacity: 0.5;
filter: alpha(opacity=50);
visibility: visible;
}
.team-member.team-member-center_bottom,
.team-member.team-member-center_top {
background: #f5f5f5;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-center_bottom:hover,
.team-member.team-member-center_top:hover {
background: #7ccedf;
}
.team-member.team-member-center_bottom:hover .member-name h4,
.team-member.team-member-center_top:hover .member-name h4,
.team-member.team-member-center_bottom:hover .member-meta span a,
.team-member.team-member-center_top:hover .member-meta span a,
.team-member.team-member-center_bottom:hover .member-info,
.team-member.team-member-center_top:hover .member-info {
color: #fff;
}
.team-member.team-member-center_bottom:hover .member-info-line,
.team-member.team-member-center_top:hover .member-info-line {
background: #fff;
}
.team-member.team-member-center_bottom:hover .member-meta,
.team-member.team-member-center_top:hover .member-meta {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.team-member.team-member-center_bottom:hover .member-avatar img,
.team-member.team-member-center_top:hover .member-avatar img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.team-member.team-member-center_bottom .member-name h4,
.team-member.team-member-center_top .member-name h4,
.team-member.team-member-center_bottom .member-meta span a,
.team-member.team-member-center_top .member-meta span a,
.team-member.team-member-center_bottom .member-info,
.team-member.team-member-center_top .member-info {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-center_bottom .member-avatar,
.team-member.team-member-center_top .member-avatar {
margin: 0;
overflow: hidden;
}
.team-member.team-member-center_bottom .member-avatar img,
.team-member.team-member-center_top .member-avatar img {
-webkit-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
}
.team-member.team-member-center_bottom .member-info,
.team-member.team-member-center_top .member-info {
text-align: center;
padding: 30px 15px;
}
.team-member.team-member-center_bottom .member-info-line,
.team-member.team-member-center_top .member-info-line {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin: 15px auto;
width: 50px;
height: 1px;
background: #7ccedf;
display: block;
}
.team-member.team-member-center_bottom .member-meta,
.team-member.team-member-center_top .member-meta {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-center_bottom .member-meta span a,
.team-member.team-member-center_top .member-meta span a {
width: 30px;
height: 30px;
display: inline-block;
border: 1px solid;
font-size: 15px;
text-align: center;
line-height: 30px;
margin: 0 5px;
color: #909090;
}
.member-bg-1 {
background-image: url(../images/team/team-member-4.html);
}
.member-bg-2 {
background-image: url(../images/team/team-member-5.html);
}
.member-bg-3 {
background-image: url(../images/team/team-member-6.html);
}
.member-bg-4 {
background-image: url(../images/team/team-member-7.html);
}
/*--------------------------------------------------------------
25.14 - Single Image
--------------------------------------------------------------*/
.single-image.image-center {
text-align: center;
}
.single-image.image-right {
text-align: right;
}
.single-image img {
height: auto;
max-width: 100%;
}
/*--------------------------------------------------------------
25.15 - Latestnews
--------------------------------------------------------------*/
.latestnews {
margin-bottom: 15px;
}
.latestnews .latestnews-leading {
padding-bottom: 0.8214285714285714em;
}
.latestnews .latestnews-title {
border-bottom: 2px solid #7ccedf;
margin-bottom: 0.8214285714285714em;
}
.latestnews .latestnews-title .el-heading {
display: inline-block;
margin: 0;
line-height: 1.6;
text-transform: uppercase;
font-size: 1em;
background: #7ccedf;
}
.latestnews .latestnews-title span,
.latestnews .latestnews-title a {
color: #fff;
display: inline-block;
padding: 5px 10px;
margin-bottom: -3px;
}
.latestnews .latestnews-title span i,
.latestnews .latestnews-title a i {
padding-right: 5px;
}
.latestnews .latestnews-title a:hover {
text-decoration: underline;
}
.latestnews .latestnews-title .sub-cat {
list-style: none;
margin: 0;
padding: 0;
float: right;
}
.latestnews .latestnews-title .sub-cat li {
float: left;
}
.latestnews .latestnews-title .sub-cat li a {
color: #6e6e6e;
text-transform: uppercase;
font-size: 12px;
}
.latestnews .latestnews-title .sub-cat li.active a {
color: #7ccedf;
}
@media (max-width: 767px) {
.latestnews .latestnews-title .sub-cat {
float: left;
padding: 10px 0;
}
}
.latestnews h2 {
font-size: 1.2em;
margin: 0;
border-left: 2px solid #7ccedf;
padding-left: 0.8214285714285714em;
}
.latestnews .entry-meta {
margin-top: 0.35714285714285715em;
}
.latestnews .latestnews-thumb {
margin-bottom: 0.8214285714285714em;
position: relative;
}
.latestnews .latestnews-thumb .featured-play {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
margin-top: -20px;
z-index: 1;
width: 40px;
height: 40px;
background: url(../images/featured-play.html) no-repeat scroll center center transparent;
}
.latestnews .latestnews-thumb img {
width: 100%;
height: auto;
}
.latestnews .excerpt {
margin-top: 0.8214285714285714em;
}
.latestnews .latestnews-intro {
padding: 0;
margin: 0;
list-style: none;
border-top: 1px solid #e5e5e5;
}
.latestnews .latestnews-intro.intro-thumbnail {
padding-top: 0.8214285714285714em;
}
.latestnews .latestnews-intro li {
padding: 0.8214285714285714em 0;
border-bottom: 1px solid #e5e5e5;
padding-left: 0;
position: relative;
}
.latestnews .latestnews-intro li:before {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.latestnews .latestnews-intro li:before {
position: absolute !important;
line-height: inherit !important;
left: 0;
}
.latestnews .latestnews-intro li:last-child {
border: none;
padding-bottom: 0;
}
.latestnews .latestnews-intro li .intro-thumbnail-image img {
float: left;
height: auto;
width: 60px;
}
.latestnews .latestnews-intro li .intro-thumbnail-no-image {
display: none;
}
.latestnews .latestnews-intro li .intro-thumbnail-no-image ~ .intro-content {
margin-left: 0;
}
.latestnews .latestnews-intro li .intro-content {
line-height: 1;
position: relative;
}
.latestnews .latestnews-intro li .intro-content .format-icon {
background: url("../images/post-format.html") no-repeat scroll 0 0;
position: absolute;
top: 2px;
left: 0;
width: 16px;
height: 16px;
}
.latestnews .latestnews-intro li .intro-content .format-icon.format-gallery {
background-position: left bottom;
top: 1px;
}
.latestnews .latestnews-intro li .intro-content .format-icon.format-gallery ~ .intro-content-title {
padding-left: 22px;
}
.latestnews .latestnews-intro li .intro-content .format-icon ~ .intro-content-title {
padding-left: 20px;
}
.latestnews .latestnews-intro li .intro-content .comment-count {
display: inline-block;
margin-left: 0.7142857142857143em;
}
.latestnews .latestnews-intro li .intro-content .comment-count i {
margin-right: 0.14285714285714285em;
}
.latestnews .latestnews-intro li .intro-content .comment-count a,
.latestnews .latestnews-intro li .intro-content time {
margin: 0;
font-size: 12px;
color: #909090;
}
.latestnews .latestnews-intro li .intro-content h3 {
font-size: 1.1em;
margin: 0;
}
.latestnews .latestnews-intro li .intro-content .intro-content-title {
display: block;
font-weight: 400;
margin: 0 0 0.2857142857142857em 0;
}
.latestnews .latestnews-intro.intro-thumbnail li {
border: none;
padding-left: 0;
}
.latestnews .latestnews-intro.intro-thumbnail li:before {
display: none;
}
.latestnews .latestnews-intro.intro-thumbnail .intro-content {
border-bottom: 1px solid #e5e5e5;
margin-left: 72px;
min-height: 3.2142857142857144em;
}
.latestnews .latestnews-tab-content {
display: none;
}
.latestnews .latestnews-tab-content.active {
display: block;
}
@media (min-width: 480px) {
.latestnews.latestnews-tab .latestnews-tab-content:before,
.latestnews.latestnews-tab .latestnews-tab-content:after {
content: " ";
display: table;
}
.latestnews.latestnews-tab .latestnews-tab-content:after {
clear: both;
}
.latestnews.latestnews-tab .latestnews-tab-content .latestnews-leading {
float: left;
width: 50%;
padding-right: 15px;
}
.latestnews.latestnews-tab .latestnews-tab-content .latestnews-intro {
float: right;
width: 50%;
padding-left: 15px;
border-top: 0;
}
.latestnews.latestnews-tab .latestnews-tab-content .latestnews-intro li:first-child {
padding-top: 0;
}
}
.latestnews.latestnews-carousel .latestnews-leading h2 {
border: none;
padding-left: 0;
}
/*--------------------------------------------------------------
25.16 - Embed
--------------------------------------------------------------*/
.video-embed-wrap {
width: 100% !important;
max-width: 100%;
max-height: 100%;
}
.audio-embed-wrap {
width: 100% !important;
max-width: 100%;
max-height: 100%;
}
/*--------------------------------------------------------------
25.17 - Lists Ul
--------------------------------------------------------------*/
.dh-lists ul {
margin: 0;
padding: 0;
list-style: none;
}
.dh-lists ul li {
position: relative;
padding-left: 1.5em;
padding-top: 5px;
padding-bottom: 5px;
}
.dh-lists ul li i {
font-size: 1.1em;
position: absolute;
top: 0;
left: 0;
line-height: 2em !important;
}
.dh-lists[data-animation="1"] li {
left: -20px;
opacity: 0;
filter: alpha(opacity=0);
}
/*--------------------------------------------------------------
25.18 - Service
--------------------------------------------------------------*/
.service-3-columns .service-item {
width: 33.33333333333333%;
}
.service-items {
margin: 0;
padding: 0;
list-style: none;
}
.service-item {
float: left;
}
.service-item img {
width: 100%;
}
.service-item-image {
width: 50%;
float: left;
}
.service-item-text {
width: 50%;
float: left;
}
/*--------------------------------------------------------------
25.19 - Pin
--------------------------------------------------------------*/
@-webkit-keyframes pin-pulse {
0% {
-webkit-transform: scale(1);
opacity: 0.8;
filter: alpha(opacity=80);
}
50% {
opacity: 0.8;
filter: alpha(opacity=80);
}
100% {
-webkit-transform: scale(1.6);
opacity: 0;
filter: alpha(opacity=0);
}
}
@-moz-keyframes pin-pulse {
0% {
-moz-transform: scale(1);
opacity: 0.8;
filter: alpha(opacity=80);
}
50% {
opacity: 0.8;
filter: alpha(opacity=80);
}
100% {
-moz-transform: scale(1.6);
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes pin-pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0.8;
filter: alpha(opacity=80);
}
50% {
opacity: 0.8;
filter: alpha(opacity=80);
}
100% {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
-ms-transform: scale(1.6);
-o-transform: scale(1.6);
transform: scale(1.6);
opacity: 0;
filter: alpha(opacity=0);
}
}
.pin {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
-webkit-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 99;
cursor: pointer;
}
.pin > span {
border: 2px solid #fff;
background: #7ccedf;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 1px #7ccedf;
box-shadow: 0 0 0 1px #7ccedf;
color: #fff;
display: block;
height: 15px;
line-height: 15px;
text-align: center;
width: 15px;
position: relative;
}
.pin > span .pin-pulse {
animation: 2s ease 0s normal none infinite running pin-pulse;
background-color: transparent;
border-radius: inherit;
content: "";
left: -2px;
right: -2px;
bottom: -2px;
top: -2px;
position: absolute;
z-index: 1;
}
.pin.pin-icon > span {
font-size: 20px;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
.pin-top {
top: 4%;
left: 50%;
}
.pin-top > span {
background-color: #99c310;
box-shadow: 0 0 0 1px #99c310;
-moz-box-shadow: 0 0 0 1px #99c310;
-webkit-box-shadow: 0 0 0 1px #99c310;
}
.pin-top .pin-pulse {
box-shadow: 0 0 0 1px #99c310;
-moz-box-shadow: 0 0 0 1px #99c310;
-webkit-box-shadow: 0 0 0 1px #99c310;
}
.pin-right {
top: 30%;
right: 36%;
}
.pin-right > span {
background-color: #5f6065;
box-shadow: 0 0 0 1px #5f6065;
-moz-box-shadow: 0 0 0 1px #5f6065;
-webkit-box-shadow: 0 0 0 1px #5f6065;
}
.pin-right .pin-pulse {
box-shadow: 0 0 0 1px #5f6065;
-moz-box-shadow: 0 0 0 1px #5f6065;
-webkit-box-shadow: 0 0 0 1px #5f6065;
}
.pin-bottom {
bottom: 21%;
left: 40%;
}
.pin-bottom > span {
background-color: #f1c000;
box-shadow: 0 0 0 1px #f1c000;
-moz-box-shadow: 0 0 0 1px #f1c000;
-webkit-box-shadow: 0 0 0 1px #f1c000;
}
.pin-bottom .pin-pulse {
box-shadow: 0 0 0 1px #f1c000;
-moz-box-shadow: 0 0 0 1px #f1c000;
-webkit-box-shadow: 0 0 0 1px #f1c000;
}
/*--------------------------------------------------------------
26.0 - Header
--------------------------------------------------------------*/
.topbar {
background: #eeeeee;
position: relative;
color: #888888;
}
@media (max-width: 991px) {
.topbar {
display: none;
}
}
.topbar .left-topbar {
line-height: 3.5714285714285716em;
height: 3.5714285714285716em;
}
.topbar .right-topbar {
text-align: right;
line-height: 3.5714285714285716em;
height: 3.5714285714285716em;
}
.topbar .right-topbar .topbar-social {
float: right;
margin-right: 0.5em;
}
.topbar-info a {
margin-right: 1.1em;
font-size: 12px;
color: #888888;
}
.topbar-info a:hover {
text-decoration: underline;
}
.topbar-info a i {
margin-right: 5px;
}
.topbar-icon-button {
float: right;
padding-right: 1.2em;
}
.topbar-icon-button > div {
float: left;
padding: 0 1.2em;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}
.topbar-icon-button > div a {
color: #888888;
}
.topbar-icon-button > div a:hover {
color: #7ccedf;
}
.topbar-icon-button .navbar-minicart {
position: relative;
}
.topbar-icon-button .navbar-minicart:before {
content: "";
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 1px;
height: 100%;
background: rgba(0, 0, 0, 0.07);
}
.topbar-icon-button .navbar-minicart .minicart {
text-align: left;
line-height: 1.7;
}
.topbar-social a {
display: inline-block;
width: 2.5em;
text-align: center;
font-size: 1em;
color: #888888;
}
.topbar-social a i {
border: 1px solid;
border-radius: 100%;
font-size: 1em;
height: 1.7em;
line-height: 1.7em;
text-align: center;
width: 1.7em;
}
.topbar-social a:hover {
color: #7ccedf;
}
.topbar-nav {
text-align: right;
float: right;
}
.topbar-nav .top-nav > li {
display: inline-block;
}
.topbar-nav .top-nav > li > a {
padding: 0 0.5714285714285714em;
line-height: 3.5714285714285716em;
position: relative;
font-size: 12px;
color: #888888;
}
.topbar-nav .top-nav > li > a:before {
border-right: 1px solid #a2a2a2;
content: "";
float: right;
height: 30%;
position: absolute;
right: 0;
top: 50%;
width: 1px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.topbar-nav .top-nav > li > a:hover,
.topbar-nav .top-nav > li > a:focus {
background: transparent;
text-decoration: underline;
}
.topbar-nav .top-nav > li:last-child > a:before {
display: none;
}
.topbar-nav .top-nav a {
display: block;
color: #888888;
}
.topbar-nav .top-nav a:hover,
.topbar-nav .top-nav a:focus {
background: none;
}
.topbar-nav .top-nav .dropdown-menu {
font-size: 12px;
}
.topbar-nav .top-nav .dropdown-menu a {
color: #6e6e6e;
padding: 0.5714285714285714rem 1rem;
}
.topbar-nav .top-nav .dropdown-menu a:hover,
.topbar-nav .top-nav .dropdown-menu a:focus {
color: #7ccedf;
}
.topbar-nav .top-nav .dropdown-menu .active a {
background: none;
color: #888888;
}
.topbar-nav .top-nav .dropdown-menu .active a:hover,
.topbar-nav .top-nav .dropdown-menu .active a:focus {
color: #555555;
}
.topbar-nav .top-nav .dropdown-menu li {
border-bottom: 1px solid #e5e5e5;
}
.topbar-nav .top-nav .dropdown-menu li.menu-item-has-children > .dropdown-menu {
margin: 0;
left: 100%;
top: 0;
}
.topbar-nav .top-nav .dropdown-menu li:last-child {
border: none;
}
.searchform-result .no-result {
padding: 0.7142857142857143em 0.7142857142857143em;
}
.searchform-result .searchform-result-list {
padding: 0.21428571428571427em 0.7142857142857143em 0;
}
.searchform-result .searchform-result-list .search-object {
font-size: 110%;
margin: 10px 0 0 0;
}
.searchform-result .searchform-result-list .search-object span {
padding: 0 0.35714285714285715em;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #f5f5f5;
}
.searchform-result .searchform-result-list .search-entry {
border-bottom: 1px dotted #e5e5e5;
padding: 0.7142857142857143em 0;
}
.searchform-result .searchform-result-list .search-entry .search-image {
float: left;
width: 1.7857142857142858em;
text-align: center;
margin: 0 0.7142857142857143em 0.35714285714285715em 0;
font-size: 1.1428571428571428em;
}
.searchform-result .searchform-result-list .search-entry .search-image img {
width: 100%;
max-width: 100%;
max-height: 100%;
height: auto;
}
.searchform-result .searchform-result-list .search-entry .search-title {
margin: 0;
font-size: 14px;
}
.searchform-result .searchform-result-list .search-entry .search-excerpt {
color: #909090;
font-size: 12px;
}
.searchform-result .search-view-all {
padding: 1.4285714285714286em 0;
text-align: center;
background-color: #f5f5f5;
margin: -0.07142857142857142em 0 0;
border-top: 1px solid #e5e5e5;
}
.searchform-result .search-view-all a {
font-size: 12px;
text-transform: uppercase;
}
.searchform-result .search-view-all a:after {
content: "\f178";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.searchform-result .search-view-all a:after {
margin-left: 0.35714285714285715em;
}
@media (max-width: 991px) {
.header-container {
height: auto !important;
}
}
.header-type-classic {
position: relative;
}
.header-navbar-default {
position: relative;
}
.header-search-overlay {
left: 0;
position: absolute;
top: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 99999;
}
.header-search-overlay > div {
height: 100%;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
}
.header-search-overlay .searchform {
width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.header-search-overlay .searchform .searchinput {
border: medium none;
font-size: 36px;
font-weight: bold;
width: 100%;
text-transform: uppercase;
outline: none;
}
.header-search-overlay .searchform.loading ~ .close {
display: block;
}
.header-search-overlay .searchform.loading ~ .close > span {
display: none;
}
.header-search-overlay .searchform.loading ~ .close:after {
content: "\f110";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.header-search-overlay .searchform.loading ~ .close:after {
-webkit-animation: fa-spin 1s infinite linear;
-o-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
-webkit-animation-timing-function: steps(8, start);
animation-timing-function: steps(8, start);
}
.header-search-overlay .close {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 15px;
font-size: 35px;
}
.header-search-overlay .searchform-result {
background: #dcdcdc;
position: absolute;
top: 100%;
width: 100%;
-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
}
.header-search-overlay .searchform-result .no-result {
font-size: 1.1em;
}
.header-search-overlay .searchform-result .searchform-result-list .search-entry {
border-bottom-color: #ffffff;
}
.header-search-overlay .searchform-result .searchform-result-list .search-entry .search-title {
font-size: 1.1em;
}
@media (max-width: 991px) {
.header-search-overlay {
display: none !important;
}
}
@media (min-width: 992px) {
.header-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
}
@media (min-width: 992px) {
.header-absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
}
@media (min-width: 992px) {
.header-transparent .topbar {
background: rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
.header-transparent .topbar .topbar-info a,
.header-transparent .topbar .topbar-social a {
color: #fff;
}
.header-transparent .topbar .topbar-info a:hover,
.header-transparent .topbar .topbar-social a:hover {
text-decoration: underline;
}
.header-transparent .topbar .topbar-icon-button > div {
background: transparent;
}
.header-transparent .topbar .topbar-icon-button > div a {
color: #fff;
}
.header-transparent .topbar .topbar-icon-button > div.navbar-minicart:before {
background: rgba(255, 255, 255, 0.23);
}
.header-transparent .topbar .topbar-nav .top-nav > li > a {
color: #fff;
}
.header-transparent .topbar .topbar-nav .top-nav > li > a:before {
border-color: rgba(255, 255, 255, 0.5);
}
.header-transparent .topbar .topbar-nav .dropdown-menu a {
background: transparent;
}
.header-transparent .topbar .topbar-nav .dropdown-menu li {
border-color: rgba(218, 218, 218, 0.49);
}
.header-transparent .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a {
background: transparent;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) {
background: #283c81;
border-color: rgba(255, 255, 255, 0.23);
border-width: 0 0 0px 0;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .navicon,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .navicon,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .navicon {
color: #fff;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:after,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:after,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:after {
background-color: #fff;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a.minicart-link:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a.minicart-link:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a.minicart-link:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a.navbar-search-button:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a.navbar-search-button:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a.navbar-search-button:before {
background: #fff;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu .megamenu-title {
border-bottom-color: rgba(218, 218, 218, 0.49);
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu > .dropdown-menu > li {
border-right-color: rgba(218, 218, 218, 0.49);
}
.header-transparent .navbar-default:not(.navbar-fixed-top).navbar-fixed-top {
background: #ffffff;
border-color: transparent;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu a {
background: transparent;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .megamenu > .dropdown-menu .dropdown-menu {
background: transparent;
}
.header-transparent.header-navbar-below .navbar-header {
background: rgba(0, 0, 0, 0.05);
}
.header-transparent.header-navbar-below .navbar-primary-nav {
border-color: rgba(255, 255, 255, 0.23);
}
}
@-webkit-keyframes animate-margin-top {
0% {
margin-top: 99px;
}
100% {
margin-top: 60px;
}
}
@-moz-keyframes animate-margin-top {
0% {
margin-top: 99px;
}
100% {
margin-top: 60px;
}
}
@keyframes animate-margin-top {
0% {
margin-top: 99px;
}
100% {
margin-top: 60px;
}
}
@media only screen and (min-width: 992px) {
.has-top-margin {
-webkit-animation: animate-margin-top 0.3s;
-moz-animation: animate-margin-top 0.3s;
animation: animate-margin-top 0.3s;
margin-top: 60px;
}
}
.heading-container {
background: url(../images/heading.jpg) no-repeat scroll center top #98d8e6;
overflow: hidden;
position: relative;
}
.heading-container .heading-hero-background {
background: url(../images/bg-1.html) no-repeat scroll 50% bottom;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.heading-container .heading-hero-background:before {
content: "";
}
.heading-container.heading-border {
border-bottom: 1px solid #e5e5e5;
}
.heading-container > div {
height: 100%;
}
.heading-container.heading-resize {
width: 100%;
}
.heading-container.heading-hero {
position: relative;
background: #f4f7f8;
height: 500px;
}
.heading-container.heading-hero .heading-hero-wrap {
position: absolute;
top: 30%;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width: 100%;
max-width: 900px;
}
.heading-container.heading-hero .hero-icon {
text-align: center;
}
.heading-container.heading-hero .hero-icon .svg-icon {
overflow: hidden;
display: block;
font-size: 80px;
color: #f4f7f8;
}
@media (max-width: 767px) {
.heading-container.heading-hero .hero-icon .svg-icon {
font-size: 45px;
}
}
@media (min-width: 480px) {
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-icon {
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
-o-transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-icon.svg-animate-appear {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.heading-container.heading-hero .hero-icon .svg-text {
text-transform: uppercase;
text-align: center;
display: block;
color: #f4f7f8;
line-height: 1;
}
@media (min-width: 480px) {
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-text {
margin-top: -40px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
-o-transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-text.svg-animate-appear {
margin-top: 0;
opacity: 1;
filter: alpha(opacity=100);
}
}
@media (min-width: 480px) {
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .ux-design-icon {
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-ux-design-text {
-webkit-transition-delay: 1.8s;
transition-delay: 1.8s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .branding-icon {
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-branding-text {
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .web-dev-icon {
-webkit-transition-delay: 1.6s;
transition-delay: 1.6s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-web-dev-text {
-webkit-transition-delay: 2.2s;
transition-delay: 2.2s;
}
}
.heading-container.heading-hero .hero-icon svg {
width: 200px;
display: inline-block;
}
.heading-container.heading-hero .hero-icon svg circle,
.heading-container.heading-hero .hero-icon svg line,
.heading-container.heading-hero .hero-icon svg path {
fill: none;
stroke: #f4f7f8;
stroke-miterlimit: 10;
stroke-width: 2;
}
.heading-container.heading-hero .hero-link {
font-size: 1.6em;
font-weight: 400;
text-align: center;
margin-top: 2em;
}
@media (min-width: 480px) {
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-link.svg-appear {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
-o-transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
-webkit-transition-delay: 2.4s;
transition-delay: 2.4s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-link.svg-appear.svg-animate-appear {
opacity: 1;
filter: alpha(opacity=100);
}
}
.heading-container.heading-hero .hero-link a {
font-size: 1em;
color: #f4f7f8 !important;
border-color: #f4f7f8 !important;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 1;
filter: alpha(opacity=100);
}
.heading-container.heading-hero .hero-link a:hover i {
background: #f4f7f8;
color: #2d373b;
}
.heading-container.heading-hero .hero-link a:hover i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.heading-container.heading-hero .hero-link i {
-webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
-o-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
border: 2px solid #f4f7f8;
-webkit-border-radius: 100%;
border-radius: 100%;
display: inline-block;
height: 40px;
line-height: 33px;
margin-left: 15px;
text-align: center;
width: 40px;
position: relative;
}
.heading-container.heading-hero .hero-link i:after {
border-radius: 50%;
box-shadow: 0 0 0 1px #f4f7f8;
box-sizing: content-box;
content: "";
height: 100%;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
position: absolute;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
width: 100%;
}
@media (max-width: 767px) {
.heading-container.heading-hero .heading-hero-wrap {
padding-left: 15px;
padding-right: 15px;
}
.heading-container.heading-hero .heading-hero-wrap .col-sm-4 {
width: 33.33333333333333%;
float: left;
padding-left: 0;
padding-right: 0;
}
.heading-container.heading-hero .heading-hero-wrap .hero-icon svg {
width: 100px;
}
.heading-container.heading-hero .heading-hero-wrap .hero-icon .svg-text {
font-size: 0.8em;
}
}
.heading-container .heading-standar {
overflow: hidden;
}
.heading-container .heading-standar .heading-wrap {
overflow: hidden;
}
.heading-container .heading-standar .page-title {
float: none;
}
.heading-container .heading-standar .page-title h1 {
margin: 0;
font-size: 2em;
color: #1f1f1f;
padding: 1.5em 0;
text-transform: uppercase;
}
@media (max-width: 767px) {
.heading-container .heading-standar .page-title h1 {
font-size: 1.5em;
text-align: center;
}
}
.heading-container .heading-standar .page-title .search-query {
font-weight: bold;
font-style: italic;
}
.heading-container .heading-standar .page-breadcrumb {
float: none;
background: #f5f5f5;
padding: 10px 0;
}
.heading-container .heading-standar .page-breadcrumb a:hover {
text-decoration: underline;
}
@media (max-width: 991px) {
.heading-container .heading-standar .page-breadcrumb {
display: none;
}
}
.heading-container .heading-parallax {
position: relative;
}
.heading-container.heading-single {
padding-top: 0 !important;
background: transparent;
}
.heading-container.heading-single img {
width: 100%;
}
.heading-container.heading-single .heading-background {
background-attachment: fixed;
}
.heading-container.heading-single .heading-background .heading-wrap {
z-index: 2;
padding: 0;
height: 200px;
position: static;
}
.single-portfolio .heading-container.heading-single .heading-background .heading-wrap {
padding: 100px 0;
height: auto;
}
.heading-container.heading-single .heading-background .heading-single-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(../images/banner-pattern.html) repeat fixed center center;
}
.heading-container.heading-single .page-title .subtitle {
margin-top: 10px;
padding-top: 10px;
position: relative;
}
.heading-container.heading-single .page-title .subtitle:before {
background: none repeat scroll 0 0 #fff;
content: "";
height: 2px;
position: absolute;
top: 0;
width: 120px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.heading-container.heading-single .page-title .subtitle > span {
display: table;
margin: 0 auto;
}
.heading-container.heading-single .page-title .subtitle a {
color: #fff;
position: relative;
margin-left: 36px;
font-size: 0.6em;
white-space: nowrap;
}
.heading-container.heading-single .page-title .subtitle a:first-child {
margin-left: 0;
}
.heading-container.heading-single .page-title .subtitle a:hover {
text-decoration: underline;
}
.heading-container.heading-single .page-title .subtitle a + a:before {
content: ".";
margin-right: 17px;
position: absolute;
right: 100%;
top: -5px;
}
.heading-container.heading-single .heading-single-title {
text-align: center;
padding-top: 70px;
}
.heading-container.heading-single .heading-single-title h1 {
margin-top: 0;
}
.heading-container.heading-single .heading-single-title .subtitle > span {
margin-right: 10px;
}
.heading-container.heading-single .heading-single-title .subtitle > span:first-child:before {
display: none !important;
}
.heading-container.heading-single .heading-single-title .subtitle > span i {
font-size: 14px;
margin-right: 5px;
color: #7ccedf;
}
.heading-container.heading-single .heading-single-title .subtitle > span:last-child.meta-separator {
display: none;
}
.heading-container.heading-single .heading-single-title .subtitle > span a:hover {
text-decoration: underline;
}
.heading-container .heading-background {
background-color: #f5f5f5;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: center center;
background-repeat: no-repeat;
}
.heading-container .heading-background .heading-wrap {
display: block;
height: 100%;
overflow: hidden;
padding-top: 100px;
padding-bottom: 100px;
width: 100%;
text-align: center;
}
@media (max-width: 767px) {
.heading-container .heading-background .heading-wrap {
padding: 0;
}
}
.heading-container .heading-background .page-title {
float: none;
display: block;
width: 100%;
}
.heading-container .heading-background .page-title h1 {
color: #fff;
display: block;
margin: 0;
font-size: 3.5714285714285716em;
font-weight: 400;
}
@media (max-width: 767px) {
.heading-container .heading-background .page-title h1 {
font-size: 1.5em;
text-align: center;
}
}
.heading-container .heading-background .page-title .subtitle {
color: #fff;
font-size: 1.7857142857142858em;
display: block;
}
@media (max-width: 767px) {
.heading-container .heading-background .page-title .subtitle {
font-size: 1em;
text-align: center;
}
}
@media (max-width: 1199px) {
.heading-container .heading-background .heading-wrap {
display: block;
height: auto;
margin: 0 auto;
}
.heading-container .heading-background .page-title {
display: block;
padding-bottom: 1.6428571428571428em;
padding-top: 1.6428571428571428em;
}
}
.header-navbar-below .navbar-header {
float: none;
}
.header-navbar-below .navbar-header > .container-fluid {
width: 100%;
}
.header-navbar-below .navbar-header > .container-fluid,
.header-navbar-below .navbar-header > .container {
display: table;
}
@media (max-width: 991px) {
.header-navbar-below .navbar-header > .container-fluid,
.header-navbar-below .navbar-header > .container {
display: block;
}
}
.header-navbar-below .navbar-header .navbar-header-left {
float: left;
position: relative;
}
@media (max-width: 991px) {
.header-navbar-below .navbar-header .navbar-header-left {
float: none;
}
}
@media (min-width: 992px) {
.header-navbar-below .navbar-header .navbar-header-left {
display: table;
margin: 0 auto;
float: none;
padding: 10px 0;
}
.header-navbar-below .navbar-header .navbar-header-left .navbar-brand {
padding: 0;
}
}
.header-navbar-below .navbar-header .navbar-header-right {
display: table-cell;
vertical-align: middle;
height: 100%;
}
.header-navbar-below .navbar-header .navbar-header-right > .widget {
margin: 0;
padding: 15px;
}
@media (max-width: 991px) {
.header-navbar-below .navbar-header .navbar-header-right {
display: none;
}
}
@media (min-width: 992px) {
.header-navbar-below .navbar-primary-nav {
border-top: 1px solid #ffffff;
}
}
.header-navbar-below .navbar-fixed-top .navbar-primary-nav {
border-top: 0px solid #ffffff;
}
.header-navbar-below .navbar-default .primary-navbar-collapse {
float: none;
}
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav {
float: none;
}
@media (min-width: 992px) {
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav {
display: table;
margin: 0 auto;
}
}
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav > li > a {
line-height: 5em;
}
@media (min-width: 992px) {
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav .navbar-minicart,
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav .navbar-search {
display: none;
}
}
.header-navbar-below ~ .heading-container.heading-border {
-webkit-box-shadow: none;
box-shadow: none;
}
/*--------------------------------------------------------------
27.0 - Footer
--------------------------------------------------------------*/
.footer-widget {
background: #2a2a2a;
color: #6e6e6e;
font-size: 12px;
}
.footer-widget .footer-widget-wrap {
padding: 70px 0 50px;
}
@media (max-width: 767px) {
.footer-widget .footer-widget-col {
margin-bottom: 30px;
}
}
.footer-widget .widget {
margin-bottom: 0;
padding-top: 30px;
}
.footer-widget .widget:first-child {
padding-top: 0;
}
.footer-widget .widget-title {
text-transform: uppercase;
color: #ffffff;
margin-top: 0;
margin-bottom: 1.6428571428571428em;
font-size: 1.1em;
position: relative;
padding: 0;
}
.footer-widget li {
border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
padding-left: 0;
padding-bottom: 0.8214285714285714em;
margin-bottom: 0.8214285714285714em;
position: relative;
}
.footer-widget li .post-date {
display: block;
font-size: 12px;
color: rgba(110, 110, 110, 0.7);
}
.footer-widget li:last-child {
border: none;
}
.footer-widget .widget_tag_cloud .tagcloud a,
.footer-widget .widget_product_tag_cloud .tagcloud a {
background-color: #292929;
border: 1px solid transparent;
color: #e5e5e5;
}
.footer-widget .social-widget-wrap i {
color: #6e6e6e;
}
.footer-widget .social-widget-wrap i:hover {
color: inherit;
}
.footer-widget .posts-thumbnail-image img {
width: 60px;
}
.footer-widget .posts-thumbnail-content {
border-bottom: none;
margin-left: 73px;
min-height: 45px;
}
.footer-widget .posts-thumbnail-content h4 a {
color: #6e6e6e;
font-size: 14px;
line-height: 1.7;
font-family: "Muli", Helvetica, Arial, sans-serif;
}
.footer-widget .posts-thumbnail-content h4 a:hover {
color: #7ccedf;
}
.footer-widget .posts-thumbnail-content > time {
color: inherit;
}
.footer-widget .posts-thumbnail-image {
float: left;
height: auto;
width: 60px;
}
.footer-widget .recent-tweets ul,
.footer-widget .posts-thumbnail-list {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.footer-widget .posts-thumbnail-list li {
padding-bottom: 0.8214285714285714em;
margin-bottom: 0.8214285714285714em;
border-bottom: none;
}
.footer-widget a {
color: #6e6e6e;
font-weight: 400;
}
.footer-widget a:hover {
color: #7ccedf;
}
.footer-newsletter {
background-color: #232323;
color: #6e6e6e;
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-newsletter-wrap {
padding: 20px 0;
}
.footer-newsletter-wrap .footer-newsletter-heading {
color: rgba(255, 255, 255, 0.36);
font-weight: 400;
font-family: "Muli", Helvetica, Arial, sans-serif;
margin: 0;
}
@media (max-width: 767px) {
.footer-newsletter-wrap .footer-newsletter-heading {
margin-bottom: 15px;
text-align: center;
}
}
.footer-newsletter-wrap .mailchimp-form input {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.16);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #919191;
margin: 0;
padding: 0.5714285714285714rem 1rem;
width: 70%;
outline: none;
}
.footer-newsletter-wrap .mailchimp-form button {
text-decoration: none;
text-transform: uppercase;
margin: 0 0 0 10px;
width: 25%;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
border: none;
}
.footer {
background-color: #232323;
color: #6e6e6e;
font-size: 12px;
}
.footer a {
color: #6e6e6e;
}
.footer .footer-info-wrap {
padding: 20px 0;
}
.footer .footer-menu {
text-align: right;
}
@media (max-width: 767px) {
.footer .footer-menu {
text-align: center;
}
}
.footer .footer-menu .footer-nav {
margin: 0;
padding: 0;
list-style: none;
}
.footer .footer-menu .footer-nav li {
padding: 0 0.5714285714285714em;
line-height: 0.7142857142857143em;
display: inline-block;
position: relative;
}
.footer .footer-menu .footer-nav li:before {
content: "/\00a0";
position: absolute;
right: -0.5714285714285714em;
top: 0;
}
.footer .footer-menu .footer-nav li:last-child:before {
display: none;
}
.footer .footer-menu .footer-nav li a {
color: #6e6e6e;
border-bottom: 1px solid transparent;
font-size: 12px;
text-transform: uppercase;
}
.footer .footer-menu .footer-nav li a:hover,
.footer .footer-menu .footer-nav li a:focus {
color: #7ccedf;
border-bottom: 1px solid;
}
.footer .footer-info {
color: #6e6e6e;
}
.footer .footer-info a {
color: #6e6e6e;
}
.footer .footer-info a:hover {
color: #7ccedf;
}
.footer .footer-info .copyright {
font-size: 12px;
margin-top: 0.35714285714285715em;
display: block;
}
@media (max-width: 767px) {
.footer .footer-info .copyright {
text-align: center;
margin-bottom: 0.35714285714285715em;
}
}
.footer .footer-info .footer-social {
text-align: right;
}
.footer .footer-info .footer-social .tooltip-inner {
background: #7ccedf;
}
.footer .footer-info .footer-social .tooltip.top .tooltip-arrow {
border-top-color: #7ccedf;
}
.footer .footer-info .footer-social a {
margin: 0 0.35714285714285715em;
font-size: 1.4285714285714286em;
}
.footer .footer-info .footer-social a:hover {
color: #7ccedf;
border-color: #7ccedf;
}
@media (max-width: 767px) {
.footer .footer-info .footer-social {
text-align: center;
}
}
a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
background-color: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 2px;
border-radius: 2px;
bottom: -50px;
opacity: 0;
filter: alpha(opacity=0);
right: 20px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
color: #fff;
font-size: 30px;
line-height: 50px;
width: 50px;
height: 50px;
position: fixed;
text-align: center;
z-index: 100;
visibility: hidden;
}
a.go-to-top.on,
a.go-to-top:hover a.go-to-top:focus.on {
opacity: 0.8;
filter: alpha(opacity=80);
visibility: visible;
bottom: 20px;
}
a.go-to-top.on:hover,
a.go-to-top:hover a.go-to-top:focus.on:hover {
opacity: 1;
filter: alpha(opacity=100);
}
/*--------------------------------------------------------------
28.0 - Porfolio
--------------------------------------------------------------*/
.portfolio.infinite-scroll .paginate,
.portfolio.loadmore .paginate {
display: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item:nth-of-type(n) {
clear: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-6:nth-of-type(2n + 1) {
clear: both;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(4n + 1) {
clear: both;
}
@media (max-width: 991px) {
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(4n + 1) {
clear: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(2n + 1) {
clear: both;
}
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(3n + 1) {
clear: both;
}
@media (max-width: 991px) {
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(3n + 1) {
clear: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(2n + 1) {
clear: both;
}
}
@media (max-width: 767px) {
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item {
clear: none !important;
}
}
.portfolio .infinite-scroll-loading {
margin-top: 1.6428571428571428em;
}
.portfolio .portfolio-filter {
margin-bottom: 30px;
display: table;
margin-right: auto;
margin-left: auto;
width: 100%;
}
.portfolio .portfolio-filter .filter-heaeding {
display: table-cell;
width: 20%;
vertical-align: middle;
}
@media (max-width: 767px) {
.portfolio .portfolio-filter .filter-heaeding {
display: none;
}
}
.portfolio .portfolio-filter .filter-heaeding h3 {
margin: 0;
}
.portfolio .portfolio-filter .filter-action {
display: table-cell;
vertical-align: middle;
width: 80%;
text-align: right;
}
.portfolio .portfolio-filter .filter-action.filter-action-center {
display: block;
width: 100%;
text-align: left;
padding-bottom: 1em;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul {
float: none;
text-transform: uppercase;
text-align: center;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li {
float: none;
padding: 0;
display: inline-block !important;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li a {
padding: 0.5em 1.5em;
line-height: 1;
border-bottom: none;
-webkit-border-radius: 2.5em;
border-radius: 2.5em;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li a.selected {
background: #7ccedf;
color: #fff;
}
@media (max-width: 767px) {
.portfolio .portfolio-filter .filter-action {
width: 100%;
text-align: left;
display: block;
}
}
.portfolio .portfolio-filter .filter-action > ul {
float: right;
list-style: none;
padding: 0;
margin: 0;
}
.portfolio .portfolio-filter .filter-action > ul li {
display: none;
float: left;
padding: 0.5714285714285714rem 1rem;
}
@media (max-width: 767px) {
.portfolio .portfolio-filter .filter-action > ul li {
display: block;
}
}
.portfolio .portfolio-filter .filter-action > ul li a {
display: block;
border-bottom: 1px solid transparent;
}
.portfolio .portfolio-filter .filter-action > ul li a.selected {
color: #7ccedf;
border-bottom-color: #7ccedf;
}
.portfolio .portfolio-filter .filter-action.no-sorting > ul li {
display: block;
}
.portfolio .portfolio-filter .filter-action .filter-btn,
.portfolio .portfolio-filter .filter-action .sort-btn {
margin-left: 0.8571428571428571rem;
float: right;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0.7714285714285714rem 1.2rem;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
color: #ffffff;
background-color: #7ccedf;
border-color: #7ccedf;
padding: 0.5714285714285714rem 1rem;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover,
.portfolio .portfolio-filter .filter-action .sort-btn:hover,
.portfolio .portfolio-filter .filter-action .filter-btn:focus,
.portfolio .portfolio-filter .filter-action .sort-btn:focus {
color: #6e6e6e;
text-decoration: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn i,
.portfolio .portfolio-filter .filter-action .sort-btn i,
.portfolio .portfolio-filter .filter-action .filter-btn span,
.portfolio .portfolio-filter .filter-action .sort-btn span {
z-index: 2;
position: relative;
}
.portfolio .portfolio-filter .filter-action .filter-btn.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn.btn-style-outlined {
color: #7ccedf;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover,
.portfolio .portfolio-filter .filter-action .sort-btn:hover,
.portfolio .portfolio-filter .filter-action .filter-btn:focus,
.portfolio .portfolio-filter .filter-action .sort-btn:focus,
.portfolio .portfolio-filter .filter-action .filter-btn:active,
.portfolio .portfolio-filter .filter-action .sort-btn:active,
.portfolio .portfolio-filter .filter-action .filter-btn.active,
.portfolio .portfolio-filter .filter-action .sort-btn.active {
color: #ffffff;
background-color: #53bfd5;
border-color: #53bfd5;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:hover.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn:focus.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:focus.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn:active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn.active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn.active.btn-style-outlined {
color: #53bfd5;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:hover.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn:focus.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:focus.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn:active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn.active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #4bbcd3;
box-shadow: 0 5px 0 #4bbcd3;
}
.portfolio .portfolio-filter .filter-action .filter-btn:active,
.portfolio .portfolio-filter .filter-action .sort-btn:active,
.portfolio .portfolio-filter .filter-action .filter-btn.active,
.portfolio .portfolio-filter .filter-action .sort-btn.active {
background-image: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #7ccedf;
box-shadow: 0 5px 0 #7ccedf;
}
.portfolio .portfolio-filter .filter-action .filter-btn i,
.portfolio .portfolio-filter .filter-action .sort-btn i {
margin-left: 0.35714285714285715em;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-down:before,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-down:before {
content: "\f107";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-up,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-up {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-up:before,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-up:before {
content: "\f107";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
@media (max-width: 991px) {
.portfolio .portfolio-filter .filter-action > ul {
margin-top: 0.8571428571428571rem;
clear: both;
}
}
@media (max-width: 767px) {
.portfolio .portfolio-filter .filter-action .filter-btn,
.portfolio .portfolio-filter .filter-action .sort-btn {
float: left;
margin-left: 0;
margin-right: 0.8571428571428571rem;
}
.portfolio .portfolio-filter .filter-action > ul {
float: left;
}
}
.portfolio .portfolio-item {
padding-bottom: 30px;
}
.portfolio .portfolio-item-wrap {
overflow: hidden;
position: relative;
width: 100%;
}
.container-full .portfolio.gap {
padding-left: 20px;
padding-right: 20px;
}
.portfolio.no-gap .row {
margin: 0;
padding: 0;
}
.portfolio.no-gap .row .portfolio-item {
padding: 0;
margin: 0;
}
.portfolio.onepx {
margin-right: -1px;
}
.portfolio.onepx .row {
margin: 0;
padding: 0;
}
.portfolio.onepx .row .portfolio-item {
padding: 0;
margin: 0;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: transparent;
overflow: hidden;
}
.portfolio .portfolio-featured img {
width: 100%;
max-width: none;
height: auto;
display: block;
padding: 0;
outline: 0 none;
vertical-align: baseline;
}
.portfolio.portfolio-style-one .portfolio-title {
font-size: 1em;
}
.portfolio.portfolio-style-one .portfolio-featured-wrap {
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 1;
filter: alpha(opacity=100);
bottom: 0;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
z-index: 20;
}
.portfolio.portfolio-style-one .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 25;
top: 0;
left: 0;
background: rgba(51, 51, 51, 0.5);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
.portfolio.portfolio-style-one .portfolio-action {
position: absolute;
z-index: 30;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
height: 50px;
text-align: center;
}
.portfolio.portfolio-style-one .portfolio-action a {
position: relative;
top: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
background: rgba(51, 51, 51, 0.8);
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 18px;
height: 50px;
line-height: 50px;
width: 50px;
margin: 5px;
text-align: center;
}
.portfolio.portfolio-style-one .portfolio-action a:hover {
background: #333333;
}
.portfolio.portfolio-style-one .portfolio-title {
margin-top: 0;
margin-bottom: 5px;
}
.portfolio.portfolio-style-one .portfolio-title a {
color: #fff;
font-size: 1.2857142857142858em;
}
.portfolio.portfolio-style-one .portfolio-meta {
font-size: 12px;
}
.portfolio.portfolio-style-one .portfolio-caption {
position: absolute;
margin: 0;
bottom: 0;
left: 0;
z-index: 10;
width: 100%;
background: #333333;
color: #fff;
}
.portfolio.portfolio-style-one .portfolio-caption-wrap {
padding: 15px;
opacity: 0;
transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-o-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-moz-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-ms-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-webkit-transform-origin: 50% 100% 0;
-moz-transform-origin: 50% 100% 0;
-ms-transform-origin: 50% 100% 0;
transform-origin: 50% 100% 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-overlay {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-action a {
top: 50%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-action a.view-action {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-caption-wrap {
opacity: 1;
visibility: visible;
-webkit-transform-origin: 50% 100% 0;
-moz-transform-origin: 50% 100% 0;
-ms-transform-origin: 50% 100% 0;
transform-origin: 50% 100% 0;
transform: matrix(1, 0, 0, 1, 0, 0);
-moz-transform: matrix(1, 0, 0, 1, 0, 0);
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
-ms-transform: matrix(1, 0, 0, 1, 0, 0);
-o-transform: matrix(1, 0, 0, 1, 0, 0);
}
.portfolio.portfolio-style-two .portfolio-title {
font-size: 1em;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-featured-wrap {
position: relative;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action {
position: absolute;
z-index: 30;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
height: 3.5714285714285716em;
text-align: center;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action a {
position: relative;
top: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
background: rgba(51, 51, 51, 0.8);
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 18px;
height: 50px;
line-height: 50px;
width: 50px;
margin: 5px;
text-align: center;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action a:hover {
background: #333333;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 25;
top: 0;
left: 0;
background: rgba(51, 51, 51, 0.5);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-title {
margin-top: 10px;
margin-bottom: 5px;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-title a {
font-size: 1.2857142857142858em;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-meta {
font-size: 12px;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-overlay {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-action a {
top: 50%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-action a.view-action {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio.portfolio-style-three .portfolio-title {
font-size: 1em;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-featured {
-webkit-transition: all 0.5s ease-in 0s;
-o-transition: all 0.5s ease-in 0s;
transition: all 0.5s ease-in 0s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 5;
top: 0;
left: 0;
background: rgba(124, 206, 223, 0.9);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-title {
margin-top: 0;
padding: 0 15px;
line-height: 1.3;
margin-bottom: 10px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-title a {
font-size: 1.2857142857142858em;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-meta {
font-size: 12px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action {
position: absolute;
z-index: 30;
top: 50%;
margin-top: 1.7857142857142858em;
left: 0;
width: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
height: 3.5714285714285716em;
text-align: center;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action a {
position: relative;
top: 200%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
color: #fff;
background: rgba(51, 51, 51, 0.8);
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
font-size: 18px;
height: 50px;
line-height: 50px;
width: 50px;
margin: 5px;
text-align: center;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action a:hover {
background: #333333;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption {
padding-bottom: 3.5714285714285716em;
position: absolute;
left: 0;
z-index: 10;
width: 100%;
top: 50%;
text-align: center;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #fff;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-caption-wrap {
position: relative;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-caption-wrap:before {
background: none repeat scroll 0 0 #fff;
bottom: -0.7142857142857143em;
content: "";
height: 1px;
left: 50%;
margin: 0 auto;
position: absolute;
-webkit-transform: translate(-50%, 0px);
-ms-transform: translate(-50%, 0px);
-o-transform: translate(-50%, 0px);
transform: translate(-50%, 0px);
width: 0%;
z-index: 100;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
transition: width 0.5s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-title {
margin-bottom: 0px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-title a {
color: #fff;
text-transform: uppercase;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-caption {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-caption .portfolio-caption-wrap:before {
width: 20%;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-featured {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-overlay {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-action a {
top: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-action a.view-action {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio.portfolio-style-lily .portfolio-item-wrap {
position: relative;
}
.portfolio.portfolio-style-lily .portfolio-featured {
max-width: none;
width: -moz-calc(100% + 50px);
width: -o-calc(100% + 50px);
width: -webkit-calc(100% + 50px);
width: calc(100% + 50px);
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, -o-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
.portfolio.portfolio-style-lily .portfolio-overlay,
.portfolio.portfolio-style-lily .portfolio-action {
display: none;
}
.portfolio.portfolio-style-lily .portfolio-caption {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
padding: 2em;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
transition: background 0.2s;
}
.portfolio.portfolio-style-lily .portfolio-caption-wrap {
bottom: 1em;
left: 0;
padding: 2em;
position: absolute;
width: 100%;
}
.portfolio.portfolio-style-lily .portfolio-meta,
.portfolio.portfolio-style-lily .portfolio-title {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
.portfolio.portfolio-style-lily .portfolio-title {
margin-bottom: 5px;
margin-top: 0px;
-webkit-transition: -webkit-transform 0.35s;
-ms-transition: -ms-transform 0.35s;
-o-transition: -o-transform 0.35s;
transition: transform 0.35s;
font-size: 1.4em;
margin: 0;
}
.portfolio.portfolio-style-lily .portfolio-title a {
color: #fff;
font-weight: 300;
}
.portfolio.portfolio-style-lily .portfolio-meta {
color: rgba(255, 255, 255, 0.7);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
-o-transition: opacity 0.2s, -o-transform 0.35s;
-ms-transition: opacity 0.2s, -ms-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-caption {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-featured,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
opacity: 1;
filter: alpha(opacity=100);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-title,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-featured,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.portfolio.portfolio-style-marley .portfolio-item-wrap {
position: relative;
}
.portfolio.portfolio-style-marley .portfolio-featured {
opacity: 0.8;
filter: alpha(opacity=80);
}
.portfolio.portfolio-style-marley .portfolio-overlay,
.portfolio.portfolio-style-marley .portfolio-action {
display: none;
}
.portfolio.portfolio-style-marley .portfolio-caption {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
padding: 2em;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
transition: background 0.2s;
}
.portfolio.portfolio-style-marley .portfolio-meta,
.portfolio.portfolio-style-marley .portfolio-title {
left: 30px;
padding: 10px 0;
position: absolute;
right: 30px;
}
.portfolio.portfolio-style-marley .portfolio-title {
top: 30px;
-webkit-transform: translate3d(0px, 20px, 0px);
transform: translate3d(0px, 20px, 0px);
transition: transform 0.35s ease 0s;
-webkit-transition: -webkit-transform 0.35s ease 0s;
-o-transition: -o-transform 0.35s ease 0s;
margin: 0;
font-size: 1.4em;
text-align: right;
}
.portfolio.portfolio-style-marley .portfolio-title a {
color: #fff;
text-transform: uppercase;
font-weight: 300;
}
.portfolio.portfolio-style-marley .portfolio-title .nth-word-1 {
font-weight: bold;
}
.portfolio.portfolio-style-marley .portfolio-title:after {
background: none repeat scroll 0 0 #fff;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 100%;
-webkit-transform: translate3d(0px, 40px, 0px);
transform: translate3d(0px, 40px, 0px);
width: 100%;
}
.portfolio.portfolio-style-marley .portfolio-meta {
bottom: 30px;
-webkit-transform: translate3d(0px, 100%, 0px);
transform: translate3d(0px, 100%, 0px);
color: rgba(255, 255, 255, 0.7);
text-align: right;
}
.portfolio.portfolio-style-marley .portfolio-title:after,
.portfolio.portfolio-style-marley .portfolio-meta {
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
-o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-caption {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-meta,
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-title:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main li {
width: 100%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main li img {
width: 100%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main .caroufredsel-prev,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main .caroufredsel-next {
display: none !important;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
width: 16.666666666666664%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li:hover,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li.selected {
opacity: 1;
filter: alpha(opacity=100);
}
@media (max-width: 991px) {
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
width: 25%;
}
}
@media (max-width: 767px) {
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
width: 33.33333333333333%;
}
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs .caroufredsel .caroufredsel-wrap .caroufredsel-next,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs .caroufredsel .caroufredsel-wrap .caroufredsel-prev {
color: #fff;
height: 30px;
line-height: 30px;
width: 30px;
background: #7ccedf;
border-color: #7ccedf;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap {
display: table;
width: 100%;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
margin-bottom: 30px;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all {
display: table-cell;
vertical-align: middle;
width: 10%;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all a {
font-size: 2.142857142857143em;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-title {
display: table-cell;
width: 80%;
vertical-align: middle;
margin: 0;
text-align: center;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation {
display: table-cell;
width: 10%;
vertical-align: middle;
text-align: right;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation a {
line-height: 1;
font-size: 2.142857142857143em;
margin: 0 0 0 0.7142857142857143em;
}
@media (max-width: 767px) {
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-title {
width: 100%;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all,
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation {
display: none;
}
}
.single-portfolio .main-content .portfolio .portfolio-summary .portfolio-excerpt {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-featured {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-featured img {
height: auto;
max-height: 100%;
max-width: 100%;
width: 100%;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}
.single-portfolio .main-content .portfolio .portfolio-link {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-link .btn {
width: 100%;
text-transform: uppercase;
}
.single-portfolio .main-content .portfolio .portfolio-attributes {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-attributes .portfolio-attribute {
display: block;
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid #e5e5e5;
text-transform: capitalize;
}
.single-portfolio .main-content .portfolio .portfolio-attributes .portfolio-attribute i {
color: #7ccedf;
margin-right: 0.35714285714285715em;
}
.single-portfolio .main-content .portfolio .portfolio-content {
margin-top: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-share {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links {
padding: 0;
background: transparent;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons {
text-align: left;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons a {
background: none;
-webkit-border-radius: 50%;
border-radius: 50%;
border-color: #e5e5e5;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .facebook-share a:hover {
background-color: none;
border-color: #47639e;
color: #47639e;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .twitter-share a:hover {
background-color: none;
border-color: #55acee;
color: #55acee;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .pinterest-share a:hover {
background-color: none;
border-color: #cb2027;
color: #cb2027;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .google-plus-share a:hover {
background-color: none;
border-color: #dd4b39;
color: #dd4b39;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .linkedin-share a:hover {
background-color: none;
border-color: #069;
color: #069;
}
.single-portfolio .main-content .comments-area {
padding-top: 0;
}
.related-portfolio {
padding-bottom: 70px;
background: #f5f5f5;
padding-top: 60px;
}
.related-portfolio .portfolio {
margin-top: 30px;
}
.related-portfolio .portfolio .portfolio-featured {
margin-bottom: 0;
}
.related-portfolio-title h3 {
margin-top: 0;
}
/*--------------------------------------------------------------
29.0 - Post
--------------------------------------------------------------*/
.posts.infinite-scroll .paginate,
.posts.loadmore .paginate {
display: none;
}
.posts .entry-title {
font-size: 1.75em;
margin-bottom: 0.3em;
font-weight: 400;
}
.posts .format-audio .date-badge {
display: none;
}
.posts .posts-layout-masonry .date-badge,
.posts .posts-layout-timeline .date-badge {
display: none;
}
.posts .posts-layout-masonry .entry-meta .meta-date,
.posts .posts-layout-timeline .entry-meta .meta-date {
display: inline-block;
}
@media (max-width: 767px) {
.posts .entry-meta .meta-date {
display: inline-block;
}
}
.posts .posts-wrap.posts-layout-default .entry-header {
margin-bottom: 1.5em;
}
.posts .posts-wrap.posts-layout-default .readmore-link {
text-align: left;
margin-top: 30px;
}
.posts .posts-wrap.posts-layout-default .readmore-link a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0.7714285714285714rem 1.2rem;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
color: #6e6e6e;
background-color: #f5f5f5;
border-color: #e5e5e5;
background: rgba(0, 0, 0, 0);
text-transform: uppercase;
color: #1f1f1f;
font-weight: 400;
font-size: 12px;
border: 1px solid;
font-weight: bold;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus {
color: #6e6e6e;
text-decoration: none;
}
.posts .posts-wrap.posts-layout-default .readmore-link a i,
.posts .posts-wrap.posts-layout-default .readmore-link a span {
z-index: 2;
position: relative;
}
.posts .posts-wrap.posts-layout-default .readmore-link a.btn-style-outlined {
color: #f5f5f5;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus,
.posts .posts-wrap.posts-layout-default .readmore-link a:active,
.posts .posts-wrap.posts-layout-default .readmore-link a.active {
color: #6e6e6e;
background-color: #dcdcdc;
border-color: #cccccc;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a:active.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a.active.btn-style-outlined {
color: #cccccc;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a:active.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #c6c6c6;
box-shadow: 0 5px 0 #c6c6c6;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:active,
.posts .posts-wrap.posts-layout-default .readmore-link a.active {
background-image: none;
}
.posts .posts-wrap.posts-layout-default .readmore-link a.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #e5e5e5;
box-shadow: 0 5px 0 #e5e5e5;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus,
.posts .posts-wrap.posts-layout-default .readmore-link a:active {
color: #fff !important;
border-color: #7ccedf;
background-color: #7ccedf;
}
.posts .posts-wrap.posts-layout-grid .hentry {
border-bottom: none;
padding-bottom: 0;
}
.posts .posts-wrap.posts-layout-grid .hentry:nth-of-type(n) {
clear: none;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-6:nth-of-type(2n + 1) {
clear: both;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(4n + 1) {
clear: both;
}
@media (max-width: 991px) {
.posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(4n + 1) {
clear: none;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(2n + 1) {
clear: both;
}
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(3n + 1) {
clear: both;
}
@media (max-width: 991px) {
.posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(3n + 1) {
clear: none;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(2n + 1) {
clear: both;
}
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-grid .hentry {
clear: none !important;
}
}
.posts .posts-wrap.posts-layout-masonry .hentry {
border-bottom: none;
padding-bottom: 0;
}
.posts .posts-wrap.posts-layout-masonry.no-gap.row {
margin-left: 0;
margin-right: 0;
}
.posts .posts-wrap.posts-layout-masonry.no-gap.row .hentry {
padding-left: 0;
padding-right: 0;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap {
border: 1px solid #e5e5e5;
-webkit-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap:hover {
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-header {
margin-top: 20px;
padding: 0 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-content {
padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-footer {
padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e5e5e5;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link .date {
font-size: 12px;
float: left;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-quote,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-link {
border: none;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-quote .entry-content,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-link .entry-content {
padding: 0;
}
.posts .posts-wrap.posts-layout-medium .entry-featured {
float: left;
width: 22.857142857142858em;
margin-right: 1.5em;
margin-bottom: 0;
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-medium .entry-featured {
float: none;
width: auto;
margin-bottom: 1.6428571428571428em;
margin-right: 0;
}
}
.posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info .entry-header {
padding-left: 24.357142857142858em;
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info .entry-header {
padding-left: 0;
}
}
.posts .posts-wrap.posts-layout-timeline {
position: relative;
}
.posts .posts-wrap.posts-layout-timeline:before {
background-color: #f5f5f5;
bottom: 0;
content: " ";
left: 50%;
margin-left: -0.10714285714285714em;
position: absolute;
top: 0;
width: 3px;
z-index: 1;
display: block;
}
.posts .posts-wrap.posts-layout-timeline .hentry {
margin: 0;
border: none;
clear: left;
float: left;
margin-bottom: 30px;
padding: 0;
position: relative;
width: 50%;
padding-right: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap {
border: 1px solid #e5e5e5;
border-bottom-width: 3px;
float: left;
position: relative;
width: 100%;
background: #ffffff;
-webkit-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap:hover {
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap:hover .timeline-badge a {
color: #7ccedf;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-header {
margin-top: 20px;
padding: 0 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-content {
padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-footer {
padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e5e5e5;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link .date {
font-size: 12px;
float: left;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-quote,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-link {
border: none;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-quote .entry-content,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-link .entry-content {
padding: 0;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
right: 24px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge a span {
left: 20px;
left: -webkit-calc(100% + 10px);
left: -moz-calc(100% + 10px);
left: calc(100% + 10px);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge a span:after {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
top: 50%;
left: -5px;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #7ccedf;
content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right {
clear: right;
float: right;
padding-right: 0;
padding-left: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge {
left: -12px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: 24px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge a span {
right: 20px;
right: -webkit-calc(100% + 10px);
right: -moz-calc(100% + 10px);
right: calc(100% + 10px);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge a span:after {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
top: 50%;
right: -5px;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #7ccedf;
content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .hentry-wrap {
border-color: #7ccedf;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge {
z-index: 10;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge a {
color: #7ccedf;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge a span {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-arrow {
background: #7ccedf !important;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-timeline .timeline-date {
clear: both;
text-align: center;
padding-bottom: 0.8214285714285714em;
position: relative;
z-index: 10;
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-timeline .timeline-date {
text-align: left;
}
}
.posts .posts-wrap.posts-layout-timeline .timeline-date .timeline-date-title {
color: #1f1f1f;
background: #e5e5e5;
padding: 0.5714285714285714rem 1rem;
display: inline-block;
margin: 0 auto;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge {
height: 24px;
position: absolute;
right: -12px;
text-align: center;
top: 16px;
width: 24px;
z-index: 8;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a {
color: #e5e5e5;
font-size: 1.3em;
position: relative;
cursor: pointer;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover {
color: #7ccedf;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover span {
visibility: visible;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a span {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: absolute;
z-index: 999;
line-height: 1.4;
white-space: nowrap;
max-width: 14.285714285714286em;
padding: 0.21428571428571427em 0.5714285714285714em;
color: #ffffff;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
text-align: center;
text-decoration: none;
background-color: #7ccedf;
-webkit-border-radius: 2px;
border-radius: 2px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
font-size: 12px;
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-timeline:before {
left: 0;
}
.posts .posts-wrap.posts-layout-timeline .hentry {
width: 100%;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left {
clear: right;
float: right;
padding-right: 0;
padding-left: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .hentry-wrap {
float: right;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: 24px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge {
left: -12px;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a span {
display: none;
}
}
.hentry {
margin-bottom: 45px;
padding-bottom: 45px;
border-bottom: 1px solid #e5e5e5;
background: #ffffff;
}
.no-boder-hentry .hentry {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
@media (min-width: 480px) {
.posts-layout-default .entry-info {
background: none repeat scroll 0 0 #fff;
margin-left: 5em;
margin-top: -6em;
padding: 15px 30px;
position: relative;
}
.posts-layout-default .meta-date {
display: none;
}
}
.entry-header {
margin-bottom: 1.0952380952380951em;
position: relative;
}
.date-badge {
background: #7ccedf;
color: #fff;
left: 0;
text-align: center;
margin-top: -1em;
font-weight: 400;
padding: 8px 5px;
max-width: 5em;
}
@media (max-width: 767px) {
.date-badge {
display: none;
}
}
.date-badge .date {
display: block;
font-weight: 400;
line-height: 1;
font-size: 1.5em;
}
.date-badge .month-year {
display: block;
background: #7ccedf;
color: #fff;
font-size: 1em;
text-transform: uppercase;
font-size: 0.9em;
}
.entry-featured {
margin-bottom: 1em;
}
.entry-featured img {
width: 100%;
height: auto;
}
.entry-featured.video-featured:not(.col-md-8) {
width: 100%;
max-width: 100%;
}
.entry-featured.video-featured {
position: relative;
}
.entry-featured.video-featured .featured-play {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
margin-top: -20px;
z-index: 1;
width: 40px;
height: 40px;
background: url(../images/featured-play.html) no-repeat scroll center center transparent;
}
.entry-title {
font-size: 2em;
margin-top: 0;
font-weight: 400;
}
.sticky .entry-title:before {
content: "\f08d";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.sticky .entry-title:before {
line-height: 1;
opacity: 1;
-webkit-transform: rotate(-36deg);
-ms-transform: rotate(-36deg);
-o-transform: rotate(-36deg);
transform: rotate(-36deg);
color: #7ccedf;
}
.entry-meta {
font-size: 12px;
color: #909090;
}
.entry-meta > span {
margin-right: 10px;
}
.entry-meta > span:first-child:before {
display: none !important;
}
.entry-meta > span i {
margin-right: 5px;
color: #7ccedf;
}
.entry-meta > span:last-child.meta-separator {
display: none;
}
.entry-meta span.meta-separator {
padding: 0 0.14285714285714285em;
}
.entry-meta a {
color: #909090;
}
.entry-meta a:hover {
color: #7ccedf;
}
.entry-content .link-content,
.entry-content .quote-content {
padding: 20px;
background-color: #7ccedf;
color: #fff;
}
.entry-content .link-content a,
.entry-content .quote-content a {
color: #fff;
}
.entry-content .link-content span,
.entry-content .quote-content span {
font-size: 1.1em;
margin-bottom: 0.8214285714285714em;
display: block;
font-style: italic;
}
.entry-content .link-content i.fa,
.entry-content .quote-content i.fa {
font-size: 1.3em;
}
.entry-content .link-content cite,
.entry-content .quote-content cite {
font-size: 14px;
display: block;
}
.readmore-link {
margin: 0;
}
.readmore-link a {
font-size: 12px;
color: #3b3b3b;
font-weight: bold;
}
.readmore-link a:after {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.readmore-link a:after {
margin-left: 0.35714285714285715em;
font-size: 14px;
font-weight: bold;
}
.readmore-link a:hover {
color: #7ccedf;
}
.post-navigation {
margin-bottom: 30px;
}
.post-navigation .prev-post > span {
font-weight: 400;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #909090;
font-size: 12px;
}
.post-navigation .prev-post > span:before {
content: "\f104";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.post-navigation .prev-post > span:before {
margin-right: 0.35714285714285715em;
font-size: 110%;
}
@media (max-width: 767px) {
.post-navigation .prev-post {
text-align: center;
margin-bottom: 1.6428571428571428em;
}
.post-navigation .prev-post > span:before {
display: none;
}
}
.post-navigation .next-post {
text-align: right;
}
.post-navigation .next-post > span {
font-weight: 400;
text-transform: uppercase;
color: #909090;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 12px;
}
.post-navigation .next-post > span:after {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.post-navigation .next-post > span:after {
margin-left: 0.35714285714285715em;
font-size: 110%;
}
@media (max-width: 767px) {
.post-navigation .next-post {
text-align: center;
}
.post-navigation .next-post > span:after {
display: none;
}
}
.post-navigation a {
color: #7ccedf;
display: block;
}
.post-navigation a:hover {
text-decoration: underline;
}
.author-info {
padding: 30px;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
.author-info {
padding: 15px 0;
}
}
.author-info .author-avatar {
float: left;
}
.author-info .author-avatar img {
max-width: 8.571428571428571em;
}
@media (max-width: 767px) {
.author-info .author-avatar {
float: none;
text-align: center;
margin-bottom: 10px;
}
}
.author-info .author-description {
margin-left: 8.571428571428571em;
}
@media (max-width: 767px) {
.author-info .author-description {
margin-left: 0;
}
}
.author-info .author-description .author-title {
font-size: 1.1em;
margin-top: 0;
}
@media (max-width: 767px) {
.author-info .author-description .author-title {
text-align: center;
}
}
.author-info .author-description .author-title small {
font-family: "Muli", Helvetica, Arial, sans-serif;
font-size: 12px;
}
@media (max-width: 767px) {
.author-info .author-description .author-title small {
display: none;
}
}
.author-info .author-description .author-link {
display: block;
font-weight: bold;
margin-top: 1.6428571428571428em;
}
.author-info .author-social {
text-align: left;
}
.author-info .author-social a {
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
display: inline-block;
margin-right: 0.821429em;
text-align: center;
background: none repeat scroll 0 0 #707070;
font-size: 14px;
height: 2em;
line-height: 2em;
width: 2em;
}
.author-info .author-social a:hover {
background: #7ccedf;
}
.entry-tags {
color: #909090;
}
.entry-tags > span {
font-size: 110%;
color: #6e6e6e;
}
.entry-tags a {
position: relative;
display: inline-block;
margin-bottom: 0.35714285714285715em;
font-size: 12px;
background-color: #f5f5f5;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 0.3em 1em;
margin-right: 0.35714285714285715em;
color: #909090;
}
.entry-tags a:hover {
color: #7ccedf;
}
.single .main-content .entry-footer {
margin-top: 30px;
}
@media (max-width: 767px) {
.single .main-content .entry-footer {
text-align: center;
}
}
.single .main-content .share-links {
margin-top: 0;
}
@media (max-width: 767px) {
.single .main-content .share-links {
margin-top: 30px;
}
}
.single .main-content .share-links .share-icons {
text-align: right;
}
@media (max-width: 767px) {
.single .main-content .share-links .share-icons {
text-align: center;
}
}
.single .main-content .share-links .share-icons a {
width: 2em;
height: 2em;
line-height: 2em;
font-size: 14px;
background: #f5f5f5;
}
.single .below-content {
margin-top: 0.8214285714285714em;
}
@media (min-width: 480px) {
.single-post .entry-header {
background: none repeat scroll 0 0 #fff;
margin-left: 5em;
margin-top: -6em;
padding: 30px;
position: relative;
margin-bottom: 0;
}
}
.single-post .hentry-wrap .entry-meta .meta-date {
display: none;
}
@media (max-width: 767px) {
.single-post .hentry-wrap .entry-meta .meta-date {
display: inline-block;
}
}
.share-links {
margin-top: 30px;
}
.share-links h4 {
padding-right: 10px;
vertical-align: middle;
white-space: nowrap;
width: 1%;
}
.share-links .share-icons {
text-align: center;
}
.share-links .share-icons a {
font-size: 1.2857142857142858em;
width: 2.5em;
height: 2.5em;
border: 1px solid #f5f5f5;
line-height: 2.5em;
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-right: 0.8214285714285714em;
color: #a9a9a9;
}
.share-links .share-icons .facebook-share a:hover {
background-color: none;
border-color: #47639e;
color: #47639e;
}
.share-links .share-icons .twitter-share a:hover {
background-color: none;
border-color: #55acee;
color: #55acee;
}
.share-links .share-icons .pinterest-share a:hover {
background-color: none;
border-color: #cb2027;
color: #cb2027;
}
.share-links .share-icons .google-plus-share a:hover {
background-color: none;
border-color: #dd4b39;
color: #dd4b39;
}
.share-links .share-icons .linkedin-share a:hover {
background-color: none;
border-color: #069;
color: #069;
}
@media (max-width: 767px) {
.share-links {
display: block;
}
.share-links h4 {
display: block;
width: auto;
}
.share-links .share-icons {
display: block;
}
}
.highlighted {
padding: 30px 0;
background: #f5f5f5;
margin-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
}
.highlighted .highlighted-format-icon {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
z-index: 1;
}
.highlighted .highlighted-format-icon.format-video {
background: url(../images/featured-play.html) no-repeat scroll center center transparent;
}
.highlighted .highlighted-format-icon.format-gallery {
background: url(../images/featured-gallery.html) no-repeat scroll center center transparent;
}
.highlighted .highlighted-extra .highlighted-format-icon {
width: 20px;
height: 20px;
z-index: 1;
}
.highlighted .highlighted-extra .highlighted-format-icon.format-video {
background: url(../images/featured-play-small.html) no-repeat scroll center center transparent;
}
.highlighted .highlighted-extra .highlighted-format-icon.format-gallery {
background: url(../images/featured-gallery-small.html) no-repeat scroll center center transparent;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev,
.highlighted .caroufredsel-wrap:hover .caroufredsel-next {
background: rgba(255, 255, 255, 0.8);
color: #333;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev:hover,
.highlighted .caroufredsel-wrap:hover .caroufredsel-next:hover {
background: #7ccedf;
color: #fff;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev {
left: 2.142857142857143em;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-next {
right: 2.142857142857143em;
}
.highlighted .caroufredsel-item {
position: absolute;
width: 100%;
}
.highlighted .caroufredsel-item:first-child {
position: relative;
z-index: 1;
}
.highlighted .caroufredsel-item img {
width: 100%;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.highlighted .caroufredsel-item:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.highlighted .caroufredsel_wrapper .caroufredsel-item {
position: relative;
z-index: auto;
}
.highlighted .caroufredsel-pagination {
bottom: 1.0714285714285714em;
position: absolute;
right: 1.0714285714285714em;
}
.highlighted .caroufredsel-pagination a {
border-color: #fff;
}
.highlighted .caroufredsel-pagination a.selected {
background-color: #fff;
}
@media (max-width: 767px) {
.highlighted .caroufredsel-pagination {
display: none !important;
}
}
.highlighted .highlighted-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
right: 0;
padding: 15px;
background: -moz-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 35, 45, 0)), color-stop(100%, #19232d));
background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -o-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -ms-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, #19232d 100%);
text-shadow: 0px 1px 1px #000;
}
.highlighted .highlighted-caption time {
margin-bottom: 9px;
color: #eee;
display: block;
}
.highlighted .highlighted-caption h3 {
margin: 0;
}
.highlighted .highlighted-caption h3 a {
color: #fff;
font-size: 1em;
}
.highlighted .highlighted-caption h3 a:hover {
color: #7ccedf;
}
.highlighted .col-md-4 {
height: 100%;
padding-left: 0;
position: absolute;
right: 0;
top: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item {
height: 50%;
position: absolute;
width: 100%;
overflow: hidden;
}
.highlighted .highlighted-extra .highlighted-extra-item.small {
width: 50%;
padding-right: 7.5px;
padding-top: 20px;
bottom: 0;
left: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item.small .highlighted-extra-item-wrap {
height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item.small .highlighted-extra-item-wrap img {
max-width: none;
width: auto;
height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item:last-child {
padding-right: 0;
padding-left: 7.5px;
float: right;
left: auto;
right: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item:first-child img {
width: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-extra-item-wrap {
position: relative;
overflow: hidden;
height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item img {
width: 100%;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.highlighted .highlighted-extra .highlighted-extra-item:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption time {
margin-bottom: 0;
font-size: 12px;
}
@media (max-width: 991px) {
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption time {
display: none;
}
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption h3 a {
font-size: .65em;
}
@media (max-width: 991px) {
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption h3 a {
font-size: .6em;
line-height: 1;
}
}
@media (max-width: 768px) {
.highlighted .col-md-8 {
width: 100%;
}
.highlighted .col-sm-4 {
display: none;
}
}
.related-post {
margin-top: 30px;
}
.related-post .related-post-title h3 {
font-size: 1.5em;
}
.related-post .related-post-items {
margin-top: 1.6428571428571428em;
}
.related-post .post-title {
font-size: 110%;
margin-top: 0;
margin-bottom: 0.35714285714285715em;
}
.related-post .entry-meta .meta-date {
display: inline-block;
}
.related-post .excerpt {
margin-top: 0.8214285714285714em;
}
/*--------------------------------------------------------------
30.0 - Comment form
--------------------------------------------------------------*/
.comments-area {
margin-top: 30px;
padding-top: 30px;
}
.comments-area .form-allowed-tags {
display: none;
}
.comments-area .commentst-title {
margin-bottom: 0.8214285714285714em;
}
.comments-area .comment-list {
margin-top: 30px;
list-style: none;
}
.comments-area .comment-paginate .paginate_links {
float: left;
}
.comments-area .comment-paginate .paginate_links .page-numbers {
padding: 0.1em 0.7em;
font-size: 12px;
}
.comments-area .comment-paginate .paginate_links .next,
.comments-area .comment-paginate .paginate_links .prev,
.comments-area .comment-paginate .paginate_links .next:hover,
.comments-area .comment-paginate .paginate_links .prev:hover {
border-color: transparent;
}
.comments-list,
.comments-list .children {
margin: 0;
list-style: none;
}
.comments-list {
padding-left: 0;
}
.comments-list .comment-author a {
font-weight: bold;
font-size: 17px;
}
.comments-list .comment-meta {
margin-left: 0;
}
@media (min-width: 768px) {
.comment-list .children {
padding-left: 3.2142857142857144em;
position: relative;
}
}
li.comment {
margin: 0;
padding: 0;
}
.comment-img {
float: left;
}
.comment-wrap {
position: relative;
padding: 15px;
}
@media (max-width: 767px) {
.comment-wrap {
padding: 15px;
}
}
.comment-block {
padding: 15px;
margin: 0 0 0 90px;
background: #f5f5f5;
-webkit-border-radius: 2px;
border-radius: 2px;
position: relative;
}
.comment-block:before {
background: none repeat scroll 0 0 transparent;
border-color: transparent #f5f5f5 transparent transparent;
border-style: solid;
border-width: 10px 10px 10px 0;
content: "";
display: block;
left: -10px;
position: absolute;
top: 20px;
}
.comment-header {
padding-bottom: 0.5714285714285714rem;
}
.comment-header span.pull-right {
margin-top: 0.42857142857142855em;
}
.comment-content {
position: relative;
}
.comment-author {
color: #6e6e6e;
font-size: 12px;
}
.comment-author a:hover {
color: #7ccedf;
}
.ispostauthor {
background: #707070;
color: #FFFFFF;
font-size: 12px;
padding: 0.14285714285714285em 0.5714285714285714em;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.comment-meta {
position: relative;
margin: 0 0 0 30px;
font-size: 12px;
color: #909090;
}
.comment-meta .comment-edit-link {
text-decoration: underline;
}
.comment-pending {
padding: 0.5714285714285714rem 1rem;
text-align: center;
color: #1f1f1f;
background-color: #a1a1a1;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.comment-reply-link {
color: #d4a88c;
}
.comment-reply-link:hover {
text-decoration: underline;
}
#respond {
margin-bottom: 3.5714285714285716em;
}
#respond .required {
position: relative;
color: #6e6e6e;
}
.comment-reply-title {
font-size: 1.5em;
position: relative;
}
.comment-reply-title a {
color: inherit;
font-family: "Muli", Helvetica, Arial, sans-serif;
}
#commentform {
margin-bottom: 0;
}
.comment-notes,
.logged-in-as {
margin-bottom: 0.8214285714285714em;
font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
display: block;
width: 100%;
height: 2.9em;
padding: 0.5714285714285714rem;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
background-color: #ffffff;
background-image: none;
border: 1px solid #e5e5e5;
-webkit-border-radius: 2px;
border-radius: 2px;
outline: none;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-email textarea:focus,
.comment-form-url textarea:focus,
.comment-form-comment textarea:focus {
border-color: #7ccedf;
outline: none;
}
.comment-form-author input[disabled],
.comment-form-email input[disabled],
.comment-form-url input[disabled],
.comment-form-comment input[disabled],
.comment-form-author textarea[disabled],
.comment-form-email textarea[disabled],
.comment-form-url textarea[disabled],
.comment-form-comment textarea[disabled],
.comment-form-author input[readonly],
.comment-form-email input[readonly],
.comment-form-url input[readonly],
.comment-form-comment input[readonly],
.comment-form-author textarea[readonly],
.comment-form-email textarea[readonly],
.comment-form-url textarea[readonly],
.comment-form-comment textarea[readonly],
fieldset[disabled] .comment-form-author input,
fieldset[disabled] .comment-form-email input,
fieldset[disabled] .comment-form-url input,
fieldset[disabled] .comment-form-comment input,
fieldset[disabled] .comment-form-author textarea,
fieldset[disabled] .comment-form-email textarea,
fieldset[disabled] .comment-form-url textarea,
fieldset[disabled] .comment-form-comment textarea {
cursor: not-allowed;
background-color: #a1a1a1;
opacity: 1;
filter: alpha(opacity=100);
}
textarea.comment-form-author input,
textarea.comment-form-email input,
textarea.comment-form-url input,
textarea.comment-form-comment input,
textarea.comment-form-author textarea,
textarea.comment-form-email textarea,
textarea.comment-form-url textarea,
textarea.comment-form-comment textarea {
height: auto;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
font-weight: 400;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-rating,
.comment-form-comment {
margin: 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
font-size: 14px;
}
.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-rating .required,
.comment-form-comment .required {
color: #bb5857 !important;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
margin-bottom: 1.0714285714285714em;
}
.comment-form-comment textarea {
font-size: 14px;
margin-bottom: 1.6428571428571428em;
height: 14.285714285714286em;
padding: 0.5714285714285714em;
resize: none;
width: 100%;
margin-top: 0em;
}
.comment-form .form-submit {
margin: 0;
}
.comment-form .form-submit input[type="submit"] {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0.7714285714285714rem 1.2rem;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
color: #6e6e6e;
background-color: #f5f5f5;
border-color: #e5e5e5;
background: rgba(0, 0, 0, 0);
text-transform: uppercase;
color: #1f1f1f;
font-weight: 400;
font-size: 12px;
border: 1px solid;
font-weight: bold;
}
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus {
color: #6e6e6e;
text-decoration: none;
}
.comment-form .form-submit input[type="submit"] i,
.comment-form .form-submit input[type="submit"] span {
z-index: 2;
position: relative;
}
.comment-form .form-submit input[type="submit"].btn-style-outlined {
color: #f5f5f5;
}
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active {
color: #6e6e6e;
background-color: #dcdcdc;
border-color: #cccccc;
}
.comment-form .form-submit input[type="submit"]:hover.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:focus.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:active.btn-style-outlined,
.comment-form .form-submit input[type="submit"].active.btn-style-outlined {
color: #cccccc;
}
.comment-form .form-submit input[type="submit"]:hover.btn-style-3d,
.comment-form .form-submit input[type="submit"]:focus.btn-style-3d,
.comment-form .form-submit input[type="submit"]:active.btn-style-3d,
.comment-form .form-submit input[type="submit"].active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #c6c6c6;
box-shadow: 0 5px 0 #c6c6c6;
}
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active {
background-image: none;
}
.comment-form .form-submit input[type="submit"].btn-style-3d {
-webkit-box-shadow: 0 5px 0 #e5e5e5;
box-shadow: 0 5px 0 #e5e5e5;
}
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:active {
color: #fff !important;
border-color: #7ccedf;
background-color: #7ccedf;
}
/*--------------------------------------------------------------
31.0 - Widget sidebar
--------------------------------------------------------------*/
.widget {
margin-bottom: 3rem;
}
.widget p:last-child,
.widget ul:last-child,
.widget ol:last-child {
margin-bottom: 0;
}
.widget ul,
.widget ol {
margin-left: 0;
padding: 0;
list-style: none;
}
.widget select {
width: 100%;
}
.main-sidebar .widget_rss li,
.main-sidebar .widget_pages li,
.main-sidebar .widget_archive li,
.main-sidebar .widget_meta li,
.main-sidebar .widget_nav_menu li,
.main-sidebar .widget_categories li,
.main-sidebar .widget_recent_entries li,
.main-sidebar .widget_recent_comments li {
padding-bottom: 0.8214285714285714em;
margin-bottom: 0.8214285714285714em;
border-bottom: 1px solid #e5e5e5;
position: relative;
padding-left: 1em;
}
.main-sidebar .widget_rss li:before,
.main-sidebar .widget_pages li:before,
.main-sidebar .widget_archive li:before,
.main-sidebar .widget_meta li:before,
.main-sidebar .widget_nav_menu li:before,
.main-sidebar .widget_categories li:before,
.main-sidebar .widget_recent_entries li:before,
.main-sidebar .widget_recent_comments li:before {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.main-sidebar .widget_rss li:before,
.main-sidebar .widget_pages li:before,
.main-sidebar .widget_archive li:before,
.main-sidebar .widget_meta li:before,
.main-sidebar .widget_nav_menu li:before,
.main-sidebar .widget_categories li:before,
.main-sidebar .widget_recent_entries li:before,
.main-sidebar .widget_recent_comments li:before {
position: absolute !important;
line-height: inherit !important;
left: 0;
}
.main-sidebar .widget_rss li:last-child,
.main-sidebar .widget_pages li:last-child,
.main-sidebar .widget_archive li:last-child,
.main-sidebar .widget_meta li:last-child,
.main-sidebar .widget_nav_menu li:last-child,
.main-sidebar .widget_categories li:last-child,
.main-sidebar .widget_recent_entries li:last-child,
.main-sidebar .widget_recent_comments li:last-child {
border: none;
}
.main-sidebar .widget_rss li .post-date,
.main-sidebar .widget_pages li .post-date,
.main-sidebar .widget_archive li .post-date,
.main-sidebar .widget_meta li .post-date,
.main-sidebar .widget_nav_menu li .post-date,
.main-sidebar .widget_categories li .post-date,
.main-sidebar .widget_recent_entries li .post-date,
.main-sidebar .widget_recent_comments li .post-date {
display: block;
font-size: 12px;
color: #909090;
}
.main-sidebar .widget_archive li {
padding-left: 1.5em;
}
.main-sidebar .widget_archive li:before {
content: "\f133";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.main-sidebar .widget_categories li {
padding-left: 1.5em;
}
.main-sidebar .widget_categories li:before {
content: "\f114";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.main-sidebar .widget_meta li {
padding-left: 1.5em;
}
.main-sidebar .widget_meta li:before {
content: "\f013";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.main-sidebar .widget_recent_comments li {
padding-left: 1.5em;
}
.main-sidebar .widget_recent_comments li:before {
content: "\f0e5";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.widgettitle,
.widget-title {
font-size: 1.3em;
line-height: 1.1;
margin-bottom: 1.6428571428571428em;
}
.main-sidebar .widgettitle,
.main-sidebar .widget-title {
padding: 0;
position: relative;
}
.widget_search form {
position: relative;
}
.widget_search form:before {
content: "\f002";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.widget_search form:before {
width: 2.9em;
height: 2.9em;
position: absolute;
right: 0;
text-align: center;
background: #7ccedf;
line-height: 2.9em;
color: #fff;
-webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
float: left;
margin: 0 0.2857142857142857em 0.2857142857142857em 0;
padding: 0.7em 1.2em;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: center;
vertical-align: middle;
font-size: 12px !important;
border: 1px solid #e5e5e5;
color: #6e6e6e;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
background: #7ccedf;
border-color: #7ccedf;
color: #fff;
}
#wp-calendar {
width: 100%;
max-width: 100%;
margin-bottom: 1.6428571428571428em;
background: #f5f5f5;
border: 1px solid #e5e5e5;
}
#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td {
padding: 0.5714285714285714em;
line-height: 1.7;
vertical-align: top;
border-top: 1px solid #e5e5e5;
}
#wp-calendar > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #e5e5e5;
}
#wp-calendar > caption + thead > tr:first-child > th,
#wp-calendar > colgroup + thead > tr:first-child > th,
#wp-calendar > thead:first-child > tr:first-child > th,
#wp-calendar > caption + thead > tr:first-child > td,
#wp-calendar > colgroup + thead > tr:first-child > td,
#wp-calendar > thead:first-child > tr:first-child > td {
border-top: 0;
}
#wp-calendar > tbody + tbody {
border-top: 2px solid #e5e5e5;
}
#wp-calendar caption {
background-color: #f5f5f5;
padding: 0.5714285714285714em;
text-transform: uppercase;
}
#wp-calendar > thead th {
background-color: #e8e8e8;
border: none !important;
text-align: center;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #1f1f1f;
}
#wp-calendar > tbody > tr > td {
border: none;
line-height: 2.7em;
padding: 0;
text-align: center;
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
#wp-calendar > tbody > tr > td.pad {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
#wp-calendar > tbody > tr > td.pad:first-child {
border-left: 0;
}
#wp-calendar > tbody > tr > td.pad:last-child {
border-right: 0;
}
#wp-calendar > tbody > tr > td > a {
background: #7ccedf;
color: #ffffff;
text-align: center;
display: block;
}
.social-widget-wrap.social-widget-square i {
color: #fff;
}
.social-widget-wrap.social-widget-round i {
-webkit-border-radius: 100%;
border-radius: 100%;
color: #fff;
}
.social-widget-wrap.social-widget-outlined i {
background: transparent;
border: 1px solid;
}
.social-widget-wrap a {
margin: 0 10px 0 0;
}
.social-widget-wrap a i {
font-size: 20px;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
}
.recent-tweets ul {
list-style: none;
}
.recent-tweets .twitter_time {
margin-top: 8px;
display: block;
font-size: 12px;
}
.recent-tweets .twitter_time:before {
content: "\f099";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.recent-tweets .twitter_time:before {
color: #00aced;
font-size: 120%;
margin-right: 5px;
}
.posts-thumbnail-list > li {
padding: 0 0 20px 0;
}
.posts-thumbnail-list > li:last-child {
padding-bottom: 0;
}
.posts-thumbnail-image {
float: left;
height: auto;
width: 60px;
}
.posts-thumbnail-content {
line-height: 1;
margin-left: 73px;
min-height: 55px;
}
.posts-thumbnail-content > time {
font-size: 12px;
color: #909090;
}
.posts-thumbnail-content > span {
float: right;
}
.posts-thumbnail-content > span a {
font-size: 12px;
color: #909090;
}
.posts-thumbnail-content > span a i {
margin-right: 0.14285714285714285em;
}
.posts-thumbnail-content > span a:hover {
color: #7ccedf;
}
.posts-thumbnail-content > a,
.posts-thumbnail-content > h4 {
display: block;
margin: 0.35714285714285715em 0;
font-size: 100%;
color: #1f1f1f;
font-weight: 400;
}
.posts-thumbnail-content > a:hover,
.posts-thumbnail-content > h4:hover {
color: #7ccedf;
}
.posts-thumbnail-content > h4 a {
color: #1f1f1f;
}
.posts-thumbnail-content > h4 a:hover {
color: #7ccedf;
}
.widget-mailchimp {
margin-bottom: 0;
}
@media (min-width: 480px) {
.mailchimp-form-content .col-sm-4 {
padding-left: 0;
}
}
@media (max-width: 767px) {
.mailchimp-form-content .col-sm-4 {
margin-top: 15px;
}
}
.mailchimp-form-result {
font-size: 12px;
margin-bottom: 5px;
}
.mailchimp-form-result .error {
color: #bb5857;
}
.mailchimp-form-result .success {
color: #57bb58;
}
.widget_rss cite,
.widget_rss .rss-date {
font-size: 12px;
color: #909090;
}
.widget_rss .rssSummary {
margin-top: 0.8214285714285714em;
font-size: 12px;
}
.widget_rss .rssSummary:before,
.widget_rss .rssSummary:after {
content: " ";
display: table;
}
.widget_rss .rssSummary:after {
clear: both;
}
.widget_rss cite {
font-style: italic;
float: right;
}
/*--------------------------------------------------------------
32.0 - Contact form
--------------------------------------------------------------*/
.form-control:not(.submit) {
display: block;
width: 100%;
height: 2.9em;
padding: 0.5714285714285714rem;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
background-color: #ffffff;
background-image: none;
border: 1px solid #e5e5e5;
-webkit-border-radius: 2px;
border-radius: 2px;
outline: none;
}
.form-control:not(.submit):focus {
border-color: #7ccedf;
outline: none;
}
.form-control:not(.submit)[disabled],
.form-control:not(.submit)[readonly],
fieldset[disabled] .form-control:not(.submit) {
cursor: not-allowed;
background-color: #a1a1a1;
opacity: 1;
filter: alpha(opacity=100);
}
textarea.form-control:not(.submit) {
height: auto;
}
.form-control-wrap {
display: block !important;
width: 100% !important;
margin-top: 0.35714285714285715em;
margin-bottom: 0.8214285714285714em;
}
.form-control-wrap .form-control.not-valid {
color: #bb5857;
border-color: #bb5857;
}
.submit {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: .7714285714285714rem 1.2rem;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
color: #fff;
background-color: #7ccedf;
border-color: #7ccedf;
padding: .8999999999999999rem 1.4857142857142858rem;
font-size: 1.2857142857142858em;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
text-transform: uppercase;
padding-right: 2rem;
padding-left: 2rem;
}
.submit:hover,
.submit:focus {
color: #6e6e6e;
text-decoration: none;
}
.submit i,
.submit span {
z-index: 2;
position: relative;
}
.submit.btn-style-outlined {
color: #7ccedf;
}
.submit:hover,
.submit:focus,
.submit:active,
.submit.active {
color: #ffffff;
background-color: #53bfd5;
border-color: #53bfd5;
}
.submit:hover.btn-style-outlined,
.submit:focus.btn-style-outlined,
.submit:active.btn-style-outlined,
.submit.active.btn-style-outlined {
color: #53bfd5;
}
.submit:hover.btn-style-3d,
.submit:focus.btn-style-3d,
.submit:active.btn-style-3d,
.submit.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #4bbcd3;
box-shadow: 0 5px 0 #4bbcd3;
}
.submit:active,
.submit.active {
background-image: none;
}
.submit.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #7ccedf;
box-shadow: 0 5px 0 #7ccedf;
}
span.not-valid-tip {
color: #bb5857;
font-size: 12px;
display: block;
}
.display-none {
display: none;
}
div.response-output {
padding: 0.5714285714285714rem 1rem;
margin: 0.35714285714285715em 0 0 0;
}
div.validation-errors {
border: 1px solid #bb5857;
}
.contact-actions {
display: block;
text-align: right;
}
/*--------------------------------------------------------------
34.0 - Utility classes
--------------------------------------------------------------*/
.clear:before,
.clearfix:before,
.clear:after,
.clearfix:after,
.container:before,
.container:after,
.boxed-wrap:before,
.boxed-wrap:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.navbar-wrap:before,
.navbar-wrap:after,
.primary-nav .dropdown-menu:before,
.primary-nav .dropdown-menu:after,
.paginate:before,
.paginate:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.pricing-table:before,
.pricing-table:after,
.timeline .timeline-wrap:before,
.timeline .timeline-wrap:after,
.timeline .timeline-item:before,
.timeline .timeline-item:after,
.latestnews .latestnews-title:before,
.latestnews .latestnews-title:after,
.latestnews .latestnews-intro li:before,
.latestnews .latestnews-intro li:after,
.service-items:before,
.service-items:after,
.searchform-result .searchform-result-list .search-entry:before,
.searchform-result .searchform-result-list .search-entry:after,
.header-navbar-below .navbar-header .navbar-header-left:before,
.header-navbar-below .navbar-header .navbar-header-left:after,
.portfolio .portfolio-filter:before,
.portfolio .portfolio-filter:after,
.portfolio .portfolio-filter .filter-action:before,
.portfolio .portfolio-filter .filter-action:after,
.posts .posts-wrap:before,
.posts .posts-wrap:after,
.posts .posts-wrap.posts-layout-grid:before,
.posts .posts-wrap.posts-layout-grid:after,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:before,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:after,
.posts .posts-wrap.posts-layout-timeline .hentry:before,
.posts .posts-wrap.posts-layout-timeline .hentry:after,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:before,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:after,
.hentry-wrap:before,
.hentry-wrap:after,
.author-info:before,
.author-info:after,
.comment-notes:before,
.comment-notes:after,
.widget_text:before,
.widget_text:after,
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after,
.posts-thumbnail-list > li:before,
.posts-thumbnail-list > li:after {
content: " ";
display: table;
}
.clear:after,
.clearfix:after,
.container:after,
.boxed-wrap:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.navbar-wrap:after,
.primary-nav .dropdown-menu:after,
.paginate:after,
.panel-body:after,
.modal-footer:after,
.pricing-table:after,
.timeline .timeline-wrap:after,
.timeline .timeline-item:after,
.latestnews .latestnews-title:after,
.latestnews .latestnews-intro li:after,
.service-items:after,
.searchform-result .searchform-result-list .search-entry:after,
.header-navbar-below .navbar-header .navbar-header-left:after,
.portfolio .portfolio-filter:after,
.portfolio .portfolio-filter .filter-action:after,
.posts .posts-wrap:after,
.posts .posts-wrap.posts-layout-grid:after,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:after,
.posts .posts-wrap.posts-layout-timeline .hentry:after,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:after,
.hentry-wrap:after,
.author-info:after,
.comment-notes:after,
.widget_text:after,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after,
.posts-thumbnail-list > li:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.transform-uppercase {
text-transform: uppercase;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.bypostauthor {
margin: 0;
padding: 0;
}
#wpstats {
display: none;
}
.sticky {
margin-bottom: 30px;
}
.alignleft {
float: left;
margin-right: 1.6428571428571428em;
}
.alignright {
float: right;
margin-left: 1.6428571428571428em;
}
.aligncenter {
display: block;
margin: 1.6428571428571428em auto;
}
.wp-post-image {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.wp-caption-text {
text-align: center;
margin-top: 0.35714285714285715em;
}
.gallery-caption {
max-width: 100%;
padding: 0.35714285714285715em;
}
.wp-caption {
background: none repeat scroll 0 0 #f5f5f5;
border: 1px solid #e5e5e5;
max-width: 100%;
padding: 0.35714285714285715em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.bg-cover {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.infinite-scroll-loading {
text-align: center;
margin-top: 1.6428571428571428em;
margin-bottom: 1.6428571428571428em;
}
.box-rounded {
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.box-outline,
.box-outline-circle {
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0.42857142857142855em;
border: 1px solid #e5e5e5;
}
.box-border,
.box-border-circle {
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #e5e5e5;
}
.box-shadow,
.box-shadow-border,
.box-shadow-border-circle,
.box-shadow-circle {
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.box-shadow-border,
.box-shadow-border-circle {
padding: 0.42857142857142855em;
}
.box-shadow-3d {
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 1.0714285714285714em;
}
.box-circle,
.box-outline-circle,
.box-border-circle,
.box-shadow-circle,
.box-shadow-border-circle {
-webkit-border-radius: 5000px;
border-radius: 5000px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
overflow: hidden;
}
.box-shadow-circle,
.box-shadow-border-circle {
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.not-found-wrapper {
text-align: center;
padding: 30px 0 100px;
}
.not-found-wrapper .widget_search > p {
font-size: 1.2em;
}
.not-found-title {
display: block;
font-size: 28px;
font-weight: bold;
margin-bottom: 20px;
}
.not-found-subtitle {
display: block;
font-size: 18em;
font-weight: 300;
line-height: 100%;
margin-bottom: 20px;
padding-bottom: 20px;
}
@media (max-width: 991px) {
.not-found-subtitle {
font-size: 10em;
}
}
.facebook-bg {
border-color: transparent;
background: #3b5998;
color: #fff;
}
.facebook-outlined {
border-color: #3b5998;
color: #3b5998;
}
.facebook-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.facebook-bg-hover:hover {
border-color: transparent !important;
background: #3b5998 !important;
color: #fff !important;
}
.twitter-bg {
border-color: transparent;
background: #00aced;
color: #fff;
}
.twitter-outlined {
border-color: #00aced;
color: #00aced;
}
.twitter-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.twitter-bg-hover:hover {
border-color: transparent !important;
background: #00aced !important;
color: #fff !important;
}
.google-plus-bg {
border-color: transparent;
background: #dd4b39;
color: #fff;
}
.google-plus-outlined {
border-color: #dd4b39;
color: #dd4b39;
}
.google-plus-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.google-plus-bg-hover:hover {
border-color: transparent !important;
background: #dd4b39 !important;
color: #fff !important;
}
.pinterest-bg {
border-color: transparent;
background: #cb2027;
color: #fff;
}
.pinterest-outlined {
border-color: #cb2027;
color: #cb2027;
}
.pinterest-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.pinterest-bg-hover:hover {
border-color: transparent !important;
background: #cb2027 !important;
color: #fff !important;
}
.linkedin-bg {
border-color: transparent;
background: #007bb6;
color: #fff;
}
.linkedin-outlined {
border-color: #007bb6;
color: #007bb6;
}
.linkedin-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.linkedin-bg-hover:hover {
border-color: transparent !important;
background: #007bb6 !important;
color: #fff !important;
}
.rss-bg {
border-color: transparent;
background: #fab135;
color: #fff;
}
.rss-outlined {
border-color: #fab135;
color: #fab135;
}
.rss-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.rss-bg-hover:hover {
border-color: transparent !important;
background: #fab135 !important;
color: #fff !important;
}
.instagram-bg {
border-color: transparent;
background: #517fa4;
color: #fff;
}
.instagram-outlined {
border-color: #517fa4;
color: #517fa4;
}
.instagram-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.instagram-bg-hover:hover {
border-color: transparent !important;
background: #517fa4 !important;
color: #fff !important;
}
.github-bg {
border-color: transparent;
background: #4183c4;
color: #fff;
}
.github-outlined {
border-color: #4183c4;
color: #4183c4;
}
.github-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.github-bg-hover:hover {
border-color: transparent !important;
background: #4183c4 !important;
color: #fff !important;
}
.behance-bg {
border-color: transparent;
background: #1769ff;
color: #fff;
}
.behance-outlined {
border-color: #1769ff;
color: #1769ff;
}
.behance-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.behance-bg-hover:hover {
border-color: transparent !important;
background: #1769ff !important;
color: #fff !important;
}
.stack-exchange-bg {
border-color: transparent;
background: #366fb3;
color: #fff;
}
.stack-exchange-outlined {
border-color: #366fb3;
color: #366fb3;
}
.stack-exchange-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.stack-exchange-bg-hover:hover {
border-color: transparent !important;
background: #366fb3 !important;
color: #fff !important;
}
.tumblr-bg {
border-color: transparent;
background: #32506d;
color: #fff;
}
.tumblr-outlined {
border-color: #32506d;
color: #32506d;
}
.tumblr-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.tumblr-bg-hover:hover {
border-color: transparent !important;
background: #32506d !important;
color: #fff !important;
}
.soundcloud-bg {
border-color: transparent;
background: #f50;
color: #fff;
}
.soundcloud-outlined {
border-color: #f50;
color: #f50;
}
.soundcloud-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.soundcloud-bg-hover:hover {
border-color: transparent !important;
background: #f50 !important;
color: #fff !important;
}
.dribbble-bg {
border-color: transparent;
background: #ea4c89;
color: #fff;
}
.dribbble-outlined {
border-color: #ea4c89;
color: #ea4c89;
}
.dribbble-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.dribbble-bg-hover:hover {
border-color: transparent !important;
background: #ea4c89 !important;
color: #fff !important;
}
.grayscale,
img.grayscale {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Firefox 10+, Firefox on Android */
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.grayscale:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
.nth-typed {
font-weight: bold;
}
.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-o-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
font-weight: lighter;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*--------------------------------------------------------------
35.0 - Responsive: Utility classes
--------------------------------------------------------------*/
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/*--------------------------------------------------------------
36.0 - Custom style
--------------------------------------------------------------*/
.contact-iconbox .el-heading {
margin-bottom: 0;
}
.contact-iconbox.iconbox-pos-left .iconbox-icon {
padding-left: 15px !important;
}
.contact-iconbox.iconbox-pos-left i {
line-height: 1.2 !important;
text-align: right !important;
}
@font-face {
font-family: 'ei-line-custom';
src: url('../fonts/ei-line-customd71f.html?-6svs5k');
src: url('../fonts/ei-line-customd41d.html?#iefix-6svs5k') format('embedded-opentype'), url('../fonts/ei-line-customd71f-2.html?-6svs5k') format('woff'), url('../fonts/ei-line-customd71f-3.html?-6svs5k') format('truetype'), url('../fonts/ei-line-customd71f-4.html?-6svs5k#ei-line-custom') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="et-line-"],
[class*=" et-line-"] {
font-family: 'ei-line-custom';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.et-line-laptop:before {
content: "\e001";
}
.et-line-browser:before {
content: "\e00c";
}
.et-line-tools:before {
content: "\e033";
}
.dhvc-form-submit {
float: none !important;
}
.select2-container .select2-choice {
height: 2.9em;
line-height: 2.9em;
border-color: #e5e5e5;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active {
border-color: #e5e5e5;
}
.footer-contact-icon {
text-align: center;
}
.footer-contact-icon span,
.footer-contact-icon i {
display: block;
}
.footer-contact-icon i {
color: #ec971f;
font-size: 40px;
height: 40px;
width: 40px;
margin: 0 auto;
line-height: 40px;
-webkit-backface-visibility: hidden;
/* Chrome, Safari, Opera */
backface-visibility: hidden;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.footer-contact-icon i.animate-appear {
-webkit-animation: none;
-o-animation: none;
animation: none;
}
.footer-contact-icon .footer-contact-icon-text {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
text-transform: uppercase;
font-size: 12px;
}
.footer-contact-icon .footer-contact-icon-link {
opacity: 0;
filter: alpha(opacity=0);
color: #ec971f;
visibility: hidden;
line-height: 1;
font-size: 12px;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.footer-contact-icon:hover i {
-webkit-transform: translate(0, -20px);
-ms-transform: translate(0, -20px);
-o-transform: translate(0, -20px);
transform: translate(0, -20px);
}
.footer-contact-icon:hover .footer-contact-icon-link {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.footer-contact-icon:hover .footer-contact-icon-text {
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transform: translate(0, 15px);
-ms-transform: translate(0, 15px);
-o-transform: translate(0, 15px);
transform: translate(0, 15px);
}
@media (min-width: 992px) {
.primary-nav .bg_1 > .dropdown-menu {
background: url('../images/menu-bg-1.html') no-repeat right top #fff;
}
.primary-nav .bg_1 > .dropdown-menu .dropdown-menu {
background: transparent;
}
.primary-nav .bg_1 > .dropdown-menu > li .dropdown-menu a {
background: transparent;
}
.primary-nav .bg_2 > .dropdown-menu {
background: url('../images/menu-bg-2.html') no-repeat right top #fff;
}
.primary-nav .bg_2 > .dropdown-menu .dropdown-menu {
background: transparent;
}
.primary-nav .bg_2 > .dropdown-menu > li .dropdown-menu a {
background: transparent;
}
;
}
@media (min-width: 480px) {
.section-background-bottom {
background: transparent url('../images/section-background.jpg') repeat-x scroll center bottom;
}
.row.background-size-65 .row-image-bg {
background-size: auto !important;
}
.row.background-size-65 .single-image {
margin-bottom: -50px;
margin-top: -50px;
}
.row.background-size-65 .widget {
margin-bottom: 10px;
}
}
/*------------------------------ Product Popup -----------------------------*/
.content-overflow {
overflow: hidden;
}
.content-popup-overlay {
background-color: rgba(0, 0, 0, 0.9);
position: fixed;
z-index: 99999;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.content-popup-overlay:before,
.content-popup-overlay:after {
content: '';
}
.content-popup-overlay.in {
visibility: visible;
opacity: 1;
}
.content-popup-wrap {
position: fixed;
z-index: 999999;
left: 0;
right: 0;
padding-left: 15px;
padding-right: 15px;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
visibility: hidden;
opacity: 0;
top: 0;
text-align: center;
vertical-align: middle;
}
.content-popup-wrap.in {
visibility: visible;
opacity: 1;
}
.content-popup-wrap .content-popup-content {
display: inline-block;
text-align: left;
}
.content-popup-wrap .content-popup-content .product {
background-color: #fff;
max-width: 800px;
padding: 35px 35px 0 35px;
max-height: 600px;
overflow-y: auto;
}
.content-popup-wrap .content-popup-content .product .single-product-images {
border: 1px solid #e5e5e5;
}
.content-popup-wrap .content-popup-content .product .single-product-images img {
width: 100%;
max-width: 100%;
height: auto;
}
.content-popup-wrap .shop div.product div.summary .share-links {
padding-bottom: 35px;
}
.content-popup-wrap .content-popup-close {
position: absolute;
cursor: pointer;
top: 15px;
right: 15px;
width: 20px;
height: 20px;
}
.content-popup-wrap .content-popup-close:after,
.content-popup-wrap .content-popup-close:before {
content: '';
height: 2px;
width: 20px;
background-color: #e7c130;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.content-popup-wrap .content-popup-close:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.content-popup-wrap .content-popup-close:before {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.price_slider, .price_label {
display: none;
}
|
laser-treatment/laser-treatment/css/style.css
|
* Table of Contents
*
* 1.0 - Browser Reset
* 2.0 - Core Animation
* 3.0 - Typography
* 4.0 - Grid system
* 5.0 - Tables
* 6.0 - Forms
* 7.0 - Buttons
* 8.0 - Dropdown menus
* 9.0 - Navs
* 10.0 - Navbars
* 11.0 - Breadcrumbs
* 12.0 - Pagination
* 13.0 - Labels
* 14.0 - Alerts
* 15.0 - Progress bars
* 16.0 - Panels
* 17.0 - Close icons
* 18.0 - Morphsearch
* 19.0 - Mediaelementplayer
* 20.0 - Modals
* 21.0 - Tooltips
* 22.0 - Popovers
* 23.0 - Carousel
* 24.0 - DH Slider
* 25.0 - Shortcodes
* 25.1 - Animate Box
* 25.2 - Call to Action
* 25.3 - Separator
* 25.4 - Caroufredsel Slider
* 25.5 - Testimonial
* 25.6 - Client
* 25.7 - Counter
* 25.8 - Google Map
* 25.9 - Iconbox
* 25.10 - Piechart
* 25.11 - Pricing Table
* 25.12 - Timeline
* 25.13 - Team Member
* 25.14 - Single Image
* 25.15 - Latestnews
* 25.16 - Embed
* 25.17 - Lists Ul
* 25.18 - Service
* 26.0 - Header
* 27.0 - Footer
* 28.0 - Porfolio
* 29.0 - Post
* 30.0 - Comment form
* 31.0 - Widget sidebar
* 32.0 - Contact form
* 34.0 - Utility classes
* 35.0 - Responsive: Utility classes
* 36.0 - Custom style
*/
@font-face {
font-family: "Flaticon";
src: url('../fonts/flaticon.eot');
src: url('../fonts/flaticon.eot#iefix') format('embedded-opentype'), url('../fonts/flaticon.woff') format('woff'), url('../fonts/flaticon.ttf') format('truetype'), url('../fonts/flaticon.svg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="dh-icon-"]:before,
[class^="dh-icon-"]:after {
font-family: Flaticon;
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dh-icon-chevron-left:before {
content: "\e000";
}
.dh-icon-circle-right:before {
content: "\e001";
}
.dh-icon-left-left:before {
content: "\e002";
}
.dh-icon-link:before {
content: "\e003";
}
.dh-icon-column:before {
content: "\e004";
}
.dh-icon-play:before {
content: "\e005";
}
.dh-icon-chevron-right:before {
content: "\e006";
}
.dh-icon-shopping:before {
content: "\e007";
}
.dh-icon-zoom-out:before {
content: "\e008";
}
.dh-icon-zoom-in:before {
content: "\e009";
}
/*--------------------------------------------------------------
1.0 - Browser Reset
--------------------------------------------------------------*/
@font-face {
font-family: 'proxima-nova';
src: url(../fonts/proximanova-regular-webfont.eot);
src: url('../fonts/proximanova-regular-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-regular-webfont.woff) format('woff'), url(../fonts/proximanova-regular-webfont.ttf) format('truetype'), url('../fonts/proximanova-regular-webfont.svg#webfont') format('svg');
}
@font-face {
font-family: 'proxima-nova';
font-style: italic;
src: url(../fonts/proximanova-regitalic-webfont.eot);
src: url('../fonts/proximanova-regitalic-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-regitalic-webfont.woff) format('woff'), url(../fonts/proximanova-regitalic-webfont.ttf) format('truetype'), url('../fonts/proximanova-regitalic-webfont.svg#webfont') format('svg');
}
@font-face {
font-family: 'proxima-nova';
font-weight: 300;
src: url(../fonts/proximanova-light-webfont.eot);
src: url('../fonts/proximanova-light-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-light-webfont.woff) format('woff'), url(../fonts/proximanova-light-webfont.ttf) format('truetype'), url('../fonts/proximanova-light-webfont.svg#webfont') format('svg');
}
@font-face {
font-family: 'proxima-nova';
font-weight: 600;
src: url(../fonts/proximanova-semibold-webfont.eot);
src: url('../fonts/proximanova-semibold-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-semibold-webfont.woff) format('woff'), url(../fonts/proximanova-semibold-webfont.ttf) format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#webfont') format('svg');
}
@font-face {
font-family: 'proxima-nova';
font-weight: bold;
src: url(../fonts/proximanova-bold-webfont.eot);
src: url('../fonts/proximanova-bold-webfont86d7.eot?iefix') format('eot'), url(../fonts/proximanova-bold-webfont.woff) format('woff'), url(../fonts/proximanova-bold-webfont.ttf) format('truetype'), url('../fonts/proximanova-bold-webfont.svg#webfont') format('svg');
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
text-rendering: optimizelegibility;
letter-spacing: 0.05px;
word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 2.857142857142857em;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 0.14285714285714285em;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.main-content table {
width: 100%;
max-width: 100%;
margin-bottom: 1.6428571428571428em;
}
.main-content table > thead > tr > th,
.main-content table > tbody > tr > th,
.main-content table > tfoot > tr > th,
.main-content table > thead > tr > td,
.main-content table > tbody > tr > td,
.main-content table > tfoot > tr > td {
padding: 0.5714285714285714em;
line-height: 1.7;
vertical-align: top;
border-top: 1px solid #e5e5e5;
}
.main-content table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #e5e5e5;
}
.main-content table > caption + thead > tr:first-child > th,
.main-content table > colgroup + thead > tr:first-child > th,
.main-content table > thead:first-child > tr:first-child > th,
.main-content table > caption + thead > tr:first-child > td,
.main-content table > colgroup + thead > tr:first-child > td,
.main-content table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.main-content table > tbody + tbody {
border-top: 2px solid #e5e5e5;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 14px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Muli", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
background: #ffffff;
font-style: normal;
font-weight: 400;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #1f1f1f;
text-decoration: none;
}
a:hover,
a:focus {
color: #7ccedf;
text-decoration: none;
}
a:focus {
outline: none;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
hr {
margin-top: 1.6428571428571428em;
margin-bottom: 1.6428571428571428em;
border: 0;
border-top: 1px solid #a1a1a1;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 0.14285714285714285em 0.2857142857142857em;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 2px;
}
kbd {
padding: 0.14285714285714285em 0.2857142857142857em;
font-size: 90%;
color: #ffffff;
background-color: #333333;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
box-shadow: none;
}
pre {
display: block;
padding: 0.3214285714285714em;
margin: 0 0 0.8214285714285714em;
font-size: 13px;
line-height: 1.7;
word-break: break-all;
word-wrap: break-word;
color: #6e6e6e;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
border-radius: 2px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 24.285714285714285em;
overflow-y: scroll;
}
/*--------------------------------------------------------------
2.0 - Core Animation
--------------------------------------------------------------*/
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.linear {
transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
-webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.ease {
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.easeIn {
transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
-webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
.easeOut {
transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
-webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.easeInOut {
transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/*Penner Easing*/
.easeInQuad {
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.easeInCubic {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.easeInQuart {
transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
-webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.easeInQuint {
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.easeInSine {
transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.easeInExpo {
transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
-webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.easeInCirc {
transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
-webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
/* easeInBack not supported in older versions of webkit.*/
/* see top comment for fix. */
.easeInBack {
transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.easeOutQuad {
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.easeOutCubic {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.easeOutQuart {
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easeOutQuint {
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.easeOutSine {
transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.easeOutExpo {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.easeOutCirc {
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* easeOutBack not supported in older versions of webkit. */
/* see top comment for fix. */
.easeOutBack {
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.easeInOutQuad {
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.easeInOutCubic {
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.easeInOutQuart {
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.easeInOutQuint {
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.easeInOutSine {
transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.easeInOutExpo {
transition-timing-function: cubic-bezier(1, 0, 0, 1);
-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.easeInOutCirc {
transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* easeInOutBack not supported in older versions of webkit. */
/* see top comment for fix. */
.easeInOutBack {
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@-webkit-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-moz-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-o-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-webkit-keyframes shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-webkit-transform: translateX(10px);
}
}
@-moz-keyframes shake {
0%,
100% {
-moz-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-moz-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-moz-transform: translateX(10px);
}
}
@-o-keyframes shake {
0%,
100% {
-o-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-o-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-o-transform: translateX(10px);
}
}
@keyframes shake {
0%,
100% {
transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
transform: translateX(10px);
}
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
@-moz-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
}
}
@-o-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-o-transform: translateY(0);
}
40% {
-o-transform: translateY(-30px);
}
60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(20px);
}
}
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slideInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes slideInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes slideOutUp {
0% {
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes slideOutUp {
0% {
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes slideOutLeft {
0% {
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes slideOutLeft {
0% {
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes slideOutRight {
0% {
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes slideOutRight {
0% {
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(0.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(0.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(0.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(0.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
}
80% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
}
80% {
-o-transform: translateY(10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
}
}
@-moz-keyframes bounceOut {
0% {
-moz-transform: scale(1);
}
25% {
-moz-transform: scale(0.95);
}
50% {
opacity: 1;
-moz-transform: scale(1.1);
}
100% {
opacity: 0;
-moz-transform: scale(0.3);
}
}
@-o-keyframes bounceOut {
0% {
-o-transform: scale(1);
}
25% {
-o-transform: scale(0.95);
}
50% {
opacity: 1;
-o-transform: scale(1.1);
}
100% {
opacity: 0;
-o-transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(0.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(0.3);
}
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(20px);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(20px);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(-20px);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(-20px);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-moz-keyframes lightSpeedIn {
0% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-moz-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-moz-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-o-keyframes lightSpeedIn {
0% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-o-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-o-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-moz-keyframes lightSpeedOut {
0% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-o-keyframes lightSpeedOut {
0% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-webkit-keyframes appear {
0% {
-webkit-transform: scale(0.5);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes appear {
0% {
-moz-transform: scale(0.5);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes appear {
0% {
-o-transform: scale(0.5);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes appear {
0% {
transform: scale(0.5);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@media (min-width: 768px) {
.el-appear {
opacity: 0.1;
filter: alpha(opacity=10);
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.el-appear.animate-appear {
-webkit-animation: appear 1s 1 ease;
-o-animation: appear 1s 1 ease;
animation: appear 1s 1 ease;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes loadingFade {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes loadingFade {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes loadingFade {
0% {
opacity: 0;
filter: alpha(opacity=0);
}
50% {
opacity: 1;
filter: alpha(opacity=100);
}
100% {
opacity: 0;
filter: alpha(opacity=0);
}
}
.fade-loading {
text-align: center;
}
.fade-loading i {
-webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
-o-animation: 1.5s ease 0s normal none infinite loadingFade;
animation: 1.5s ease 0s normal none infinite loadingFade;
background: none repeat scroll 0 0 #7ccedf;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
height: 10px;
margin: 0 4px;
opacity: 0;
filter: alpha(opacity=0);
width: 10px;
}
.fade-loading i:nth-child(0) {
-webkit-animation-delay: 0;
animation-delay: 0;
}
.fade-loading i:nth-child(1) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.fade-loading i:nth-child(2) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.fade-loading i:nth-child(3) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.fade-loading i:nth-child(4) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.spinner-loading {
-webkit-animation: fa-spin 1s infinite linear;
-o-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
-webkit-animation-timing-function: steps(8, start);
animation-timing-function: steps(8, start);
}
@keyframes loadmoreCube {
0% {
transform: translateX(-120px);
}
50% {
transform: translateX(0px) rotate(180deg) scale(2.2);
}
100% {
transform: translateX(120px);
}
}
@-o-keyframes loadmoreCube {
0% {
-o-transform: translateX(-120px);
}
50% {
-o-transform: translateX(0px) rotate(180deg) scale(2.2);
}
100% {
-o-transform: translateX(120px);
}
}
@-moz-keyframes loadmoreCube {
0% {
-moz-transform: translateX(-120px);
}
50% {
-moz-transform: translateX(0px) rotate(180deg) scale(2.2);
}
100% {
-moz-transform: translateX(120px);
}
}
@-webkit-keyframes loadmoreCube {
0% {
-webkit-transform: translateX(-120px);
}
50% {
-webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
}
100% {
-webkit-transform: translateX(120px);
}
}
.loadmore-action {
text-align: center;
margin-top: 1.6428571428571428em;
margin-bottom: 1.6428571428571428em;
}
.loadmore-action .loadmore-loading {
display: none;
}
.loadmore-action .loadmore-loading span {
-webkit-animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
-o-animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
background: #7ccedf;
height: 8px;
width: 8px;
display: inline-block;
}
.loadmore-action .loadmore-loading span:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.loadmore-action .loadmore-loading span:nth-child(2) {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.loadmore-action .loadmore-loading span:nth-child(3) {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.loadmore-action .loadmore-loading span:nth-child(4) {
-webkit-animation-delay: -1.5s;
animation-delay: -1.5s;
}
.loadmore-action .loadmore-loading span:nth-child(5) {
-webkit-animation-delay: -2s;
animation-delay: -2s;
}
.loadmore-action .btn-loadmore {
border: 1px solid #7ccedf;
background: transparent;
color: #7ccedf;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
padding: 0.5714285714285714rem 1rem;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.loadmore-action .btn-loadmore:after {
content: "\f067";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.loadmore-action .btn-loadmore:after {
margin-left: 0.35714285714285715em;
}
.loadmore-action .btn-loadmore:hover {
background: #7ccedf;
color: #fff;
}
.animate-box.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
.animate-box.animated.hinge {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
.animate-box.animated {
visibility: hidden;
}
.go.animated {
visibility: visible;
}
.go.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
.go.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
.go.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
.go.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.go.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.go.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.go.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.go.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.go.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
.go.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
.go.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
.go.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
.go.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
.go.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
.go.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
.go.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
.go.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
.go.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
.go.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
.go.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
.go.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
.go.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.go.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.go.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.go.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.go.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.go.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.go.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
.go.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
.go.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
.go.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
.go.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
.go.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
.go.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
.go.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
.go.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
.go.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
.go.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.go.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.dh-disable-animation .el-appear {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.dh-disable-animation .animate-box.animated {
visibility: visible;
}
.dh-disable-animation .column[data-fade="1"] {
opacity: 1;
filter: alpha(opacity=100);
}
.dh-disable-animation .row .row-image-bg[data-parallax="1"] {
background-position: 50% 0 !important;
background-attachment: scroll !important;
}
.dh-disable-animation .dh-lists[data-animation="1"] li {
opacity: 1;
filter: alpha(opacity=100);
left: 0 !important;
}
/*--------------------------------------------------------------
3.0 - Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.2;
color: #1f1f1f;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #949494;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 1rem;
margin-bottom: 1rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 3.2142857142857144em;
font-style: normal;
font-weight: 400;
}
h2,
.h2 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 2.4285714285714284em;
font-style: normal;
font-weight: 400;
}
h3,
.h3 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 1.7142857142857142em;
font-style: normal;
font-weight: 400;
}
h4,
.h4 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 1.4285714285714286em;
font-style: normal;
font-weight: 400;
}
h5,
.h5 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 1.0714285714285714em;
font-style: normal;
font-weight: 400;
}
h6,
.h6 {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
}
p {
margin: 0 0 0.8214285714285714em;
}
.el-heading {
margin-top: 0;
font-size: 1.5em;
margin-bottom: 1rem;
}
.custom-heading-type-border {
position: relative;
padding-left: 15px;
}
.custom-heading-type-border:before {
bottom: 10%;
top: 10%;
left: 0;
position: absolute;
border-left: 3px solid;
content: "";
display: block;
}
.lead {
margin-bottom: 1.6428571428571428em;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
.heading-bold-first-word,
.heading-typed {
margin-top: 0;
font-weight: lighter;
}
.heading-bold-first-word > span {
font-weight: bold;
}
.heading-typed .nth-typed {
display: inline-block;
min-width: 1px;
min-height: 1px;
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
mark,
.mark {
background-color: rgba(248, 215, 172, 0.3);
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #949494;
}
.text-primary {
color: #7ccedf;
}
a.text-primary:hover {
color: #53bfd5;
}
.text-success {
color: #57bb58;
}
a.text-success:hover {
color: #409f41;
}
.text-info {
color: #5788bb;
}
a.text-info:hover {
color: #406f9f;
}
.text-warning {
color: #f0ad4e;
}
a.text-warning:hover {
color: #ec971f;
}
.text-danger {
color: #bb5857;
}
a.text-danger:hover {
color: #9f4140;
}
.bg-primary {
color: #fff;
background-color: #7ccedf;
}
a.bg-primary:hover {
background-color: #53bfd5;
}
.bg-success {
background-color: rgba(160, 216, 160, 0.3);
}
a.bg-success:hover {
background-color: rgba(124, 202, 123, 0.3);
}
.bg-info {
background-color: rgba(160, 188, 216, 0.3);
}
a.bg-info:hover {
background-color: rgba(123, 163, 202, 0.3);
}
.bg-warning {
background-color: rgba(248, 215, 172, 0.3);
}
a.bg-warning:hover {
background-color: rgba(244, 193, 125, 0.3);
}
.bg-danger {
background-color: rgba(216, 160, 160, 0.3);
}
a.bg-danger:hover {
background-color: rgba(202, 123, 124, 0.3);
}
.page-header {
padding-bottom: -0.1785714285714286em;
margin: 3.2857142857142856em 0 1.6428571428571428em;
border-bottom: 1px solid #a1a1a1;
}
ul,
ol {
margin-top: 0;
margin-bottom: 0.8214285714285714em;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -0.35714285714285715em;
}
.list-inline > li {
display: inline-block;
padding-left: 0.35714285714285715em;
padding-right: 0.35714285714285715em;
}
dl {
margin-top: 0;
margin-bottom: 1.6428571428571428em;
}
dt,
dd {
line-height: 1.7;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #949494;
}
blockquote {
padding: 0 0 0 1.4285714285714286em;
margin: 1.6428571428571428em 0 1.6428571428571428em;
font-size: 14px;
border-left: 3px solid #7ccedf;
font-style: italic;
font-weight: normal;
position: relative;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote p {
font-size: 1.1em;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.7;
color: #949494;
text-transform: uppercase;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
blockquote:after {
content: "";
}
address {
margin-bottom: 1.6428571428571428em;
font-style: normal;
line-height: 1.7;
}
iframe,
embed,
object {
max-height: 100%;
max-width: 100%;
border: 0;
}
.empty-space-20 {
height: 20px;
}
.empty-space-40 {
height: 40px;
}
.empty-space-50 {
height: 50px;
}
.empty-space-80 {
height: 80px;
}
/*--------------------------------------------------------------
4.0 - Grid system
--------------------------------------------------------------*/
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.full-wrap .container {
width: 100%;
max-width: 1280px;
}
.boxed-wrap {
background: #ffffff;
background-attachment: scroll;
background-position: center center;
background-repeat: repeat;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
margin: 0 auto;
position: relative;
z-index: 1;
}
@media (min-width: 768px) {
.boxed-wrap {
width: 750px;
}
}
@media (min-width: 992px) {
.boxed-wrap {
width: 970px;
}
}
@media (min-width: 1200px) {
.boxed-wrap {
width: 1200px;
}
}
@media (min-width: 768px) {
.boxed-wrap .container {
width: 720px;
}
}
@media (min-width: 992px) {
.boxed-wrap .container {
width: 940px;
}
}
@media (min-width: 1200px) {
.boxed-wrap .container {
width: 1170px;
}
}
.boxed-wrap .header-container .container {
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) {
.boxed-wrap .header-container .container {
width: 750px;
}
}
@media (min-width: 992px) {
.boxed-wrap .header-container .container {
width: 970px;
}
}
@media (min-width: 1200px) {
.boxed-wrap .header-container .container {
width: 1200px;
}
}
.content-container {
padding-top: 70px;
padding-bottom: 70px;
min-height: 200px;
}
@media (max-width: 767px) {
.content-container {
padding-top: 30px;
padding-bottom: 30px;
}
}
.content-container.no-padding {
padding-top: 0;
padding-bottom: 0;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-full {
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
.box {
position: relative;
}
@media (max-width: 767px) {
.box.box-custom-margin-padding {
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 15px !important;
padding-right: 15px !important;
}
}
.box.border-top {
border-top: 1px solid #e5e5e5;
}
.box.border-left {
border-left: 1px solid #e5e5e5;
}
.box.border-right {
border-right: 1px solid #e5e5e5;
}
.box.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-image-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -100;
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.box-image-bg.bg-repeat {
background-repeat: repeat;
background-size: auto auto !important;
}
.row-image-bg[data-fixed="1"],
.box-image-bg[data-parallax="1"] {
background-attachment: fixed;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row {
position: relative;
}
.row.row-custom-padding {
padding-top: 30px;
}
@media (max-width: 767px) {
.row.row-custom-padding {
padding-top: 15px;
padding-bottom: 15px;
}
}
.row .row-image-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -100;
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-image: url(../images/section-background.jpg);
}
.row .row-image-bg.row-image-bg-2 {
background-image: url(../images/footer-bg.jpg);
}
.row .row-image-bg.bg-repeat {
background-repeat: repeat;
background-size: auto auto !important;
}
.row .row-image-bg[data-fixed="1"],
.row .row-image-bg[data-parallax="1"] {
background-attachment: fixed;
}
.row.border-top {
border-top: 1px solid #e5e5e5;
}
.row.border-left {
border-left: 1px solid #e5e5e5;
}
.row.border-right {
border-right: 1px solid #e5e5e5;
}
.row.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.row .box-video-bg,
.row .row-video-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -100;
overflow: hidden;
}
.row .box-video-bg .full-video,
.row .row-video-bg .full-video {
min-height: 100%;
min-width: 100%;
position: relative;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -100;
}
@media (min-width: 768px) {
.page-layout-right-sidebar .col-md-9.main-wrap .main-content,
.page-template-page-right-slidebar-php .col-md-9.main-wrap .main-content {
padding-right: 30px;
}
.page-layout-right-sidebar .col-md-3.sidebar-wrap,
.page-template-page-right-slidebar-php .col-md-3.sidebar-wrap {
padding-left: 0;
}
.page-layout-left-sidebar .col-md-9.main-wrap .main-content,
.page-template-page-left-slidebar-php .col-md-9.main-wrap .main-content {
padding-left: 30px;
}
.page-layout-left-sidebar .col-md-3.sidebar-wrap,
.page-template-page-left-slidebar-php .col-md-3.sidebar-wrap {
padding-right: 0;
}
}
.main-sidebar > div:first-child .widget-title {
margin-top: 0;
}
@media (max-width: 991px) and (min-width: 769px) {
.container {
width: 97%;
}
.main-wrap {
float: left;
width: 66.66666666666666%;
}
.col-md-12.main-wrap {
width: inherit;
float: none;
}
.sidebar-wrap {
float: left;
width: 33.33333333333333%;
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
width: 100%;
}
}
.column {
position: relative;
}
.column.border-top {
border-top: 1px solid #e5e5e5;
}
.column.border-left {
border-left: 1px solid #e5e5e5;
}
.column.border-right {
border-right: 1px solid #e5e5e5;
}
.column.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.column[data-fade="1"] {
opacity: 0;
filter: alpha(opacity=0);
}
@media (max-width: 991px) {
.column[data-fade="1"] {
opacity: 1;
filter: alpha(opacity=100);
}
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666666666666%;
}
.col-xs-pull-10 {
right: 83.33333333333334%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666666666666%;
}
.col-xs-pull-7 {
right: 58.333333333333336%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666666666667%;
}
.col-xs-pull-4 {
right: 33.33333333333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.666666666666664%;
}
.col-xs-pull-1 {
right: 8.333333333333332%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666666666666%;
}
.col-xs-push-10 {
left: 83.33333333333334%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666666666666%;
}
.col-xs-push-7 {
left: 58.333333333333336%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666666666667%;
}
.col-xs-push-4 {
left: 33.33333333333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.666666666666664%;
}
.col-xs-push-1 {
left: 8.333333333333332%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-15 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}
/*--------------------------------------------------------------
5.0 - Tables
--------------------------------------------------------------*/
table {
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1.6428571428571428em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 0.5714285714285714em;
line-height: 1.7;
vertical-align: top;
border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #e5e5e5;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #e5e5e5;
}
.table-bordered {
border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
/*--------------------------------------------------------------
6.0 - Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 1.6428571428571428em;
font-size: 21px;
line-height: inherit;
color: #6e6e6e;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 0.35714285714285715em;
font-weight: 400;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 0.2857142857142857em 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
select {
-webkit-appearance: select;
-webkit-border-radius: 0px !important;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: none;
}
output {
display: block;
padding-top: 1.5714285714285714rem;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
}
.form-control {
display: block;
width: 100%;
height: 2.9em;
padding: 0.5714285714285714rem;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
background-color: #ffffff;
background-image: none;
border: 1px solid #e5e5e5;
-webkit-border-radius: 2px;
border-radius: 2px;
outline: none;
}
.form-control:focus {
border-color: #7ccedf;
outline: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #a1a1a1;
opacity: 1;
filter: alpha(opacity=100);
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 2.9em;
line-height: 1.7 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
line-height: 19.1px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
line-height: 3.595714285714286em;
}
.form-group {
margin-bottom: 1.0714285714285714em;
}
.radio,
.checkbox {
position: relative;
display: block;
min-height: 1.6428571428571428em;
margin-top: 0.7142857142857143em;
margin-bottom: 0.7142857142857143em;
}
.radio label,
.checkbox label {
padding-left: 1.4285714285714286em;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.input-sm {
height: 19.1px;
padding: 0.5rem 0.8571428571428571rem;
font-size: 12px;
line-height: 1.5;
-webkit-border-radius: 2px;
border-radius: 2px;
}
select.input-sm {
height: 19.1px;
line-height: 19.1px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg {
height: 3.595714285714286em;
padding: 0.8571428571428571rem 1.2857142857142858rem;
font-size: 1.2857142857142858em;
line-height: 1.33;
-webkit-border-radius: 2px;
border-radius: 2px;
}
select.input-lg {
height: 3.595714285714286em;
line-height: 3.595714285714286em;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
/*--------------------------------------------------------------
7.0 - Buttons
--------------------------------------------------------------*/
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0.7714285714285714rem 1.2rem;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
}
.btn:hover,
.btn:focus {
color: #6e6e6e;
text-decoration: none;
}
.btn i,
.btn span {
z-index: 2;
position: relative;
}
.btn-uppercase {
text-transform: uppercase;
}
.btn-icon-left i {
margin-right: 0.35714285714285715em;
}
.btn-icon-right i {
margin-left: 0.35714285714285715em;
}
.btn-style-square {
-webkit-border-radius: 0;
border-radius: 0;
}
.btn-style-round,
.btn-style-round:after,
.btn-style-round:before {
-webkit-border-radius: 100px !important;
border-radius: 100px !important;
}
.btn-style-outlined {
background: none !important;
}
.btn-default {
color: #6e6e6e;
background-color: #f5f5f5;
border-color: #e5e5e5;
}
.btn-default.btn-style-outlined {
color: #f5f5f5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
color: #6e6e6e;
background-color: #dcdcdc;
border-color: #cccccc;
}
.btn-default:hover.btn-style-outlined,
.btn-default:focus.btn-style-outlined,
.btn-default:active.btn-style-outlined,
.btn-default.active.btn-style-outlined {
color: #cccccc;
}
.btn-default:hover.btn-style-3d,
.btn-default:focus.btn-style-3d,
.btn-default:active.btn-style-3d,
.btn-default.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #c6c6c6;
box-shadow: 0 5px 0 #c6c6c6;
}
.btn-default:active,
.btn-default.active {
background-image: none;
}
.btn-default.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #e5e5e5;
box-shadow: 0 5px 0 #e5e5e5;
}
.btn-primary {
color: #ffffff;
background-color: #7ccedf;
border-color: #7ccedf;
}
.btn-primary.btn-style-outlined {
color: #7ccedf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
color: #ffffff;
background-color: #53bfd5;
border-color: #53bfd5;
}
.btn-primary:hover.btn-style-outlined,
.btn-primary:focus.btn-style-outlined,
.btn-primary:active.btn-style-outlined,
.btn-primary.active.btn-style-outlined {
color: #53bfd5;
}
.btn-primary:hover.btn-style-3d,
.btn-primary:focus.btn-style-3d,
.btn-primary:active.btn-style-3d,
.btn-primary.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #4bbcd3;
box-shadow: 0 5px 0 #4bbcd3;
}
.btn-primary:active,
.btn-primary.active {
background-image: none;
}
.btn-primary.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #7ccedf;
box-shadow: 0 5px 0 #7ccedf;
}
.btn-success {
color: #ffffff;
background-color: #57bb58;
border-color: #57bb58;
}
.btn-success.btn-style-outlined {
color: #57bb58;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
color: #ffffff;
background-color: #409f41;
border-color: #409f41;
}
.btn-success:hover.btn-style-outlined,
.btn-success:focus.btn-style-outlined,
.btn-success:active.btn-style-outlined,
.btn-success.active.btn-style-outlined {
color: #409f41;
}
.btn-success:hover.btn-style-3d,
.btn-success:focus.btn-style-3d,
.btn-success:active.btn-style-3d,
.btn-success.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #3d973e;
box-shadow: 0 5px 0 #3d973e;
}
.btn-success:active,
.btn-success.active {
background-image: none;
}
.btn-success.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #57bb58;
box-shadow: 0 5px 0 #57bb58;
}
.btn-info {
color: #ffffff;
background-color: #5788bb;
border-color: #5788bb;
}
.btn-info.btn-style-outlined {
color: #5788bb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
color: #ffffff;
background-color: #406f9f;
border-color: #406f9f;
}
.btn-info:hover.btn-style-outlined,
.btn-info:focus.btn-style-outlined,
.btn-info:active.btn-style-outlined,
.btn-info.active.btn-style-outlined {
color: #406f9f;
}
.btn-info:hover.btn-style-3d,
.btn-info:focus.btn-style-3d,
.btn-info:active.btn-style-3d,
.btn-info.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #3d6997;
box-shadow: 0 5px 0 #3d6997;
}
.btn-info:active,
.btn-info.active {
background-image: none;
}
.btn-info.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #5788bb;
box-shadow: 0 5px 0 #5788bb;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.btn-warning.btn-style-outlined {
color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
color: #ffffff;
background-color: #ec971f;
border-color: #ec971f;
}
.btn-warning:hover.btn-style-outlined,
.btn-warning:focus.btn-style-outlined,
.btn-warning:active.btn-style-outlined,
.btn-warning.active.btn-style-outlined {
color: #ec971f;
}
.btn-warning:hover.btn-style-3d,
.btn-warning:focus.btn-style-3d,
.btn-warning:active.btn-style-3d,
.btn-warning.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #eb9316;
box-shadow: 0 5px 0 #eb9316;
}
.btn-warning:active,
.btn-warning.active {
background-image: none;
}
.btn-warning.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #f0ad4e;
box-shadow: 0 5px 0 #f0ad4e;
}
.btn-danger {
color: #ffffff;
background-color: #bb5857;
border-color: #bb5857;
}
.btn-danger.btn-style-outlined {
color: #bb5857;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
color: #ffffff;
background-color: #9f4140;
border-color: #9f4140;
}
.btn-danger:hover.btn-style-outlined,
.btn-danger:focus.btn-style-outlined,
.btn-danger:active.btn-style-outlined,
.btn-danger.active.btn-style-outlined {
color: #9f4140;
}
.btn-danger:hover.btn-style-3d,
.btn-danger:focus.btn-style-3d,
.btn-danger:active.btn-style-3d,
.btn-danger.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #973e3d;
box-shadow: 0 5px 0 #973e3d;
}
.btn-danger:active,
.btn-danger.active {
background-image: none;
}
.btn-danger.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #bb5857;
box-shadow: 0 5px 0 #bb5857;
}
.btn-primary.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-primary.btn-effect-border-fade:hover,
.btn-primary.btn-effect-border-fade:focus,
.btn-primary.btn-effect-border-fade:active,
.btn-primary.btn-effect-border-fade.active {
background-color: #7ccedf;
box-shadow: 0 0 0 2px #4bbcd3 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #4bbcd3 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #4bbcd3 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-primary.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #7ccedf inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-primary.btn-effect-border-hollow:hover,
.btn-primary.btn-effect-border-hollow:focus,
.btn-primary.btn-effect-border-hollow:active,
.btn-primary.btn-effect-border-hollow.active {
color: #7ccedf;
background-color: transparent;
}
.btn-primary.btn-effect-border-trim {
position: relative;
}
.btn-primary.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-primary.btn-effect-border-trim:hover:before,
.btn-primary.btn-effect-border-trim:focus:before,
.btn-primary.btn-effect-border-trim:active:before,
.btn-primary.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-primary.btn-effect-border-outline-outward:before {
border: 2px solid #7ccedf;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-primary.btn-effect-border-outline-outward:hover:before,
.btn-primary.btn-effect-border-outline-outward:focus:before,
.btn-primary.btn-effect-border-outline-outward:active:before,
.btn-primary.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-primary.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-primary.btn-effect-border-outline-inward:before {
border: 2px solid #7ccedf;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-primary.btn-effect-border-outline-inward:hover:before,
.btn-primary.btn-effect-border-outline-inward:focus:before,
.btn-primary.btn-effect-border-outline-inward:active:before,
.btn-primary.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-primary.btn-effect-border-round-corners:hover,
.btn-primary.btn-effect-border-round-corners:focus,
.btn-primary.btn-effect-border-round-corners:active,
.btn-primary.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-primary.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #7ccedf;
}
.btn-primary.btn-effect-bg-fade-in:hover,
.btn-primary.btn-effect-bg-fade-in:focus,
.btn-primary.btn-effect-bg-fade-in:active,
.btn-primary.btn-effect-bg-fade-in.active {
background-color: #7ccedf;
color: #ffffff;
}
.btn-primary.btn-effect-bg-fade-out {
background-color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-primary.btn-effect-bg-fade-out:hover,
.btn-primary.btn-effect-bg-fade-out:focus,
.btn-primary.btn-effect-bg-fade-out:active,
.btn-primary.btn-effect-bg-fade-out.active {
background: transparent;
color: #7ccedf;
}
.btn-primary.btn-effect-bg-top {
position: relative;
background: transparent;
color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-primary.btn-effect-bg-top:hover,
.btn-primary.btn-effect-bg-top:focus,
.btn-primary.btn-effect-bg-top:active,
.btn-primary.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-primary.btn-effect-bg-top:hover:after,
.btn-primary.btn-effect-bg-top:focus:after,
.btn-primary.btn-effect-bg-top:active:after,
.btn-primary.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-primary.btn-effect-bg-right {
position: relative;
background: transparent;
color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-primary.btn-effect-bg-right:hover,
.btn-primary.btn-effect-bg-right:focus,
.btn-primary.btn-effect-bg-right:active,
.btn-primary.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-primary.btn-effect-bg-right:hover:after,
.btn-primary.btn-effect-bg-right:focus:after,
.btn-primary.btn-effect-bg-right:active:after,
.btn-primary.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-primary.btn-effect-bg-center {
position: relative;
background: transparent;
color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-center:hover,
.btn-primary.btn-effect-bg-center:focus,
.btn-primary.btn-effect-bg-center:active,
.btn-primary.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-primary.btn-effect-bg-center:hover:after,
.btn-primary.btn-effect-bg-center:focus:after,
.btn-primary.btn-effect-bg-center:active:after,
.btn-primary.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #7ccedf;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-skew-center:hover,
.btn-primary.btn-effect-bg-skew-center:focus,
.btn-primary.btn-effect-bg-skew-center:active,
.btn-primary.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-primary.btn-effect-bg-skew-center:hover:after,
.btn-primary.btn-effect-bg-skew-center:focus:after,
.btn-primary.btn-effect-bg-skew-center:active:after,
.btn-primary.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #7ccedf;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-primary.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #7ccedf;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-horizontal-center:hover,
.btn-primary.btn-effect-bg-horizontal-center:focus,
.btn-primary.btn-effect-bg-horizontal-center:active,
.btn-primary.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-primary.btn-effect-bg-horizontal-center:hover:after,
.btn-primary.btn-effect-bg-horizontal-center:focus:after,
.btn-primary.btn-effect-bg-horizontal-center:active:after,
.btn-primary.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-primary.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-primary.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-primary.btn-effect-icon-slide-in:hover i,
.btn-primary.btn-effect-icon-slide-in:focus i,
.btn-primary.btn-effect-icon-slide-in:active i,
.btn-primary.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-primary.btn-effect-icon-slide-in:hover span,
.btn-primary.btn-effect-icon-slide-in:focus span,
.btn-primary.btn-effect-icon-slide-in:active span,
.btn-primary.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-primary.btn-effect-click-state {
position: relative;
}
.btn-primary.btn-effect-click-state:hover,
.btn-primary.btn-effect-click-state:focus,
.btn-primary.btn-effect-click-state:active,
.btn-primary.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #53bfd5;
box-shadow: 0 2px 0 #53bfd5;
}
.btn-success.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-success.btn-effect-border-fade:hover,
.btn-success.btn-effect-border-fade:focus,
.btn-success.btn-effect-border-fade:active,
.btn-success.btn-effect-border-fade.active {
background-color: #57bb58;
box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-success.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-success.btn-effect-border-hollow:hover,
.btn-success.btn-effect-border-hollow:focus,
.btn-success.btn-effect-border-hollow:active,
.btn-success.btn-effect-border-hollow.active {
color: #57bb58;
background-color: transparent;
}
.btn-success.btn-effect-border-trim {
position: relative;
}
.btn-success.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-success.btn-effect-border-trim:hover:before,
.btn-success.btn-effect-border-trim:focus:before,
.btn-success.btn-effect-border-trim:active:before,
.btn-success.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-success.btn-effect-border-outline-outward:before {
border: 2px solid #57bb58;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-success.btn-effect-border-outline-outward:hover:before,
.btn-success.btn-effect-border-outline-outward:focus:before,
.btn-success.btn-effect-border-outline-outward:active:before,
.btn-success.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-success.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-success.btn-effect-border-outline-inward:before {
border: 2px solid #57bb58;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-success.btn-effect-border-outline-inward:hover:before,
.btn-success.btn-effect-border-outline-inward:focus:before,
.btn-success.btn-effect-border-outline-inward:active:before,
.btn-success.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-success.btn-effect-border-round-corners:hover,
.btn-success.btn-effect-border-round-corners:focus,
.btn-success.btn-effect-border-round-corners:active,
.btn-success.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-success.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #57bb58;
}
.btn-success.btn-effect-bg-fade-in:hover,
.btn-success.btn-effect-bg-fade-in:focus,
.btn-success.btn-effect-bg-fade-in:active,
.btn-success.btn-effect-bg-fade-in.active {
background-color: #57bb58;
color: #ffffff;
}
.btn-success.btn-effect-bg-fade-out {
background-color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-success.btn-effect-bg-fade-out:hover,
.btn-success.btn-effect-bg-fade-out:focus,
.btn-success.btn-effect-bg-fade-out:active,
.btn-success.btn-effect-bg-fade-out.active {
background: transparent;
color: #57bb58;
}
.btn-success.btn-effect-bg-top {
position: relative;
background: transparent;
color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-success.btn-effect-bg-top:hover,
.btn-success.btn-effect-bg-top:focus,
.btn-success.btn-effect-bg-top:active,
.btn-success.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-success.btn-effect-bg-top:hover:after,
.btn-success.btn-effect-bg-top:focus:after,
.btn-success.btn-effect-bg-top:active:after,
.btn-success.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-success.btn-effect-bg-right {
position: relative;
background: transparent;
color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-success.btn-effect-bg-right:hover,
.btn-success.btn-effect-bg-right:focus,
.btn-success.btn-effect-bg-right:active,
.btn-success.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-success.btn-effect-bg-right:hover:after,
.btn-success.btn-effect-bg-right:focus:after,
.btn-success.btn-effect-bg-right:active:after,
.btn-success.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-success.btn-effect-bg-center {
position: relative;
background: transparent;
color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-center:hover,
.btn-success.btn-effect-bg-center:focus,
.btn-success.btn-effect-bg-center:active,
.btn-success.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-success.btn-effect-bg-center:hover:after,
.btn-success.btn-effect-bg-center:focus:after,
.btn-success.btn-effect-bg-center:active:after,
.btn-success.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #57bb58;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-skew-center:hover,
.btn-success.btn-effect-bg-skew-center:focus,
.btn-success.btn-effect-bg-skew-center:active,
.btn-success.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-success.btn-effect-bg-skew-center:hover:after,
.btn-success.btn-effect-bg-skew-center:focus:after,
.btn-success.btn-effect-bg-skew-center:active:after,
.btn-success.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #57bb58;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-success.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #57bb58;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-horizontal-center:hover,
.btn-success.btn-effect-bg-horizontal-center:focus,
.btn-success.btn-effect-bg-horizontal-center:active,
.btn-success.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-success.btn-effect-bg-horizontal-center:hover:after,
.btn-success.btn-effect-bg-horizontal-center:focus:after,
.btn-success.btn-effect-bg-horizontal-center:active:after,
.btn-success.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-success.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-success.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-success.btn-effect-icon-slide-in:hover i,
.btn-success.btn-effect-icon-slide-in:focus i,
.btn-success.btn-effect-icon-slide-in:active i,
.btn-success.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-success.btn-effect-icon-slide-in:hover span,
.btn-success.btn-effect-icon-slide-in:focus span,
.btn-success.btn-effect-icon-slide-in:active span,
.btn-success.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-success.btn-effect-click-state {
position: relative;
}
.btn-success.btn-effect-click-state:hover,
.btn-success.btn-effect-click-state:focus,
.btn-success.btn-effect-click-state:active,
.btn-success.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #409f41;
box-shadow: 0 2px 0 #409f41;
}
.btn-info.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-info.btn-effect-border-fade:hover,
.btn-info.btn-effect-border-fade:focus,
.btn-info.btn-effect-border-fade:active,
.btn-info.btn-effect-border-fade.active {
background-color: #5788bb;
box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-info.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-info.btn-effect-border-hollow:hover,
.btn-info.btn-effect-border-hollow:focus,
.btn-info.btn-effect-border-hollow:active,
.btn-info.btn-effect-border-hollow.active {
color: #5788bb;
background-color: transparent;
}
.btn-info.btn-effect-border-trim {
position: relative;
}
.btn-info.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-info.btn-effect-border-trim:hover:before,
.btn-info.btn-effect-border-trim:focus:before,
.btn-info.btn-effect-border-trim:active:before,
.btn-info.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-info.btn-effect-border-outline-outward:before {
border: 2px solid #5788bb;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-info.btn-effect-border-outline-outward:hover:before,
.btn-info.btn-effect-border-outline-outward:focus:before,
.btn-info.btn-effect-border-outline-outward:active:before,
.btn-info.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-info.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-info.btn-effect-border-outline-inward:before {
border: 2px solid #5788bb;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-info.btn-effect-border-outline-inward:hover:before,
.btn-info.btn-effect-border-outline-inward:focus:before,
.btn-info.btn-effect-border-outline-inward:active:before,
.btn-info.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-info.btn-effect-border-round-corners:hover,
.btn-info.btn-effect-border-round-corners:focus,
.btn-info.btn-effect-border-round-corners:active,
.btn-info.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-info.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #5788bb;
}
.btn-info.btn-effect-bg-fade-in:hover,
.btn-info.btn-effect-bg-fade-in:focus,
.btn-info.btn-effect-bg-fade-in:active,
.btn-info.btn-effect-bg-fade-in.active {
background-color: #5788bb;
color: #ffffff;
}
.btn-info.btn-effect-bg-fade-out {
background-color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-info.btn-effect-bg-fade-out:hover,
.btn-info.btn-effect-bg-fade-out:focus,
.btn-info.btn-effect-bg-fade-out:active,
.btn-info.btn-effect-bg-fade-out.active {
background: transparent;
color: #5788bb;
}
.btn-info.btn-effect-bg-top {
position: relative;
background: transparent;
color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-info.btn-effect-bg-top:hover,
.btn-info.btn-effect-bg-top:focus,
.btn-info.btn-effect-bg-top:active,
.btn-info.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-info.btn-effect-bg-top:hover:after,
.btn-info.btn-effect-bg-top:focus:after,
.btn-info.btn-effect-bg-top:active:after,
.btn-info.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-info.btn-effect-bg-right {
position: relative;
background: transparent;
color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-info.btn-effect-bg-right:hover,
.btn-info.btn-effect-bg-right:focus,
.btn-info.btn-effect-bg-right:active,
.btn-info.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-info.btn-effect-bg-right:hover:after,
.btn-info.btn-effect-bg-right:focus:after,
.btn-info.btn-effect-bg-right:active:after,
.btn-info.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-info.btn-effect-bg-center {
position: relative;
background: transparent;
color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-center:hover,
.btn-info.btn-effect-bg-center:focus,
.btn-info.btn-effect-bg-center:active,
.btn-info.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-info.btn-effect-bg-center:hover:after,
.btn-info.btn-effect-bg-center:focus:after,
.btn-info.btn-effect-bg-center:active:after,
.btn-info.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #5788bb;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-skew-center:hover,
.btn-info.btn-effect-bg-skew-center:focus,
.btn-info.btn-effect-bg-skew-center:active,
.btn-info.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-info.btn-effect-bg-skew-center:hover:after,
.btn-info.btn-effect-bg-skew-center:focus:after,
.btn-info.btn-effect-bg-skew-center:active:after,
.btn-info.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #5788bb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-info.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #5788bb;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-horizontal-center:hover,
.btn-info.btn-effect-bg-horizontal-center:focus,
.btn-info.btn-effect-bg-horizontal-center:active,
.btn-info.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-info.btn-effect-bg-horizontal-center:hover:after,
.btn-info.btn-effect-bg-horizontal-center:focus:after,
.btn-info.btn-effect-bg-horizontal-center:active:after,
.btn-info.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-info.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-info.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-info.btn-effect-icon-slide-in:hover i,
.btn-info.btn-effect-icon-slide-in:focus i,
.btn-info.btn-effect-icon-slide-in:active i,
.btn-info.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-info.btn-effect-icon-slide-in:hover span,
.btn-info.btn-effect-icon-slide-in:focus span,
.btn-info.btn-effect-icon-slide-in:active span,
.btn-info.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-info.btn-effect-click-state {
position: relative;
}
.btn-info.btn-effect-click-state:hover,
.btn-info.btn-effect-click-state:focus,
.btn-info.btn-effect-click-state:active,
.btn-info.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #406f9f;
box-shadow: 0 2px 0 #406f9f;
}
.btn-warning.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-warning.btn-effect-border-fade:hover,
.btn-warning.btn-effect-border-fade:focus,
.btn-warning.btn-effect-border-fade:active,
.btn-warning.btn-effect-border-fade.active {
background-color: #f0ad4e;
box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-warning.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-warning.btn-effect-border-hollow:hover,
.btn-warning.btn-effect-border-hollow:focus,
.btn-warning.btn-effect-border-hollow:active,
.btn-warning.btn-effect-border-hollow.active {
color: #f0ad4e;
background-color: transparent;
}
.btn-warning.btn-effect-border-trim {
position: relative;
}
.btn-warning.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-warning.btn-effect-border-trim:hover:before,
.btn-warning.btn-effect-border-trim:focus:before,
.btn-warning.btn-effect-border-trim:active:before,
.btn-warning.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-warning.btn-effect-border-outline-outward:before {
border: 2px solid #f0ad4e;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-warning.btn-effect-border-outline-outward:hover:before,
.btn-warning.btn-effect-border-outline-outward:focus:before,
.btn-warning.btn-effect-border-outline-outward:active:before,
.btn-warning.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-warning.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-warning.btn-effect-border-outline-inward:before {
border: 2px solid #f0ad4e;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-warning.btn-effect-border-outline-inward:hover:before,
.btn-warning.btn-effect-border-outline-inward:focus:before,
.btn-warning.btn-effect-border-outline-inward:active:before,
.btn-warning.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-warning.btn-effect-border-round-corners:hover,
.btn-warning.btn-effect-border-round-corners:focus,
.btn-warning.btn-effect-border-round-corners:active,
.btn-warning.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-warning.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #f0ad4e;
}
.btn-warning.btn-effect-bg-fade-in:hover,
.btn-warning.btn-effect-bg-fade-in:focus,
.btn-warning.btn-effect-bg-fade-in:active,
.btn-warning.btn-effect-bg-fade-in.active {
background-color: #f0ad4e;
color: #ffffff;
}
.btn-warning.btn-effect-bg-fade-out {
background-color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-warning.btn-effect-bg-fade-out:hover,
.btn-warning.btn-effect-bg-fade-out:focus,
.btn-warning.btn-effect-bg-fade-out:active,
.btn-warning.btn-effect-bg-fade-out.active {
background: transparent;
color: #f0ad4e;
}
.btn-warning.btn-effect-bg-top {
position: relative;
background: transparent;
color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-warning.btn-effect-bg-top:hover,
.btn-warning.btn-effect-bg-top:focus,
.btn-warning.btn-effect-bg-top:active,
.btn-warning.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-warning.btn-effect-bg-top:hover:after,
.btn-warning.btn-effect-bg-top:focus:after,
.btn-warning.btn-effect-bg-top:active:after,
.btn-warning.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-warning.btn-effect-bg-right {
position: relative;
background: transparent;
color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-warning.btn-effect-bg-right:hover,
.btn-warning.btn-effect-bg-right:focus,
.btn-warning.btn-effect-bg-right:active,
.btn-warning.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-warning.btn-effect-bg-right:hover:after,
.btn-warning.btn-effect-bg-right:focus:after,
.btn-warning.btn-effect-bg-right:active:after,
.btn-warning.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-warning.btn-effect-bg-center {
position: relative;
background: transparent;
color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-center:hover,
.btn-warning.btn-effect-bg-center:focus,
.btn-warning.btn-effect-bg-center:active,
.btn-warning.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-warning.btn-effect-bg-center:hover:after,
.btn-warning.btn-effect-bg-center:focus:after,
.btn-warning.btn-effect-bg-center:active:after,
.btn-warning.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #f0ad4e;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-skew-center:hover,
.btn-warning.btn-effect-bg-skew-center:focus,
.btn-warning.btn-effect-bg-skew-center:active,
.btn-warning.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-warning.btn-effect-bg-skew-center:hover:after,
.btn-warning.btn-effect-bg-skew-center:focus:after,
.btn-warning.btn-effect-bg-skew-center:active:after,
.btn-warning.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #f0ad4e;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-warning.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #f0ad4e;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-horizontal-center:hover,
.btn-warning.btn-effect-bg-horizontal-center:focus,
.btn-warning.btn-effect-bg-horizontal-center:active,
.btn-warning.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-warning.btn-effect-bg-horizontal-center:hover:after,
.btn-warning.btn-effect-bg-horizontal-center:focus:after,
.btn-warning.btn-effect-bg-horizontal-center:active:after,
.btn-warning.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-warning.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-warning.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-warning.btn-effect-icon-slide-in:hover i,
.btn-warning.btn-effect-icon-slide-in:focus i,
.btn-warning.btn-effect-icon-slide-in:active i,
.btn-warning.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-warning.btn-effect-icon-slide-in:hover span,
.btn-warning.btn-effect-icon-slide-in:focus span,
.btn-warning.btn-effect-icon-slide-in:active span,
.btn-warning.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-warning.btn-effect-click-state {
position: relative;
}
.btn-warning.btn-effect-click-state:hover,
.btn-warning.btn-effect-click-state:focus,
.btn-warning.btn-effect-click-state:active,
.btn-warning.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #ec971f;
box-shadow: 0 2px 0 #ec971f;
}
.btn-danger.btn-effect-border-fade {
border-color: transparent;
box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.btn-danger.btn-effect-border-fade:hover,
.btn-danger.btn-effect-border-fade:focus,
.btn-danger.btn-effect-border-fade:active,
.btn-danger.btn-effect-border-fade.active {
background-color: #bb5857;
box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-danger.btn-effect-border-hollow {
border-color: transparent;
box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
}
.btn-danger.btn-effect-border-hollow:hover,
.btn-danger.btn-effect-border-hollow:focus,
.btn-danger.btn-effect-border-hollow:active,
.btn-danger.btn-effect-border-hollow.active {
color: #bb5857;
background-color: transparent;
}
.btn-danger.btn-effect-border-trim {
position: relative;
}
.btn-danger.btn-effect-border-trim:before {
border: 2px solid white;
bottom: 2px;
content: "";
left: 2px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: 2px;
top: 2px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.btn-danger.btn-effect-border-trim:hover:before,
.btn-danger.btn-effect-border-trim:focus:before,
.btn-danger.btn-effect-border-trim:active:before,
.btn-danger.btn-effect-border-trim.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-border-outline-outward {
position: relative;
border-color: transparent;
}
.btn-danger.btn-effect-border-outline-outward:before {
border: 2px solid #bb5857;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-danger.btn-effect-border-outline-outward:hover:before,
.btn-danger.btn-effect-border-outline-outward:focus:before,
.btn-danger.btn-effect-border-outline-outward:active:before,
.btn-danger.btn-effect-border-outline-outward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
}
.btn-danger.btn-effect-border-outline-inward {
position: relative;
border-color: transparent;
}
.btn-danger.btn-effect-border-outline-inward:before {
border: 2px solid #bb5857;
bottom: -12px;
content: "";
left: -12px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
right: -12px;
top: -12px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
-webkit-transition-property: top, right, bottom, left;
-moz-transition-property: top, right, bottom, left;
}
.btn-danger.btn-effect-border-outline-inward:hover:before,
.btn-danger.btn-effect-border-outline-inward:focus:before,
.btn-danger.btn-effect-border-outline-inward:active:before,
.btn-danger.btn-effect-border-outline-inward.active:before {
bottom: -6px;
left: -6px;
right: -6px;
top: -6px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-border-round-corners {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.btn-danger.btn-effect-border-round-corners:hover,
.btn-danger.btn-effect-border-round-corners:focus,
.btn-danger.btn-effect-border-round-corners:active,
.btn-danger.btn-effect-border-round-corners.active {
-webkit-border-radius: 2em;
border-radius: 2em;
}
.btn-danger.btn-effect-bg-fade-in {
background: transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #bb5857;
}
.btn-danger.btn-effect-bg-fade-in:hover,
.btn-danger.btn-effect-bg-fade-in:focus,
.btn-danger.btn-effect-bg-fade-in:active,
.btn-danger.btn-effect-bg-fade-in.active {
background-color: #bb5857;
color: #ffffff;
}
.btn-danger.btn-effect-bg-fade-out {
background-color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
color: #ffffff;
}
.btn-danger.btn-effect-bg-fade-out:hover,
.btn-danger.btn-effect-bg-fade-out:focus,
.btn-danger.btn-effect-bg-fade-out:active,
.btn-danger.btn-effect-bg-fade-out.active {
background: transparent;
color: #bb5857;
}
.btn-danger.btn-effect-bg-top {
position: relative;
background: transparent;
color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-top:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: height;
transition-property: height;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 0;
left: 0;
top: 0;
width: 100%;
}
.btn-danger.btn-effect-bg-top:hover,
.btn-danger.btn-effect-bg-top:focus,
.btn-danger.btn-effect-bg-top:active,
.btn-danger.btn-effect-bg-top.active {
color: #ffffff;
}
.btn-danger.btn-effect-bg-top:hover:after,
.btn-danger.btn-effect-bg-top:focus:after,
.btn-danger.btn-effect-bg-top:active:after,
.btn-danger.btn-effect-bg-top.active:after {
height: 100%;
}
.btn-danger.btn-effect-bg-right {
position: relative;
background: transparent;
color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-right:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width;
transition-property: width;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 100%;
left: 0;
top: 0;
width: 0;
}
.btn-danger.btn-effect-bg-right:hover,
.btn-danger.btn-effect-bg-right:focus,
.btn-danger.btn-effect-bg-right:active,
.btn-danger.btn-effect-bg-right.active {
color: #ffffff !important;
}
.btn-danger.btn-effect-bg-right:hover:after,
.btn-danger.btn-effect-bg-right:focus:after,
.btn-danger.btn-effect-bg-right:active:after,
.btn-danger.btn-effect-bg-right.active:after {
width: 100%;
}
.btn-danger.btn-effect-bg-center {
position: relative;
background: transparent;
color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 100%;
left: 50%;
top: 50%;
width: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-center:hover,
.btn-danger.btn-effect-bg-center:focus,
.btn-danger.btn-effect-bg-center:active,
.btn-danger.btn-effect-bg-center.active {
color: #ffffff !important;
}
.btn-danger.btn-effect-bg-center:hover:after,
.btn-danger.btn-effect-bg-center:focus:after,
.btn-danger.btn-effect-bg-center:active:after,
.btn-danger.btn-effect-bg-center.active:after {
width: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-bg-skew-center {
position: relative;
background: transparent;
color: #bb5857;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-skew-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 0;
left: 50%;
top: 50%;
width: 100%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-skew-center:hover,
.btn-danger.btn-effect-bg-skew-center:focus,
.btn-danger.btn-effect-bg-skew-center:active,
.btn-danger.btn-effect-bg-skew-center.active {
color: #ffffff !important;
}
.btn-danger.btn-effect-bg-skew-center:hover:after,
.btn-danger.btn-effect-bg-skew-center:focus:after,
.btn-danger.btn-effect-bg-skew-center:active:after,
.btn-danger.btn-effect-bg-skew-center.active:after {
height: 260%;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-bg-horizontal-center {
position: relative;
background: transparent;
color: #bb5857;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color;
transition-property: color;
}
.btn-danger.btn-effect-bg-horizontal-center:after {
content: "";
position: absolute;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
z-index: 1;
background: none repeat scroll 0 0 #bb5857;
height: 0%;
left: 50%;
top: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-horizontal-center:hover,
.btn-danger.btn-effect-bg-horizontal-center:focus,
.btn-danger.btn-effect-bg-horizontal-center:active,
.btn-danger.btn-effect-bg-horizontal-center.active {
color: #ffffff !important;
}
.btn-danger.btn-effect-bg-horizontal-center:hover:after,
.btn-danger.btn-effect-bg-horizontal-center:focus:after,
.btn-danger.btn-effect-bg-horizontal-center:active:after,
.btn-danger.btn-effect-bg-horizontal-center.active:after {
height: 100%;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-icon-slide-in {
position: relative;
padding-right: 3em;
padding-left: 3em;
}
.btn-danger.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-danger.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-danger.btn-effect-icon-slide-in:hover i,
.btn-danger.btn-effect-icon-slide-in:focus i,
.btn-danger.btn-effect-icon-slide-in:active i,
.btn-danger.btn-effect-icon-slide-in.active i {
margin-left: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-danger.btn-effect-icon-slide-in:hover span,
.btn-danger.btn-effect-icon-slide-in:focus span,
.btn-danger.btn-effect-icon-slide-in:active span,
.btn-danger.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-danger.btn-effect-click-state {
position: relative;
}
.btn-danger.btn-effect-click-state:hover,
.btn-danger.btn-effect-click-state:focus,
.btn-danger.btn-effect-click-state:active,
.btn-danger.btn-effect-click-state.active {
top: 2px;
-webkit-box-shadow: 0 2px 0 #9f4140;
box-shadow: 0 2px 0 #9f4140;
}
.btn-white {
color: #ffffff;
border-color: #ffffff !important;
background: rgba(0, 0, 0, 0);
background: none !important;
border-width: 2px !important;
-webkit-border-radius: 0;
border-radius: 0;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
color: #fff;
}
.btn-white.btn-effect-icon-slide-in {
position: relative;
padding-right: 2em;
padding-left: 2em;
}
.btn-white.btn-effect-icon-slide-in i {
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
filter: alpha(opacity=0);
line-height: inherit;
margin-left: 0;
}
.btn-white.btn-effect-icon-slide-in span {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
left: 0;
}
.btn-white.btn-effect-icon-slide-in:hover i,
.btn-white.btn-effect-icon-slide-in:focus i,
.btn-white.btn-effect-icon-slide-in:active i,
.btn-white.btn-effect-icon-slide-in.active i {
margin-left: 0.35714285714285715em;
opacity: 1;
filter: alpha(opacity=100);
}
.btn-white.btn-effect-icon-slide-in:hover span,
.btn-white.btn-effect-icon-slide-in:focus span,
.btn-white.btn-effect-icon-slide-in:active span,
.btn-white.btn-effect-icon-slide-in.active span {
left: -0.5em;
}
.btn-link {
color: #1f1f1f;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #7ccedf;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
color: #949494;
text-decoration: none;
}
.btn-lg {
padding: 0.8999999999999999rem 1.4857142857142858rem;
font-size: 1.2857142857142858em;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.btn-sm {
padding: 0.7rem 1.0571428571428572rem;
font-size: 12px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.btn-xs {
padding: 0.41428571428571426rem 0.7rem;
font-size: 12px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.btn-align-center {
display: table;
margin-left: auto;
margin-right: auto;
}
.btn-align-right {
float: right;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.35714285714285715em;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/*--------------------------------------------------------------
8.0 - Dropdown menus
--------------------------------------------------------------*/
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.14285714285714285em;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
padding: 0;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 11.428571428571429em;
margin: 0px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
-webkit-box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: -0.1785714285714286em 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 4px 15px;
clear: both;
line-height: 1.7;
color: #6e6e6e;
white-space: nowrap;
}
.dropdown-menu > li > a:hover {
text-decoration: none;
color: #616161;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #7ccedf;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 0.07142857142857142em;
}
/*--------------------------------------------------------------
9.0 - Navs
--------------------------------------------------------------*/
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 0.6rem 1.1rem;
}
.nav > li > a:hover {
text-decoration: none;
background-color: #a1a1a1;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #e5e5e5;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.7;
border: 1px solid transparent;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
background: transparent;
}
.nav-tabs > li > a > i {
margin-right: 0.5em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background: #fff;
color: #888888;
border: 1px solid #e5e5e5;
border-bottom-color: transparent;
cursor: default;
}
.tab-content {
padding: 20px 0;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.tab-content .widget {
margin-bottom: 0;
}
.widget .tab-content {
padding-bottom: 0;
}
/* custom inclusion of right, left and below tabs */
.tabs-top > .nav-tabs > li > a {
border-top-width: 2px;
}
.tabs-top > .nav-tabs > .active > a,
.tabs-top > .nav-tabs > .active > a:hover,
.tabs-top > .nav-tabs > .active > a:focus {
border-top: 2px solid #7ccedf;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
.tabs-below > .nav-tabs {
border-top: 1px solid #e5e5e5;
}
.tabs-below > .nav-tabs > li {
margin-top: -1px;
margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
-webkit-border-radius: 0;
border-radius: 0;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
border-color: transparent #e5e5e5 #7ccedf #e5e5e5;
border-bottom-width: 2px;
}
.tabs-right,
.tabs-left {
display: table;
width: 100%;
}
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
display: table-cell;
width: 30%;
vertical-align: middle;
}
.tabs-right > .nav-tabs > li,
.tabs-left > .nav-tabs > li {
float: none;
}
.tabs-right > .tab-content,
.tabs-left > .tab-content {
padding: 0;
float: none;
display: table-cell;
vertical-align: top;
width: 70%;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
min-width: 74px;
margin-right: 0;
margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
margin-right: 1.3571428571428572em;
border-right: 1px solid #e5e5e5;
}
.tabs-left > .tab-content {
padding-left: 20px;
}
.tabs-left > .nav-tabs > li > a {
margin-right: -1px;
-webkit-border-radius: 0;
border-radius: 0;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
border-color: #e5e5e5 transparent #e5e5e5 #7ccedf;
*border-right-color: #ffffff;
border-left-width: 2px;
}
.tabs-right > .nav-tabs {
margin-left: 1.3571428571428572em;
border-left: 1px solid #e5e5e5;
}
.tabs-right > .tab-content {
padding-right: 20px;
}
.tabs-right > .nav-tabs > li > a {
margin-left: -1px;
-webkit-border-radius: 0;
border-radius: 0;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
border-color: #e5e5e5 #7ccedf #e5e5e5 transparent;
*border-left-color: #ffffff;
border-right-width: 2px;
}
.tabs-default a {
color: #6e6e6e;
}
.tabs-default a:hover,
.tabs-default a:focus {
color: #6e6e6e;
}
.tabs-default.tabs-top .nav-tabs > li.active > a,
.tabs-default.tabs-top .nav-tabs > li.active > a:hover,
.tabs-default.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #e5e5e5;
color: #6e6e6e;
}
.tabs-default.tabs-left .nav-tabs > li.active > a,
.tabs-default.tabs-left .nav-tabs > li.active > a:hover,
.tabs-default.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #e5e5e5;
color: #6e6e6e;
}
.tabs-default.tabs-right .nav-tabs > li.active > a,
.tabs-default.tabs-right .nav-tabs > li.active > a:hover,
.tabs-default.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #e5e5e5;
color: #6e6e6e;
}
.tabs-default.tabs-below .nav-tabs > li.active > a,
.tabs-default.tabs-below .nav-tabs > li.active > a:hover,
.tabs-default.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #e5e5e5;
color: #6e6e6e;
}
.tabs-primary a {
color: #6e6e6e;
}
.tabs-primary a:hover,
.tabs-primary a:focus {
color: #7ccedf;
}
.tabs-primary.tabs-top .nav-tabs > li.active > a,
.tabs-primary.tabs-top .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #7ccedf;
color: #7ccedf;
}
.tabs-primary.tabs-left .nav-tabs > li.active > a,
.tabs-primary.tabs-left .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #7ccedf;
color: #7ccedf;
}
.tabs-primary.tabs-right .nav-tabs > li.active > a,
.tabs-primary.tabs-right .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #7ccedf;
color: #7ccedf;
}
.tabs-primary.tabs-below .nav-tabs > li.active > a,
.tabs-primary.tabs-below .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #7ccedf;
color: #7ccedf;
}
.tabs-success a {
color: #6e6e6e;
}
.tabs-success a:hover,
.tabs-success a:focus {
color: #57bb58;
}
.tabs-success.tabs-top .nav-tabs > li.active > a,
.tabs-success.tabs-top .nav-tabs > li.active > a:hover,
.tabs-success.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #57bb58;
color: #57bb58;
}
.tabs-success.tabs-left .nav-tabs > li.active > a,
.tabs-success.tabs-left .nav-tabs > li.active > a:hover,
.tabs-success.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #57bb58;
color: #57bb58;
}
.tabs-success.tabs-right .nav-tabs > li.active > a,
.tabs-success.tabs-right .nav-tabs > li.active > a:hover,
.tabs-success.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #57bb58;
color: #57bb58;
}
.tabs-success.tabs-below .nav-tabs > li.active > a,
.tabs-success.tabs-below .nav-tabs > li.active > a:hover,
.tabs-success.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #57bb58;
color: #57bb58;
}
.tabs-info a {
color: #6e6e6e;
}
.tabs-info a:hover,
.tabs-info a:focus {
color: #5788bb;
}
.tabs-info.tabs-top .nav-tabs > li.active > a,
.tabs-info.tabs-top .nav-tabs > li.active > a:hover,
.tabs-info.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #5788bb;
color: #5788bb;
}
.tabs-info.tabs-left .nav-tabs > li.active > a,
.tabs-info.tabs-left .nav-tabs > li.active > a:hover,
.tabs-info.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #5788bb;
color: #5788bb;
}
.tabs-info.tabs-right .nav-tabs > li.active > a,
.tabs-info.tabs-right .nav-tabs > li.active > a:hover,
.tabs-info.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #5788bb;
color: #5788bb;
}
.tabs-info.tabs-below .nav-tabs > li.active > a,
.tabs-info.tabs-below .nav-tabs > li.active > a:hover,
.tabs-info.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #5788bb;
color: #5788bb;
}
.tabs-warning a {
color: #6e6e6e;
}
.tabs-warning a:hover,
.tabs-warning a:focus {
color: #f0ad4e;
}
.tabs-warning.tabs-top .nav-tabs > li.active > a,
.tabs-warning.tabs-top .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #f0ad4e;
color: #f0ad4e;
}
.tabs-warning.tabs-left .nav-tabs > li.active > a,
.tabs-warning.tabs-left .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #f0ad4e;
color: #f0ad4e;
}
.tabs-warning.tabs-right .nav-tabs > li.active > a,
.tabs-warning.tabs-right .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #f0ad4e;
color: #f0ad4e;
}
.tabs-warning.tabs-below .nav-tabs > li.active > a,
.tabs-warning.tabs-below .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #f0ad4e;
color: #f0ad4e;
}
.tabs-danger a {
color: #6e6e6e;
}
.tabs-danger a:hover,
.tabs-danger a:focus {
color: #bb5857;
}
.tabs-danger.tabs-top .nav-tabs > li.active > a,
.tabs-danger.tabs-top .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-top .nav-tabs > li.active > a:focus {
border-top-color: #bb5857;
color: #bb5857;
}
.tabs-danger.tabs-left .nav-tabs > li.active > a,
.tabs-danger.tabs-left .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-left .nav-tabs > li.active > a:focus {
border-left-color: #bb5857;
color: #bb5857;
}
.tabs-danger.tabs-right .nav-tabs > li.active > a,
.tabs-danger.tabs-right .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-right .nav-tabs > li.active > a:focus {
border-right-color: #bb5857;
color: #bb5857;
}
.tabs-danger.tabs-below .nav-tabs > li.active > a,
.tabs-danger.tabs-below .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-below .nav-tabs > li.active > a:focus {
border-bottom-color: #bb5857;
color: #bb5857;
}
.tabs-center > .nav-tabs {
text-align: center;
}
.tabs-center > .nav-tabs > li {
display: inline-block;
float: none;
}
.tabs-full > .nav-tabs {
display: table;
width: 100%;
}
.tabs-full > .nav-tabs > li {
display: table-cell;
float: none;
}
.tabs-full > .nav-tabs > li > a {
margin-right: 0;
background-color: #f5f5f5;
}
.tabs-full > .nav-tabs > li.active > a,
.tabs-full > .nav-tabs > li.active > a:hover,
.tabs-full > .nav-tabs > li.active > a:focus {
background-color: #fff;
}
.tabs-full.tabs-top > .nav-tabs > li > a {
border-top-width: 2px;
margin-bottom: -1px;
}
.tabs-full.tabs-below > .nav-tabs > li > a {
border-bottom-width: 2px;
margin-top: -1px;
}
/*--------------------------------------------------------------
10.0 - Navbars
--------------------------------------------------------------*/
.navbar {
margin-bottom: 1.6428571428571428em;
border-bottom: 0px solid transparent;
}
@media (min-width: 992px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 992px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
}
.navbar-to-fixed {
top: -84px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-to-fixed.navbar-fixed-top {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 1;
filter: alpha(opacity=100);
}
@media (min-width: 992px) {
.navbar-scroll-fixed {
-webkit-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
transition: background-color 0.3s;
}
}
.navbar-fixed-top .navbar-collapse {
max-height: 24.285714285714285em;
}
.container > .navbar-wrap,
.container-fluid > .navbar-wrap,
.container > .navbar-header-left,
.container-fluid > .navbar-header-left,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
@media (min-width: 992px) {
.container > .navbar-wrap,
.container-fluid > .navbar-wrap,
.container > .navbar-header-left,
.container-fluid > .navbar-header-left,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
.navbar-fixed-top {
border-radius: 0;
}
}
.boxed-wrap .navbar-fixed-top {
left: auto;
right: auto;
}
.navbar-fixed-top {
top: 0;
}
.navbar-brand {
float: left;
font-size: 1.2857142857142858em;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 992px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -0.7142857142857143em;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 2.357142857142857em;
margin-bottom: 2.357142857142857em;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 2px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
-webkit-border-radius: 1px;
border-radius: 1px;
position: relative;
transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
.navbar-toggle.x .bar-top {
top: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
}
.navbar-toggle.x .bar-middle {
opacity: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.navbar-toggle.x .bar-bottom {
top: -5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
}
@media (min-width: 992px) {
.navbar-toggle {
display: none;
}
}
.navbar-header .navbar-toggle {
border-color: transparent;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
background-color: rgba(0, 0, 0, 0.2);
}
.navbar-header .navbar-toggle .icon-bar {
background-color: #1f1f1f;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 1.6428571428571428em;
}
@media (max-width: 991px) {
.navbar-nav > li > a {
line-height: 1.6428571428571428em !important;
font-size: 14px;
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li .dropdown-menu > li > a {
padding-left: 3.5714285714285716em;
}
.navbar-nav .open .dropdown-menu > li > a {
padding: 0.7142857142857143em 1.0714285714285714em 0.7142857142857143em 1.7857142857142858em;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 1.6428571428571428em;
}
.navbar-nav .open .dropdown-menu > li > a:hover {
background-image: none;
}
}
@media (min-width: 992px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 3.5127551020408165em;
padding-bottom: 3.5127551020408165em;
}
.navbar-nav.navbar-right:last-child {
margin-right: -0.7142857142857143em;
}
}
.header-type-default .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
@media (min-width: 992px) {
.header-type-default .navbar-nav > li > .dropdown-menu {
top: 100px;
}
}
@media (min-width: 992px) {
.header-type-default .navbar-fixed-top .navbar-nav > li > .dropdown-menu {
top: 80px;
}
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-default {
background-color: mediumseagreen;
border-color: #ffffff;
}
@media (min-width: 992px) {
.header-type-default .navbar-default {
height: 100px;
-webkit-transition: height 0.2s;
-o-transition: height 0.2s;
transition: height 0.2s;
}
}
@media (min-width: 992px) {
.header-type-default .navbar-fixed-top.navbar-default {
height: 80px;
}
}
.navbar-default .navbar-brand {
color: #1f1f1f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #050505;
background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
color: #1f1f1f;
}
.navbar-default .navbar-nav > li > a:hover {
color: #7ccedf;
background-color: transparent;
}
.navbar-default .navbar-nav .open > a {
color: #7ccedf;
background-color: transparent;
}
.navbar-default .navbar-nav .current-menu-ancestor > a,
.navbar-default .navbar-nav .current-menu-parent > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav .current-menu-ancestor > a:hover,
.navbar-default .navbar-nav .current-menu-parent > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
color: #7ccedf;
background-color: transparent;
}
.navbar-default .navbar-collapse {
border-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
background-color: transparent;
}
@media (max-width: 991px) {
.navbar-default .navbar-nav .open .dropdown-menu > li {
border-color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #1f1f1f;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
color: #7ccedf;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
color: #7ccedf;
background-color: transparent;
}
}
@media (max-width: 767px) {
.navbar-brand {
padding: 0;
}
}
.navbar-brand img {
max-height: 99px;
padding: 15px 0;
}
@media (min-width: 992px) {
.header-type-default .navbar-brand img {
max-height: 99px;
-webkit-transition: max-height 0.2s;
-o-transition: max-height 0.2s;
transition: max-height 0.2s;
}
}
@media (min-width: 992px) {
.header-type-default .animate-children .navbar-brand img {
max-height: 79px;
}
}
.navbar-brand .logo-fixed {
display: none;
}
@media (max-width: 991px) {
.navbar-brand .logo {
display: block;
max-width: 200px;
}
.navbar-brand .logo-fixed {
display: none;
}
}
.navbar-fixed-top .navbar-brand img {
padding: 15px 0;
}
.navbar-fixed-top .navbar-brand .logo {
display: none;
}
.navbar-fixed-top .navbar-brand .logo-fixed {
display: block;
}
.navbar-brand .logo-mobile {
display: none;
}
@media (max-width: 767px) {
.navbar-brand .logo,
.navbar-brand .logo-fixed {
display: none;
}
.navbar-brand .logo-mobile {
display: inline-block;
}
}
.navbar-default {
margin-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-default .primary-navbar-collapse {
float: right;
}
@media (max-width: 991px) {
.navbar-default .primary-navbar-collapse {
float: none;
}
}
.navbar-default .navbar-collapse {
border: none;
}
.primary-nav .menu-item-navbar-brand {
display: none;
}
@media (min-width: 992px) {
.header-default-center .navbar-wrap > .navbar-header {
display: none;
}
.header-default-center .menu-item-navbar-brand {
position: static !important;
padding: 0 3rem !important;
vertical-align: top;
}
.header-default-center .menu-item-navbar-brand .navbar-brand {
display: block;
float: none;
margin: 0 !important;
padding: 0 !important;
position: relative;
height: 100%;
}
.header-default-center .navbar-default .primary-navbar-collapse {
float: none;
padding: 0;
}
.header-default-center.header-type-default .primary-nav {
float: none;
text-align: center;
width: 100%;
margin: 0;
}
.header-default-center.header-type-default .primary-nav > li {
padding: 0 15px;
display: inline-block;
float: none;
}
.header-default-center.header-type-default .primary-nav > li > a .underline:after {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.header-default-center .menu-item-navbar-brand {
padding: 0 1rem !important;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.header-default-center.header-type-default .primary-nav > li {
padding: 0 7.5px;
}
}
.navbar-collapse {
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-wrap {
position: relative;
}
.primary-nav {
font-size: 14px;
font-style: normal;
font-weight: 400;
font-family: "Muli", Helvetica, Arial, sans-serif;
}
.primary-nav .navicon {
margin-right: 0.5714285714285714rem;
font-size: 14px;
}
.header-type-below .primary-nav > li > a .navicon,
.header-type-classic .primary-nav > li > a .navicon {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
margin-top: -2px;
}
@media (min-width: 992px) {
.primary-nav > .megamenu > .dropdown-menu {
background: #ffffff;
border-top: 2px solid #7ccedf;
}
.primary-nav > .megamenu.megamenu-fullwidth {
position: static !important;
}
.primary-nav > .megamenu.megamenu-fullwidth > .dropdown-menu {
width: 100%;
}
.primary-nav > .megamenu .megamenu-title {
margin: 0;
padding: 0.5em 0;
font-size: 1.1em;
text-transform: uppercase;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 10px;
}
.primary-nav > .megamenu .megamenu-title a {
background: transparent !important;
}
.primary-nav > .megamenu .megamenu-title .caret {
display: none;
}
.primary-nav > .megamenu > .dropdown-menu .widget {
margin-bottom: 0;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar {
padding: 0.7142857142857143em;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar a {
margin: 0;
padding: 0;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products {
margin: 0;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products li {
margin: 0;
}
.primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products li img {
width: 100%;
}
.primary-nav > .megamenu > .dropdown-menu > li {
display: table-cell;
vertical-align: top;
border-bottom: none;
border-top: none;
padding: 0.7142857142857143em 1.4285714285714286em 1.4285714285714286em;
min-width: 200px;
}
.primary-nav > .megamenu > .dropdown-menu > li:last-child {
border-right: none;
}
.primary-nav > .megamenu > .dropdown-menu > li.mega-col-12 {
width: 100%;
}
.primary-nav > .megamenu > .dropdown-menu > li.mega-col-3 {
width: 25%;
}
.primary-nav > .megamenu > .dropdown-menu > li.mega-col-6 {
width: 50%;
}
.primary-nav > .megamenu > .dropdown-menu > li.mega-col-4 {
width: 33.3333%;
}
.primary-nav > .megamenu > .dropdown-menu > li > a {
background: #ffffff;
}
.primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu {
display: block !important;
position: relative;
-webkit-box-shadow: none !important;
box-shadow: none !important;
float: none;
left: 0 !important;
top: 0 !important;
opacity: 1 !important;
}
.primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu li {
border: none;
}
.primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a {
background: #ffffff;
padding-left: 0;
}
.primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a:hover {
color: #7ccedf;
}
.primary-nav > .megamenu.open > .dropdown-menu {
display: table !important;
}
}
.primary-nav .dropdown-menu {
min-width: 200px;
}
.primary-nav .dropdown-menu li {
border-bottom: none;
}
.primary-nav .dropdown-menu li.menu-item-has-children > .dropdown-menu {
margin: 0;
left: 100%;
top: 0;
}
@media (max-width: 991px) {
.primary-nav .dropdown-menu li .megamenu-title {
font-size: 14px;
font-weight: 400;
font-family: "Muli", Helvetica, Arial, sans-serif;
margin: 0;
padding: 0.7142857142857143em 1.0714285714285714em 0.7142857142857143em 1.7857142857142858em;
position: relative;
color: #1f1f1f;
}
.primary-nav .dropdown-menu li .megamenu-title .caret {
cursor: pointer;
}
}
.primary-nav .dropdown-menu a {
color: #6e6e6e;
padding: 0.5em 1rem;
}
@media (min-width: 992px) {
.primary-nav .dropdown-menu a {
background: #ffffff;
}
}
.primary-nav .dropdown-menu a:hover {
color: #7ccedf;
background: transparent;
}
.primary-nav .dropdown-menu .open > a {
color: #7ccedf;
}
.primary-nav .dropdown-menu .active > a {
color: #7ccedf;
background: transparent;
}
.primary-nav .dropdown-menu .active > a:hover {
color: #7ccedf;
background: transparent;
}
.primary-nav li.menu-item-has-children {
position: relative;
}
@media (max-width: 991px) {
.primary-nav li.menu-item-has-children.open > .megamenu-title > .caret:before,
.primary-nav li.menu-item-has-children.open > a > .caret:before {
content: "\f068";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
}
@media (max-width: 991px) {
.primary-nav li {
border-bottom: 1px solid #ffffff;
}
.primary-nav li:first-child {
border-top: 1px solid #ffffff;
}
.primary-nav li:last-child {
border-bottom: none;
}
}
.primary-nav > li > .dropdown-menu {
border-top: 2px solid #7ccedf;
}
.primary-nav > li > a {
position: relative;
}
@media (min-width: 992px) {
.header-type-below .primary-nav > li > a,
.header-type-classic .primary-nav > li > a {
padding-top: 0;
padding-bottom: 0;
line-height: 100px;
text-transform: uppercase;
font-weight: 400;
}
.header-type-default .primary-nav > li > a {
text-transform: uppercase;
font-weight: 400;
line-height: 1;
vertical-align: middle;
text-align: center;
display: block;
position: relative;
padding: 42px 1.1rem 0;
-webkit-transition: padding 0.2s;
-o-transition: padding 0.2s;
transition: padding 0.2s;
}
.header-type-default .primary-nav > li > a .navicon {
display: block;
font-size: 21px;
margin: 0;
position: absolute;
top: 25px;
color: #7ccedf;
left: 0;
width: 100%;
height: 30px;
line-height: 30px;
overflow: hidden;
-webkit-transition: height 0.2s;
-o-transition: height 0.2s;
transition: height 0.2s;
}
.header-type-default .primary-nav > li > a .navicon ~ span.underline {
margin-top: 15px;
display: block;
}
.header-type-default .animate-children .primary-nav > li > a {
padding: 34px 1rem;
max-height: 80px;
}
.header-type-default .animate-children .primary-nav > li > a .navicon {
height: 0;
}
.header-type-default .animate-children .primary-nav > li > a .navicon ~ span.underline {
margin-top: 0;
}
}
.header-type-below .primary-nav > li > a > .navicon ~ .underline,
.header-type-classic .primary-nav > li > a > .navicon ~ .underline {
padding-left: 1.5em;
}
.primary-nav > li > a > .underline {
position: relative;
}
@media (min-width: 992px) {
.primary-nav > li > a > .caret {
display: none;
}
}
.primary-nav > li.menu-item-has-children {
position: relative;
}
.primary-nav > li.menu-item-has-children .caret {
border: none;
vertical-align: baseline;
margin-left: 0.14285714285714285em;
font-size: 1em;
}
@media (min-width: 992px) {
.primary-nav > li.menu-item-has-children .caret:before {
content: "\f107";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
}
@media (max-width: 991px) {
.primary-nav > li.menu-item-has-children .caret {
height: 100%;
padding: 10px;
position: absolute;
right: 0px;
top: 0;
width: 40px;
text-align: center;
}
.primary-nav > li.menu-item-has-children .caret:before {
content: "\f067";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
}
@media (min-width: 992px) {
.primary-nav > li.menu-item-has-children li.menu-item-has-children .caret {
position: absolute;
right: 1rem;
}
.primary-nav > li.menu-item-has-children li.menu-item-has-children .caret:before {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
}
.primary-nav > li.current-menu-parent > a,
.primary-nav > li.current-menu-parent > a:hover {
color: #7ccedf;
background-color: transparent;
}
@media (max-width: 991px) {
.primary-nav .dropdown-menu {
position: relative;
float: none;
}
.primary-nav > li > a {
font-size: 14px;
}
}
.navbar-fixed-top {
border-color: transparent;
color: #1f1f1f;
-webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.22);
box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.22);
background: #b3e5f0;
}
.navbar-fixed-top .header-search-overlay .searchform .searchinput {
font-size: 1em;
}
.navbar-fixed-top .navbar-nav.primary-nav > li:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a {
color: #1f1f1f;
}
.navbar-fixed-top .navbar-nav.primary-nav > li:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > li.open:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-parent > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-parent > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-ancestor > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-ancestor > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .active > a,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a {
color: #7ccedf;
}
.navbar-fixed-top .navbar-nav.primary-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > li > a:hover {
color: #7ccedf;
}
.navbar-fixed-top .navbar-nav.primary-nav > .active > a > .underline:before,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a > .underline:before,
.navbar-fixed-top .navbar-nav.primary-nav > li > a > .underline:before,
.navbar-fixed-top .navbar-nav.primary-nav > .active > a > .underline:after,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a > .underline:after,
.navbar-fixed-top .navbar-nav.primary-nav > li > a > .underline:after {
background-color: #7ccedf;
}
.navbar-fixed-top .navbar-nav.primary-nav .megamenu-sidebar {
color: #fff;
}
.navbar-fixed-top .minicart-icon span {
background: #7ccedf;
color: #fff;
}
@media (min-width: 992px) {
.primary-nav {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.header-type-default .navbar-default > div,
.header-type-default .navbar-default .primary-navbar-collapse,
.header-type-default .navbar-default .primary-nav {
position: static;
height: 100% !important;
}
.header-type-default .navbar-default .navbar-wrap,
.header-type-default .navbar-default .primary-nav > li {
position: relative;
height: 100% !important;
}
.header-type-default li.navbar-minicart,
.header-type-default li.navbar-search {
display: none !important;
}
}
.minicart-link,
.navbar-search-button {
position: relative;
}
.header-type-classic .minicart-link,
.header-type-classic .navbar-search-button {
margin-left: 20px;
}
.header-type-classic .minicart-link:before,
.header-type-classic .navbar-search-button:before {
content: "";
height: 3px;
position: absolute;
width: 3px;
background: #1f1f1f;
left: -9px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.header-type-classic .navbar-fixed-top .minicart-link:before,
.header-type-classic .navbar-fixed-top .navbar-search-button:before {
background: #1f1f1f;
}
@-webkit-keyframes search_pop {
0% {
-webkit-transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes search_pop {
0% {
-moz-transform: scale(0.8);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes search_pop {
0% {
-moz-transform: scale(0.8);
}
100% {
-moz-transform: scale(1);
}
}
@keyframes search_pop {
0% {
transform: scale(0.8);
}
100% {
transform: scale(1);
}
}
@media (max-width: 991px) {
.navbar-search {
border: none !important;
}
}
.navbar-search .search-form-wrap {
color: #6e6e6e;
}
.navbar-search .search-form-wrap.show-popup {
position: absolute;
top: 100%;
right: 0;
border: 1px solid #e5e5e5;
z-index: 1000;
margin: -0.07142857142857142em 0 0 0;
display: none;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
.navbar-search .search-form-wrap.show-popup {
background: #fff;
}
}
.navbar-search .search-form-wrap.show-popup.show {
-webkit-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
-o-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
}
.navbar-search .search-form-wrap.show-popup:before {
border-color: #ffffff;
border-style: solid none none solid;
border-width: 1px 0 0 1px;
content: "";
display: block;
height: 0.6428571428571429em;
position: absolute;
right: 1.4285714285714286em;
top: -0.35714285714285715em;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 0.6428571428571429em;
z-index: 1010;
background: #fff;
}
.navbar-search .search-form-wrap.show-popup .searchform-loading {
display: none;
}
.navbar-search .search-form-wrap.show-popup .searchform {
position: relative;
margin: 0.7142857142857143em;
}
.navbar-search .search-form-wrap.show-popup .searchform:after {
content: "\f002";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
content: "\f110";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
-webkit-animation: fa-spin 1s infinite linear;
-o-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
-webkit-animation-timing-function: steps(8, start);
animation-timing-function: steps(8, start);
}
.navbar-search .search-form-wrap.show-popup .searchform:after {
color: #fff;
position: absolute !important;
top: 0.5714285714285714em;
right: 0.7142857142857143em !important;
font-size: 1.1428571428571428em !important;
}
.navbar-search .search-form-wrap.show-popup .searchform:before {
content: "";
width: 2.4285714285714284em;
height: 2.4285714285714284em;
position: absolute;
right: 0;
text-align: center;
background: #7ccedf;
line-height: 2.4285714285714284em;
color: #fff;
}
.navbar-search .search-form-wrap.show-popup .searchinput {
width: 17.857142857142858em;
height: 2.4285714285714284em;
border: 1px solid #e5e5e5;
padding: 0.35714285714285715em;
padding-right: 2.5714285714285716em;
background: #f8f8f8;
font-size: 14px;
outline: none;
}
@media (max-width: 991px) {
.navbar-search .search-form-wrap.show-popup .searchinput {
width: 100%;
}
}
@media (max-width: 991px) {
.navbar-search > a {
display: none !important;
}
.navbar-search .search-form-wrap.show-popup {
position: relative;
display: block !important;
border: none;
border-top: 1px solid #ffffff;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 0;
}
.navbar-search .search-form-wrap.show-popup:before {
display: none;
}
.navbar-search .search-form-wrap.show-popup .searchform {
margin-right: 0;
margin-left: 0;
}
.navbar-search .search-form-wrap.show-popup #s {
width: 100%;
}
}
.navbar-minicart {
position: relative;
}
@media (max-width: 991px) {
.navbar-minicart {
display: none !important;
}
}
.cart-icon-mobile {
display: none;
float: right;
padding: 9px 10px;
margin-top: 2.357142857142857em;
margin-bottom: 2.357142857142857em;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 2px;
line-height: 1;
margin-bottom: 27px;
margin-right: 5px;
font-size: 1em;
color: #1f1f1f;
position: relative;
}
.cart-icon-mobile:focus {
outline: 0;
}
.cart-icon-mobile .icon-bar {
display: block;
width: 22px;
height: 2px;
-webkit-border-radius: 1px;
border-radius: 1px;
position: relative;
transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
-moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}
.cart-icon-mobile .icon-bar + .icon-bar {
margin-top: 4px;
}
.cart-icon-mobile.x .bar-top {
top: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
}
.cart-icon-mobile.x .bar-middle {
opacity: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cart-icon-mobile.x .bar-bottom {
top: -5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
}
@media (min-width: 992px) {
.cart-icon-mobile {
display: none;
}
}
.cart-icon-mobile:hover,
.cart-icon-mobile:focus {
color: #1f1f1f;
background-color: rgba(0, 0, 0, 0.2);
}
.cart-icon-mobile span {
background: none repeat scroll 0 0 #7ccedf;
-webkit-border-radius: 100%;
border-radius: 100%;
color: #fff;
font-size: 12px;
height: 1.7em;
line-height: 1.7em;
position: absolute;
right: -0.5em;
text-align: center;
top: -0.5em;
width: 1.7em;
}
@media (max-width: 991px) {
.cart-icon-mobile {
display: block;
}
}
.navbar-toggle-fixed {
position: absolute;
top: 50%;
margin-top: -12px;
right: 30px;
overflow: hidden;
width: 30px;
height: 24px;
z-index: 1031;
}
@media (max-width: 991px) {
.navbar-toggle-fixed {
display: none;
}
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn {
cursor: pointer;
display: inline-block;
height: 100%;
position: absolute;
vertical-align: middle;
width: 100%;
left: 0;
right: 0;
overflow: hidden;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i {
background: none repeat scroll 0 0 #1f1f1f;
border-radius: 2px;
display: block;
height: 2px;
left: 0;
position: absolute;
top: 10px;
width: 100%;
}
.header-transparent .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
background: #fff;
}
.navbar-fixed-top .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
background: none repeat scroll 0 0 #1f1f1f !important;
}
.header-type-toggle .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
-webkit-transition: background 0.2s ease 0.75s, top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
-o-transition: background 0.2s ease 0.75s, top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
transition: background 0.2s ease 0.75s, top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i:first-child {
top: 0;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i:last-child {
top: 20px;
}
/*--------------------------------------------------------------
11.0 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
list-style: none;
font-size: 12px;
margin: 0;
padding: 0;
opacity: 0.75;
filter: alpha(opacity=75);
padding-left: 15px;
position: relative;
}
.breadcrumb:before {
content: "|";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.breadcrumb:before {
left: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.breadcrumb > li {
display: inline-block;
color: #1f1f1f;
}
.breadcrumb > li + li:before {
content: "//";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.breadcrumb > li + li:before {
padding: 0 10px;
color: #1f1f1f;
}
.breadcrumb > li a {
color: #1f1f1f;
}
.breadcrumb > li a:hover {
color: #1f1f1f;
text-decoration: underline;
}
.breadcrumb > .active {
color: #1f1f1f;
}
/*--------------------------------------------------------------
12.0 - Pagination
--------------------------------------------------------------*/
.paginate {
display: block;
margin-top: 1.6428571428571428em;
padding: 0 0 0.8571428571428571rem 0;
}
.container-full .paginate {
padding-left: 30px;
padding-right: 30px;
}
.paginate .paginate_links {
display: table;
margin: 0 auto;
float: right;
}
.paginate .paginate_links .pagination-meta,
.paginate .paginate_links .page-numbers {
padding: 0.3em 1em;
border: 1px solid #e5e5e5;
display: inline-block;
float: left;
margin: 0 0.35714285714285715em 0 0;
color: #6e6e6e;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.paginate .paginate_links .pagination-meta:last-child,
.paginate .paginate_links .page-numbers:last-child {
margin: 0;
}
.paginate .paginate_links .pagination-meta.current,
.paginate .paginate_links .page-numbers.current {
background: #7ccedf;
border: 1px solid #7ccedf;
color: #fff;
}
.paginate .paginate_links a.page-numbers:hover,
.paginate .paginate_links a.page-numbers:focus {
border: 1px solid #7ccedf;
color: #7ccedf;
}
.paginate .paginate_links .pagination-meta {
color: #6e6e6e;
border-color: transparent;
margin-right: 0.7142857142857143em;
}
@media (max-width: 767px) {
.paginate .paginate_links {
float: none;
}
.paginate .paginate_links .pagination-meta {
display: none;
}
}
/*--------------------------------------------------------------
13.0 - Labels
--------------------------------------------------------------*/
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -0.07142857142857142em;
}
.label-default {
background-color: #949494;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #7b7b7b;
}
.label-primary {
background-color: #7ccedf;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #53bfd5;
}
.label-success {
background-color: #57bb58;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #409f41;
}
.label-info {
background-color: #5788bb;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #406f9f;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #bb5857;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #9f4140;
}
/*--------------------------------------------------------------
14.0 - Alerts
--------------------------------------------------------------*/
.alert {
padding: 1.0714285714285714em;
margin-bottom: 1.6428571428571428em;
border: 1px solid transparent;
border-radius: 2px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 0.35714285714285715em;
}
.alert-style-square {
-webkit-border-radius: 0;
border-radius: 0;
}
.alert-style-square-outlined {
-webkit-border-radius: 0;
border-radius: 0;
background: none !important;
border-width: 2px;
}
.alert-style-round {
-webkit-border-radius: 50px;
border-radius: 50px;
}
.alert-style-outlined {
background: none !important;
border-width: 2px;
}
.alert-style-3d {
border-width: 1px 1px 5px 1px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 1.5051020408163267em;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
color: inherit;
}
.alert-default {
background-color: #ffffff;
border-color: #e5e5e5;
color: #6e6e6e;
}
.alert-default hr {
border-top-color: #d8d8d8;
}
.alert-default .alert-link {
color: #909090;
}
.alert-primary {
background-color: rgba(206, 237, 243, 0.3);
border-color: rgba(185, 230, 238, 0.3);
color: #7ccedf;
}
.alert-primary hr {
border-top-color: rgba(165, 222, 233, 0.3);
}
.alert-primary .alert-link {
color: #909090;
}
.alert-success {
background-color: rgba(160, 216, 160, 0.3);
border-color: rgba(142, 209, 141, 0.3);
color: #57bb58;
}
.alert-success hr {
border-top-color: rgba(124, 202, 123, 0.3);
}
.alert-success .alert-link {
color: #909090;
}
.alert-info {
background-color: rgba(160, 188, 216, 0.3);
border-color: rgba(141, 176, 209, 0.3);
color: #5788bb;
}
.alert-info hr {
border-top-color: rgba(123, 163, 202, 0.3);
}
.alert-info .alert-link {
color: #909090;
}
.alert-warning {
background-color: rgba(248, 215, 172, 0.3);
border-color: rgba(246, 204, 149, 0.3);
color: #f0ad4e;
}
.alert-warning hr {
border-top-color: rgba(244, 193, 125, 0.3);
}
.alert-warning .alert-link {
color: #909090;
}
.alert-danger {
background-color: rgba(216, 160, 160, 0.3);
border-color: rgba(209, 141, 142, 0.3);
color: #bb5857;
}
.alert-danger hr {
border-top-color: rgba(202, 123, 124, 0.3);
}
.alert-danger .alert-link {
color: #909090;
}
/*--------------------------------------------------------------
15.0 - Progress bars
--------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress-bars .el-heading {
padding-bottom: 0;
margin: 0;
}
.progress-bars .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 2.857142857142857em 2.857142857142857em;
}
.progress-bars .progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bars .progress {
margin-bottom: 1.6428571428571428em;
background-color: #f5f5f5;
border-radius: 2px;
position: relative;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bars .progress.run .progress-label {
opacity: 1;
filter: alpha(opacity=100);
}
.progress-bars .progress-bar {
width: 0%;
height: 100%;
background-color: #7ccedf;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.progress-bars.label-above .progress {
height: 0.35714285714285715em;
margin-top: 2.642857142857143em;
}
.progress-bars.label-above .progress-title {
position: absolute;
top: -1.7142857142857142em;
left: 0;
color: #6e6e6e;
}
.progress-bars.label-above .progress-label {
top: -1.9285714285714286em;
left: 0;
margin-left: -1.3em;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
padding: 0.07142857142857142em 0.35714285714285715em;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #000;
color: #fff;
-webkit-transition: opacity 4s;
-o-transition: opacity 4s;
transition: opacity 4s;
line-height: 1.7;
}
.progress-bars.label-above .progress-label:before {
background: none repeat scroll 0 0 #000;
bottom: -0.21428571428571427em;
content: "";
height: 0.42857142857142855em;
left: 50%;
margin-left: -0.2857142857142857em;
position: absolute;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 0.42857142857142855em;
}
.progress-bars.label-inner .el-heading {
margin-bottom: 1.6428571428571428em;
}
.progress-bars.label-inner .progress {
height: 1.7em;
line-height: 1.7;
}
.progress-bars.label-inner .progress-bar {
overflow: hidden;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.progress-bars.label-inner .progress-title {
color: #ffffff;
float: left;
padding-left: 0.5714285714285714em;
}
.progress-bars.label-inner .progress-label {
float: right;
color: #ffffff;
opacity: 0;
filter: alpha(opacity=0);
position: relative;
left: auto !important;
padding-right: 0.5714285714285714em;
-webkit-transition: opacity 2s;
-o-transition: opacity 2s;
transition: opacity 2s;
}
.progress-bars .progress-bar-green {
background-color: #82b440;
}
.progress-bars .progress-bar-blue {
background-color: #0084b4;
}
.progress-bars .progress-bar-teal {
background-color: #5bc0de;
}
.progress-bars .progress-bar-orange {
background-color: #f0ad4e;
}
/*--------------------------------------------------------------
16.0 - Panels
--------------------------------------------------------------*/
.panel {
margin-bottom: 0.8214285714285714em;
background-color: #ffffff;
border: 1px solid transparent;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.panel-body {
padding: 1.0714285714285714em;
}
.panel-heading {
padding: 0.7142857142857143em 1.0714285714285714em;
border-bottom: 1px solid transparent;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.3em;
color: inherit;
}
.panel-title > a {
color: inherit;
display: block;
position: relative;
}
.panel-title > a:before,
.panel-title > a:after {
font-size: 90%;
position: absolute !important;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.panel-title > a:before {
left: 0;
margin-right: 1.0714285714285714em;
}
.panel-title > a:after {
right: 0;
}
.panel-icon-none-left .panel-title > a {
padding-left: 1.5em;
}
.panel-icon-none-left .panel-title > a:before {
content: "\f067";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-none-left .panel-title > a:before {
content: "\f068";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-none-right .panel-title > a {
padding-right: 1.5em;
}
.panel-icon-none-right .panel-title > a:after {
content: "\f067";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-none-right .panel-title > a:after {
content: "\f068";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-circle-left .panel-title > a {
padding-left: 1.5em;
}
.panel-icon-circle-left .panel-title > a:before {
content: "\f055";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-circle-left .panel-title > a:before {
content: "\f056";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-circle-right .panel-title > a {
padding-right: 1.5em;
}
.panel-icon-circle-right .panel-title > a:after {
content: "\f055";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-circle-right .panel-title > a:after {
content: "\f056";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-square-left .panel-title > a {
padding-left: 1.5em;
}
.panel-icon-square-left .panel-title > a:before {
content: "\f0fe";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-square-left .panel-title > a:before {
content: "\f146";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-square-right .panel-title > a {
padding-right: 1.5em;
}
.panel-icon-square-right .panel-title > a:after {
content: "\f0fe";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-square-right .panel-title > a:after {
content: "\f146";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-square-o-left .panel-title > a {
padding-left: 1.5em;
}
.panel-icon-square-o-left .panel-title > a:before {
content: "\f196";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-square-o-left .panel-title > a:before {
content: "\f147";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-icon-square-o-right .panel-title > a {
padding-right: 1.5em;
}
.panel-icon-square-o-right .panel-title > a:after {
content: "\f196";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-heading.active.panel-icon-square-o-right .panel-title > a:after {
content: "\f147";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.panel-footer {
padding: 0.7142857142857143em 1.0714285714285714em;
background-color: #f5f5f5;
border-top: 1px solid #e5e5e5;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #e5e5e5;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-none {
border-bottom-color: transparent;
margin-bottom: 0;
background: transparent;
}
.panel-none:last-child {
margin-bottom: 1.6428571428571428em;
}
.panel-outline {
border-bottom-color: #e5e5e5;
margin-bottom: 0;
}
.panel-outline:last-child {
margin-bottom: 1.6428571428571428em;
}
.panel-default {
border-color: #e5e5e5;
}
.panel-default > .panel-heading {
color: #6e6e6e;
background-color: #f5f5f5;
border-color: #e5e5e5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #e5e5e5;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #6e6e6e;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #e5e5e5;
}
.panel-primary {
border-color: #7ccedf;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #7ccedf;
border-color: #7ccedf;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #7ccedf;
}
.panel-primary > .panel-heading .badge {
color: #7ccedf;
background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #7ccedf;
}
.panel-success {
border-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading {
color: #57bb58;
background-color: rgba(160, 216, 160, 0.3);
border-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading .badge {
color: rgba(160, 216, 160, 0.3);
background-color: #57bb58;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgba(142, 209, 141, 0.3);
}
.panel-info {
border-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading {
color: #5788bb;
background-color: rgba(160, 188, 216, 0.3);
border-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading .badge {
color: rgba(160, 188, 216, 0.3);
background-color: #5788bb;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgba(141, 176, 209, 0.3);
}
.panel-warning {
border-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading {
color: #f0ad4e;
background-color: rgba(248, 215, 172, 0.3);
border-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading .badge {
color: rgba(248, 215, 172, 0.3);
background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgba(246, 204, 149, 0.3);
}
.panel-danger {
border-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading {
color: #bb5857;
background-color: rgba(216, 160, 160, 0.3);
border-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading .badge {
color: rgba(216, 160, 160, 0.3);
background-color: #bb5857;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgba(209, 141, 142, 0.3);
}
/*--------------------------------------------------------------
17.0 - Close icons
--------------------------------------------------------------*/
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
opacity: 0.3;
filter: alpha(opacity=30);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
/*--------------------------------------------------------------
18.0 - Morphsearch
--------------------------------------------------------------*/
.morphsearch {
width: 40px;
min-height: 40px;
background: #f5f5f5;
position: fixed;
z-index: 10000;
top: 40px;
right: 40px;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transition-property: min-height, width, top, right, opacity, visibility;
transition-property: min-height, width, top, right, opacity, visibility;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
z-index: 99999;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
overflow: auto;
}
.morphsearch.open {
width: 100%;
min-height: 100%;
top: 0px;
right: 0px;
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.morphsearch-form {
width: 100%;
height: 40px;
margin: 0 auto;
position: relative;
-webkit-transition-property: width, height, -webkit-transform;
transition-property: width, height, transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch.open .morphsearch-form {
width: 80%;
height: 160px;
-webkit-transform: translate3d(0, 3em, 0);
transform: translate3d(0, 3em, 0);
}
.morphsearch-input {
width: 100%;
height: 100%;
padding: 0 10% 0 10px;
font-weight: 700;
border: none;
background: transparent;
font-size: 0.8em;
color: #7ccedf;
-webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch-input::-ms-clear {
/* remove cross in IE */
display: none;
}
.morphsearch.hideInput .morphsearch-input {
color: transparent;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.morphsearch.open .morphsearch-input {
font-size: 7em;
}
/* placeholder */
.morphsearch-input::-webkit-input-placeholder {
color: #909090;
}
.morphsearch-input:-moz-placeholder {
color: #909090;
}
.morphsearch-input::-moz-placeholder {
color: #909090;
}
.morphsearch-input:-ms-input-placeholder {
color: #909090;
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
color: transparent;
}
.morphsearch-input:focus,
.morphsearch-submit:focus {
outline: none;
}
.morphsearch-submit {
position: absolute;
width: 80px;
height: 80px;
text-indent: 100px;
overflow: hidden;
right: 0;
top: 50%;
background: transparent url(../images/magnifier.svg) no-repeat center center;
background-size: 100%;
border: none;
pointer-events: none;
transform-origin: 50% 50%;
opacity: 0;
-webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-submit {
pointer-events: auto;
opacity: 1;
-webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.morphsearch-close {
width: 36px;
height: 36px;
position: absolute;
right: 2em;
top: 2em;
overflow: hidden;
text-indent: 100%;
cursor: pointer;
pointer-events: none;
opacity: 0;
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-close {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.morphsearch-close::before,
.morphsearch-close::after {
content: '';
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 50%;
border-radius: 3px;
opacity: 0.2;
background: #000;
}
.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
opacity: 1;
}
.morphsearch-close::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.morphsearch-close::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.morphsearch-content {
color: #333;
margin-top: 4.5em;
width: 100%;
height: 0;
overflow: hidden;
padding: 0 10.5%;
background: #ededed;
position: absolute;
pointer-events: none;
opacity: 0;
}
.morphsearch.open .morphsearch-content {
opacity: 1;
height: auto;
overflow: visible;
/* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
pointer-events: auto;
-webkit-transition: opacity 0.3s 0.5s;
transition: opacity 0.3s 0.5s;
}
.dummy-column {
width: 45%;
padding: 0 0 6em;
float: left;
opacity: 0;
-webkit-transform: translate3d(0, 100px, 0);
transform: translateY(100px);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}
.has-3colum .dummy-column {
width: 30%;
}
.morphsearch.open .dummy-column:first-child {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.morphsearch.open .dummy-column:nth-child(2) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s;
}
.morphsearch.open .dummy-column:nth-child(3) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.morphsearch.open .dummy-column {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.dummy-column:nth-child(2) {
margin: 0 5%;
}
.dummy-column h2 {
font-size: 1em;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: bold;
color: #6e6e6e;
padding: 0.5em 0;
}
.dummy-media-object {
padding: 0.75em;
display: block;
margin: 0.75em 0;
cursor: pointer;
border-radius: 3px;
background: rgba(118, 117, 128, 0.1);
}
.dummy-media-object:before,
.dummy-media-object:after {
content: " ";
display: table;
}
.dummy-media-object:after {
clear: both;
}
.dummy-media-object > div {
font-size: 12px;
}
.dummy-media-object:hover,
.dummy-media-object:focus {
background: rgba(118, 117, 128, 0.2);
}
.dummy-media-object img {
width: 50px;
margin: 0 10px 0 0;
vertical-align: middle;
float: left;
}
.dummy-media-object h3 {
vertical-align: middle;
font-size: 1rem;
font-weight: normal;
margin: 0 0 0 0;
display: block;
}
.dummy-media-object .price {
font-weight: normal;
}
.dummy-media-object .price .amount {
font-weight: bold;
margin-right: 5px;
}
.dummy-media-object .price del .amount {
font-weight: normal;
}
.dummy-media-object:hover h3 {
color: #7ccedf;
}
/* Overlay */
.morphsearch-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
z-index: 9999;
visibility: hidden;
}
.morphsearch.open ~ .morphsearch-overlay {
opacity: 1;
filter: alpha(opacity=100);
}
@media screen and (max-width: 53.125em) {
.morphsearch-input {
padding: 0 25% 0 10px;
}
.morphsearch.open .morphsearch-input {
font-size: 2em;
}
.dummy-column {
float: none;
width: auto;
padding: 0 0 2em;
}
.dummy-column:nth-child(2) {
margin: 0;
}
.morphsearch.open .morphsearch-submit {
-webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
}
}
@media screen and (max-width: 60.625em) {
.morphsearch {
width: 80%;
top: 10%;
right: 10%;
}
}
/*--------------------------------------------------------------
19.0 - Mediaelementplayer
--------------------------------------------------------------*/
.mejs-overlay-button {
background: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 50%;
border-radius: 50%;
width: 50px;
height: 50px;
margin-left: -25px !important;
}
.mejs-overlay-button:before {
font-family: "FontAwesome";
font-size: 22px;
content: "\f04b";
color: #fff;
display: block;
text-align: center;
line-height: 50px;
width: 50px;
height: 50px;
padding-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mejs-poster {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.mejs-container {
background: none;
}
.mejs-container .mejs-controls {
background: #f5f5f5 !important;
font-size: 11px !important;
}
.mejs-container.mejs-audio div.mejs-volume-button {
min-height: 0;
}
.mejs-container .mejs-controls > div {
min-height: 26px;
height: auto;
}
.mejs-controls .mejs-button button {
background-image: none;
height: 16px !important;
line-height: 0 !important;
margin: 8px 5px;
}
.mejs-controls .mejs-button button:before {
font-family: "FontAwesome";
font-size: 13px;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mejs-container .mejs-controls .mejs-time {
min-height: 0;
}
.mejs-container .mejs-controls .mejs-time span {
color: #000;
}
.mejs-controls .mejs-play button:before {
content: "\f04b";
}
.mejs-controls .mejs-pause button:before {
content: "\f04c";
}
.mejs-overlay-loading,
.mejs-overlay-loading span {
background: none !important;
}
.mejs-controls .mejs-time-rail span {
-webkit-border-radius: 0;
border-radius: 0;
height: 6px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
background: #fff;
margin: 6px 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #dcdcdc !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #7ccedf !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
border-color: #dcdcdc transparent transparent !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
border: 1px solid #dcdcdc !important;
background: #dcdcdc !important;
}
.mejs-controls .mejs-fullscreen-button button:before {
content: "\f065";
}
.mejs-controls .mejs-unfullscreen button:before {
content: "\f066";
}
.mejs-controls .mejs-volume-button button:before {
content: "\f028";
}
.mejs-controls .mejs-mute button:before {
/* content: "\f026"; */
}
.mejs-controls .mejs-unmute button:before {
content: "\f026";
}
.mejs-controls div.mejs-horizontal-volume-slider {
float: right;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #fff;
-webkit-border-radius: 0;
border-radius: 0;
height: 6px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #7ccedf !important;
-webkit-border-radius: 0;
border-radius: 0;
height: 6px;
}
.mejs-contextmenu {
z-index: 1001;
}
.dh-mfp-popup .mfp-content {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
-webkit-transform-origin: center top 0;
-moz-transform-origin: center top 0;
-ms-transform-origin: center top 0;
transform-origin: center top 0;
}
.dh-mfp-popup.mfp-ready .mfp-content {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.dh-mfp-popup .mfp-content .embed-wrap,
.dh-mfp-popup .mfp-content .video-embed-wrap {
max-width: 800px;
margin: 50px auto;
position: relative;
}
.dh-mfp-popup .mfp-content .embed-wrap .mfp-close,
.dh-mfp-popup .mfp-content .video-embed-wrap .mfp-close {
color: #fff;
right: -16px;
top: -35px;
}
/*--------------------------------------------------------------
20.0 - Modals
--------------------------------------------------------------*/
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-overflow-scrolling: touch;
z-index: 1080;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
-o-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
-ms-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
-moz-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
-webkit-transform-origin: center top 0;
-moz-transform-origin: center top 0;
-ms-transform-origin: center top 0;
transform-origin: center top 0;
}
.modal.in .modal-dialog {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.7142857142857143em;
}
.modal-dialog.modal-dialog-center {
left: 50%;
margin: 0;
position: absolute;
top: 50%;
}
.modal-dialog.modal-dialog-center .modal-body {
overflow-y: auto;
}
.modal-dialog.modal-dialog-center .modal-footer {
margin-top: 0;
}
@media (max-width: 767px) {
.modal-dialog.modal-dialog-center {
width: 100%;
}
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 1.0714285714285714em;
border-bottom: 1px solid #e5e5e5;
min-height: 2.7714285714285714em;
}
.modal-header .close {
margin-top: -0.14285714285714285em;
}
.modal-title {
margin: 0;
line-height: 1.7;
}
.modal-body {
position: relative;
padding: 1.0714285714285714em;
}
.modal-footer {
padding: 1.0714285714285714em;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 0.35714285714285715em;
margin-bottom: 0;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.user-lostpassword-modal .modal-content,
.user-login-modal .modal-content {
border-width: 0px;
}
.user-lostpassword-modal .modal-body,
.user-login-modal .modal-body {
padding-top: 2rem;
padding-bottom: 2rem;
}
@media (min-width: 768px) {
.user-lostpassword-modal .modal-dialog,
.user-login-modal .modal-dialog {
width: 400px;
}
}
.user-lostpassword-modal .modal-header,
.user-login-modal .modal-header {
background-color: #7ccedf;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.user-lostpassword-modal .modal-header .modal-title,
.user-login-modal .modal-header .modal-title {
color: #fff;
}
.user-lostpassword-modal .modal-footer,
.user-login-modal .modal-footer {
background-color: #f5f5f5;
-webkit-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
}
.user-lostpassword-modal .modal-footer button,
.user-login-modal .modal-footer button {
padding-left: 2rem;
padding-right: 2rem;
}
.user-lostpassword-modal .user-modal-result,
.user-login-modal .user-modal-result {
text-align: center;
}
.user-lostpassword-modal .user-modal-result a,
.user-login-modal .user-modal-result a {
color: #7ccedf;
}
.user-lostpassword-modal .user-modal-result a:hover,
.user-login-modal .user-modal-result a:hover {
text-decoration: underline;
}
.user-lostpassword-modal .user-modal-result .error-response,
.user-login-modal .user-modal-result .error-response {
color: #bb5857;
}
.user-lostpassword-modal .user-modal-result .success-response,
.user-login-modal .user-modal-result .success-response {
color: #57bb58;
}
.user-login-modal .user-login-facebook {
text-align: center;
}
.user-login-modal .user-login-or {
text-align: center;
margin-bottom: 1.5rem;
margin-top: 2rem;
position: relative;
}
.user-login-modal .user-login-or:before {
position: absolute;
width: 100%;
height: 1px;
background: #e5e5e5;
top: 50%;
margin-top: -1px;
content: "";
left: 0;
}
.user-login-modal .user-login-or span {
border: 1px solid #e5e5e5;
display: inline-block;
font-size: 1.1rem;
height: 2.5em;
width: 2.5em;
font-style: italic;
-webkit-border-radius: 100%;
border-radius: 100%;
line-height: 2.1em;
position: relative;
z-index: 2;
background-color: #fff;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 2.142857142857143em auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
/*--------------------------------------------------------------
21.0 - Tooltips
--------------------------------------------------------------*/
.tooltip {
position: absolute;
z-index: 999;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -0.21428571428571427em;
padding: 5px 0;
}
.tooltip.right {
margin-left: 0.21428571428571427em;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 0.21428571428571427em;
padding: 5px 0;
}
.tooltip.left {
margin-left: -0.21428571428571427em;
padding: 0 5px;
}
a[data-toggle="popover"],
a[data-toggle="tooltip"] {
color: #1f1f1f;
text-decoration: underline;
}
a[data-toggle="popover"]:hover,
a[data-toggle="tooltip"]:hover {
color: #7ccedf;
}
.tooltip-inner {
max-width: 14.285714285714286em;
padding: 0.7142857142857143em 0.5714285714285714em !important;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #6e6e6e !important;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #6e6e6e !important;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #6e6e6e !important;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #6e6e6e !important;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #6e6e6e !important;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #6e6e6e !important;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #6e6e6e !important;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #6e6e6e !important;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #6e6e6e !important;
}
/*--------------------------------------------------------------
22.0 - Popovers
--------------------------------------------------------------*/
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 999;
display: none;
max-width: 19.714285714285715em;
padding: 1px;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #e5e5e5;
border-radius: 2px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
white-space: normal;
}
.popover.top {
margin-top: -8px;
}
.popover.right {
margin-left: 8px;
}
.popover.bottom {
margin-top: 8px;
}
.popover.left {
margin-left: -8px;
}
.popover.pin-popover {
padding: 0;
border: none;
}
.popover.pin-popover .popover-title {
border: none;
background: transparent;
color: #7ccedf;
}
.popover-title {
margin: 0;
padding: 18px 18px 0;
font-size: 1.1em;
font-weight: normal;
line-height: 1.1;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 2px 2px 0 0;
color: #1f1f1f;
}
.popover-content {
padding: 14px 18px 18px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 9px;
}
.popover > .arrow:after {
border-width: 8px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -9px;
border-bottom-width: 0;
border-top-color: #e5e5e5;
bottom: -9px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -8px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -9px;
margin-top: -9px;
border-left-width: 0;
border-right-color: #e5e5e5;
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -8px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -9px;
border-top-width: 0;
border-bottom-color: #e5e5e5;
top: -9px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -8px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -9px;
margin-top: -9px;
border-right-width: 0;
border-left-color: #e5e5e5;
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -8px;
}
/*--------------------------------------------------------------
23.0 - Carousel
--------------------------------------------------------------*/
.carousel {
position: relative;
}
.carousel.fade {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel.fade {
opacity: 1;
filter: alpha(opacity=100);
}
.carousel.fade .carousel-inner .item {
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition-property: opacity;
width: 100%;
height: 100%;
}
.carousel.fade .carousel-inner .active {
opacity: 1;
z-index: 1;
}
.carousel.fade .carousel-inner .active.left,
.carousel.fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
}
.carousel.fade .carousel-inner .next.left,
.carousel.fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
z-index: 10;
}
.carousel-control.right {
left: auto;
right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .carousel-icon-prev,
.carousel-control .carousel-icon-next {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .carousel-icon-prev {
left: 50%;
margin-left: -10px;
}
.carousel-control .carousel-icon-next {
right: 50%;
margin-right: -10px;
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
margin: 0px 3px;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
background-color: #ffffff;
}
@media screen and (min-width: 768px) {
.carousel-control .carousel-icon-prev,
.carousel-control .carousel-icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .carousel-icon-prev {
margin-left: -15px;
}
.carousel-control .carousel-icon-next {
margin-right: -15px;
}
.carousel-indicators {
bottom: 20px;
}
}
/*--------------------------------------------------------------
24.0 - DH Slider
--------------------------------------------------------------*/
@-webkit-keyframes text-from-bottom {
0% {
top: 70px;
opacity: 0;
filter: alpha(opacity=0);
}
50% {
top: 45px;
opacity: 0;
filter: alpha(opacity=0);
}
100% {
top: 0px;
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes text-from-bottom {
0% {
top: 70px;
opacity: 0;
filter: alpha(opacity=0);
}
50% {
top: 45px;
opacity: 0;
filter: alpha(opacity=0);
}
100% {
top: 0px;
opacity: 1;
filter: alpha(opacity=100);
}
}
@-o-keyframes text-from-bottom {
0% {
top: 70px;
opacity: 0;
filter: alpha(opacity=0);
}
50% {
top: 45px;
opacity: 0;
filter: alpha(opacity=0);
}
100% {
top: 0px;
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes text-from-bottom {
0% {
top: 70px;
opacity: 0;
filter: alpha(opacity=0);
}
50% {
top: 45px;
opacity: 0;
filter: alpha(opacity=0);
}
100% {
top: 0px;
opacity: 1;
filter: alpha(opacity=100);
}
}
.dhslider {
margin: 0 auto;
padding: 0;
position: relative;
}
.dhslider .dhslider-loader {
background: none repeat scroll 0 0 #393939;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 50;
}
.dhslider .dhslider-loader .fade-loading {
width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.dhslider .dhslider-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
padding: 0;
}
.dhslider .slide-bg {
background-position: center 0;
background-repeat: no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.dhslider .slide-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 3;
}
.dhslider .video-embed-wrap {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.dhslider .video-embed-wrap video {
position: relative;
visibility: visible;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.dhslider .carousel-control {
background: none;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.dhslider .carousel-control .carousel-icon-prev,
.dhslider .carousel-control .carousel-icon-next {
width: 50px;
height: 50px;
margin-top: -25px;
border: 2px solid #fff;
-webkit-border-radius: 100%;
border-radius: 100%;
line-height: 45px;
}
.dhslider .carousel-control:hover,
.dhslider .carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.dhslider .carousel-control .carousel-icon-prev {
margin-left: -25px;
}
.dhslider .carousel-control .carousel-icon-next {
margin-right: -25px;
}
@media (max-width: 767px) {
.dhslider .carousel-control {
display: none;
}
}
.dhslider:hover .carousel-control {
opacity: 0.5;
filter: alpha(opacity=50);
visibility: visible;
}
.dhslider:hover .carousel-control:hover,
.dhslider:hover .carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.dhslider .slider-caption {
position: absolute;
z-index: 9;
width: 100%;
top: 35%;
}
.dhslider .slider-caption.caption-align-left {
padding-left: 15%;
width: 55%;
}
.dhslider .slider-caption.caption-align-left .slider-caption-text {
max-width: none;
}
.dhslider .slider-caption.caption-align-center {
padding: 0 15%;
text-align: center;
}
.dhslider .slider-caption.caption-align-right {
padding-right: 15%;
width: 55%;
left: auto;
right: 0;
}
.dhslider .slider-caption.caption-align-right .slider-caption-text {
max-width: none;
}
@media (max-width: 1199px) {
.dhslider .slider-caption {
padding: 0 10% !important;
text-align: center !important;
width: 100% !important;
left: auto;
right: auto;
}
}
.dhslider .slider-caption .btn {
line-height: 1;
font-size: 1.2em;
border-width: 2px;
margin: 0 10px;
}
@media (max-width: 1199px) {
.dhslider .slider-caption .btn {
font-size: 1em;
}
}
@media (max-width: 767px) {
.dhslider .slider-caption .btn {
font-size: 0.8em;
}
}
.dhslider .slider-caption .slider-heading-text {
color: #fff;
font-size: 3em;
margin: 0;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
}
@media (max-width: 1199px) {
.dhslider .slider-caption .slider-heading-text {
font-size: 3em;
}
}
@media (max-width: 767px) {
.dhslider .slider-caption .slider-heading-text {
font-size: 2em;
margin-bottom: 10px;
}
}
.dhslider .slider-caption .slider-caption-text {
font-size: 1.1em;
color: #fff;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.dhslider .slider-caption .slider-caption-text {
font-size: 1em;
}
}
@media (max-width: 767px) {
.dhslider .slider-caption .slider-caption-text {
font-size: 0.8em;
margin-bottom: 10px;
}
}
@media (min-width: 992px) {
.dhslider .carousel-inner .slider-caption .slider-heading-text,
.dhslider .carousel-inner .slider-caption .slider-caption-text,
.dhslider .carousel-inner .slider-caption .slider-buttons a {
opacity: 0;
filter: alpha(opacity=0);
top: 70px;
position: relative;
}
.dhslider .carousel-inner .active .slider-caption .slider-heading-text,
.dhslider .carousel-inner .active .slider-caption .slider-caption-text,
.dhslider .carousel-inner .active .slider-caption .slider-buttons a {
opacity: 1;
filter: alpha(opacity=100);
top: 0;
-webkit-animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
-o-animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.dhslider .carousel-inner .active .slider-caption .slider-caption-text {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.dhslider .carousel-inner .active .slider-caption .slider-buttons a {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
}
/*--------------------------------------------------------------
25.0 - Shortcodes
25.1 - Animate Box
25.2 - Call to Action
25.3 - Separator
25.4 - Caroufredsel Slider
25.5 - Testimonial
25.6 - Client
25.7 - Counter
25.8 - Google Map
25.9 - Iconbox
25.10 - Piechart
25.11 - Pricing Table
25.12 - Timeline
25.13 - Team Member
25.14 - Single Image
25.15 - Latestnews
25.16 - Embed
25.17 - Lists Ul
25.18 - Service
25.19 - Pin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
25.1 - Animate Box
--------------------------------------------------------------*/
@media (max-width: 991px) {
.animate-box.animated {
visibility: visible;
}
}
/*--------------------------------------------------------------
25.2 - Call to Action
--------------------------------------------------------------*/
.cta {
background: #f5f5f5;
padding: 15px;
border: 1px solid #e5e5e5;
}
.cta .cta-heading h3 {
margin-top: 0;
}
.cta-style-rounded {
-webkit-border-radius: 2px;
border-radius: 2px;
}
.cta-style-square {
-webkit-border-radius: 0;
border-radius: 0;
background-color: #eeee22;
border-color: #eeee22;
}
.cta-style-square h3 {
color: #dd3333;
}
.cta-style-round {
-webkit-border-radius: 50px;
border-radius: 50px;
}
.cta-style-outlined {
background: none !important;
border-width: 2px;
}
.cta-style-outlined h3 {
color: #dd3333;
}
.cta-style-outlined-2 h3 {
color: #81d742;
}
.cta-btn-bottom .cta-heading,
.cta-btn-right .cta-heading {
margin-bottom: 30px;
}
@media (min-width: 768px) {
.cta-btn-left,
.cta-btn-right {
display: table;
width: 100%;
padding: 0;
}
.cta-btn-left .cta-heading,
.cta-btn-right .cta-heading {
display: table-cell;
vertical-align: middle;
padding: 15px;
margin: 0;
}
.cta-btn-left .cta-btn,
.cta-btn-right .cta-btn {
padding: 15px;
display: table-cell;
vertical-align: middle;
}
.cta-btn-right .cta-heading {
padding-right: 0;
}
.cta-btn-left .cta-heading {
padding-left: 0;
}
}
/*--------------------------------------------------------------
25.3 - Separator
--------------------------------------------------------------*/
.separator {
display: table;
clear: both;
height: 1px;
margin: 0 auto;
}
.separator.separator-double {
height: 3px;
}
.separator.separator-double .separator-line {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
height: 3px;
}
.separator.separator-dashed .separator-line {
border-top-style: dashed;
}
.separator.separator-dotted .separator-line {
border-top-style: dotted;
}
.separator.separator-border-2 .separator-line {
border-width: 2px;
}
.separator.separator-width-10 {
width: 10%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-20 {
width: 20%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-30 {
width: 30%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-40 {
width: 40%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-50 {
width: 50%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-60 {
width: 60%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-70 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-80 {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-90 {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.separator.separator-width-100 {
width: 100%;
}
.separator i,
.separator h4 {
display: table-cell;
white-space: nowrap;
}
.separator.separator-align-center h4 {
padding: 0 0.8em;
}
.separator.separator-align-center i {
padding: 0 5px;
}
.separator.separator-align-left {
margin-left: 0;
}
.separator.separator-align-left h4 {
padding: 0 0.8em 0 0;
}
.separator.separator-align-left i {
padding: 0 5px 0 0;
}
.separator.separator-align-left > span {
width: 100%;
}
.separator.separator-align-left .separator-left {
display: none;
}
.separator.separator-align-right {
margin-right: 0;
}
.separator.separator-align-right h4 {
padding: 0 0 0 0.8em;
margin: 0 !important;
}
.separator.separator-align-right i {
padding: 0 0 0 5px;
}
.separator.separator-align-right > span {
width: 100%;
}
.separator.separator-align-right .separator-right {
display: none;
}
.separator > span {
display: table-cell;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
.separator .separator-line {
height: 1px;
border-top: 1px solid #e5e5e5;
display: block;
position: relative;
top: 1px;
width: 100%;
}
/*--------------------------------------------------------------
25.4 - Caroufredsel Slider
--------------------------------------------------------------*/
.caroufredsel {
position: relative;
overflow: hidden;
padding: 0;
}
.caroufredsel .caroufredsel-wrap {
position: relative;
overflow: hidden;
height: 100%;
margin: 0 -0.7142857142857143em;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-items {
margin: 0;
padding: 0;
list-style: none;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-item {
float: left;
padding: 0;
list-style: none;
margin: 0 0.7142857142857143em;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-item > a > img,
.caroufredsel .caroufredsel-wrap .caroufredsel-item > img {
width: 100%;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #6e6e6e;
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
width: 40px;
height: 40px;
line-height: 37px;
font-size: 20px;
border: 1px solid #6e6e6e;
text-align: center;
z-index: 100;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:hover,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:hover {
background-color: #7ccedf;
border-color: transparent;
color: #fff;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next.disabled,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev.disabled {
display: none !important;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-prev {
left: -35px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:before {
content: "\f104";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next {
right: -35px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:before {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.caroufredsel .caroufredsel-wrap:hover > .caroufredsel-prev {
left: 20px;
}
.caroufredsel .caroufredsel-wrap:hover > .caroufredsel-next {
right: 20px;
}
.caroufredsel .caroufredsel-pagination {
text-align: center;
margin-top: 15px;
}
.caroufredsel .caroufredsel-pagination a {
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
height: 10px;
margin: 0 2px;
text-indent: -9999em;
width: 10px;
}
.caroufredsel .caroufredsel-pagination a:hover,
.caroufredsel .caroufredsel-pagination a.selected {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0);
}
/*--------------------------------------------------------------
25.5 - Testimonial
--------------------------------------------------------------*/
.testimonial .testimonial-text {
font-style: italic;
text-align: center;
padding: 10px;
background: #f5f5f5;
-webkit-border-radius: 2px;
border-radius: 2px;
position: relative;
margin-bottom: 1.2rem;
}
.testimonial .testimonial-text > span {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1;
}
.testimonial .testimonial-text:before {
border-top: 8px solid #f5f5f5;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
bottom: -8px;
content: "";
height: 0;
left: 50%;
margin-left: -8px;
position: absolute;
width: 0;
}
.testimonial.bg-transparent .testimonial-text {
background: rgba(0, 0, 0, 0);
}
.testimonial.bg-transparent .testimonial-text:before {
display: none;
}
.testimonial .testimonial-avatar {
text-align: center;
}
.testimonial .testimonial-avatar img {
width: 60px !important;
height: 60px !important;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial .testimonial-author {
text-align: center;
margin-top: 0.5em;
font-weight: 400;
font-size: 1.1em;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.testimonial .testimonial-company {
text-align: center;
font-size: 12px;
}
.testimonial .testimonial-style-left {
position: relative;
}
.testimonial.testimonial-style-left .caroufredsel-pagination {
position: absolute;
top: 0;
right: 0;
}
@media (min-width: 768px) {
.testimonial.testimonial-style-left .testimonial-wrap {
display: table;
width: 100%;
height: 100%;
}
.testimonial.testimonial-style-left .testimonial-avatar-wrap {
display: table-cell;
width: 25%;
height: 100%;
vertical-align: middle;
padding-right: 30px;
}
.testimonial.testimonial-style-left .testimonial-avatar-wrap .testimonial-avatar {
text-align: right;
}
.testimonial.testimonial-style-left .testimonial-avatar-wrap img {
width: 100px !important;
height: 100px !important;
}
.testimonial.testimonial-style-left .testimonial-info-wrap {
display: table-cell;
width: 70%;
height: 100%;
vertical-align: top;
}
.testimonial.testimonial-style-left .testimonial-text,
.testimonial.testimonial-style-left .testimonial-company,
.testimonial.testimonial-style-left .testimonial-author {
text-align: left;
}
.testimonial.testimonial-style-left .testimonial-text {
padding-left: 0;
}
}
/*--------------------------------------------------------------
25.6 - Client
--------------------------------------------------------------*/
.client.client-grid {
overflow: hidden;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
}
.client.client-grid > .row .client-item {
padding: 15px;
}
.client.client-grid > .row > div {
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
/*--------------------------------------------------------------
25.7 - Counter
--------------------------------------------------------------*/
.counter {
text-align: center;
margin-bottom: 15px;
}
.counter.counter-icon-top .counter-icon {
display: block;
}
.counter.counter-icon-left .counter-icon {
margin-right: 10px;
line-height: 1;
display: inline-block;
font-size: 25px;
}
.counter .counter-count {
font-weight: 400;
line-height: 1.2;
margin-bottom: .8214285714285714em;
}
.counter .counter-unit {
font-size: 80%;
}
.counter .counter-number {
margin-top: 0;
font-size: 30px;
}
.counter .counter-text {
display: block;
font-weight: 400;
line-height: 1.2;
margin-top: 0;
font-size: 18px;
}
@media (min-width: 480px) {
.counter.counter-icon-left .counter-icon {
width: 25%;
float: left;
margin-right: 0;
text-align: right;
padding-right: 15px;
}
.counter.counter-icon-left .counter-count {
width: 75%;
float: left;
text-align: left;
padding-left: 15px;
border-left: 1px solid;
}
.counter.counter-icon-left .counter-count .counter-number {
margin-bottom: 10px;
display: block;
}
}
/*--------------------------------------------------------------
25.8 - Google Map
--------------------------------------------------------------*/
.google-map img {
max-width: none;
}
.google-map div,
.google-map div:before,
.google-map div:after {
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.google-map .gm-style .gm-style-iw,
.google-map .gm-style .gm-style-iw a,
.google-map .gm-style .gm-style-iw span,
.google-map .gm-style .gm-style-iw label,
.google-map .gm-style .gm-style-iw div {
font-family: arial;
letter-spacing: 0;
line-height: 1.1em;
}
.gmap {
height: 400px;
}
/*--------------------------------------------------------------
25.9 - Iconbox
--------------------------------------------------------------*/
.iconbox {
margin-bottom: 15px;
}
.iconbox.iconbox-bg {
background: #7ccedf;
padding: 30px 15px;
}
.iconbox .iconbox-icon {
text-align: center;
}
.iconbox .iconbox-icon i[data-link] {
cursor: pointer;
}
.iconbox .iconbox-icon i {
width: 1.5em;
position: relative;
text-align: center;
display: inline-block;
vertical-align: top;
line-height: 1;
}
.iconbox .iconbox-icon.icon-circle i {
border: 1px solid #e5e5e5;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em !important;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-circle i:before {
line-height: 2em !important;
}
.iconbox .iconbox-icon.icon-color-default i {
color: #949494;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-default i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-default i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(245, 245, 245, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #f5f5f5;
box-shadow: 0 0 0 1px #f5f5f5;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-default i {
background: #f5f5f5;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-default i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-default i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-default i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #f5f5f5;
box-shadow: 0 0 0 1px #f5f5f5;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #f5f5f5;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-default i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-default i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-default i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #f5f5f5;
box-shadow: 0 0 0 1px #f5f5f5;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #f5f5f5;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-default i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-default i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-default i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-default i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-default i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #f5f5f5;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-default i {
box-shadow: 0 0 0 6px #f5f5f5;
color: #f5f5f5;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-default i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-default.icon-circle i {
border-color: #e5e5e5;
}
.iconbox .iconbox-icon.icon-color-primary i {
color: #7ccedf;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-primary i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-primary i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(124, 206, 223, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #7ccedf;
box-shadow: 0 0 0 1px #7ccedf;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-primary i {
background: #7ccedf;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-primary i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-primary i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #7ccedf;
box-shadow: 0 0 0 1px #7ccedf;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #7ccedf;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-primary i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-primary i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #7ccedf;
box-shadow: 0 0 0 1px #7ccedf;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #7ccedf;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-primary i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-primary i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-primary i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-primary i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #7ccedf;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-primary i {
box-shadow: 0 0 0 6px #7ccedf;
color: #7ccedf;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-primary i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-primary.icon-circle i {
border: 1px solid #7ccedf;
}
.iconbox .iconbox-icon.icon-color-success i {
color: #57bb58;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-success i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-success i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(87, 187, 88, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #57bb58;
box-shadow: 0 0 0 1px #57bb58;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-success i {
background: #57bb58;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-success i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-success i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-success i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #57bb58;
box-shadow: 0 0 0 1px #57bb58;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #57bb58;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-success i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-success i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-success i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #57bb58;
box-shadow: 0 0 0 1px #57bb58;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #57bb58;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-success i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-success i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-success i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-success i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-success i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #57bb58;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-success i {
box-shadow: 0 0 0 6px #57bb58;
color: #57bb58;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-success i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-success.icon-circle i {
border: 1px solid #57bb58;
}
.iconbox .iconbox-icon.icon-color-info i {
color: #5788bb;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-info i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-info i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(87, 136, 187, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #5788bb;
box-shadow: 0 0 0 1px #5788bb;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-info i {
background: #5788bb;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-info i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-info i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-info i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #5788bb;
box-shadow: 0 0 0 1px #5788bb;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #5788bb;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-info i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-info i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-info i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #5788bb;
box-shadow: 0 0 0 1px #5788bb;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #5788bb;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-info i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-info i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-info i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-info i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-info i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #5788bb;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-info i {
box-shadow: 0 0 0 6px #5788bb;
color: #5788bb;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-info i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-info.icon-circle i {
border: 1px solid #5788bb;
}
.iconbox .iconbox-icon.icon-color-warning i {
color: #f0ad4e;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-warning i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-warning i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(240, 173, 78, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #f0ad4e;
box-shadow: 0 0 0 1px #f0ad4e;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-warning i {
background: #f0ad4e;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-warning i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-warning i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #f0ad4e;
box-shadow: 0 0 0 1px #f0ad4e;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #f0ad4e;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-warning i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-warning i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #f0ad4e;
box-shadow: 0 0 0 1px #f0ad4e;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #f0ad4e;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-warning i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-warning i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-warning i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-warning i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #f0ad4e;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-warning i {
box-shadow: 0 0 0 6px #f0ad4e;
color: #f0ad4e;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-warning i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-warning.icon-circle i {
border: 1px solid #f0ad4e;
}
.iconbox .iconbox-icon.icon-color-danger i {
color: #bb5857;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-danger i:before {
line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-danger i {
z-index: 1;
position: relative;
border: none !important;
background: rgba(187, 88, 87, 0.1);
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
-webkit-box-shadow: 0 0 0 1px #bb5857;
box-shadow: 0 0 0 1px #bb5857;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-danger i {
background: #bb5857;
color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-danger i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-danger i {
z-index: 1;
border: none !important;
background: transparent;
color: #fff;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
-webkit-box-shadow: 0 0 0 1px #bb5857;
box-shadow: 0 0 0 1px #bb5857;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #bb5857;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-danger i {
color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-danger i {
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
background: transparent;
-webkit-box-shadow: 0 0 0 1px #bb5857;
box-shadow: 0 0 0 1px #bb5857;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
background: none repeat scroll 0 0 #bb5857;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-danger i {
color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-danger i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-danger i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-danger i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #bb5857;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-danger i {
box-shadow: 0 0 0 6px #bb5857;
color: #bb5857;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-danger i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-danger.icon-circle i {
border: 1px solid #bb5857;
}
.iconbox .iconbox-icon.icon-color-white i {
color: #fff;
border: none;
vertical-align: middle;
width: 2em;
height: 2em;
line-height: 2em;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-white i:before {
line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-white i {
-webkit-transition: box-shadow 0.2s ease 0s;
-o-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-white i:after {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px #ffffff;
left: 0;
padding: 0;
top: 0;
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-white i {
box-shadow: 0 0 0 6px #ffffff;
color: #ffffff;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-white i:after {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-white ~ .iconbox-content .el-heading {
color: #fff;
}
.iconbox .iconbox-icon.icon-color-white ~ .iconbox-content .text-white:hover {
opacity: 0.6;
filter: alpha(opacity=60);
color: inherit;
}
.iconbox .iconbox-icon.icon-color-white.icon-circle i {
border: 1px solid #fff;
}
.iconbox .iconbox-icon.icon-size-default {
font-size: 24px;
}
.iconbox .iconbox-icon.icon-size-lg {
font-size: 36px;
}
.iconbox .iconbox-icon.icon-size-sm {
font-size: 12px;
}
.iconbox .iconbox-content .el-heading {
font-size: 1.4em;
}
.iconbox .iconbox-content p {
margin: 0;
padding: 0;
}
.iconbox .iconbox-content a {
margin-top: 10px;
display: inline-block;
border-bottom: 1px dotted;
}
.iconbox.iconbox-pos-top .iconbox-icon {
padding-bottom: 10px;
}
.iconbox.iconbox-pos-top .iconbox-content {
padding-top: 10px;
text-align: center;
}
.iconbox.iconbox-pos-left {
display: table;
width: 100%;
}
.iconbox.iconbox-pos-left .iconbox-icon {
display: table-cell;
vertical-align: top;
padding-right: 5px;
}
@media (min-width: 992px) {
.iconbox.iconbox-pos-left .iconbox-icon {
width: 1%;
}
}
.iconbox.iconbox-pos-left .iconbox-icon i {
height: 2em;
line-height: 1;
width: 2em;
}
.iconbox.iconbox-pos-left .iconbox-icon i:before {
line-height: 1;
}
.iconbox.iconbox-pos-left .iconbox-icon.icon-circle {
padding-right: 20px;
padding-top: 10px;
}
.iconbox.iconbox-pos-left .iconbox-content {
text-align: left;
display: table-cell;
vertical-align: middle;
padding-left: 5px;
}
.iconbox.iconbox-pos-right {
display: table;
width: 100%;
}
.iconbox.iconbox-pos-right .iconbox-icon {
display: table-cell;
vertical-align: top;
padding-left: 5px;
}
@media (min-width: 992px) {
.iconbox.iconbox-pos-right .iconbox-icon {
width: 1%;
}
}
.iconbox.iconbox-pos-right .iconbox-icon i {
height: 2em;
line-height: 1;
width: 2em;
}
.iconbox.iconbox-pos-right .iconbox-icon i:before {
line-height: 1;
}
.iconbox.iconbox-pos-right .iconbox-icon.icon-circle {
padding-left: 20px;
}
.iconbox.iconbox-pos-right .iconbox-content {
text-align: right;
display: table-cell;
vertical-align: top;
padding-right: 5px;
}
@media (max-width: 767px) {
.iconbox.iconbox-pos-left,
.iconbox.iconbox-pos-right {
display: block;
position: relative;
}
.iconbox.iconbox-pos-left .iconbox-icon,
.iconbox.iconbox-pos-right .iconbox-icon {
padding: 0 0 10px 0 !important;
}
.iconbox.iconbox-pos-left .iconbox-content,
.iconbox.iconbox-pos-right .iconbox-content,
.iconbox.iconbox-pos-left .iconbox-icon,
.iconbox.iconbox-pos-right .iconbox-icon {
display: block;
text-align: center;
}
.iconbox.iconbox-pos-right .iconbox-icon {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
}
/*--------------------------------------------------------------
25.10 - Piechart
--------------------------------------------------------------*/
.piechart {
margin-bottom: 15px;
}
.piechart .el-heading {
text-align: center;
}
.piechart .pichart-canvas {
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
margin: 0 auto 0.8214285714285714em;
padding: 4px;
}
.piechart .pichart-canvas canvas {
position: relative;
z-index: 1;
}
.piechart .pichart-canvas-back {
border: 6px solid #e5e5e5;
-webkit-border-radius: 50%;
border-radius: 50%;
box-sizing: border-box;
display: block;
height: 100%;
left: 4px;
opacity: 0.3;
position: absolute;
top: 4px;
width: 100%;
}
.piechart .pichart-canvas-value {
display: block;
font-size: 1.5em;
height: 100%;
left: 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.piechart .piechart-primary {
background: #7ccedf;
border-color: transparent;
}
.piechart .piechart-success {
background: #57bb58;
}
.piechart .piechart-info {
background: #5788bb;
}
.piechart .piechart-warning {
background: #f0ad4e;
}
.piechart .piechart-danger {
background: #bb5857;
}
/*--------------------------------------------------------------
25.11 - Pricing Table
--------------------------------------------------------------*/
.pricing-table .pricing-column {
float: left;
position: relative;
}
.pricing-table .pricing-column:first-child .pricing-footer,
.pricing-table .pricing-column:first-child .pricing-body {
border-left: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
.pricing-table .pricing-column.pricing-recommend .pricing-footer {
padding-bottom: 50px;
}
}
.pricing-table .pricing-recommend-text {
background: #7ccedf;
color: #fff;
font-weight: bold;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 100%;
padding: 2px 0;
bottom: 100%;
z-index: 2;
}
.pricing-table .pricing-recommend-text > span,
.pricing-table .pricing-recommend-text > i {
position: relative;
z-index: 2;
}
.pricing-table .pricing-recommend-text:before {
background: #7ccedf;
content: "";
height: 130%;
left: 0;
position: absolute;
top: -40%;
-webkit-transform: skewX(0) skewY(-3deg);
-ms-transform: skewX(0) skewY(-3deg);
-o-transform: skewX(0) skewY(-3deg);
transform: skewX(0) skewY(-3deg);
width: 100%;
z-index: 1;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.pricing-table .pricing-column-wrap {
position: relative;
z-index: 5;
}
.pricing-table.pricing-1-column .pricing-column {
width: 100%;
}
.pricing-table.pricing-2-column .pricing-column {
width: 50%;
}
.pricing-table.pricing-3-column .pricing-column {
width: 33.33333333333333%;
}
.pricing-table.pricing-4-column .pricing-column {
width: 25%;
}
.pricing-table.pricing-5-column .pricing-column {
width: 20%;
}
@media (max-width: 991px) {
.pricing-table.pricing-4-column .pricing-column,
.pricing-table.pricing-5-column .pricing-column {
width: 50%;
}
}
.pricing-table .pricing-column {
margin-left: -1px;
}
.pricing-table .pricing-column:first-child {
margin-left: 0;
}
@media (max-width: 767px) {
.pricing-table .pricing-column {
width: 100% !important;
}
}
.pricing-table .pricing-header {
border-style: solid;
border-color: #e5e5e5;
border-width: 1px;
}
.pricing-table .pricing-preview img {
width: 100%;
}
.pricing-table .pricing-white .pricing-title,
.pricing-table .pricing-white .pricing-body,
.pricing-table .pricing-white .pricing-footer,
.pricing-table .pricing-white .pricing-price {
background: #fff;
}
.pricing-table .pricing-default .pricing-header {
color: #6e6e6e;
}
.pricing-table .pricing-default .pricing-title {
background: #e5e5e5;
border-color: #e5e5e5;
}
.pricing-table .pricing-default .pricing-price {
background: #f5f5f5;
border-color: #f5f5f5;
}
.pricing-table .pricing-primary .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-primary .pricing-title {
background: #7ccedf;
border-color: #7ccedf;
}
.pricing-table .pricing-primary .pricing-price {
background: #a5dde9;
border-color: #a5dde9;
}
.pricing-table .pricing-success .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-success .pricing-title {
background: #57bb58;
border-color: #57bb58;
}
.pricing-table .pricing-success .pricing-price {
background: #7bca7c;
border-color: #7bca7c;
}
.pricing-table .pricing-info .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-info .pricing-title {
background: #5788bb;
border-color: #5788bb;
}
.pricing-table .pricing-info .pricing-price {
background: #7ba2ca;
border-color: #7ba2ca;
}
.pricing-table .pricing-warning .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-warning .pricing-title {
background: #f0ad4e;
border-color: #f0ad4e;
}
.pricing-table .pricing-warning .pricing-price {
background: #f4c37d;
border-color: #f4c37d;
}
.pricing-table .pricing-danger .pricing-header {
color: #ffffff;
}
.pricing-table .pricing-danger .pricing-title {
background: #bb5857;
border-color: #bb5857;
}
.pricing-table .pricing-danger .pricing-price {
background: #ca7c7b;
border-color: #ca7c7b;
}
.pricing-table .pricing-title {
padding: 1.15385em 0;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #e5e5e5;
}
.pricing-table .pricing-title h3 {
margin: 0;
padding: 0;
text-align: center;
color: inherit;
}
.pricing-table .pricing-no-price .pricing-header {
border-width: 0;
}
.pricing-table .pricing-no-price .pricing-title {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
}
.pricing-table .pricing-no-price .pricing-price {
border-width: 1px;
height: 86px;
}
.pricing-table .pricing-price {
padding: 1.15385rem 0;
text-align: center;
font-size: 2em;
border-style: solid;
border-width: 0px;
border-color: #e5e5e5;
height: 84px;
overflow: hidden;
}
.pricing-table .pricing-price .price-value {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.pricing-table .pricing-price .price-value sub {
font-size: 12px;
position: relative;
vertical-align: text-top;
}
.pricing-table .pricing-price .price-unit {
font-size: 12px;
}
.pricing-table .pricing-body {
border-style: solid;
border-width: 0px 1px 0px 1px;
border-color: #e5e5e5;
}
.pricing-table .pricing-features {
list-style: none;
margin: 0;
padding: 0;
}
.pricing-table .pricing-features li {
padding: 0.8571428571428571rem 1.2857142857142858rem;
}
.pricing-table .pricing-features li:nth-child(2n) {
background: #f5f5f5;
}
.pricing-table .pricing-footer {
border-style: solid;
border-width: 0px 1px 1px;
border-color: #e5e5e5;
text-align: center;
padding: 30px;
}
.pricing-table .pricing-footer .btn {
-webkit-border-radius: 50px;
border-radius: 50px;
background: #1f1f1f;
color: #fff;
padding-left: 2em;
padding-right: 2em;
border-color: #1f1f1f;
}
.pricing-table .pricing-footer .btn:hover {
background: #7ccedf;
border-color: #7ccedf;
}
.pricing-table .pricing-footer .btn i {
-webkit-border-radius: 100%;
border-radius: 100%;
border: 1px solid #fff;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 20px;
line-height: 17px;
margin-left: 1em;
text-align: center;
width: 20px;
}
.pricing-table .pricing-recommend .pricing-footer .btn {
background: #7ccedf;
border-color: #7ccedf;
}
/*--------------------------------------------------------------
25.12 - Timeline
--------------------------------------------------------------*/
.timeline .timeline-wrap {
position: relative;
}
.timeline .timeline-item {
position: relative;
}
.timeline .timeline-content {
border: 1px solid #e5e5e5;
border-bottom-width: 3px;
float: left;
position: relative;
width: 100%;
background: #ffffff;
padding: 15px;
}
.timeline .timeline-content > h4 {
margin-top: 0;
}
.timeline .timeline-badge {
height: 24px;
position: absolute;
right: -12px;
text-align: center;
top: 16px;
width: 24px;
z-index: 8;
}
.timeline .timeline-badge a {
color: #e5e5e5;
font-size: 16px;
position: relative;
cursor: pointer;
}
.timeline.timeline-text .timeline-badge,
.timeline.timeline-image .timeline-badge,
.timeline.timeline-icon .timeline-badge {
width: 70px;
height: 70px;
top: 0px;
background: #fff;
border: 3px solid #e5e5e5;
padding: 3px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.timeline.timeline-text .timeline-badge a,
.timeline.timeline-image .timeline-badge a,
.timeline.timeline-icon .timeline-badge a {
font-size: 20px;
width: 58px;
height: 58px;
display: inline-block;
text-align: center;
position: relative;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #e5e5e5;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
color: #6e6e6e;
}
.timeline.timeline-text .timeline-badge a i,
.timeline.timeline-image .timeline-badge a i,
.timeline.timeline-icon .timeline-badge a i {
height: 58px;
}
.timeline.timeline-text .timeline-badge a i:before,
.timeline.timeline-image .timeline-badge a i:before,
.timeline.timeline-icon .timeline-badge a i:before {
line-height: 58px;
}
.timeline.timeline-text .timeline-badge a span,
.timeline.timeline-image .timeline-badge a span,
.timeline.timeline-icon .timeline-badge a span {
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
font-size: 12px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
line-height: 18px;
padding: 7px;
position: absolute;
}
.timeline.timeline-text .timeline-badge a img,
.timeline.timeline-image .timeline-badge a img,
.timeline.timeline-icon .timeline-badge a img {
width: 58px;
height: 58px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.timeline.timeline-primary .timeline-line {
border-left-color: #7ccedf !important;
}
.timeline.timeline-primary .timeline-content {
border-color: #7ccedf;
}
.timeline.timeline-primary .timeline-badge {
border-color: #7ccedf;
}
.timeline.timeline-primary .timeline-badge a {
color: #7ccedf;
}
.timeline.timeline-primary .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-primary.timeline-text .timeline-badge a,
.timeline.timeline-primary.timeline-image .timeline-badge a,
.timeline.timeline-primary.timeline-icon .timeline-badge a {
color: #fff;
background-color: #7ccedf;
}
.timeline.timeline-primary.timeline-text .timeline-badge a i,
.timeline.timeline-primary.timeline-image .timeline-badge a i,
.timeline.timeline-primary.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-primary .timeline-arrow {
background-color: #7ccedf !important;
}
.timeline.timeline-success .timeline-line {
border-left-color: #57bb58 !important;
}
.timeline.timeline-success .timeline-content {
border-color: #57bb58;
}
.timeline.timeline-success .timeline-badge {
border-color: #57bb58;
}
.timeline.timeline-success .timeline-badge a {
color: #57bb58;
}
.timeline.timeline-success .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-success.timeline-text .timeline-badge a,
.timeline.timeline-success.timeline-image .timeline-badge a,
.timeline.timeline-success.timeline-icon .timeline-badge a {
color: #fff;
background-color: #57bb58;
}
.timeline.timeline-success.timeline-text .timeline-badge a i,
.timeline.timeline-success.timeline-image .timeline-badge a i,
.timeline.timeline-success.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-success .timeline-arrow {
background-color: #57bb58 !important;
}
.timeline.timeline-info .timeline-line {
border-left-color: #5788bb !important;
}
.timeline.timeline-info .timeline-content {
border-color: #5788bb;
}
.timeline.timeline-info .timeline-badge {
border-color: #5788bb;
}
.timeline.timeline-info .timeline-badge a {
color: #5788bb;
}
.timeline.timeline-info .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-info.timeline-text .timeline-badge a,
.timeline.timeline-info.timeline-image .timeline-badge a,
.timeline.timeline-info.timeline-icon .timeline-badge a {
color: #fff;
background-color: #5788bb;
}
.timeline.timeline-info.timeline-text .timeline-badge a i,
.timeline.timeline-info.timeline-image .timeline-badge a i,
.timeline.timeline-info.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-info .timeline-arrow {
background-color: #5788bb !important;
}
.timeline.timeline-warning .timeline-line {
border-left-color: #f0ad4e !important;
}
.timeline.timeline-warning .timeline-content {
border-color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge {
border-color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge a {
color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-warning.timeline-text .timeline-badge a,
.timeline.timeline-warning.timeline-image .timeline-badge a,
.timeline.timeline-warning.timeline-icon .timeline-badge a {
color: #fff;
background-color: #f0ad4e;
}
.timeline.timeline-warning.timeline-text .timeline-badge a i,
.timeline.timeline-warning.timeline-image .timeline-badge a i,
.timeline.timeline-warning.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-warning .timeline-arrow {
background-color: #f0ad4e !important;
}
.timeline.timeline-danger .timeline-line {
border-left-color: #bb5857 !important;
}
.timeline.timeline-danger .timeline-content {
border-color: #bb5857;
}
.timeline.timeline-danger .timeline-badge {
border-color: #bb5857;
}
.timeline.timeline-danger .timeline-badge a {
color: #bb5857;
}
.timeline.timeline-danger .timeline-badge a i {
line-height: 0.8571428571428571em;
background-color: #fff;
}
.timeline.timeline-danger.timeline-text .timeline-badge a,
.timeline.timeline-danger.timeline-image .timeline-badge a,
.timeline.timeline-danger.timeline-icon .timeline-badge a {
color: #fff;
background-color: #bb5857;
}
.timeline.timeline-danger.timeline-text .timeline-badge a i,
.timeline.timeline-danger.timeline-image .timeline-badge a i,
.timeline.timeline-danger.timeline-icon .timeline-badge a i {
background-color: transparent;
}
.timeline.timeline-danger .timeline-arrow {
background-color: #bb5857 !important;
}
.timeline .timeline-item {
width: 100%;
}
.timeline .timeline-item .timeline-item-wrap {
margin: 0;
border: none;
clear: left;
float: left;
margin-bottom: 2rem;
padding: 0;
position: relative;
width: 50%;
padding-right: 1.7857142857142858em;
}
.timeline.timeline-left .timeline-item .timeline-line {
border-left: 2px solid #f5f5f5;
bottom: 0;
left: 12px;
position: absolute;
top: -1px;
width: 2px;
z-index: -1;
display: block;
}
.timeline.timeline-left .timeline-item-wrap {
width: 100%;
padding: 0 0 0 2.5em;
}
.timeline.timeline-left .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.timeline.timeline-left .timeline-badge {
left: 0px;
}
.timeline.timeline-left .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: 30px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.timeline-left.timeline-text .timeline-item .timeline-line,
.timeline.timeline-left.timeline-image .timeline-item .timeline-line,
.timeline.timeline-left.timeline-icon .timeline-item .timeline-line {
left: 38px;
}
.timeline.timeline-left.timeline-text .timeline-item-wrap,
.timeline.timeline-left.timeline-image .timeline-item-wrap,
.timeline.timeline-left.timeline-icon .timeline-item-wrap {
padding: 0 0 0 7.142857142857143em;
}
.timeline.timeline-left.timeline-text .timeline-arrow,
.timeline.timeline-left.timeline-image .timeline-arrow,
.timeline.timeline-left.timeline-icon .timeline-arrow {
left: 75px;
}
.timeline.timeline-left.timeline-text .timeline-badge,
.timeline.timeline-left.timeline-image .timeline-badge,
.timeline.timeline-left.timeline-icon .timeline-badge {
left: 3px;
}
.timeline.timeline-right .timeline-item .timeline-line {
border-left: 2px;
bottom: 0;
right: 12px;
position: absolute;
top: -1px;
width: 2px;
z-index: -1;
display: block;
}
.timeline.timeline-right .timeline-item-wrap {
width: 100%;
padding: 0 2.5em 0 0;
}
.timeline.timeline-right .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.timeline.timeline-right .timeline-badge {
right: 0px;
}
.timeline.timeline-right .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
right: 30px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.timeline-right.timeline-text .timeline-item .timeline-line,
.timeline.timeline-right.timeline-image .timeline-item .timeline-line,
.timeline.timeline-right.timeline-icon .timeline-item .timeline-line {
right: 38px;
}
.timeline.timeline-right.timeline-text .timeline-item-wrap,
.timeline.timeline-right.timeline-image .timeline-item-wrap,
.timeline.timeline-right.timeline-icon .timeline-item-wrap {
padding: 0 7.142857142857143em 0 0;
}
.timeline.timeline-right.timeline-text .timeline-arrow,
.timeline.timeline-right.timeline-image .timeline-arrow,
.timeline.timeline-right.timeline-icon .timeline-arrow {
right: 6.571428571428571em;
}
.timeline.timeline-right.timeline-text .timeline-badge,
.timeline.timeline-right.timeline-image .timeline-badge,
.timeline.timeline-right.timeline-icon .timeline-badge {
right: 3px;
}
.timeline.timeline-right .timeline-content {
text-align: right;
}
@media (min-width: 768px) {
.timeline.two-columns .timeline-item .timeline-line {
border-left: 2px solid #f5f5f5;
bottom: 0;
left: 50%;
position: absolute;
top: -1px;
width: 2px;
z-index: -1;
display: block;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap {
clear: right;
float: right;
padding-right: 0;
padding-left: 1.7857142857142858em;
}
.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .timeline-badge {
left: -0.8571428571428571em;
}
.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: -7px;
top: 21px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap {
padding-left: 4.285714285714286em;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge {
left: -35px;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow {
left: -7px;
}
.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
right: -7px;
top: 21px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap {
padding-right: 4.285714285714286em;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge {
right: -35px;
}
.timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow,
.timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow,
.timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow {
right: -7px;
}
}
.timeline.timeline-dotted .timeline-line {
top: 65px;
bottom: 5px !important;
border-left-style: dashed !important;
}
.timeline.timeline-dotted .timeline-arrow {
display: none;
}
.timeline.timeline-dotted .timeline-content {
border: none !important;
padding: 0px !important;
}
.timeline.timeline-dotted .timeline-item:last-child .timeline-line {
display: none;
}
@media (max-width: 767px) {
.timeline.two-columns .timeline-item .timeline-line {
border-left: 2px solid #f5f5f5;
bottom: 0;
left: 12px;
position: absolute;
top: -1px;
width: 2px;
z-index: -1;
display: block;
}
.timeline.two-columns .timeline-item-wrap {
width: 100%;
padding: 0 0 0 2.5em;
}
.timeline.two-columns .timeline-item-wrap .animate-box.go {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.timeline.two-columns .timeline-badge {
left: 0px;
}
.timeline.two-columns .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: 30px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.timeline.two-columns.timeline-text .timeline-item .timeline-line,
.timeline.two-columns.timeline-image .timeline-item .timeline-line,
.timeline.two-columns.timeline-icon .timeline-item .timeline-line {
left: 38px;
}
.timeline.two-columns.timeline-text .timeline-item-wrap,
.timeline.two-columns.timeline-image .timeline-item-wrap,
.timeline.two-columns.timeline-icon .timeline-item-wrap {
padding: 0 0 0 7.142857142857143em;
}
.timeline.two-columns.timeline-text .timeline-arrow,
.timeline.two-columns.timeline-image .timeline-arrow,
.timeline.two-columns.timeline-icon .timeline-arrow {
left: 75px;
}
.timeline.two-columns.timeline-text .timeline-badge,
.timeline.two-columns.timeline-image .timeline-badge,
.timeline.two-columns.timeline-icon .timeline-badge {
left: 3px;
}
}
/*--------------------------------------------------------------
25.13 - Team Member
--------------------------------------------------------------*/
.team-member {
position: relative;
}
.team-member .member-avatar {
margin-bottom: 0.8214285714285714em;
position: relative;
}
.team-member .member-avatar img {
width: 100%;
}
.team-member .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-right {
display: table;
width: 100%;
height: 100%;
margin-bottom: 0.8214285714285714em;
}
.team-member.team-member-right .member-avatar {
width: 40%;
display: table-cell;
vertical-align: top;
overflow: hidden;
height: 100%;
background-position: left top;
background-repeat: no-repeat;
background-size: auto 100%;
-webkit-transition: all 0.9s;
-o-transition: all 0.9s;
transition: all 0.9s;
}
@media (max-width: 900px) {
.team-member.team-member-right .member-avatar {
display: block;
height: 0;
padding-bottom: 100%;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: center center;
width: 100%;
}
}
.team-member.team-member-right:hover .member-avatar {
background-position: center top;
}
.team-member.team-member-right .member-info {
height: 100%;
display: table-cell;
vertical-align: top;
width: 60%;
}
@media (max-width: 900px) {
.team-member.team-member-right .member-info {
display: block;
width: 100%;
}
}
.team-member.team-member-right .member-info-wrap {
padding: 15px;
}
.team-member.team-member-right .member-meta span a {
width: 30px;
height: 30px;
display: inline-block;
border: 1px solid;
font-size: 18px;
text-align: center;
line-height: 30px;
margin: 0 5px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.team-member.team-member-below .member-meta {
z-index: 2;
position: absolute;
bottom: 0;
padding: 1em 0;
left: 0;
width: 100%;
text-align: center;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background: -moz-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 35, 45, 0)), color-stop(100%, #19232d));
background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -o-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -ms-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, #19232d 100%);
}
.team-member.team-member-below .member-meta span a {
width: 30px;
height: 30px;
display: inline-block;
border: 1px solid #fff;
color: #fff;
font-size: 15px;
text-align: center;
line-height: 30px;
margin: 0 5px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.team-member.team-member-below:hover .overlay,
.team-member.team-member-below:hover .member-meta {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.team-member .member-name h4 {
margin: 0;
font-size: 1.3em;
}
.team-member .member-job {
margin-top: 0.35714285714285715em;
font-size: 12px;
margin-bottom: 0.8214285714285714em;
position: relative;
}
.team-member .member-desc {
padding-top: 0.8214285714285714em;
margin-bottom: 0.8214285714285714em;
position: relative;
}
.team-member .member-desc:before {
border-top: 1px solid #e5e5e5;
content: "";
height: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.team-member .member-meta span {
display: inline-block;
}
.team-member.team-member-overlay .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-overlay .member-info {
z-index: 2;
bottom: 0.8214285714285714em;
color: #fff;
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.team-member.team-member-overlay .member-name h4 {
color: #fff;
}
.team-member.team-member-overlay .member-job {
color: rgba(255, 255, 255, 0.9);
}
.team-member.team-member-overlay .member-job:before {
width: 20%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
border-color: rgba(255, 255, 255, 0.9);
}
.team-member.team-member-overlay .member-meta span a {
width: 2em;
height: 2em;
display: inline-block;
border: 1px solid rgba(255, 255, 255, 0.9);
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
text-align: center;
line-height: 2em;
margin: 0 0.35714285714285715em;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.team-member.team-member-overlay:hover .overlay {
opacity: 0.5;
filter: alpha(opacity=50);
visibility: visible;
}
.team-member.team-member-center_bottom,
.team-member.team-member-center_top {
background: #f5f5f5;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-center_bottom:hover,
.team-member.team-member-center_top:hover {
background: #7ccedf;
}
.team-member.team-member-center_bottom:hover .member-name h4,
.team-member.team-member-center_top:hover .member-name h4,
.team-member.team-member-center_bottom:hover .member-meta span a,
.team-member.team-member-center_top:hover .member-meta span a,
.team-member.team-member-center_bottom:hover .member-info,
.team-member.team-member-center_top:hover .member-info {
color: #fff;
}
.team-member.team-member-center_bottom:hover .member-info-line,
.team-member.team-member-center_top:hover .member-info-line {
background: #fff;
}
.team-member.team-member-center_bottom:hover .member-meta,
.team-member.team-member-center_top:hover .member-meta {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.team-member.team-member-center_bottom:hover .member-avatar img,
.team-member.team-member-center_top:hover .member-avatar img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.team-member.team-member-center_bottom .member-name h4,
.team-member.team-member-center_top .member-name h4,
.team-member.team-member-center_bottom .member-meta span a,
.team-member.team-member-center_top .member-meta span a,
.team-member.team-member-center_bottom .member-info,
.team-member.team-member-center_top .member-info {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-center_bottom .member-avatar,
.team-member.team-member-center_top .member-avatar {
margin: 0;
overflow: hidden;
}
.team-member.team-member-center_bottom .member-avatar img,
.team-member.team-member-center_top .member-avatar img {
-webkit-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
}
.team-member.team-member-center_bottom .member-info,
.team-member.team-member-center_top .member-info {
text-align: center;
padding: 30px 15px;
}
.team-member.team-member-center_bottom .member-info-line,
.team-member.team-member-center_top .member-info-line {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin: 15px auto;
width: 50px;
height: 1px;
background: #7ccedf;
display: block;
}
.team-member.team-member-center_bottom .member-meta,
.team-member.team-member-center_top .member-meta {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.team-member.team-member-center_bottom .member-meta span a,
.team-member.team-member-center_top .member-meta span a {
width: 30px;
height: 30px;
display: inline-block;
border: 1px solid;
font-size: 15px;
text-align: center;
line-height: 30px;
margin: 0 5px;
color: #909090;
}
.member-bg-1 {
background-image: url(../images/team/team-member-4.html);
}
.member-bg-2 {
background-image: url(../images/team/team-member-5.html);
}
.member-bg-3 {
background-image: url(../images/team/team-member-6.html);
}
.member-bg-4 {
background-image: url(../images/team/team-member-7.html);
}
/*--------------------------------------------------------------
25.14 - Single Image
--------------------------------------------------------------*/
.single-image.image-center {
text-align: center;
}
.single-image.image-right {
text-align: right;
}
.single-image img {
height: auto;
max-width: 100%;
}
/*--------------------------------------------------------------
25.15 - Latestnews
--------------------------------------------------------------*/
.latestnews {
margin-bottom: 15px;
}
.latestnews .latestnews-leading {
padding-bottom: 0.8214285714285714em;
}
.latestnews .latestnews-title {
border-bottom: 2px solid #7ccedf;
margin-bottom: 0.8214285714285714em;
}
.latestnews .latestnews-title .el-heading {
display: inline-block;
margin: 0;
line-height: 1.6;
text-transform: uppercase;
font-size: 1em;
background: #7ccedf;
}
.latestnews .latestnews-title span,
.latestnews .latestnews-title a {
color: #fff;
display: inline-block;
padding: 5px 10px;
margin-bottom: -3px;
}
.latestnews .latestnews-title span i,
.latestnews .latestnews-title a i {
padding-right: 5px;
}
.latestnews .latestnews-title a:hover {
text-decoration: underline;
}
.latestnews .latestnews-title .sub-cat {
list-style: none;
margin: 0;
padding: 0;
float: right;
}
.latestnews .latestnews-title .sub-cat li {
float: left;
}
.latestnews .latestnews-title .sub-cat li a {
color: #6e6e6e;
text-transform: uppercase;
font-size: 12px;
}
.latestnews .latestnews-title .sub-cat li.active a {
color: #7ccedf;
}
@media (max-width: 767px) {
.latestnews .latestnews-title .sub-cat {
float: left;
padding: 10px 0;
}
}
.latestnews h2 {
font-size: 1.2em;
margin: 0;
border-left: 2px solid #7ccedf;
padding-left: 0.8214285714285714em;
}
.latestnews .entry-meta {
margin-top: 0.35714285714285715em;
}
.latestnews .latestnews-thumb {
margin-bottom: 0.8214285714285714em;
position: relative;
}
.latestnews .latestnews-thumb .featured-play {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
margin-top: -20px;
z-index: 1;
width: 40px;
height: 40px;
background: url(../images/featured-play.html) no-repeat scroll center center transparent;
}
.latestnews .latestnews-thumb img {
width: 100%;
height: auto;
}
.latestnews .excerpt {
margin-top: 0.8214285714285714em;
}
.latestnews .latestnews-intro {
padding: 0;
margin: 0;
list-style: none;
border-top: 1px solid #e5e5e5;
}
.latestnews .latestnews-intro.intro-thumbnail {
padding-top: 0.8214285714285714em;
}
.latestnews .latestnews-intro li {
padding: 0.8214285714285714em 0;
border-bottom: 1px solid #e5e5e5;
padding-left: 0;
position: relative;
}
.latestnews .latestnews-intro li:before {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.latestnews .latestnews-intro li:before {
position: absolute !important;
line-height: inherit !important;
left: 0;
}
.latestnews .latestnews-intro li:last-child {
border: none;
padding-bottom: 0;
}
.latestnews .latestnews-intro li .intro-thumbnail-image img {
float: left;
height: auto;
width: 60px;
}
.latestnews .latestnews-intro li .intro-thumbnail-no-image {
display: none;
}
.latestnews .latestnews-intro li .intro-thumbnail-no-image ~ .intro-content {
margin-left: 0;
}
.latestnews .latestnews-intro li .intro-content {
line-height: 1;
position: relative;
}
.latestnews .latestnews-intro li .intro-content .format-icon {
background: url("../images/post-format.html") no-repeat scroll 0 0;
position: absolute;
top: 2px;
left: 0;
width: 16px;
height: 16px;
}
.latestnews .latestnews-intro li .intro-content .format-icon.format-gallery {
background-position: left bottom;
top: 1px;
}
.latestnews .latestnews-intro li .intro-content .format-icon.format-gallery ~ .intro-content-title {
padding-left: 22px;
}
.latestnews .latestnews-intro li .intro-content .format-icon ~ .intro-content-title {
padding-left: 20px;
}
.latestnews .latestnews-intro li .intro-content .comment-count {
display: inline-block;
margin-left: 0.7142857142857143em;
}
.latestnews .latestnews-intro li .intro-content .comment-count i {
margin-right: 0.14285714285714285em;
}
.latestnews .latestnews-intro li .intro-content .comment-count a,
.latestnews .latestnews-intro li .intro-content time {
margin: 0;
font-size: 12px;
color: #909090;
}
.latestnews .latestnews-intro li .intro-content h3 {
font-size: 1.1em;
margin: 0;
}
.latestnews .latestnews-intro li .intro-content .intro-content-title {
display: block;
font-weight: 400;
margin: 0 0 0.2857142857142857em 0;
}
.latestnews .latestnews-intro.intro-thumbnail li {
border: none;
padding-left: 0;
}
.latestnews .latestnews-intro.intro-thumbnail li:before {
display: none;
}
.latestnews .latestnews-intro.intro-thumbnail .intro-content {
border-bottom: 1px solid #e5e5e5;
margin-left: 72px;
min-height: 3.2142857142857144em;
}
.latestnews .latestnews-tab-content {
display: none;
}
.latestnews .latestnews-tab-content.active {
display: block;
}
@media (min-width: 480px) {
.latestnews.latestnews-tab .latestnews-tab-content:before,
.latestnews.latestnews-tab .latestnews-tab-content:after {
content: " ";
display: table;
}
.latestnews.latestnews-tab .latestnews-tab-content:after {
clear: both;
}
.latestnews.latestnews-tab .latestnews-tab-content .latestnews-leading {
float: left;
width: 50%;
padding-right: 15px;
}
.latestnews.latestnews-tab .latestnews-tab-content .latestnews-intro {
float: right;
width: 50%;
padding-left: 15px;
border-top: 0;
}
.latestnews.latestnews-tab .latestnews-tab-content .latestnews-intro li:first-child {
padding-top: 0;
}
}
.latestnews.latestnews-carousel .latestnews-leading h2 {
border: none;
padding-left: 0;
}
/*--------------------------------------------------------------
25.16 - Embed
--------------------------------------------------------------*/
.video-embed-wrap {
width: 100% !important;
max-width: 100%;
max-height: 100%;
}
.audio-embed-wrap {
width: 100% !important;
max-width: 100%;
max-height: 100%;
}
/*--------------------------------------------------------------
25.17 - Lists Ul
--------------------------------------------------------------*/
.dh-lists ul {
margin: 0;
padding: 0;
list-style: none;
}
.dh-lists ul li {
position: relative;
padding-left: 1.5em;
padding-top: 5px;
padding-bottom: 5px;
}
.dh-lists ul li i {
font-size: 1.1em;
position: absolute;
top: 0;
left: 0;
line-height: 2em !important;
}
.dh-lists[data-animation="1"] li {
left: -20px;
opacity: 0;
filter: alpha(opacity=0);
}
/*--------------------------------------------------------------
25.18 - Service
--------------------------------------------------------------*/
.service-3-columns .service-item {
width: 33.33333333333333%;
}
.service-items {
margin: 0;
padding: 0;
list-style: none;
}
.service-item {
float: left;
}
.service-item img {
width: 100%;
}
.service-item-image {
width: 50%;
float: left;
}
.service-item-text {
width: 50%;
float: left;
}
/*--------------------------------------------------------------
25.19 - Pin
--------------------------------------------------------------*/
@-webkit-keyframes pin-pulse {
0% {
-webkit-transform: scale(1);
opacity: 0.8;
filter: alpha(opacity=80);
}
50% {
opacity: 0.8;
filter: alpha(opacity=80);
}
100% {
-webkit-transform: scale(1.6);
opacity: 0;
filter: alpha(opacity=0);
}
}
@-moz-keyframes pin-pulse {
0% {
-moz-transform: scale(1);
opacity: 0.8;
filter: alpha(opacity=80);
}
50% {
opacity: 0.8;
filter: alpha(opacity=80);
}
100% {
-moz-transform: scale(1.6);
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes pin-pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0.8;
filter: alpha(opacity=80);
}
50% {
opacity: 0.8;
filter: alpha(opacity=80);
}
100% {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
-ms-transform: scale(1.6);
-o-transform: scale(1.6);
transform: scale(1.6);
opacity: 0;
filter: alpha(opacity=0);
}
}
.pin {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
-webkit-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 99;
cursor: pointer;
}
.pin > span {
border: 2px solid #fff;
background: #7ccedf;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 1px #7ccedf;
box-shadow: 0 0 0 1px #7ccedf;
color: #fff;
display: block;
height: 15px;
line-height: 15px;
text-align: center;
width: 15px;
position: relative;
}
.pin > span .pin-pulse {
animation: 2s ease 0s normal none infinite running pin-pulse;
background-color: transparent;
border-radius: inherit;
content: "";
left: -2px;
right: -2px;
bottom: -2px;
top: -2px;
position: absolute;
z-index: 1;
}
.pin.pin-icon > span {
font-size: 20px;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
.pin-top {
top: 4%;
left: 50%;
}
.pin-top > span {
background-color: #99c310;
box-shadow: 0 0 0 1px #99c310;
-moz-box-shadow: 0 0 0 1px #99c310;
-webkit-box-shadow: 0 0 0 1px #99c310;
}
.pin-top .pin-pulse {
box-shadow: 0 0 0 1px #99c310;
-moz-box-shadow: 0 0 0 1px #99c310;
-webkit-box-shadow: 0 0 0 1px #99c310;
}
.pin-right {
top: 30%;
right: 36%;
}
.pin-right > span {
background-color: #5f6065;
box-shadow: 0 0 0 1px #5f6065;
-moz-box-shadow: 0 0 0 1px #5f6065;
-webkit-box-shadow: 0 0 0 1px #5f6065;
}
.pin-right .pin-pulse {
box-shadow: 0 0 0 1px #5f6065;
-moz-box-shadow: 0 0 0 1px #5f6065;
-webkit-box-shadow: 0 0 0 1px #5f6065;
}
.pin-bottom {
bottom: 21%;
left: 40%;
}
.pin-bottom > span {
background-color: #f1c000;
box-shadow: 0 0 0 1px #f1c000;
-moz-box-shadow: 0 0 0 1px #f1c000;
-webkit-box-shadow: 0 0 0 1px #f1c000;
}
.pin-bottom .pin-pulse {
box-shadow: 0 0 0 1px #f1c000;
-moz-box-shadow: 0 0 0 1px #f1c000;
-webkit-box-shadow: 0 0 0 1px #f1c000;
}
/*--------------------------------------------------------------
26.0 - Header
--------------------------------------------------------------*/
.topbar {
background: #eeeeee;
position: relative;
color: #888888;
}
@media (max-width: 991px) {
.topbar {
display: none;
}
}
.topbar .left-topbar {
line-height: 3.5714285714285716em;
height: 3.5714285714285716em;
}
.topbar .right-topbar {
text-align: right;
line-height: 3.5714285714285716em;
height: 3.5714285714285716em;
}
.topbar .right-topbar .topbar-social {
float: right;
margin-right: 0.5em;
}
.topbar-info a {
margin-right: 1.1em;
font-size: 12px;
color: #888888;
}
.topbar-info a:hover {
text-decoration: underline;
}
.topbar-info a i {
margin-right: 5px;
}
.topbar-icon-button {
float: right;
padding-right: 1.2em;
}
.topbar-icon-button > div {
float: left;
padding: 0 1.2em;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}
.topbar-icon-button > div a {
color: #888888;
}
.topbar-icon-button > div a:hover {
color: #7ccedf;
}
.topbar-icon-button .navbar-minicart {
position: relative;
}
.topbar-icon-button .navbar-minicart:before {
content: "";
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 1px;
height: 100%;
background: rgba(0, 0, 0, 0.07);
}
.topbar-icon-button .navbar-minicart .minicart {
text-align: left;
line-height: 1.7;
}
.topbar-social a {
display: inline-block;
width: 2.5em;
text-align: center;
font-size: 1em;
color: #888888;
}
.topbar-social a i {
border: 1px solid;
border-radius: 100%;
font-size: 1em;
height: 1.7em;
line-height: 1.7em;
text-align: center;
width: 1.7em;
}
.topbar-social a:hover {
color: #7ccedf;
}
.topbar-nav {
text-align: right;
float: right;
}
.topbar-nav .top-nav > li {
display: inline-block;
}
.topbar-nav .top-nav > li > a {
padding: 0 0.5714285714285714em;
line-height: 3.5714285714285716em;
position: relative;
font-size: 12px;
color: #888888;
}
.topbar-nav .top-nav > li > a:before {
border-right: 1px solid #a2a2a2;
content: "";
float: right;
height: 30%;
position: absolute;
right: 0;
top: 50%;
width: 1px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.topbar-nav .top-nav > li > a:hover,
.topbar-nav .top-nav > li > a:focus {
background: transparent;
text-decoration: underline;
}
.topbar-nav .top-nav > li:last-child > a:before {
display: none;
}
.topbar-nav .top-nav a {
display: block;
color: #888888;
}
.topbar-nav .top-nav a:hover,
.topbar-nav .top-nav a:focus {
background: none;
}
.topbar-nav .top-nav .dropdown-menu {
font-size: 12px;
}
.topbar-nav .top-nav .dropdown-menu a {
color: #6e6e6e;
padding: 0.5714285714285714rem 1rem;
}
.topbar-nav .top-nav .dropdown-menu a:hover,
.topbar-nav .top-nav .dropdown-menu a:focus {
color: #7ccedf;
}
.topbar-nav .top-nav .dropdown-menu .active a {
background: none;
color: #888888;
}
.topbar-nav .top-nav .dropdown-menu .active a:hover,
.topbar-nav .top-nav .dropdown-menu .active a:focus {
color: #555555;
}
.topbar-nav .top-nav .dropdown-menu li {
border-bottom: 1px solid #e5e5e5;
}
.topbar-nav .top-nav .dropdown-menu li.menu-item-has-children > .dropdown-menu {
margin: 0;
left: 100%;
top: 0;
}
.topbar-nav .top-nav .dropdown-menu li:last-child {
border: none;
}
.searchform-result .no-result {
padding: 0.7142857142857143em 0.7142857142857143em;
}
.searchform-result .searchform-result-list {
padding: 0.21428571428571427em 0.7142857142857143em 0;
}
.searchform-result .searchform-result-list .search-object {
font-size: 110%;
margin: 10px 0 0 0;
}
.searchform-result .searchform-result-list .search-object span {
padding: 0 0.35714285714285715em;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #f5f5f5;
}
.searchform-result .searchform-result-list .search-entry {
border-bottom: 1px dotted #e5e5e5;
padding: 0.7142857142857143em 0;
}
.searchform-result .searchform-result-list .search-entry .search-image {
float: left;
width: 1.7857142857142858em;
text-align: center;
margin: 0 0.7142857142857143em 0.35714285714285715em 0;
font-size: 1.1428571428571428em;
}
.searchform-result .searchform-result-list .search-entry .search-image img {
width: 100%;
max-width: 100%;
max-height: 100%;
height: auto;
}
.searchform-result .searchform-result-list .search-entry .search-title {
margin: 0;
font-size: 14px;
}
.searchform-result .searchform-result-list .search-entry .search-excerpt {
color: #909090;
font-size: 12px;
}
.searchform-result .search-view-all {
padding: 1.4285714285714286em 0;
text-align: center;
background-color: #f5f5f5;
margin: -0.07142857142857142em 0 0;
border-top: 1px solid #e5e5e5;
}
.searchform-result .search-view-all a {
font-size: 12px;
text-transform: uppercase;
}
.searchform-result .search-view-all a:after {
content: "\f178";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.searchform-result .search-view-all a:after {
margin-left: 0.35714285714285715em;
}
@media (max-width: 991px) {
.header-container {
height: auto !important;
}
}
.header-type-classic {
position: relative;
}
.header-navbar-default {
position: relative;
}
.header-search-overlay {
left: 0;
position: absolute;
top: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 99999;
}
.header-search-overlay > div {
height: 100%;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
}
.header-search-overlay .searchform {
width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.header-search-overlay .searchform .searchinput {
border: medium none;
font-size: 36px;
font-weight: bold;
width: 100%;
text-transform: uppercase;
outline: none;
}
.header-search-overlay .searchform.loading ~ .close {
display: block;
}
.header-search-overlay .searchform.loading ~ .close > span {
display: none;
}
.header-search-overlay .searchform.loading ~ .close:after {
content: "\f110";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.header-search-overlay .searchform.loading ~ .close:after {
-webkit-animation: fa-spin 1s infinite linear;
-o-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
-webkit-animation-timing-function: steps(8, start);
animation-timing-function: steps(8, start);
}
.header-search-overlay .close {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 15px;
font-size: 35px;
}
.header-search-overlay .searchform-result {
background: #dcdcdc;
position: absolute;
top: 100%;
width: 100%;
-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
}
.header-search-overlay .searchform-result .no-result {
font-size: 1.1em;
}
.header-search-overlay .searchform-result .searchform-result-list .search-entry {
border-bottom-color: #ffffff;
}
.header-search-overlay .searchform-result .searchform-result-list .search-entry .search-title {
font-size: 1.1em;
}
@media (max-width: 991px) {
.header-search-overlay {
display: none !important;
}
}
@media (min-width: 992px) {
.header-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
}
@media (min-width: 992px) {
.header-absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
}
@media (min-width: 992px) {
.header-transparent .topbar {
background: rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
.header-transparent .topbar .topbar-info a,
.header-transparent .topbar .topbar-social a {
color: #fff;
}
.header-transparent .topbar .topbar-info a:hover,
.header-transparent .topbar .topbar-social a:hover {
text-decoration: underline;
}
.header-transparent .topbar .topbar-icon-button > div {
background: transparent;
}
.header-transparent .topbar .topbar-icon-button > div a {
color: #fff;
}
.header-transparent .topbar .topbar-icon-button > div.navbar-minicart:before {
background: rgba(255, 255, 255, 0.23);
}
.header-transparent .topbar .topbar-nav .top-nav > li > a {
color: #fff;
}
.header-transparent .topbar .topbar-nav .top-nav > li > a:before {
border-color: rgba(255, 255, 255, 0.5);
}
.header-transparent .topbar .topbar-nav .dropdown-menu a {
background: transparent;
}
.header-transparent .topbar .topbar-nav .dropdown-menu li {
border-color: rgba(218, 218, 218, 0.49);
}
.header-transparent .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a {
background: transparent;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) {
background: #283c81;
border-color: rgba(255, 255, 255, 0.23);
border-width: 0 0 0px 0;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .navicon,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .navicon,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .navicon {
color: #fff;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:after,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:after,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:after {
background-color: #fff;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a.minicart-link:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a.minicart-link:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a.minicart-link:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a.navbar-search-button:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a.navbar-search-button:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a.navbar-search-button:before {
background: #fff;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu .megamenu-title {
border-bottom-color: rgba(218, 218, 218, 0.49);
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu > .dropdown-menu > li {
border-right-color: rgba(218, 218, 218, 0.49);
}
.header-transparent .navbar-default:not(.navbar-fixed-top).navbar-fixed-top {
background: #ffffff;
border-color: transparent;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu a {
background: transparent;
}
.header-transparent .navbar-default:not(.navbar-fixed-top) .megamenu > .dropdown-menu .dropdown-menu {
background: transparent;
}
.header-transparent.header-navbar-below .navbar-header {
background: rgba(0, 0, 0, 0.05);
}
.header-transparent.header-navbar-below .navbar-primary-nav {
border-color: rgba(255, 255, 255, 0.23);
}
}
@-webkit-keyframes animate-margin-top {
0% {
margin-top: 99px;
}
100% {
margin-top: 60px;
}
}
@-moz-keyframes animate-margin-top {
0% {
margin-top: 99px;
}
100% {
margin-top: 60px;
}
}
@keyframes animate-margin-top {
0% {
margin-top: 99px;
}
100% {
margin-top: 60px;
}
}
@media only screen and (min-width: 992px) {
.has-top-margin {
-webkit-animation: animate-margin-top 0.3s;
-moz-animation: animate-margin-top 0.3s;
animation: animate-margin-top 0.3s;
margin-top: 60px;
}
}
.heading-container {
background: url(../images/heading.jpg) no-repeat scroll center top #98d8e6;
overflow: hidden;
position: relative;
}
.heading-container .heading-hero-background {
background: url(../images/bg-1.html) no-repeat scroll 50% bottom;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.heading-container .heading-hero-background:before {
content: "";
}
.heading-container.heading-border {
border-bottom: 1px solid #e5e5e5;
}
.heading-container > div {
height: 100%;
}
.heading-container.heading-resize {
width: 100%;
}
.heading-container.heading-hero {
position: relative;
background: #f4f7f8;
height: 500px;
}
.heading-container.heading-hero .heading-hero-wrap {
position: absolute;
top: 30%;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width: 100%;
max-width: 900px;
}
.heading-container.heading-hero .hero-icon {
text-align: center;
}
.heading-container.heading-hero .hero-icon .svg-icon {
overflow: hidden;
display: block;
font-size: 80px;
color: #f4f7f8;
}
@media (max-width: 767px) {
.heading-container.heading-hero .hero-icon .svg-icon {
font-size: 45px;
}
}
@media (min-width: 480px) {
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-icon {
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
-o-transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-icon.svg-animate-appear {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.heading-container.heading-hero .hero-icon .svg-text {
text-transform: uppercase;
text-align: center;
display: block;
color: #f4f7f8;
line-height: 1;
}
@media (min-width: 480px) {
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-text {
margin-top: -40px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
-o-transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-text.svg-animate-appear {
margin-top: 0;
opacity: 1;
filter: alpha(opacity=100);
}
}
@media (min-width: 480px) {
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .ux-design-icon {
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-ux-design-text {
-webkit-transition-delay: 1.8s;
transition-delay: 1.8s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .branding-icon {
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-branding-text {
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .web-dev-icon {
-webkit-transition-delay: 1.6s;
transition-delay: 1.6s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-web-dev-text {
-webkit-transition-delay: 2.2s;
transition-delay: 2.2s;
}
}
.heading-container.heading-hero .hero-icon svg {
width: 200px;
display: inline-block;
}
.heading-container.heading-hero .hero-icon svg circle,
.heading-container.heading-hero .hero-icon svg line,
.heading-container.heading-hero .hero-icon svg path {
fill: none;
stroke: #f4f7f8;
stroke-miterlimit: 10;
stroke-width: 2;
}
.heading-container.heading-hero .hero-link {
font-size: 1.6em;
font-weight: 400;
text-align: center;
margin-top: 2em;
}
@media (min-width: 480px) {
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-link.svg-appear {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
-o-transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
-webkit-transition-delay: 2.4s;
transition-delay: 2.4s;
}
html:not(.dh-disable-animation) .heading-container.heading-hero .hero-link.svg-appear.svg-animate-appear {
opacity: 1;
filter: alpha(opacity=100);
}
}
.heading-container.heading-hero .hero-link a {
font-size: 1em;
color: #f4f7f8 !important;
border-color: #f4f7f8 !important;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 1;
filter: alpha(opacity=100);
}
.heading-container.heading-hero .hero-link a:hover i {
background: #f4f7f8;
color: #2d373b;
}
.heading-container.heading-hero .hero-link a:hover i:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.heading-container.heading-hero .hero-link i {
-webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
-o-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
border: 2px solid #f4f7f8;
-webkit-border-radius: 100%;
border-radius: 100%;
display: inline-block;
height: 40px;
line-height: 33px;
margin-left: 15px;
text-align: center;
width: 40px;
position: relative;
}
.heading-container.heading-hero .hero-link i:after {
border-radius: 50%;
box-shadow: 0 0 0 1px #f4f7f8;
box-sizing: content-box;
content: "";
height: 100%;
left: -5px;
opacity: 0;
filter: alpha(opacity=0);
padding: 5px;
position: absolute;
top: -5px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
width: 100%;
}
@media (max-width: 767px) {
.heading-container.heading-hero .heading-hero-wrap {
padding-left: 15px;
padding-right: 15px;
}
.heading-container.heading-hero .heading-hero-wrap .col-sm-4 {
width: 33.33333333333333%;
float: left;
padding-left: 0;
padding-right: 0;
}
.heading-container.heading-hero .heading-hero-wrap .hero-icon svg {
width: 100px;
}
.heading-container.heading-hero .heading-hero-wrap .hero-icon .svg-text {
font-size: 0.8em;
}
}
.heading-container .heading-standar {
overflow: hidden;
}
.heading-container .heading-standar .heading-wrap {
overflow: hidden;
}
.heading-container .heading-standar .page-title {
float: none;
}
.heading-container .heading-standar .page-title h1 {
margin: 0;
font-size: 2em;
color: #1f1f1f;
padding: 1.5em 0;
text-transform: uppercase;
}
@media (max-width: 767px) {
.heading-container .heading-standar .page-title h1 {
font-size: 1.5em;
text-align: center;
}
}
.heading-container .heading-standar .page-title .search-query {
font-weight: bold;
font-style: italic;
}
.heading-container .heading-standar .page-breadcrumb {
float: none;
background: #f5f5f5;
padding: 10px 0;
}
.heading-container .heading-standar .page-breadcrumb a:hover {
text-decoration: underline;
}
@media (max-width: 991px) {
.heading-container .heading-standar .page-breadcrumb {
display: none;
}
}
.heading-container .heading-parallax {
position: relative;
}
.heading-container.heading-single {
padding-top: 0 !important;
background: transparent;
}
.heading-container.heading-single img {
width: 100%;
}
.heading-container.heading-single .heading-background {
background-attachment: fixed;
}
.heading-container.heading-single .heading-background .heading-wrap {
z-index: 2;
padding: 0;
height: 200px;
position: static;
}
.single-portfolio .heading-container.heading-single .heading-background .heading-wrap {
padding: 100px 0;
height: auto;
}
.heading-container.heading-single .heading-background .heading-single-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(../images/banner-pattern.html) repeat fixed center center;
}
.heading-container.heading-single .page-title .subtitle {
margin-top: 10px;
padding-top: 10px;
position: relative;
}
.heading-container.heading-single .page-title .subtitle:before {
background: none repeat scroll 0 0 #fff;
content: "";
height: 2px;
position: absolute;
top: 0;
width: 120px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.heading-container.heading-single .page-title .subtitle > span {
display: table;
margin: 0 auto;
}
.heading-container.heading-single .page-title .subtitle a {
color: #fff;
position: relative;
margin-left: 36px;
font-size: 0.6em;
white-space: nowrap;
}
.heading-container.heading-single .page-title .subtitle a:first-child {
margin-left: 0;
}
.heading-container.heading-single .page-title .subtitle a:hover {
text-decoration: underline;
}
.heading-container.heading-single .page-title .subtitle a + a:before {
content: ".";
margin-right: 17px;
position: absolute;
right: 100%;
top: -5px;
}
.heading-container.heading-single .heading-single-title {
text-align: center;
padding-top: 70px;
}
.heading-container.heading-single .heading-single-title h1 {
margin-top: 0;
}
.heading-container.heading-single .heading-single-title .subtitle > span {
margin-right: 10px;
}
.heading-container.heading-single .heading-single-title .subtitle > span:first-child:before {
display: none !important;
}
.heading-container.heading-single .heading-single-title .subtitle > span i {
font-size: 14px;
margin-right: 5px;
color: #7ccedf;
}
.heading-container.heading-single .heading-single-title .subtitle > span:last-child.meta-separator {
display: none;
}
.heading-container.heading-single .heading-single-title .subtitle > span a:hover {
text-decoration: underline;
}
.heading-container .heading-background {
background-color: #f5f5f5;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: center center;
background-repeat: no-repeat;
}
.heading-container .heading-background .heading-wrap {
display: block;
height: 100%;
overflow: hidden;
padding-top: 100px;
padding-bottom: 100px;
width: 100%;
text-align: center;
}
@media (max-width: 767px) {
.heading-container .heading-background .heading-wrap {
padding: 0;
}
}
.heading-container .heading-background .page-title {
float: none;
display: block;
width: 100%;
}
.heading-container .heading-background .page-title h1 {
color: #fff;
display: block;
margin: 0;
font-size: 3.5714285714285716em;
font-weight: 400;
}
@media (max-width: 767px) {
.heading-container .heading-background .page-title h1 {
font-size: 1.5em;
text-align: center;
}
}
.heading-container .heading-background .page-title .subtitle {
color: #fff;
font-size: 1.7857142857142858em;
display: block;
}
@media (max-width: 767px) {
.heading-container .heading-background .page-title .subtitle {
font-size: 1em;
text-align: center;
}
}
@media (max-width: 1199px) {
.heading-container .heading-background .heading-wrap {
display: block;
height: auto;
margin: 0 auto;
}
.heading-container .heading-background .page-title {
display: block;
padding-bottom: 1.6428571428571428em;
padding-top: 1.6428571428571428em;
}
}
.header-navbar-below .navbar-header {
float: none;
}
.header-navbar-below .navbar-header > .container-fluid {
width: 100%;
}
.header-navbar-below .navbar-header > .container-fluid,
.header-navbar-below .navbar-header > .container {
display: table;
}
@media (max-width: 991px) {
.header-navbar-below .navbar-header > .container-fluid,
.header-navbar-below .navbar-header > .container {
display: block;
}
}
.header-navbar-below .navbar-header .navbar-header-left {
float: left;
position: relative;
}
@media (max-width: 991px) {
.header-navbar-below .navbar-header .navbar-header-left {
float: none;
}
}
@media (min-width: 992px) {
.header-navbar-below .navbar-header .navbar-header-left {
display: table;
margin: 0 auto;
float: none;
padding: 10px 0;
}
.header-navbar-below .navbar-header .navbar-header-left .navbar-brand {
padding: 0;
}
}
.header-navbar-below .navbar-header .navbar-header-right {
display: table-cell;
vertical-align: middle;
height: 100%;
}
.header-navbar-below .navbar-header .navbar-header-right > .widget {
margin: 0;
padding: 15px;
}
@media (max-width: 991px) {
.header-navbar-below .navbar-header .navbar-header-right {
display: none;
}
}
@media (min-width: 992px) {
.header-navbar-below .navbar-primary-nav {
border-top: 1px solid #ffffff;
}
}
.header-navbar-below .navbar-fixed-top .navbar-primary-nav {
border-top: 0px solid #ffffff;
}
.header-navbar-below .navbar-default .primary-navbar-collapse {
float: none;
}
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav {
float: none;
}
@media (min-width: 992px) {
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav {
display: table;
margin: 0 auto;
}
}
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav > li > a {
line-height: 5em;
}
@media (min-width: 992px) {
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav .navbar-minicart,
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav .navbar-search {
display: none;
}
}
.header-navbar-below ~ .heading-container.heading-border {
-webkit-box-shadow: none;
box-shadow: none;
}
/*--------------------------------------------------------------
27.0 - Footer
--------------------------------------------------------------*/
.footer-widget {
background: #2a2a2a;
color: #6e6e6e;
font-size: 12px;
}
.footer-widget .footer-widget-wrap {
padding: 70px 0 50px;
}
@media (max-width: 767px) {
.footer-widget .footer-widget-col {
margin-bottom: 30px;
}
}
.footer-widget .widget {
margin-bottom: 0;
padding-top: 30px;
}
.footer-widget .widget:first-child {
padding-top: 0;
}
.footer-widget .widget-title {
text-transform: uppercase;
color: #ffffff;
margin-top: 0;
margin-bottom: 1.6428571428571428em;
font-size: 1.1em;
position: relative;
padding: 0;
}
.footer-widget li {
border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
padding-left: 0;
padding-bottom: 0.8214285714285714em;
margin-bottom: 0.8214285714285714em;
position: relative;
}
.footer-widget li .post-date {
display: block;
font-size: 12px;
color: rgba(110, 110, 110, 0.7);
}
.footer-widget li:last-child {
border: none;
}
.footer-widget .widget_tag_cloud .tagcloud a,
.footer-widget .widget_product_tag_cloud .tagcloud a {
background-color: #292929;
border: 1px solid transparent;
color: #e5e5e5;
}
.footer-widget .social-widget-wrap i {
color: #6e6e6e;
}
.footer-widget .social-widget-wrap i:hover {
color: inherit;
}
.footer-widget .posts-thumbnail-image img {
width: 60px;
}
.footer-widget .posts-thumbnail-content {
border-bottom: none;
margin-left: 73px;
min-height: 45px;
}
.footer-widget .posts-thumbnail-content h4 a {
color: #6e6e6e;
font-size: 14px;
line-height: 1.7;
font-family: "Muli", Helvetica, Arial, sans-serif;
}
.footer-widget .posts-thumbnail-content h4 a:hover {
color: #7ccedf;
}
.footer-widget .posts-thumbnail-content > time {
color: inherit;
}
.footer-widget .posts-thumbnail-image {
float: left;
height: auto;
width: 60px;
}
.footer-widget .recent-tweets ul,
.footer-widget .posts-thumbnail-list {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.footer-widget .posts-thumbnail-list li {
padding-bottom: 0.8214285714285714em;
margin-bottom: 0.8214285714285714em;
border-bottom: none;
}
.footer-widget a {
color: #6e6e6e;
font-weight: 400;
}
.footer-widget a:hover {
color: #7ccedf;
}
.footer-newsletter {
background-color: #232323;
color: #6e6e6e;
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-newsletter-wrap {
padding: 20px 0;
}
.footer-newsletter-wrap .footer-newsletter-heading {
color: rgba(255, 255, 255, 0.36);
font-weight: 400;
font-family: "Muli", Helvetica, Arial, sans-serif;
margin: 0;
}
@media (max-width: 767px) {
.footer-newsletter-wrap .footer-newsletter-heading {
margin-bottom: 15px;
text-align: center;
}
}
.footer-newsletter-wrap .mailchimp-form input {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.16);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #919191;
margin: 0;
padding: 0.5714285714285714rem 1rem;
width: 70%;
outline: none;
}
.footer-newsletter-wrap .mailchimp-form button {
text-decoration: none;
text-transform: uppercase;
margin: 0 0 0 10px;
width: 25%;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
border: none;
}
.footer {
background-color: #232323;
color: #6e6e6e;
font-size: 12px;
}
.footer a {
color: #6e6e6e;
}
.footer .footer-info-wrap {
padding: 20px 0;
}
.footer .footer-menu {
text-align: right;
}
@media (max-width: 767px) {
.footer .footer-menu {
text-align: center;
}
}
.footer .footer-menu .footer-nav {
margin: 0;
padding: 0;
list-style: none;
}
.footer .footer-menu .footer-nav li {
padding: 0 0.5714285714285714em;
line-height: 0.7142857142857143em;
display: inline-block;
position: relative;
}
.footer .footer-menu .footer-nav li:before {
content: "/\00a0";
position: absolute;
right: -0.5714285714285714em;
top: 0;
}
.footer .footer-menu .footer-nav li:last-child:before {
display: none;
}
.footer .footer-menu .footer-nav li a {
color: #6e6e6e;
border-bottom: 1px solid transparent;
font-size: 12px;
text-transform: uppercase;
}
.footer .footer-menu .footer-nav li a:hover,
.footer .footer-menu .footer-nav li a:focus {
color: #7ccedf;
border-bottom: 1px solid;
}
.footer .footer-info {
color: #6e6e6e;
}
.footer .footer-info a {
color: #6e6e6e;
}
.footer .footer-info a:hover {
color: #7ccedf;
}
.footer .footer-info .copyright {
font-size: 12px;
margin-top: 0.35714285714285715em;
display: block;
}
@media (max-width: 767px) {
.footer .footer-info .copyright {
text-align: center;
margin-bottom: 0.35714285714285715em;
}
}
.footer .footer-info .footer-social {
text-align: right;
}
.footer .footer-info .footer-social .tooltip-inner {
background: #7ccedf;
}
.footer .footer-info .footer-social .tooltip.top .tooltip-arrow {
border-top-color: #7ccedf;
}
.footer .footer-info .footer-social a {
margin: 0 0.35714285714285715em;
font-size: 1.4285714285714286em;
}
.footer .footer-info .footer-social a:hover {
color: #7ccedf;
border-color: #7ccedf;
}
@media (max-width: 767px) {
.footer .footer-info .footer-social {
text-align: center;
}
}
a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
background-color: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 2px;
border-radius: 2px;
bottom: -50px;
opacity: 0;
filter: alpha(opacity=0);
right: 20px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
color: #fff;
font-size: 30px;
line-height: 50px;
width: 50px;
height: 50px;
position: fixed;
text-align: center;
z-index: 100;
visibility: hidden;
}
a.go-to-top.on,
a.go-to-top:hover a.go-to-top:focus.on {
opacity: 0.8;
filter: alpha(opacity=80);
visibility: visible;
bottom: 20px;
}
a.go-to-top.on:hover,
a.go-to-top:hover a.go-to-top:focus.on:hover {
opacity: 1;
filter: alpha(opacity=100);
}
/*--------------------------------------------------------------
28.0 - Porfolio
--------------------------------------------------------------*/
.portfolio.infinite-scroll .paginate,
.portfolio.loadmore .paginate {
display: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item:nth-of-type(n) {
clear: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-6:nth-of-type(2n + 1) {
clear: both;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(4n + 1) {
clear: both;
}
@media (max-width: 991px) {
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(4n + 1) {
clear: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(2n + 1) {
clear: both;
}
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(3n + 1) {
clear: both;
}
@media (max-width: 991px) {
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(3n + 1) {
clear: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(2n + 1) {
clear: both;
}
}
@media (max-width: 767px) {
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item {
clear: none !important;
}
}
.portfolio .infinite-scroll-loading {
margin-top: 1.6428571428571428em;
}
.portfolio .portfolio-filter {
margin-bottom: 30px;
display: table;
margin-right: auto;
margin-left: auto;
width: 100%;
}
.portfolio .portfolio-filter .filter-heaeding {
display: table-cell;
width: 20%;
vertical-align: middle;
}
@media (max-width: 767px) {
.portfolio .portfolio-filter .filter-heaeding {
display: none;
}
}
.portfolio .portfolio-filter .filter-heaeding h3 {
margin: 0;
}
.portfolio .portfolio-filter .filter-action {
display: table-cell;
vertical-align: middle;
width: 80%;
text-align: right;
}
.portfolio .portfolio-filter .filter-action.filter-action-center {
display: block;
width: 100%;
text-align: left;
padding-bottom: 1em;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul {
float: none;
text-transform: uppercase;
text-align: center;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li {
float: none;
padding: 0;
display: inline-block !important;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li a {
padding: 0.5em 1.5em;
line-height: 1;
border-bottom: none;
-webkit-border-radius: 2.5em;
border-radius: 2.5em;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li a.selected {
background: #7ccedf;
color: #fff;
}
@media (max-width: 767px) {
.portfolio .portfolio-filter .filter-action {
width: 100%;
text-align: left;
display: block;
}
}
.portfolio .portfolio-filter .filter-action > ul {
float: right;
list-style: none;
padding: 0;
margin: 0;
}
.portfolio .portfolio-filter .filter-action > ul li {
display: none;
float: left;
padding: 0.5714285714285714rem 1rem;
}
@media (max-width: 767px) {
.portfolio .portfolio-filter .filter-action > ul li {
display: block;
}
}
.portfolio .portfolio-filter .filter-action > ul li a {
display: block;
border-bottom: 1px solid transparent;
}
.portfolio .portfolio-filter .filter-action > ul li a.selected {
color: #7ccedf;
border-bottom-color: #7ccedf;
}
.portfolio .portfolio-filter .filter-action.no-sorting > ul li {
display: block;
}
.portfolio .portfolio-filter .filter-action .filter-btn,
.portfolio .portfolio-filter .filter-action .sort-btn {
margin-left: 0.8571428571428571rem;
float: right;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0.7714285714285714rem 1.2rem;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
color: #ffffff;
background-color: #7ccedf;
border-color: #7ccedf;
padding: 0.5714285714285714rem 1rem;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover,
.portfolio .portfolio-filter .filter-action .sort-btn:hover,
.portfolio .portfolio-filter .filter-action .filter-btn:focus,
.portfolio .portfolio-filter .filter-action .sort-btn:focus {
color: #6e6e6e;
text-decoration: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn i,
.portfolio .portfolio-filter .filter-action .sort-btn i,
.portfolio .portfolio-filter .filter-action .filter-btn span,
.portfolio .portfolio-filter .filter-action .sort-btn span {
z-index: 2;
position: relative;
}
.portfolio .portfolio-filter .filter-action .filter-btn.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn.btn-style-outlined {
color: #7ccedf;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover,
.portfolio .portfolio-filter .filter-action .sort-btn:hover,
.portfolio .portfolio-filter .filter-action .filter-btn:focus,
.portfolio .portfolio-filter .filter-action .sort-btn:focus,
.portfolio .portfolio-filter .filter-action .filter-btn:active,
.portfolio .portfolio-filter .filter-action .sort-btn:active,
.portfolio .portfolio-filter .filter-action .filter-btn.active,
.portfolio .portfolio-filter .filter-action .sort-btn.active {
color: #ffffff;
background-color: #53bfd5;
border-color: #53bfd5;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:hover.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn:focus.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:focus.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn:active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn.active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn.active.btn-style-outlined {
color: #53bfd5;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:hover.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn:focus.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:focus.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn:active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn.active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #4bbcd3;
box-shadow: 0 5px 0 #4bbcd3;
}
.portfolio .portfolio-filter .filter-action .filter-btn:active,
.portfolio .portfolio-filter .filter-action .sort-btn:active,
.portfolio .portfolio-filter .filter-action .filter-btn.active,
.portfolio .portfolio-filter .filter-action .sort-btn.active {
background-image: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #7ccedf;
box-shadow: 0 5px 0 #7ccedf;
}
.portfolio .portfolio-filter .filter-action .filter-btn i,
.portfolio .portfolio-filter .filter-action .sort-btn i {
margin-left: 0.35714285714285715em;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-down:before,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-down:before {
content: "\f107";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-up,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-up {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-up:before,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-up:before {
content: "\f107";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
@media (max-width: 991px) {
.portfolio .portfolio-filter .filter-action > ul {
margin-top: 0.8571428571428571rem;
clear: both;
}
}
@media (max-width: 767px) {
.portfolio .portfolio-filter .filter-action .filter-btn,
.portfolio .portfolio-filter .filter-action .sort-btn {
float: left;
margin-left: 0;
margin-right: 0.8571428571428571rem;
}
.portfolio .portfolio-filter .filter-action > ul {
float: left;
}
}
.portfolio .portfolio-item {
padding-bottom: 30px;
}
.portfolio .portfolio-item-wrap {
overflow: hidden;
position: relative;
width: 100%;
}
.container-full .portfolio.gap {
padding-left: 20px;
padding-right: 20px;
}
.portfolio.no-gap .row {
margin: 0;
padding: 0;
}
.portfolio.no-gap .row .portfolio-item {
padding: 0;
margin: 0;
}
.portfolio.onepx {
margin-right: -1px;
}
.portfolio.onepx .row {
margin: 0;
padding: 0;
}
.portfolio.onepx .row .portfolio-item {
padding: 0;
margin: 0;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: transparent;
overflow: hidden;
}
.portfolio .portfolio-featured img {
width: 100%;
max-width: none;
height: auto;
display: block;
padding: 0;
outline: 0 none;
vertical-align: baseline;
}
.portfolio.portfolio-style-one .portfolio-title {
font-size: 1em;
}
.portfolio.portfolio-style-one .portfolio-featured-wrap {
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 1;
filter: alpha(opacity=100);
bottom: 0;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
z-index: 20;
}
.portfolio.portfolio-style-one .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 25;
top: 0;
left: 0;
background: rgba(51, 51, 51, 0.5);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
.portfolio.portfolio-style-one .portfolio-action {
position: absolute;
z-index: 30;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
height: 50px;
text-align: center;
}
.portfolio.portfolio-style-one .portfolio-action a {
position: relative;
top: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
background: rgba(51, 51, 51, 0.8);
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 18px;
height: 50px;
line-height: 50px;
width: 50px;
margin: 5px;
text-align: center;
}
.portfolio.portfolio-style-one .portfolio-action a:hover {
background: #333333;
}
.portfolio.portfolio-style-one .portfolio-title {
margin-top: 0;
margin-bottom: 5px;
}
.portfolio.portfolio-style-one .portfolio-title a {
color: #fff;
font-size: 1.2857142857142858em;
}
.portfolio.portfolio-style-one .portfolio-meta {
font-size: 12px;
}
.portfolio.portfolio-style-one .portfolio-caption {
position: absolute;
margin: 0;
bottom: 0;
left: 0;
z-index: 10;
width: 100%;
background: #333333;
color: #fff;
}
.portfolio.portfolio-style-one .portfolio-caption-wrap {
padding: 15px;
opacity: 0;
transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-o-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-moz-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-ms-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
-webkit-transform-origin: 50% 100% 0;
-moz-transform-origin: 50% 100% 0;
-ms-transform-origin: 50% 100% 0;
transform-origin: 50% 100% 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-overlay {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-action a {
top: 50%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-action a.view-action {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-caption-wrap {
opacity: 1;
visibility: visible;
-webkit-transform-origin: 50% 100% 0;
-moz-transform-origin: 50% 100% 0;
-ms-transform-origin: 50% 100% 0;
transform-origin: 50% 100% 0;
transform: matrix(1, 0, 0, 1, 0, 0);
-moz-transform: matrix(1, 0, 0, 1, 0, 0);
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
-ms-transform: matrix(1, 0, 0, 1, 0, 0);
-o-transform: matrix(1, 0, 0, 1, 0, 0);
}
.portfolio.portfolio-style-two .portfolio-title {
font-size: 1em;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-featured-wrap {
position: relative;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action {
position: absolute;
z-index: 30;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
height: 3.5714285714285716em;
text-align: center;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action a {
position: relative;
top: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
background: rgba(51, 51, 51, 0.8);
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 18px;
height: 50px;
line-height: 50px;
width: 50px;
margin: 5px;
text-align: center;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action a:hover {
background: #333333;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 25;
top: 0;
left: 0;
background: rgba(51, 51, 51, 0.5);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-title {
margin-top: 10px;
margin-bottom: 5px;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-title a {
font-size: 1.2857142857142858em;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-meta {
font-size: 12px;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-overlay {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-action a {
top: 50%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-action a.view-action {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio.portfolio-style-three .portfolio-title {
font-size: 1em;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-featured {
-webkit-transition: all 0.5s ease-in 0s;
-o-transition: all 0.5s ease-in 0s;
transition: all 0.5s ease-in 0s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 5;
top: 0;
left: 0;
background: rgba(124, 206, 223, 0.9);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-title {
margin-top: 0;
padding: 0 15px;
line-height: 1.3;
margin-bottom: 10px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-title a {
font-size: 1.2857142857142858em;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-meta {
font-size: 12px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action {
position: absolute;
z-index: 30;
top: 50%;
margin-top: 1.7857142857142858em;
left: 0;
width: 100%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
height: 3.5714285714285716em;
text-align: center;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action a {
position: relative;
top: 200%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
color: #fff;
background: rgba(51, 51, 51, 0.8);
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
font-size: 18px;
height: 50px;
line-height: 50px;
width: 50px;
margin: 5px;
text-align: center;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action a:hover {
background: #333333;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption {
padding-bottom: 3.5714285714285716em;
position: absolute;
left: 0;
z-index: 10;
width: 100%;
top: 50%;
text-align: center;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #fff;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-caption-wrap {
position: relative;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-caption-wrap:before {
background: none repeat scroll 0 0 #fff;
bottom: -0.7142857142857143em;
content: "";
height: 1px;
left: 50%;
margin: 0 auto;
position: absolute;
-webkit-transform: translate(-50%, 0px);
-ms-transform: translate(-50%, 0px);
-o-transform: translate(-50%, 0px);
transform: translate(-50%, 0px);
width: 0%;
z-index: 100;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
transition: width 0.5s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-title {
margin-bottom: 0px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-title a {
color: #fff;
text-transform: uppercase;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-caption {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-caption .portfolio-caption-wrap:before {
width: 20%;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-featured {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-overlay {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-action a {
top: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-action a.view-action {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio.portfolio-style-lily .portfolio-item-wrap {
position: relative;
}
.portfolio.portfolio-style-lily .portfolio-featured {
max-width: none;
width: -moz-calc(100% + 50px);
width: -o-calc(100% + 50px);
width: -webkit-calc(100% + 50px);
width: calc(100% + 50px);
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, -o-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
.portfolio.portfolio-style-lily .portfolio-overlay,
.portfolio.portfolio-style-lily .portfolio-action {
display: none;
}
.portfolio.portfolio-style-lily .portfolio-caption {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
padding: 2em;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
transition: background 0.2s;
}
.portfolio.portfolio-style-lily .portfolio-caption-wrap {
bottom: 1em;
left: 0;
padding: 2em;
position: absolute;
width: 100%;
}
.portfolio.portfolio-style-lily .portfolio-meta,
.portfolio.portfolio-style-lily .portfolio-title {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
.portfolio.portfolio-style-lily .portfolio-title {
margin-bottom: 5px;
margin-top: 0px;
-webkit-transition: -webkit-transform 0.35s;
-ms-transition: -ms-transform 0.35s;
-o-transition: -o-transform 0.35s;
transition: transform 0.35s;
font-size: 1.4em;
margin: 0;
}
.portfolio.portfolio-style-lily .portfolio-title a {
color: #fff;
font-weight: 300;
}
.portfolio.portfolio-style-lily .portfolio-meta {
color: rgba(255, 255, 255, 0.7);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
-o-transition: opacity 0.2s, -o-transform 0.35s;
-ms-transition: opacity 0.2s, -ms-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-caption {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-featured,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
opacity: 1;
filter: alpha(opacity=100);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-title,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-featured,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.portfolio.portfolio-style-marley .portfolio-item-wrap {
position: relative;
}
.portfolio.portfolio-style-marley .portfolio-featured {
opacity: 0.8;
filter: alpha(opacity=80);
}
.portfolio.portfolio-style-marley .portfolio-overlay,
.portfolio.portfolio-style-marley .portfolio-action {
display: none;
}
.portfolio.portfolio-style-marley .portfolio-caption {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
padding: 2em;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
transition: background 0.2s;
}
.portfolio.portfolio-style-marley .portfolio-meta,
.portfolio.portfolio-style-marley .portfolio-title {
left: 30px;
padding: 10px 0;
position: absolute;
right: 30px;
}
.portfolio.portfolio-style-marley .portfolio-title {
top: 30px;
-webkit-transform: translate3d(0px, 20px, 0px);
transform: translate3d(0px, 20px, 0px);
transition: transform 0.35s ease 0s;
-webkit-transition: -webkit-transform 0.35s ease 0s;
-o-transition: -o-transform 0.35s ease 0s;
margin: 0;
font-size: 1.4em;
text-align: right;
}
.portfolio.portfolio-style-marley .portfolio-title a {
color: #fff;
text-transform: uppercase;
font-weight: 300;
}
.portfolio.portfolio-style-marley .portfolio-title .nth-word-1 {
font-weight: bold;
}
.portfolio.portfolio-style-marley .portfolio-title:after {
background: none repeat scroll 0 0 #fff;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 100%;
-webkit-transform: translate3d(0px, 40px, 0px);
transform: translate3d(0px, 40px, 0px);
width: 100%;
}
.portfolio.portfolio-style-marley .portfolio-meta {
bottom: 30px;
-webkit-transform: translate3d(0px, 100%, 0px);
transform: translate3d(0px, 100%, 0px);
color: rgba(255, 255, 255, 0.7);
text-align: right;
}
.portfolio.portfolio-style-marley .portfolio-title:after,
.portfolio.portfolio-style-marley .portfolio-meta {
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
-o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-caption {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-meta,
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-title:after {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main li {
width: 100%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main li img {
width: 100%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main .caroufredsel-prev,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main .caroufredsel-next {
display: none !important;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
width: 16.666666666666664%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li:hover,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li.selected {
opacity: 1;
filter: alpha(opacity=100);
}
@media (max-width: 991px) {
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
width: 25%;
}
}
@media (max-width: 767px) {
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
width: 33.33333333333333%;
}
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs .caroufredsel .caroufredsel-wrap .caroufredsel-next,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs .caroufredsel .caroufredsel-wrap .caroufredsel-prev {
color: #fff;
height: 30px;
line-height: 30px;
width: 30px;
background: #7ccedf;
border-color: #7ccedf;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap {
display: table;
width: 100%;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
margin-bottom: 30px;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all {
display: table-cell;
vertical-align: middle;
width: 10%;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all a {
font-size: 2.142857142857143em;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-title {
display: table-cell;
width: 80%;
vertical-align: middle;
margin: 0;
text-align: center;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation {
display: table-cell;
width: 10%;
vertical-align: middle;
text-align: right;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation a {
line-height: 1;
font-size: 2.142857142857143em;
margin: 0 0 0 0.7142857142857143em;
}
@media (max-width: 767px) {
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-title {
width: 100%;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all,
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation {
display: none;
}
}
.single-portfolio .main-content .portfolio .portfolio-summary .portfolio-excerpt {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-featured {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-featured img {
height: auto;
max-height: 100%;
max-width: 100%;
width: 100%;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}
.single-portfolio .main-content .portfolio .portfolio-link {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-link .btn {
width: 100%;
text-transform: uppercase;
}
.single-portfolio .main-content .portfolio .portfolio-attributes {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-attributes .portfolio-attribute {
display: block;
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid #e5e5e5;
text-transform: capitalize;
}
.single-portfolio .main-content .portfolio .portfolio-attributes .portfolio-attribute i {
color: #7ccedf;
margin-right: 0.35714285714285715em;
}
.single-portfolio .main-content .portfolio .portfolio-content {
margin-top: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-share {
margin-bottom: 1.6428571428571428em;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links {
padding: 0;
background: transparent;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons {
text-align: left;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons a {
background: none;
-webkit-border-radius: 50%;
border-radius: 50%;
border-color: #e5e5e5;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .facebook-share a:hover {
background-color: none;
border-color: #47639e;
color: #47639e;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .twitter-share a:hover {
background-color: none;
border-color: #55acee;
color: #55acee;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .pinterest-share a:hover {
background-color: none;
border-color: #cb2027;
color: #cb2027;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .google-plus-share a:hover {
background-color: none;
border-color: #dd4b39;
color: #dd4b39;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .linkedin-share a:hover {
background-color: none;
border-color: #069;
color: #069;
}
.single-portfolio .main-content .comments-area {
padding-top: 0;
}
.related-portfolio {
padding-bottom: 70px;
background: #f5f5f5;
padding-top: 60px;
}
.related-portfolio .portfolio {
margin-top: 30px;
}
.related-portfolio .portfolio .portfolio-featured {
margin-bottom: 0;
}
.related-portfolio-title h3 {
margin-top: 0;
}
/*--------------------------------------------------------------
29.0 - Post
--------------------------------------------------------------*/
.posts.infinite-scroll .paginate,
.posts.loadmore .paginate {
display: none;
}
.posts .entry-title {
font-size: 1.75em;
margin-bottom: 0.3em;
font-weight: 400;
}
.posts .format-audio .date-badge {
display: none;
}
.posts .posts-layout-masonry .date-badge,
.posts .posts-layout-timeline .date-badge {
display: none;
}
.posts .posts-layout-masonry .entry-meta .meta-date,
.posts .posts-layout-timeline .entry-meta .meta-date {
display: inline-block;
}
@media (max-width: 767px) {
.posts .entry-meta .meta-date {
display: inline-block;
}
}
.posts .posts-wrap.posts-layout-default .entry-header {
margin-bottom: 1.5em;
}
.posts .posts-wrap.posts-layout-default .readmore-link {
text-align: left;
margin-top: 30px;
}
.posts .posts-wrap.posts-layout-default .readmore-link a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0.7714285714285714rem 1.2rem;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
color: #6e6e6e;
background-color: #f5f5f5;
border-color: #e5e5e5;
background: rgba(0, 0, 0, 0);
text-transform: uppercase;
color: #1f1f1f;
font-weight: 400;
font-size: 12px;
border: 1px solid;
font-weight: bold;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus {
color: #6e6e6e;
text-decoration: none;
}
.posts .posts-wrap.posts-layout-default .readmore-link a i,
.posts .posts-wrap.posts-layout-default .readmore-link a span {
z-index: 2;
position: relative;
}
.posts .posts-wrap.posts-layout-default .readmore-link a.btn-style-outlined {
color: #f5f5f5;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus,
.posts .posts-wrap.posts-layout-default .readmore-link a:active,
.posts .posts-wrap.posts-layout-default .readmore-link a.active {
color: #6e6e6e;
background-color: #dcdcdc;
border-color: #cccccc;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a:active.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a.active.btn-style-outlined {
color: #cccccc;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a:active.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #c6c6c6;
box-shadow: 0 5px 0 #c6c6c6;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:active,
.posts .posts-wrap.posts-layout-default .readmore-link a.active {
background-image: none;
}
.posts .posts-wrap.posts-layout-default .readmore-link a.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #e5e5e5;
box-shadow: 0 5px 0 #e5e5e5;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus,
.posts .posts-wrap.posts-layout-default .readmore-link a:active {
color: #fff !important;
border-color: #7ccedf;
background-color: #7ccedf;
}
.posts .posts-wrap.posts-layout-grid .hentry {
border-bottom: none;
padding-bottom: 0;
}
.posts .posts-wrap.posts-layout-grid .hentry:nth-of-type(n) {
clear: none;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-6:nth-of-type(2n + 1) {
clear: both;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(4n + 1) {
clear: both;
}
@media (max-width: 991px) {
.posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(4n + 1) {
clear: none;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(2n + 1) {
clear: both;
}
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(3n + 1) {
clear: both;
}
@media (max-width: 991px) {
.posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(3n + 1) {
clear: none;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(2n + 1) {
clear: both;
}
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-grid .hentry {
clear: none !important;
}
}
.posts .posts-wrap.posts-layout-masonry .hentry {
border-bottom: none;
padding-bottom: 0;
}
.posts .posts-wrap.posts-layout-masonry.no-gap.row {
margin-left: 0;
margin-right: 0;
}
.posts .posts-wrap.posts-layout-masonry.no-gap.row .hentry {
padding-left: 0;
padding-right: 0;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap {
border: 1px solid #e5e5e5;
-webkit-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap:hover {
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-header {
margin-top: 20px;
padding: 0 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-content {
padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-footer {
padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e5e5e5;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link .date {
font-size: 12px;
float: left;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-quote,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-link {
border: none;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-quote .entry-content,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-link .entry-content {
padding: 0;
}
.posts .posts-wrap.posts-layout-medium .entry-featured {
float: left;
width: 22.857142857142858em;
margin-right: 1.5em;
margin-bottom: 0;
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-medium .entry-featured {
float: none;
width: auto;
margin-bottom: 1.6428571428571428em;
margin-right: 0;
}
}
.posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info .entry-header {
padding-left: 24.357142857142858em;
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info .entry-header {
padding-left: 0;
}
}
.posts .posts-wrap.posts-layout-timeline {
position: relative;
}
.posts .posts-wrap.posts-layout-timeline:before {
background-color: #f5f5f5;
bottom: 0;
content: " ";
left: 50%;
margin-left: -0.10714285714285714em;
position: absolute;
top: 0;
width: 3px;
z-index: 1;
display: block;
}
.posts .posts-wrap.posts-layout-timeline .hentry {
margin: 0;
border: none;
clear: left;
float: left;
margin-bottom: 30px;
padding: 0;
position: relative;
width: 50%;
padding-right: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap {
border: 1px solid #e5e5e5;
border-bottom-width: 3px;
float: left;
position: relative;
width: 100%;
background: #ffffff;
-webkit-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap:hover {
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap:hover .timeline-badge a {
color: #7ccedf;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-header {
margin-top: 20px;
padding: 0 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-content {
padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-footer {
padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e5e5e5;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link .date {
font-size: 12px;
float: left;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-quote,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-link {
border: none;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-quote .entry-content,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-link .entry-content {
padding: 0;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
right: 24px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge a span {
left: 20px;
left: -webkit-calc(100% + 10px);
left: -moz-calc(100% + 10px);
left: calc(100% + 10px);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge a span:after {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
top: 50%;
left: -5px;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #7ccedf;
content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right {
clear: right;
float: right;
padding-right: 0;
padding-left: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge {
left: -12px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: 24px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge a span {
right: 20px;
right: -webkit-calc(100% + 10px);
right: -moz-calc(100% + 10px);
right: calc(100% + 10px);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge a span:after {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
top: 50%;
right: -5px;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #7ccedf;
content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .hentry-wrap {
border-color: #7ccedf;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge {
z-index: 10;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge a {
color: #7ccedf;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge a span {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-arrow {
background: #7ccedf !important;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-timeline .timeline-date {
clear: both;
text-align: center;
padding-bottom: 0.8214285714285714em;
position: relative;
z-index: 10;
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-timeline .timeline-date {
text-align: left;
}
}
.posts .posts-wrap.posts-layout-timeline .timeline-date .timeline-date-title {
color: #1f1f1f;
background: #e5e5e5;
padding: 0.5714285714285714rem 1rem;
display: inline-block;
margin: 0 auto;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge {
height: 24px;
position: absolute;
right: -12px;
text-align: center;
top: 16px;
width: 24px;
z-index: 8;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a {
color: #e5e5e5;
font-size: 1.3em;
position: relative;
cursor: pointer;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover {
color: #7ccedf;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover span {
visibility: visible;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a span {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: absolute;
z-index: 999;
line-height: 1.4;
white-space: nowrap;
max-width: 14.285714285714286em;
padding: 0.21428571428571427em 0.5714285714285714em;
color: #ffffff;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
text-align: center;
text-decoration: none;
background-color: #7ccedf;
-webkit-border-radius: 2px;
border-radius: 2px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
font-size: 12px;
}
@media (max-width: 767px) {
.posts .posts-wrap.posts-layout-timeline:before {
left: 0;
}
.posts .posts-wrap.posts-layout-timeline .hentry {
width: 100%;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left {
clear: right;
float: right;
padding-right: 0;
padding-left: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .hentry-wrap {
float: right;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-arrow {
background: none repeat scroll 0 0 #e5e5e5;
content: "";
height: 15px;
position: absolute;
left: 24px;
top: 22px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge {
left: -12px;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a span {
display: none;
}
}
.hentry {
margin-bottom: 45px;
padding-bottom: 45px;
border-bottom: 1px solid #e5e5e5;
background: #ffffff;
}
.no-boder-hentry .hentry {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
@media (min-width: 480px) {
.posts-layout-default .entry-info {
background: none repeat scroll 0 0 #fff;
margin-left: 5em;
margin-top: -6em;
padding: 15px 30px;
position: relative;
}
.posts-layout-default .meta-date {
display: none;
}
}
.entry-header {
margin-bottom: 1.0952380952380951em;
position: relative;
}
.date-badge {
background: #7ccedf;
color: #fff;
left: 0;
text-align: center;
margin-top: -1em;
font-weight: 400;
padding: 8px 5px;
max-width: 5em;
}
@media (max-width: 767px) {
.date-badge {
display: none;
}
}
.date-badge .date {
display: block;
font-weight: 400;
line-height: 1;
font-size: 1.5em;
}
.date-badge .month-year {
display: block;
background: #7ccedf;
color: #fff;
font-size: 1em;
text-transform: uppercase;
font-size: 0.9em;
}
.entry-featured {
margin-bottom: 1em;
}
.entry-featured img {
width: 100%;
height: auto;
}
.entry-featured.video-featured:not(.col-md-8) {
width: 100%;
max-width: 100%;
}
.entry-featured.video-featured {
position: relative;
}
.entry-featured.video-featured .featured-play {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
margin-top: -20px;
z-index: 1;
width: 40px;
height: 40px;
background: url(../images/featured-play.html) no-repeat scroll center center transparent;
}
.entry-title {
font-size: 2em;
margin-top: 0;
font-weight: 400;
}
.sticky .entry-title:before {
content: "\f08d";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.sticky .entry-title:before {
line-height: 1;
opacity: 1;
-webkit-transform: rotate(-36deg);
-ms-transform: rotate(-36deg);
-o-transform: rotate(-36deg);
transform: rotate(-36deg);
color: #7ccedf;
}
.entry-meta {
font-size: 12px;
color: #909090;
}
.entry-meta > span {
margin-right: 10px;
}
.entry-meta > span:first-child:before {
display: none !important;
}
.entry-meta > span i {
margin-right: 5px;
color: #7ccedf;
}
.entry-meta > span:last-child.meta-separator {
display: none;
}
.entry-meta span.meta-separator {
padding: 0 0.14285714285714285em;
}
.entry-meta a {
color: #909090;
}
.entry-meta a:hover {
color: #7ccedf;
}
.entry-content .link-content,
.entry-content .quote-content {
padding: 20px;
background-color: #7ccedf;
color: #fff;
}
.entry-content .link-content a,
.entry-content .quote-content a {
color: #fff;
}
.entry-content .link-content span,
.entry-content .quote-content span {
font-size: 1.1em;
margin-bottom: 0.8214285714285714em;
display: block;
font-style: italic;
}
.entry-content .link-content i.fa,
.entry-content .quote-content i.fa {
font-size: 1.3em;
}
.entry-content .link-content cite,
.entry-content .quote-content cite {
font-size: 14px;
display: block;
}
.readmore-link {
margin: 0;
}
.readmore-link a {
font-size: 12px;
color: #3b3b3b;
font-weight: bold;
}
.readmore-link a:after {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.readmore-link a:after {
margin-left: 0.35714285714285715em;
font-size: 14px;
font-weight: bold;
}
.readmore-link a:hover {
color: #7ccedf;
}
.post-navigation {
margin-bottom: 30px;
}
.post-navigation .prev-post > span {
font-weight: 400;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #909090;
font-size: 12px;
}
.post-navigation .prev-post > span:before {
content: "\f104";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.post-navigation .prev-post > span:before {
margin-right: 0.35714285714285715em;
font-size: 110%;
}
@media (max-width: 767px) {
.post-navigation .prev-post {
text-align: center;
margin-bottom: 1.6428571428571428em;
}
.post-navigation .prev-post > span:before {
display: none;
}
}
.post-navigation .next-post {
text-align: right;
}
.post-navigation .next-post > span {
font-weight: 400;
text-transform: uppercase;
color: #909090;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 12px;
}
.post-navigation .next-post > span:after {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.post-navigation .next-post > span:after {
margin-left: 0.35714285714285715em;
font-size: 110%;
}
@media (max-width: 767px) {
.post-navigation .next-post {
text-align: center;
}
.post-navigation .next-post > span:after {
display: none;
}
}
.post-navigation a {
color: #7ccedf;
display: block;
}
.post-navigation a:hover {
text-decoration: underline;
}
.author-info {
padding: 30px;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
.author-info {
padding: 15px 0;
}
}
.author-info .author-avatar {
float: left;
}
.author-info .author-avatar img {
max-width: 8.571428571428571em;
}
@media (max-width: 767px) {
.author-info .author-avatar {
float: none;
text-align: center;
margin-bottom: 10px;
}
}
.author-info .author-description {
margin-left: 8.571428571428571em;
}
@media (max-width: 767px) {
.author-info .author-description {
margin-left: 0;
}
}
.author-info .author-description .author-title {
font-size: 1.1em;
margin-top: 0;
}
@media (max-width: 767px) {
.author-info .author-description .author-title {
text-align: center;
}
}
.author-info .author-description .author-title small {
font-family: "Muli", Helvetica, Arial, sans-serif;
font-size: 12px;
}
@media (max-width: 767px) {
.author-info .author-description .author-title small {
display: none;
}
}
.author-info .author-description .author-link {
display: block;
font-weight: bold;
margin-top: 1.6428571428571428em;
}
.author-info .author-social {
text-align: left;
}
.author-info .author-social a {
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
display: inline-block;
margin-right: 0.821429em;
text-align: center;
background: none repeat scroll 0 0 #707070;
font-size: 14px;
height: 2em;
line-height: 2em;
width: 2em;
}
.author-info .author-social a:hover {
background: #7ccedf;
}
.entry-tags {
color: #909090;
}
.entry-tags > span {
font-size: 110%;
color: #6e6e6e;
}
.entry-tags a {
position: relative;
display: inline-block;
margin-bottom: 0.35714285714285715em;
font-size: 12px;
background-color: #f5f5f5;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 0.3em 1em;
margin-right: 0.35714285714285715em;
color: #909090;
}
.entry-tags a:hover {
color: #7ccedf;
}
.single .main-content .entry-footer {
margin-top: 30px;
}
@media (max-width: 767px) {
.single .main-content .entry-footer {
text-align: center;
}
}
.single .main-content .share-links {
margin-top: 0;
}
@media (max-width: 767px) {
.single .main-content .share-links {
margin-top: 30px;
}
}
.single .main-content .share-links .share-icons {
text-align: right;
}
@media (max-width: 767px) {
.single .main-content .share-links .share-icons {
text-align: center;
}
}
.single .main-content .share-links .share-icons a {
width: 2em;
height: 2em;
line-height: 2em;
font-size: 14px;
background: #f5f5f5;
}
.single .below-content {
margin-top: 0.8214285714285714em;
}
@media (min-width: 480px) {
.single-post .entry-header {
background: none repeat scroll 0 0 #fff;
margin-left: 5em;
margin-top: -6em;
padding: 30px;
position: relative;
margin-bottom: 0;
}
}
.single-post .hentry-wrap .entry-meta .meta-date {
display: none;
}
@media (max-width: 767px) {
.single-post .hentry-wrap .entry-meta .meta-date {
display: inline-block;
}
}
.share-links {
margin-top: 30px;
}
.share-links h4 {
padding-right: 10px;
vertical-align: middle;
white-space: nowrap;
width: 1%;
}
.share-links .share-icons {
text-align: center;
}
.share-links .share-icons a {
font-size: 1.2857142857142858em;
width: 2.5em;
height: 2.5em;
border: 1px solid #f5f5f5;
line-height: 2.5em;
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-right: 0.8214285714285714em;
color: #a9a9a9;
}
.share-links .share-icons .facebook-share a:hover {
background-color: none;
border-color: #47639e;
color: #47639e;
}
.share-links .share-icons .twitter-share a:hover {
background-color: none;
border-color: #55acee;
color: #55acee;
}
.share-links .share-icons .pinterest-share a:hover {
background-color: none;
border-color: #cb2027;
color: #cb2027;
}
.share-links .share-icons .google-plus-share a:hover {
background-color: none;
border-color: #dd4b39;
color: #dd4b39;
}
.share-links .share-icons .linkedin-share a:hover {
background-color: none;
border-color: #069;
color: #069;
}
@media (max-width: 767px) {
.share-links {
display: block;
}
.share-links h4 {
display: block;
width: auto;
}
.share-links .share-icons {
display: block;
}
}
.highlighted {
padding: 30px 0;
background: #f5f5f5;
margin-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
}
.highlighted .highlighted-format-icon {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
z-index: 1;
}
.highlighted .highlighted-format-icon.format-video {
background: url(../images/featured-play.html) no-repeat scroll center center transparent;
}
.highlighted .highlighted-format-icon.format-gallery {
background: url(../images/featured-gallery.html) no-repeat scroll center center transparent;
}
.highlighted .highlighted-extra .highlighted-format-icon {
width: 20px;
height: 20px;
z-index: 1;
}
.highlighted .highlighted-extra .highlighted-format-icon.format-video {
background: url(../images/featured-play-small.html) no-repeat scroll center center transparent;
}
.highlighted .highlighted-extra .highlighted-format-icon.format-gallery {
background: url(../images/featured-gallery-small.html) no-repeat scroll center center transparent;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev,
.highlighted .caroufredsel-wrap:hover .caroufredsel-next {
background: rgba(255, 255, 255, 0.8);
color: #333;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev:hover,
.highlighted .caroufredsel-wrap:hover .caroufredsel-next:hover {
background: #7ccedf;
color: #fff;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev {
left: 2.142857142857143em;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-next {
right: 2.142857142857143em;
}
.highlighted .caroufredsel-item {
position: absolute;
width: 100%;
}
.highlighted .caroufredsel-item:first-child {
position: relative;
z-index: 1;
}
.highlighted .caroufredsel-item img {
width: 100%;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.highlighted .caroufredsel-item:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.highlighted .caroufredsel_wrapper .caroufredsel-item {
position: relative;
z-index: auto;
}
.highlighted .caroufredsel-pagination {
bottom: 1.0714285714285714em;
position: absolute;
right: 1.0714285714285714em;
}
.highlighted .caroufredsel-pagination a {
border-color: #fff;
}
.highlighted .caroufredsel-pagination a.selected {
background-color: #fff;
}
@media (max-width: 767px) {
.highlighted .caroufredsel-pagination {
display: none !important;
}
}
.highlighted .highlighted-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
right: 0;
padding: 15px;
background: -moz-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 35, 45, 0)), color-stop(100%, #19232d));
background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -o-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: -ms-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, #19232d 100%);
text-shadow: 0px 1px 1px #000;
}
.highlighted .highlighted-caption time {
margin-bottom: 9px;
color: #eee;
display: block;
}
.highlighted .highlighted-caption h3 {
margin: 0;
}
.highlighted .highlighted-caption h3 a {
color: #fff;
font-size: 1em;
}
.highlighted .highlighted-caption h3 a:hover {
color: #7ccedf;
}
.highlighted .col-md-4 {
height: 100%;
padding-left: 0;
position: absolute;
right: 0;
top: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item {
height: 50%;
position: absolute;
width: 100%;
overflow: hidden;
}
.highlighted .highlighted-extra .highlighted-extra-item.small {
width: 50%;
padding-right: 7.5px;
padding-top: 20px;
bottom: 0;
left: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item.small .highlighted-extra-item-wrap {
height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item.small .highlighted-extra-item-wrap img {
max-width: none;
width: auto;
height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item:last-child {
padding-right: 0;
padding-left: 7.5px;
float: right;
left: auto;
right: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item:first-child img {
width: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-extra-item-wrap {
position: relative;
overflow: hidden;
height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item img {
width: 100%;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.highlighted .highlighted-extra .highlighted-extra-item:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption time {
margin-bottom: 0;
font-size: 12px;
}
@media (max-width: 991px) {
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption time {
display: none;
}
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption h3 a {
font-size: .65em;
}
@media (max-width: 991px) {
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption h3 a {
font-size: .6em;
line-height: 1;
}
}
@media (max-width: 768px) {
.highlighted .col-md-8 {
width: 100%;
}
.highlighted .col-sm-4 {
display: none;
}
}
.related-post {
margin-top: 30px;
}
.related-post .related-post-title h3 {
font-size: 1.5em;
}
.related-post .related-post-items {
margin-top: 1.6428571428571428em;
}
.related-post .post-title {
font-size: 110%;
margin-top: 0;
margin-bottom: 0.35714285714285715em;
}
.related-post .entry-meta .meta-date {
display: inline-block;
}
.related-post .excerpt {
margin-top: 0.8214285714285714em;
}
/*--------------------------------------------------------------
30.0 - Comment form
--------------------------------------------------------------*/
.comments-area {
margin-top: 30px;
padding-top: 30px;
}
.comments-area .form-allowed-tags {
display: none;
}
.comments-area .commentst-title {
margin-bottom: 0.8214285714285714em;
}
.comments-area .comment-list {
margin-top: 30px;
list-style: none;
}
.comments-area .comment-paginate .paginate_links {
float: left;
}
.comments-area .comment-paginate .paginate_links .page-numbers {
padding: 0.1em 0.7em;
font-size: 12px;
}
.comments-area .comment-paginate .paginate_links .next,
.comments-area .comment-paginate .paginate_links .prev,
.comments-area .comment-paginate .paginate_links .next:hover,
.comments-area .comment-paginate .paginate_links .prev:hover {
border-color: transparent;
}
.comments-list,
.comments-list .children {
margin: 0;
list-style: none;
}
.comments-list {
padding-left: 0;
}
.comments-list .comment-author a {
font-weight: bold;
font-size: 17px;
}
.comments-list .comment-meta {
margin-left: 0;
}
@media (min-width: 768px) {
.comment-list .children {
padding-left: 3.2142857142857144em;
position: relative;
}
}
li.comment {
margin: 0;
padding: 0;
}
.comment-img {
float: left;
}
.comment-wrap {
position: relative;
padding: 15px;
}
@media (max-width: 767px) {
.comment-wrap {
padding: 15px;
}
}
.comment-block {
padding: 15px;
margin: 0 0 0 90px;
background: #f5f5f5;
-webkit-border-radius: 2px;
border-radius: 2px;
position: relative;
}
.comment-block:before {
background: none repeat scroll 0 0 transparent;
border-color: transparent #f5f5f5 transparent transparent;
border-style: solid;
border-width: 10px 10px 10px 0;
content: "";
display: block;
left: -10px;
position: absolute;
top: 20px;
}
.comment-header {
padding-bottom: 0.5714285714285714rem;
}
.comment-header span.pull-right {
margin-top: 0.42857142857142855em;
}
.comment-content {
position: relative;
}
.comment-author {
color: #6e6e6e;
font-size: 12px;
}
.comment-author a:hover {
color: #7ccedf;
}
.ispostauthor {
background: #707070;
color: #FFFFFF;
font-size: 12px;
padding: 0.14285714285714285em 0.5714285714285714em;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.comment-meta {
position: relative;
margin: 0 0 0 30px;
font-size: 12px;
color: #909090;
}
.comment-meta .comment-edit-link {
text-decoration: underline;
}
.comment-pending {
padding: 0.5714285714285714rem 1rem;
text-align: center;
color: #1f1f1f;
background-color: #a1a1a1;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.comment-reply-link {
color: #d4a88c;
}
.comment-reply-link:hover {
text-decoration: underline;
}
#respond {
margin-bottom: 3.5714285714285716em;
}
#respond .required {
position: relative;
color: #6e6e6e;
}
.comment-reply-title {
font-size: 1.5em;
position: relative;
}
.comment-reply-title a {
color: inherit;
font-family: "Muli", Helvetica, Arial, sans-serif;
}
#commentform {
margin-bottom: 0;
}
.comment-notes,
.logged-in-as {
margin-bottom: 0.8214285714285714em;
font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
display: block;
width: 100%;
height: 2.9em;
padding: 0.5714285714285714rem;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
background-color: #ffffff;
background-image: none;
border: 1px solid #e5e5e5;
-webkit-border-radius: 2px;
border-radius: 2px;
outline: none;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-email textarea:focus,
.comment-form-url textarea:focus,
.comment-form-comment textarea:focus {
border-color: #7ccedf;
outline: none;
}
.comment-form-author input[disabled],
.comment-form-email input[disabled],
.comment-form-url input[disabled],
.comment-form-comment input[disabled],
.comment-form-author textarea[disabled],
.comment-form-email textarea[disabled],
.comment-form-url textarea[disabled],
.comment-form-comment textarea[disabled],
.comment-form-author input[readonly],
.comment-form-email input[readonly],
.comment-form-url input[readonly],
.comment-form-comment input[readonly],
.comment-form-author textarea[readonly],
.comment-form-email textarea[readonly],
.comment-form-url textarea[readonly],
.comment-form-comment textarea[readonly],
fieldset[disabled] .comment-form-author input,
fieldset[disabled] .comment-form-email input,
fieldset[disabled] .comment-form-url input,
fieldset[disabled] .comment-form-comment input,
fieldset[disabled] .comment-form-author textarea,
fieldset[disabled] .comment-form-email textarea,
fieldset[disabled] .comment-form-url textarea,
fieldset[disabled] .comment-form-comment textarea {
cursor: not-allowed;
background-color: #a1a1a1;
opacity: 1;
filter: alpha(opacity=100);
}
textarea.comment-form-author input,
textarea.comment-form-email input,
textarea.comment-form-url input,
textarea.comment-form-comment input,
textarea.comment-form-author textarea,
textarea.comment-form-email textarea,
textarea.comment-form-url textarea,
textarea.comment-form-comment textarea {
height: auto;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
font-weight: 400;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-rating,
.comment-form-comment {
margin: 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
font-size: 14px;
}
.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-rating .required,
.comment-form-comment .required {
color: #bb5857 !important;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
margin-bottom: 1.0714285714285714em;
}
.comment-form-comment textarea {
font-size: 14px;
margin-bottom: 1.6428571428571428em;
height: 14.285714285714286em;
padding: 0.5714285714285714em;
resize: none;
width: 100%;
margin-top: 0em;
}
.comment-form .form-submit {
margin: 0;
}
.comment-form .form-submit input[type="submit"] {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0.7714285714285714rem 1.2rem;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
color: #6e6e6e;
background-color: #f5f5f5;
border-color: #e5e5e5;
background: rgba(0, 0, 0, 0);
text-transform: uppercase;
color: #1f1f1f;
font-weight: 400;
font-size: 12px;
border: 1px solid;
font-weight: bold;
}
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus {
color: #6e6e6e;
text-decoration: none;
}
.comment-form .form-submit input[type="submit"] i,
.comment-form .form-submit input[type="submit"] span {
z-index: 2;
position: relative;
}
.comment-form .form-submit input[type="submit"].btn-style-outlined {
color: #f5f5f5;
}
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active {
color: #6e6e6e;
background-color: #dcdcdc;
border-color: #cccccc;
}
.comment-form .form-submit input[type="submit"]:hover.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:focus.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:active.btn-style-outlined,
.comment-form .form-submit input[type="submit"].active.btn-style-outlined {
color: #cccccc;
}
.comment-form .form-submit input[type="submit"]:hover.btn-style-3d,
.comment-form .form-submit input[type="submit"]:focus.btn-style-3d,
.comment-form .form-submit input[type="submit"]:active.btn-style-3d,
.comment-form .form-submit input[type="submit"].active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #c6c6c6;
box-shadow: 0 5px 0 #c6c6c6;
}
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active {
background-image: none;
}
.comment-form .form-submit input[type="submit"].btn-style-3d {
-webkit-box-shadow: 0 5px 0 #e5e5e5;
box-shadow: 0 5px 0 #e5e5e5;
}
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:active {
color: #fff !important;
border-color: #7ccedf;
background-color: #7ccedf;
}
/*--------------------------------------------------------------
31.0 - Widget sidebar
--------------------------------------------------------------*/
.widget {
margin-bottom: 3rem;
}
.widget p:last-child,
.widget ul:last-child,
.widget ol:last-child {
margin-bottom: 0;
}
.widget ul,
.widget ol {
margin-left: 0;
padding: 0;
list-style: none;
}
.widget select {
width: 100%;
}
.main-sidebar .widget_rss li,
.main-sidebar .widget_pages li,
.main-sidebar .widget_archive li,
.main-sidebar .widget_meta li,
.main-sidebar .widget_nav_menu li,
.main-sidebar .widget_categories li,
.main-sidebar .widget_recent_entries li,
.main-sidebar .widget_recent_comments li {
padding-bottom: 0.8214285714285714em;
margin-bottom: 0.8214285714285714em;
border-bottom: 1px solid #e5e5e5;
position: relative;
padding-left: 1em;
}
.main-sidebar .widget_rss li:before,
.main-sidebar .widget_pages li:before,
.main-sidebar .widget_archive li:before,
.main-sidebar .widget_meta li:before,
.main-sidebar .widget_nav_menu li:before,
.main-sidebar .widget_categories li:before,
.main-sidebar .widget_recent_entries li:before,
.main-sidebar .widget_recent_comments li:before {
content: "\f105";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.main-sidebar .widget_rss li:before,
.main-sidebar .widget_pages li:before,
.main-sidebar .widget_archive li:before,
.main-sidebar .widget_meta li:before,
.main-sidebar .widget_nav_menu li:before,
.main-sidebar .widget_categories li:before,
.main-sidebar .widget_recent_entries li:before,
.main-sidebar .widget_recent_comments li:before {
position: absolute !important;
line-height: inherit !important;
left: 0;
}
.main-sidebar .widget_rss li:last-child,
.main-sidebar .widget_pages li:last-child,
.main-sidebar .widget_archive li:last-child,
.main-sidebar .widget_meta li:last-child,
.main-sidebar .widget_nav_menu li:last-child,
.main-sidebar .widget_categories li:last-child,
.main-sidebar .widget_recent_entries li:last-child,
.main-sidebar .widget_recent_comments li:last-child {
border: none;
}
.main-sidebar .widget_rss li .post-date,
.main-sidebar .widget_pages li .post-date,
.main-sidebar .widget_archive li .post-date,
.main-sidebar .widget_meta li .post-date,
.main-sidebar .widget_nav_menu li .post-date,
.main-sidebar .widget_categories li .post-date,
.main-sidebar .widget_recent_entries li .post-date,
.main-sidebar .widget_recent_comments li .post-date {
display: block;
font-size: 12px;
color: #909090;
}
.main-sidebar .widget_archive li {
padding-left: 1.5em;
}
.main-sidebar .widget_archive li:before {
content: "\f133";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.main-sidebar .widget_categories li {
padding-left: 1.5em;
}
.main-sidebar .widget_categories li:before {
content: "\f114";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.main-sidebar .widget_meta li {
padding-left: 1.5em;
}
.main-sidebar .widget_meta li:before {
content: "\f013";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.main-sidebar .widget_recent_comments li {
padding-left: 1.5em;
}
.main-sidebar .widget_recent_comments li:before {
content: "\f0e5";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.widgettitle,
.widget-title {
font-size: 1.3em;
line-height: 1.1;
margin-bottom: 1.6428571428571428em;
}
.main-sidebar .widgettitle,
.main-sidebar .widget-title {
padding: 0;
position: relative;
}
.widget_search form {
position: relative;
}
.widget_search form:before {
content: "\f002";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.widget_search form:before {
width: 2.9em;
height: 2.9em;
position: absolute;
right: 0;
text-align: center;
background: #7ccedf;
line-height: 2.9em;
color: #fff;
-webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
float: left;
margin: 0 0.2857142857142857em 0.2857142857142857em 0;
padding: 0.7em 1.2em;
font-size: 14px;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: center;
vertical-align: middle;
font-size: 12px !important;
border: 1px solid #e5e5e5;
color: #6e6e6e;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
background: #7ccedf;
border-color: #7ccedf;
color: #fff;
}
#wp-calendar {
width: 100%;
max-width: 100%;
margin-bottom: 1.6428571428571428em;
background: #f5f5f5;
border: 1px solid #e5e5e5;
}
#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td {
padding: 0.5714285714285714em;
line-height: 1.7;
vertical-align: top;
border-top: 1px solid #e5e5e5;
}
#wp-calendar > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #e5e5e5;
}
#wp-calendar > caption + thead > tr:first-child > th,
#wp-calendar > colgroup + thead > tr:first-child > th,
#wp-calendar > thead:first-child > tr:first-child > th,
#wp-calendar > caption + thead > tr:first-child > td,
#wp-calendar > colgroup + thead > tr:first-child > td,
#wp-calendar > thead:first-child > tr:first-child > td {
border-top: 0;
}
#wp-calendar > tbody + tbody {
border-top: 2px solid #e5e5e5;
}
#wp-calendar caption {
background-color: #f5f5f5;
padding: 0.5714285714285714em;
text-transform: uppercase;
}
#wp-calendar > thead th {
background-color: #e8e8e8;
border: none !important;
text-align: center;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #1f1f1f;
}
#wp-calendar > tbody > tr > td {
border: none;
line-height: 2.7em;
padding: 0;
text-align: center;
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
#wp-calendar > tbody > tr > td.pad {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
#wp-calendar > tbody > tr > td.pad:first-child {
border-left: 0;
}
#wp-calendar > tbody > tr > td.pad:last-child {
border-right: 0;
}
#wp-calendar > tbody > tr > td > a {
background: #7ccedf;
color: #ffffff;
text-align: center;
display: block;
}
.social-widget-wrap.social-widget-square i {
color: #fff;
}
.social-widget-wrap.social-widget-round i {
-webkit-border-radius: 100%;
border-radius: 100%;
color: #fff;
}
.social-widget-wrap.social-widget-outlined i {
background: transparent;
border: 1px solid;
}
.social-widget-wrap a {
margin: 0 10px 0 0;
}
.social-widget-wrap a i {
font-size: 20px;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
}
.recent-tweets ul {
list-style: none;
}
.recent-tweets .twitter_time {
margin-top: 8px;
display: block;
font-size: 12px;
}
.recent-tweets .twitter_time:before {
content: "\f099";
position: relative;
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.recent-tweets .twitter_time:before {
color: #00aced;
font-size: 120%;
margin-right: 5px;
}
.posts-thumbnail-list > li {
padding: 0 0 20px 0;
}
.posts-thumbnail-list > li:last-child {
padding-bottom: 0;
}
.posts-thumbnail-image {
float: left;
height: auto;
width: 60px;
}
.posts-thumbnail-content {
line-height: 1;
margin-left: 73px;
min-height: 55px;
}
.posts-thumbnail-content > time {
font-size: 12px;
color: #909090;
}
.posts-thumbnail-content > span {
float: right;
}
.posts-thumbnail-content > span a {
font-size: 12px;
color: #909090;
}
.posts-thumbnail-content > span a i {
margin-right: 0.14285714285714285em;
}
.posts-thumbnail-content > span a:hover {
color: #7ccedf;
}
.posts-thumbnail-content > a,
.posts-thumbnail-content > h4 {
display: block;
margin: 0.35714285714285715em 0;
font-size: 100%;
color: #1f1f1f;
font-weight: 400;
}
.posts-thumbnail-content > a:hover,
.posts-thumbnail-content > h4:hover {
color: #7ccedf;
}
.posts-thumbnail-content > h4 a {
color: #1f1f1f;
}
.posts-thumbnail-content > h4 a:hover {
color: #7ccedf;
}
.widget-mailchimp {
margin-bottom: 0;
}
@media (min-width: 480px) {
.mailchimp-form-content .col-sm-4 {
padding-left: 0;
}
}
@media (max-width: 767px) {
.mailchimp-form-content .col-sm-4 {
margin-top: 15px;
}
}
.mailchimp-form-result {
font-size: 12px;
margin-bottom: 5px;
}
.mailchimp-form-result .error {
color: #bb5857;
}
.mailchimp-form-result .success {
color: #57bb58;
}
.widget_rss cite,
.widget_rss .rss-date {
font-size: 12px;
color: #909090;
}
.widget_rss .rssSummary {
margin-top: 0.8214285714285714em;
font-size: 12px;
}
.widget_rss .rssSummary:before,
.widget_rss .rssSummary:after {
content: " ";
display: table;
}
.widget_rss .rssSummary:after {
clear: both;
}
.widget_rss cite {
font-style: italic;
float: right;
}
/*--------------------------------------------------------------
32.0 - Contact form
--------------------------------------------------------------*/
.form-control:not(.submit) {
display: block;
width: 100%;
height: 2.9em;
padding: 0.5714285714285714rem;
font-size: 14px;
line-height: 1.7;
color: #6e6e6e;
background-color: #ffffff;
background-image: none;
border: 1px solid #e5e5e5;
-webkit-border-radius: 2px;
border-radius: 2px;
outline: none;
}
.form-control:not(.submit):focus {
border-color: #7ccedf;
outline: none;
}
.form-control:not(.submit)[disabled],
.form-control:not(.submit)[readonly],
fieldset[disabled] .form-control:not(.submit) {
cursor: not-allowed;
background-color: #a1a1a1;
opacity: 1;
filter: alpha(opacity=100);
}
textarea.form-control:not(.submit) {
height: auto;
}
.form-control-wrap {
display: block !important;
width: 100% !important;
margin-top: 0.35714285714285715em;
margin-bottom: 0.8214285714285714em;
}
.form-control-wrap .form-control.not-valid {
color: #bb5857;
border-color: #bb5857;
}
.submit {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: .7714285714285714rem 1.2rem;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
color: #fff;
background-color: #7ccedf;
border-color: #7ccedf;
padding: .8999999999999999rem 1.4857142857142858rem;
font-size: 1.2857142857142858em;
line-height: 1.1;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
-webkit-border-radius: 2px;
border-radius: 2px;
text-transform: uppercase;
padding-right: 2rem;
padding-left: 2rem;
}
.submit:hover,
.submit:focus {
color: #6e6e6e;
text-decoration: none;
}
.submit i,
.submit span {
z-index: 2;
position: relative;
}
.submit.btn-style-outlined {
color: #7ccedf;
}
.submit:hover,
.submit:focus,
.submit:active,
.submit.active {
color: #ffffff;
background-color: #53bfd5;
border-color: #53bfd5;
}
.submit:hover.btn-style-outlined,
.submit:focus.btn-style-outlined,
.submit:active.btn-style-outlined,
.submit.active.btn-style-outlined {
color: #53bfd5;
}
.submit:hover.btn-style-3d,
.submit:focus.btn-style-3d,
.submit:active.btn-style-3d,
.submit.active.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #4bbcd3;
box-shadow: 0 5px 0 #4bbcd3;
}
.submit:active,
.submit.active {
background-image: none;
}
.submit.btn-style-3d {
-webkit-box-shadow: 0 5px 0 #7ccedf;
box-shadow: 0 5px 0 #7ccedf;
}
span.not-valid-tip {
color: #bb5857;
font-size: 12px;
display: block;
}
.display-none {
display: none;
}
div.response-output {
padding: 0.5714285714285714rem 1rem;
margin: 0.35714285714285715em 0 0 0;
}
div.validation-errors {
border: 1px solid #bb5857;
}
.contact-actions {
display: block;
text-align: right;
}
/*--------------------------------------------------------------
34.0 - Utility classes
--------------------------------------------------------------*/
.clear:before,
.clearfix:before,
.clear:after,
.clearfix:after,
.container:before,
.container:after,
.boxed-wrap:before,
.boxed-wrap:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.navbar-wrap:before,
.navbar-wrap:after,
.primary-nav .dropdown-menu:before,
.primary-nav .dropdown-menu:after,
.paginate:before,
.paginate:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.pricing-table:before,
.pricing-table:after,
.timeline .timeline-wrap:before,
.timeline .timeline-wrap:after,
.timeline .timeline-item:before,
.timeline .timeline-item:after,
.latestnews .latestnews-title:before,
.latestnews .latestnews-title:after,
.latestnews .latestnews-intro li:before,
.latestnews .latestnews-intro li:after,
.service-items:before,
.service-items:after,
.searchform-result .searchform-result-list .search-entry:before,
.searchform-result .searchform-result-list .search-entry:after,
.header-navbar-below .navbar-header .navbar-header-left:before,
.header-navbar-below .navbar-header .navbar-header-left:after,
.portfolio .portfolio-filter:before,
.portfolio .portfolio-filter:after,
.portfolio .portfolio-filter .filter-action:before,
.portfolio .portfolio-filter .filter-action:after,
.posts .posts-wrap:before,
.posts .posts-wrap:after,
.posts .posts-wrap.posts-layout-grid:before,
.posts .posts-wrap.posts-layout-grid:after,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:before,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:after,
.posts .posts-wrap.posts-layout-timeline .hentry:before,
.posts .posts-wrap.posts-layout-timeline .hentry:after,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:before,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:after,
.hentry-wrap:before,
.hentry-wrap:after,
.author-info:before,
.author-info:after,
.comment-notes:before,
.comment-notes:after,
.widget_text:before,
.widget_text:after,
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after,
.posts-thumbnail-list > li:before,
.posts-thumbnail-list > li:after {
content: " ";
display: table;
}
.clear:after,
.clearfix:after,
.container:after,
.boxed-wrap:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.navbar-wrap:after,
.primary-nav .dropdown-menu:after,
.paginate:after,
.panel-body:after,
.modal-footer:after,
.pricing-table:after,
.timeline .timeline-wrap:after,
.timeline .timeline-item:after,
.latestnews .latestnews-title:after,
.latestnews .latestnews-intro li:after,
.service-items:after,
.searchform-result .searchform-result-list .search-entry:after,
.header-navbar-below .navbar-header .navbar-header-left:after,
.portfolio .portfolio-filter:after,
.portfolio .portfolio-filter .filter-action:after,
.posts .posts-wrap:after,
.posts .posts-wrap.posts-layout-grid:after,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:after,
.posts .posts-wrap.posts-layout-timeline .hentry:after,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:after,
.hentry-wrap:after,
.author-info:after,
.comment-notes:after,
.widget_text:after,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after,
.posts-thumbnail-list > li:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.transform-uppercase {
text-transform: uppercase;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.bypostauthor {
margin: 0;
padding: 0;
}
#wpstats {
display: none;
}
.sticky {
margin-bottom: 30px;
}
.alignleft {
float: left;
margin-right: 1.6428571428571428em;
}
.alignright {
float: right;
margin-left: 1.6428571428571428em;
}
.aligncenter {
display: block;
margin: 1.6428571428571428em auto;
}
.wp-post-image {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.wp-caption-text {
text-align: center;
margin-top: 0.35714285714285715em;
}
.gallery-caption {
max-width: 100%;
padding: 0.35714285714285715em;
}
.wp-caption {
background: none repeat scroll 0 0 #f5f5f5;
border: 1px solid #e5e5e5;
max-width: 100%;
padding: 0.35714285714285715em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.bg-cover {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.infinite-scroll-loading {
text-align: center;
margin-top: 1.6428571428571428em;
margin-bottom: 1.6428571428571428em;
}
.box-rounded {
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.box-outline,
.box-outline-circle {
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0.42857142857142855em;
border: 1px solid #e5e5e5;
}
.box-border,
.box-border-circle {
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #e5e5e5;
}
.box-shadow,
.box-shadow-border,
.box-shadow-border-circle,
.box-shadow-circle {
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.box-shadow-border,
.box-shadow-border-circle {
padding: 0.42857142857142855em;
}
.box-shadow-3d {
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 1.0714285714285714em;
}
.box-circle,
.box-outline-circle,
.box-border-circle,
.box-shadow-circle,
.box-shadow-border-circle {
-webkit-border-radius: 5000px;
border-radius: 5000px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
overflow: hidden;
}
.box-shadow-circle,
.box-shadow-border-circle {
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.not-found-wrapper {
text-align: center;
padding: 30px 0 100px;
}
.not-found-wrapper .widget_search > p {
font-size: 1.2em;
}
.not-found-title {
display: block;
font-size: 28px;
font-weight: bold;
margin-bottom: 20px;
}
.not-found-subtitle {
display: block;
font-size: 18em;
font-weight: 300;
line-height: 100%;
margin-bottom: 20px;
padding-bottom: 20px;
}
@media (max-width: 991px) {
.not-found-subtitle {
font-size: 10em;
}
}
.facebook-bg {
border-color: transparent;
background: #3b5998;
color: #fff;
}
.facebook-outlined {
border-color: #3b5998;
color: #3b5998;
}
.facebook-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.facebook-bg-hover:hover {
border-color: transparent !important;
background: #3b5998 !important;
color: #fff !important;
}
.twitter-bg {
border-color: transparent;
background: #00aced;
color: #fff;
}
.twitter-outlined {
border-color: #00aced;
color: #00aced;
}
.twitter-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.twitter-bg-hover:hover {
border-color: transparent !important;
background: #00aced !important;
color: #fff !important;
}
.google-plus-bg {
border-color: transparent;
background: #dd4b39;
color: #fff;
}
.google-plus-outlined {
border-color: #dd4b39;
color: #dd4b39;
}
.google-plus-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.google-plus-bg-hover:hover {
border-color: transparent !important;
background: #dd4b39 !important;
color: #fff !important;
}
.pinterest-bg {
border-color: transparent;
background: #cb2027;
color: #fff;
}
.pinterest-outlined {
border-color: #cb2027;
color: #cb2027;
}
.pinterest-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.pinterest-bg-hover:hover {
border-color: transparent !important;
background: #cb2027 !important;
color: #fff !important;
}
.linkedin-bg {
border-color: transparent;
background: #007bb6;
color: #fff;
}
.linkedin-outlined {
border-color: #007bb6;
color: #007bb6;
}
.linkedin-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.linkedin-bg-hover:hover {
border-color: transparent !important;
background: #007bb6 !important;
color: #fff !important;
}
.rss-bg {
border-color: transparent;
background: #fab135;
color: #fff;
}
.rss-outlined {
border-color: #fab135;
color: #fab135;
}
.rss-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.rss-bg-hover:hover {
border-color: transparent !important;
background: #fab135 !important;
color: #fff !important;
}
.instagram-bg {
border-color: transparent;
background: #517fa4;
color: #fff;
}
.instagram-outlined {
border-color: #517fa4;
color: #517fa4;
}
.instagram-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.instagram-bg-hover:hover {
border-color: transparent !important;
background: #517fa4 !important;
color: #fff !important;
}
.github-bg {
border-color: transparent;
background: #4183c4;
color: #fff;
}
.github-outlined {
border-color: #4183c4;
color: #4183c4;
}
.github-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.github-bg-hover:hover {
border-color: transparent !important;
background: #4183c4 !important;
color: #fff !important;
}
.behance-bg {
border-color: transparent;
background: #1769ff;
color: #fff;
}
.behance-outlined {
border-color: #1769ff;
color: #1769ff;
}
.behance-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.behance-bg-hover:hover {
border-color: transparent !important;
background: #1769ff !important;
color: #fff !important;
}
.stack-exchange-bg {
border-color: transparent;
background: #366fb3;
color: #fff;
}
.stack-exchange-outlined {
border-color: #366fb3;
color: #366fb3;
}
.stack-exchange-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.stack-exchange-bg-hover:hover {
border-color: transparent !important;
background: #366fb3 !important;
color: #fff !important;
}
.tumblr-bg {
border-color: transparent;
background: #32506d;
color: #fff;
}
.tumblr-outlined {
border-color: #32506d;
color: #32506d;
}
.tumblr-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.tumblr-bg-hover:hover {
border-color: transparent !important;
background: #32506d !important;
color: #fff !important;
}
.soundcloud-bg {
border-color: transparent;
background: #f50;
color: #fff;
}
.soundcloud-outlined {
border-color: #f50;
color: #f50;
}
.soundcloud-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.soundcloud-bg-hover:hover {
border-color: transparent !important;
background: #f50 !important;
color: #fff !important;
}
.dribbble-bg {
border-color: transparent;
background: #ea4c89;
color: #fff;
}
.dribbble-outlined {
border-color: #ea4c89;
color: #ea4c89;
}
.dribbble-bg-hover {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.dribbble-bg-hover:hover {
border-color: transparent !important;
background: #ea4c89 !important;
color: #fff !important;
}
.grayscale,
img.grayscale {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Firefox 10+, Firefox on Android */
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.grayscale:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
.nth-typed {
font-weight: bold;
}
.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-o-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
font-weight: lighter;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*--------------------------------------------------------------
35.0 - Responsive: Utility classes
--------------------------------------------------------------*/
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/*--------------------------------------------------------------
36.0 - Custom style
--------------------------------------------------------------*/
.contact-iconbox .el-heading {
margin-bottom: 0;
}
.contact-iconbox.iconbox-pos-left .iconbox-icon {
padding-left: 15px !important;
}
.contact-iconbox.iconbox-pos-left i {
line-height: 1.2 !important;
text-align: right !important;
}
@font-face {
font-family: 'ei-line-custom';
src: url('../fonts/ei-line-customd71f.html?-6svs5k');
src: url('../fonts/ei-line-customd41d.html?#iefix-6svs5k') format('embedded-opentype'), url('../fonts/ei-line-customd71f-2.html?-6svs5k') format('woff'), url('../fonts/ei-line-customd71f-3.html?-6svs5k') format('truetype'), url('../fonts/ei-line-customd71f-4.html?-6svs5k#ei-line-custom') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="et-line-"],
[class*=" et-line-"] {
font-family: 'ei-line-custom';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.et-line-laptop:before {
content: "\e001";
}
.et-line-browser:before {
content: "\e00c";
}
.et-line-tools:before {
content: "\e033";
}
.dhvc-form-submit {
float: none !important;
}
.select2-container .select2-choice {
height: 2.9em;
line-height: 2.9em;
border-color: #e5e5e5;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active {
border-color: #e5e5e5;
}
.footer-contact-icon {
text-align: center;
}
.footer-contact-icon span,
.footer-contact-icon i {
display: block;
}
.footer-contact-icon i {
color: #ec971f;
font-size: 40px;
height: 40px;
width: 40px;
margin: 0 auto;
line-height: 40px;
-webkit-backface-visibility: hidden;
/* Chrome, Safari, Opera */
backface-visibility: hidden;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.footer-contact-icon i.animate-appear {
-webkit-animation: none;
-o-animation: none;
animation: none;
}
.footer-contact-icon .footer-contact-icon-text {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
text-transform: uppercase;
font-size: 12px;
}
.footer-contact-icon .footer-contact-icon-link {
opacity: 0;
filter: alpha(opacity=0);
color: #ec971f;
visibility: hidden;
line-height: 1;
font-size: 12px;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.footer-contact-icon:hover i {
-webkit-transform: translate(0, -20px);
-ms-transform: translate(0, -20px);
-o-transform: translate(0, -20px);
transform: translate(0, -20px);
}
.footer-contact-icon:hover .footer-contact-icon-link {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.footer-contact-icon:hover .footer-contact-icon-text {
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transform: translate(0, 15px);
-ms-transform: translate(0, 15px);
-o-transform: translate(0, 15px);
transform: translate(0, 15px);
}
@media (min-width: 992px) {
.primary-nav .bg_1 > .dropdown-menu {
background: url('../images/menu-bg-1.html') no-repeat right top #fff;
}
.primary-nav .bg_1 > .dropdown-menu .dropdown-menu {
background: transparent;
}
.primary-nav .bg_1 > .dropdown-menu > li .dropdown-menu a {
background: transparent;
}
.primary-nav .bg_2 > .dropdown-menu {
background: url('../images/menu-bg-2.html') no-repeat right top #fff;
}
.primary-nav .bg_2 > .dropdown-menu .dropdown-menu {
background: transparent;
}
.primary-nav .bg_2 > .dropdown-menu > li .dropdown-menu a {
background: transparent;
}
;
}
@media (min-width: 480px) {
.section-background-bottom {
background: transparent url('../images/section-background.jpg') repeat-x scroll center bottom;
}
.row.background-size-65 .row-image-bg {
background-size: auto !important;
}
.row.background-size-65 .single-image {
margin-bottom: -50px;
margin-top: -50px;
}
.row.background-size-65 .widget {
margin-bottom: 10px;
}
}
/*------------------------------ Product Popup -----------------------------*/
.content-overflow {
overflow: hidden;
}
.content-popup-overlay {
background-color: rgba(0, 0, 0, 0.9);
position: fixed;
z-index: 99999;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.content-popup-overlay:before,
.content-popup-overlay:after {
content: '';
}
.content-popup-overlay.in {
visibility: visible;
opacity: 1;
}
.content-popup-wrap {
position: fixed;
z-index: 999999;
left: 0;
right: 0;
padding-left: 15px;
padding-right: 15px;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
visibility: hidden;
opacity: 0;
top: 0;
text-align: center;
vertical-align: middle;
}
.content-popup-wrap.in {
visibility: visible;
opacity: 1;
}
.content-popup-wrap .content-popup-content {
display: inline-block;
text-align: left;
}
.content-popup-wrap .content-popup-content .product {
background-color: #fff;
max-width: 800px;
padding: 35px 35px 0 35px;
max-height: 600px;
overflow-y: auto;
}
.content-popup-wrap .content-popup-content .product .single-product-images {
border: 1px solid #e5e5e5;
}
.content-popup-wrap .content-popup-content .product .single-product-images img {
width: 100%;
max-width: 100%;
height: auto;
}
.content-popup-wrap .shop div.product div.summary .share-links {
padding-bottom: 35px;
}
.content-popup-wrap .content-popup-close {
position: absolute;
cursor: pointer;
top: 15px;
right: 15px;
width: 20px;
height: 20px;
}
.content-popup-wrap .content-popup-close:after,
.content-popup-wrap .content-popup-close:before {
content: '';
height: 2px;
width: 20px;
background-color: #e7c130;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.content-popup-wrap .content-popup-close:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.content-popup-wrap .content-popup-close:before {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.price_slider, .price_label {
display: none;
}
| 0.495361 | 0.079746 |
/* Typografie */
@import url('https://fonts.googleapis.com/css?family=Poppins');
body{
font-family: 'Poppins', sans-serif;
}
h1{
font-weight: bold;
color: crimson;
}
.subtitle{
font-size: 28px;
color: black;
}
p {
line-height: 1.5;
font-weight: 500;
color: black;
}
label{
color: hsl( 66, 60%, 56%);
}
table{
color:crimson;
}
.button{
font-weight:100;
}
header>img{
width:30%;
}
/* Hyperlinks */
a,
a:visited {
color: purple;
text-decoration: none;
}
a:hover {
color:crimson;
text-decoration: none;
}
/* 2. COMPONENTS: onderdelen, worden in de algemene lay-out geplaatst */
/* Knoppen */
.button {
display: inline-block;
border-radius: 12px;
background-color: crimson;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 17px;
padding: 8px 25px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 25px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
.arrow-left span:after {
content: '\00AB';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
/* Kleuren */
.colours__colour--a {
background-color: crimson;
}
.colours__colour--b {
background-color: hsl( 0, 0%, 0%);
color: white;
}
.colours__colour--c {
background-color: hsl(0, 0%, 100%);
}
/* Patronen */
.patterns__pattern--a {
background-image: url("../assets/webd achtergrond.png");
background-size:350%;
}
.patterns__pattern--b {
background-image: url("../assets/desk.jpg");
background-size:125%;
}
/* Kernwoorden */
.keywords__keyword--a {
color: hsl( 0, 100%, 40%);
font-size: 3.75rem;
}
.keywords__keyword--b {
color: hsl(180, 100%, 40%);
font-size: 1.5rem;
}
.keywords__keyword--c {
color: hsl(240, 100%, 40%);
font-size: 2.5rem;
}
.keywords__keyword--d {
color: hsl(300, 100%, 40%);
font-size: 3.25rem;
}
/* 1. BASE: basisstijlen van de HTML-elementen */
header.style-tile ul {
list-style: none;
margin: 0;
padding: 0;
}
header.style-tile li {
display: inline;
}
header.style-tile a {
background-color: #CCC;
color: #FFF;
display: inline-block;
padding: .5em 1em;
text-decoration: none;
}
header.style-tile a:hover {
background-color: #999;
}
main.style-tile h1.style-tile,
aside.style-tile h2.style-tile {
border-bottom: 1px solid #666;
font-size: 1rem;
line-height: 2em;
margin-top: 1em;
}
h1.style-tile,
h2.style-tile,
h3.style-tile,
h4.style-tile,
h5.style-tile,
h6.style-tile {
font-family: inherit;
}
article.style-tile p.style-tile,
footer.style-tile p {
font-family: inherit;
}
body > footer a,
body > footer a:visited {
color: #00F;
}
table.style-tile {
line-height: 2rem;
width: 100%
}
table.style-tile thead th {
border-bottom: 1px solid #666;
text-align: left;
}
table.style-tile tbody th {
text-align: right;
width: 1%;
}
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* 2. COMPONENTS: onderdelen, worden in de algemene lay-out geplaatst */
.colours__colour {
border: .25rem solid #FFF;
box-shadow: 0 0 1px #000;
float: left;
height: 3.5rem;
width: 3.5rem;
}
.colours__colour + .colours__colour {
margin-left: 1rem;
}
.keywords {
list-style: none;
padding: 0;
margin: 0;
}
.keywords__keyword {
display: inline;
}
.patterns__pattern {
background-color: #EEE;
border: .25rem solid #FFF;
box-shadow: 0 0 1px #000;
float: left;
height: 8.5rem;
width: 8.5rem;
}
.patterns__pattern + .patterns__pattern {
margin-left: 1rem;
}
/* 3. LAYOUT: algemene lay-out */
header.style-tile,
main.style-tile,
footer.style-tile {
clear: both;
margin: auto;
max-width: 60rem;
}
article.style-tile,
aside.style-tile {
float: left;
width: 29rem;
}
aside.style-tile {
margin-left: 2rem;
}
|
styleguide/styleguide.css
|
/* Typografie */
@import url('https://fonts.googleapis.com/css?family=Poppins');
body{
font-family: 'Poppins', sans-serif;
}
h1{
font-weight: bold;
color: crimson;
}
.subtitle{
font-size: 28px;
color: black;
}
p {
line-height: 1.5;
font-weight: 500;
color: black;
}
label{
color: hsl( 66, 60%, 56%);
}
table{
color:crimson;
}
.button{
font-weight:100;
}
header>img{
width:30%;
}
/* Hyperlinks */
a,
a:visited {
color: purple;
text-decoration: none;
}
a:hover {
color:crimson;
text-decoration: none;
}
/* 2. COMPONENTS: onderdelen, worden in de algemene lay-out geplaatst */
/* Knoppen */
.button {
display: inline-block;
border-radius: 12px;
background-color: crimson;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 17px;
padding: 8px 25px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 25px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
.arrow-left span:after {
content: '\00AB';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
/* Kleuren */
.colours__colour--a {
background-color: crimson;
}
.colours__colour--b {
background-color: hsl( 0, 0%, 0%);
color: white;
}
.colours__colour--c {
background-color: hsl(0, 0%, 100%);
}
/* Patronen */
.patterns__pattern--a {
background-image: url("../assets/webd achtergrond.png");
background-size:350%;
}
.patterns__pattern--b {
background-image: url("../assets/desk.jpg");
background-size:125%;
}
/* Kernwoorden */
.keywords__keyword--a {
color: hsl( 0, 100%, 40%);
font-size: 3.75rem;
}
.keywords__keyword--b {
color: hsl(180, 100%, 40%);
font-size: 1.5rem;
}
.keywords__keyword--c {
color: hsl(240, 100%, 40%);
font-size: 2.5rem;
}
.keywords__keyword--d {
color: hsl(300, 100%, 40%);
font-size: 3.25rem;
}
/* 1. BASE: basisstijlen van de HTML-elementen */
header.style-tile ul {
list-style: none;
margin: 0;
padding: 0;
}
header.style-tile li {
display: inline;
}
header.style-tile a {
background-color: #CCC;
color: #FFF;
display: inline-block;
padding: .5em 1em;
text-decoration: none;
}
header.style-tile a:hover {
background-color: #999;
}
main.style-tile h1.style-tile,
aside.style-tile h2.style-tile {
border-bottom: 1px solid #666;
font-size: 1rem;
line-height: 2em;
margin-top: 1em;
}
h1.style-tile,
h2.style-tile,
h3.style-tile,
h4.style-tile,
h5.style-tile,
h6.style-tile {
font-family: inherit;
}
article.style-tile p.style-tile,
footer.style-tile p {
font-family: inherit;
}
body > footer a,
body > footer a:visited {
color: #00F;
}
table.style-tile {
line-height: 2rem;
width: 100%
}
table.style-tile thead th {
border-bottom: 1px solid #666;
text-align: left;
}
table.style-tile tbody th {
text-align: right;
width: 1%;
}
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* 2. COMPONENTS: onderdelen, worden in de algemene lay-out geplaatst */
.colours__colour {
border: .25rem solid #FFF;
box-shadow: 0 0 1px #000;
float: left;
height: 3.5rem;
width: 3.5rem;
}
.colours__colour + .colours__colour {
margin-left: 1rem;
}
.keywords {
list-style: none;
padding: 0;
margin: 0;
}
.keywords__keyword {
display: inline;
}
.patterns__pattern {
background-color: #EEE;
border: .25rem solid #FFF;
box-shadow: 0 0 1px #000;
float: left;
height: 8.5rem;
width: 8.5rem;
}
.patterns__pattern + .patterns__pattern {
margin-left: 1rem;
}
/* 3. LAYOUT: algemene lay-out */
header.style-tile,
main.style-tile,
footer.style-tile {
clear: both;
margin: auto;
max-width: 60rem;
}
article.style-tile,
aside.style-tile {
float: left;
width: 29rem;
}
aside.style-tile {
margin-left: 2rem;
}
| 0.38885 | 0.078536 |
--city-ratio: calc(var(--ratio) * 0.6);
--floor-width: calc(var(--city-ratio) * 5);
--floor-height: calc(var(--city-ratio) * 2.2);
--door-width: calc(var(--city-ratio) * 1);
--door-height: calc(var(--city-ratio) * 1.7);
--window-color: hsl(178, 35%, 81%);
--window-hue: 200;
--window-lightness: 15%;
}
#buildings > * { margin-right: 0.5rem; }
#buildings > *:last-child { margin-right: 0; }
.floor-container {
border-left: 1px solid hsl(200, 10%, 40%);
border-right: 1px solid hsl(200, 10%, 40%);
}
.floor {
width: var(--floor-width);
height: var(--floor-height);
/* background-color: hsl(var(--hue-primary), var(--saturation), var(--lightness)); */
}
.roof {
height: calc(var(--city-ratio) / 4);
width: calc(var(--floor-width) + calc(var(--city-ratio) * 0.5));
border: 1px solid hsl(200, 10%, 40%);
}
.window {
border: 1px solid hsl(200, 10%, 40%);
background-color: transparent;
/* --border: calc(var(--city-ratio) * 0.06);
box-shadow: 0 0 0 var(--border) var(--hsl(200, 10%, 40%));
background-color: hsl(var(--window-hue), var(--saturation), var(--window-lightness)); */
}
.window.square {
width: calc(var(--city-ratio) * 1);
height: calc(var(--city-ratio) * 1);
}
.window.square::after {
content: "";
width: 100%;
height: 40%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
/* background-color: hsl(var(--window-hue), var(--saturation), calc(var(--window-lightness) * .5)); */
}
.window.rectangle {
width: calc(var(--city-ratio) * 2);
height: calc(var(--city-ratio) * 1.2);
}
.door {
--border: calc(var(--city-ratio) * 0.02);
position: relative;
width: var(--door-width);
height: var(--door-height);
box-shadow: 0 0 0 1px hsl(200, 10%, 40%);
}
.door::after {
--size: calc(var(--door-width) * 0.15);
content: "";
position: absolute;
top: calc(50% - var(--size) / 2);
left: calc(100% - var(--size) * 1.5);
width: var(--size);
height: var(--size);
background-color: var(--gray-80);
border-radius: 50%;
}
|
src/components/city/buildings.css
|
--city-ratio: calc(var(--ratio) * 0.6);
--floor-width: calc(var(--city-ratio) * 5);
--floor-height: calc(var(--city-ratio) * 2.2);
--door-width: calc(var(--city-ratio) * 1);
--door-height: calc(var(--city-ratio) * 1.7);
--window-color: hsl(178, 35%, 81%);
--window-hue: 200;
--window-lightness: 15%;
}
#buildings > * { margin-right: 0.5rem; }
#buildings > *:last-child { margin-right: 0; }
.floor-container {
border-left: 1px solid hsl(200, 10%, 40%);
border-right: 1px solid hsl(200, 10%, 40%);
}
.floor {
width: var(--floor-width);
height: var(--floor-height);
/* background-color: hsl(var(--hue-primary), var(--saturation), var(--lightness)); */
}
.roof {
height: calc(var(--city-ratio) / 4);
width: calc(var(--floor-width) + calc(var(--city-ratio) * 0.5));
border: 1px solid hsl(200, 10%, 40%);
}
.window {
border: 1px solid hsl(200, 10%, 40%);
background-color: transparent;
/* --border: calc(var(--city-ratio) * 0.06);
box-shadow: 0 0 0 var(--border) var(--hsl(200, 10%, 40%));
background-color: hsl(var(--window-hue), var(--saturation), var(--window-lightness)); */
}
.window.square {
width: calc(var(--city-ratio) * 1);
height: calc(var(--city-ratio) * 1);
}
.window.square::after {
content: "";
width: 100%;
height: 40%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
/* background-color: hsl(var(--window-hue), var(--saturation), calc(var(--window-lightness) * .5)); */
}
.window.rectangle {
width: calc(var(--city-ratio) * 2);
height: calc(var(--city-ratio) * 1.2);
}
.door {
--border: calc(var(--city-ratio) * 0.02);
position: relative;
width: var(--door-width);
height: var(--door-height);
box-shadow: 0 0 0 1px hsl(200, 10%, 40%);
}
.door::after {
--size: calc(var(--door-width) * 0.15);
content: "";
position: absolute;
top: calc(50% - var(--size) / 2);
left: calc(100% - var(--size) * 1.5);
width: var(--size);
height: var(--size);
background-color: var(--gray-80);
border-radius: 50%;
}
| 0.401453 | 0.087916 |
body {
background-color: #00ffff;
font-size: 13px;
margin: 0px;
padding: 0px;
}
footer {
height: 80px;
padding-top: 30px;
text-align: center;
background-color: #FFFFFF;
border-top: 2px solid #AAA;
}
.title {
width: 100%;
height: 6em;
background-color: white;
pading-top: 3em;
position: fixed;
top: 0;
z-index: 1;
}
.logo
{
float: left;
position: absolute;
max-width: 30px;
border-radius: 100%;
max-height: 20px;
top: -2px;
left: 50px;
margin: 4px;
}
.navbar {
float: right;
display: block;
color: black;
margin-top: 0.5em;
}
.menu{
font-size: 12px;
white-space: nowrap;
padding: 0 25px;
letter-spacing: normal;
line-height: 61px;
height: 61px;
margin-right:0.6px;
display: inline-block;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
}
a:focus {
color: #ddc192;
}
a:hover {
text-decoration: none;
color: #ddc192;
}
a:link {
text-decoration: none;
}
span {
color: black;
font-family: "Dancing Script", cursive;
font-size: 40px;
font-weight: bold;
}
section {
width: auto;
min-height: 300px;
a:hover {
text-decoration: none;
}
}
#main-header {
background-color: #00ffff;
font-size: 33px;
margin: 0px;
padding: 210px 0;
width: 100%;
text-align: center;
color: #ffff;
text-transform: uppercase;
}
.main-header {
background: linear-gradient(121deg, #F2DDDE, #00ffff);
font-size: 19px;
margin: 0px;
padding: 68px 0;
width: 100%;
text-align: center;
color: #ffff;
text-transform: uppercase;
}
#container {
max-width: 1190px;
margin: auto;
background-color: #00ffff;
font-size: 13px;
margin: 0px;
padding: 0px;
text-align: center;
}
.main-header h2 {
margin: 0px auto;
text-align: center;
color: #ffff;
text-transform: uppercase;
}
h1 {
text-transform: uppercase;
font-family: Inconsolata, monospace;
font-weight: 50;
font-size: 3.6vmin;
text-shadow: 0px 0px 9px #777;
color: white;
}
.bloc {
position: relative;
background-color: white;
width: 100%;
}
.bloc::after {
content: '';
display: block;
padding-bottom: 7%;
}
.bloc .content {
position: absolute;
width: 100%;
height:100%;
}
.square {
height: 300px;
width: 300px;
background: linear-gradient(-45deg, #F2DDDE, #00ffff);
position: absolute;
transform: translate(-50%, -50%) rotate(45deg);
top: 10%;
left: 32%;
border: 10px solid white;
}
.square::after {
content: '';
display: block;
padding-bottom: 100%;
}
.square .content {
position: absolute;
width: 100%;
height:100%;
}
.square-right {
height: 300px;
width: 300px;
background: linear-gradient(-45deg, #F2DDDE, #00ffff);
position: absolute;
transform: translate(-50%, -50%) rotate(45deg);
top: 10%;
left: 68%;
border: 10px solid white;
}
.square-right::after {
content: '';
display: block;
padding-bottom: 100%;
}
.square-right .content {
position: absolute;
width: 100%;
height:100%;
}
h2 {
text-transform: uppercase;
font-family: Inconsolata, monospace;
font-weight: 50;
font-size: 3.6vmin;
transform: translate(1%, 129%) rotate(-46deg);
text-shadow: 0px 0px 9px #777;
color: #fff;
}
#presentation {
position: relative;
top: 500px;
border-top: 5px solid #44ccb5;
background-color: RGBa(50, 240, 221, 0.15);
}
h3 {
text-transform: uppercase;
font-family: Inconsolata, monospace;
font-weight: 50;
font-size: 3.6vmin;
text-shadow: 0px 0px 9px #777;
color: white;
}
#circle-left {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -15%;
bottom: -640px;
background-image: url(https://cdn.pixabay.com/photo/2019/04/11/14/32/roofs-4119874_960_720.jpg);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
#circle-center {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -41%;
bottom: -330px;
background-image: url(https://cdn.pixabay.com/photo/2018/06/17/10/38/artist-3480274_960_720.jpg);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
#circle-right {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -67%;
bottom: -24px;
background-image: url(https://images.unsplash.com/photo-1530649159659-c8beb2992433?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
#presentation2 {
position: relative;
top: -40px;
background-color: RGBa(50, 240, 221, 0.15)
}
.button {
color: #009688;
background: #fff;
border: 1px solid #009688;
font-size: 17px;
padding: 7px 12px;
font-weight: normal;
margin: 6px 0;
margin-right: 12px;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
}
.button:hover, .button:active {
color:#fff;
background:#009688;
}
.circle-left {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -15%;
bottom: -540px;
background-image: url(https://cdn.pixabay.com/photo/2018/06/17/10/38/artist-3480274_960_720.jpg);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
.circle-center {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -41%;
bottom: -230px;
background-image: url(https://cdn.pixabay.com/photo/2019/04/11/14/32/roofs-4119874_960_720.jpg);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
.circle-right {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -67%;
bottom: 76px;
background-image: url(https://images.unsplash.com/photo-1530649159659-c8beb2992433?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
|
style.css
|
body {
background-color: #00ffff;
font-size: 13px;
margin: 0px;
padding: 0px;
}
footer {
height: 80px;
padding-top: 30px;
text-align: center;
background-color: #FFFFFF;
border-top: 2px solid #AAA;
}
.title {
width: 100%;
height: 6em;
background-color: white;
pading-top: 3em;
position: fixed;
top: 0;
z-index: 1;
}
.logo
{
float: left;
position: absolute;
max-width: 30px;
border-radius: 100%;
max-height: 20px;
top: -2px;
left: 50px;
margin: 4px;
}
.navbar {
float: right;
display: block;
color: black;
margin-top: 0.5em;
}
.menu{
font-size: 12px;
white-space: nowrap;
padding: 0 25px;
letter-spacing: normal;
line-height: 61px;
height: 61px;
margin-right:0.6px;
display: inline-block;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
}
a:focus {
color: #ddc192;
}
a:hover {
text-decoration: none;
color: #ddc192;
}
a:link {
text-decoration: none;
}
span {
color: black;
font-family: "Dancing Script", cursive;
font-size: 40px;
font-weight: bold;
}
section {
width: auto;
min-height: 300px;
a:hover {
text-decoration: none;
}
}
#main-header {
background-color: #00ffff;
font-size: 33px;
margin: 0px;
padding: 210px 0;
width: 100%;
text-align: center;
color: #ffff;
text-transform: uppercase;
}
.main-header {
background: linear-gradient(121deg, #F2DDDE, #00ffff);
font-size: 19px;
margin: 0px;
padding: 68px 0;
width: 100%;
text-align: center;
color: #ffff;
text-transform: uppercase;
}
#container {
max-width: 1190px;
margin: auto;
background-color: #00ffff;
font-size: 13px;
margin: 0px;
padding: 0px;
text-align: center;
}
.main-header h2 {
margin: 0px auto;
text-align: center;
color: #ffff;
text-transform: uppercase;
}
h1 {
text-transform: uppercase;
font-family: Inconsolata, monospace;
font-weight: 50;
font-size: 3.6vmin;
text-shadow: 0px 0px 9px #777;
color: white;
}
.bloc {
position: relative;
background-color: white;
width: 100%;
}
.bloc::after {
content: '';
display: block;
padding-bottom: 7%;
}
.bloc .content {
position: absolute;
width: 100%;
height:100%;
}
.square {
height: 300px;
width: 300px;
background: linear-gradient(-45deg, #F2DDDE, #00ffff);
position: absolute;
transform: translate(-50%, -50%) rotate(45deg);
top: 10%;
left: 32%;
border: 10px solid white;
}
.square::after {
content: '';
display: block;
padding-bottom: 100%;
}
.square .content {
position: absolute;
width: 100%;
height:100%;
}
.square-right {
height: 300px;
width: 300px;
background: linear-gradient(-45deg, #F2DDDE, #00ffff);
position: absolute;
transform: translate(-50%, -50%) rotate(45deg);
top: 10%;
left: 68%;
border: 10px solid white;
}
.square-right::after {
content: '';
display: block;
padding-bottom: 100%;
}
.square-right .content {
position: absolute;
width: 100%;
height:100%;
}
h2 {
text-transform: uppercase;
font-family: Inconsolata, monospace;
font-weight: 50;
font-size: 3.6vmin;
transform: translate(1%, 129%) rotate(-46deg);
text-shadow: 0px 0px 9px #777;
color: #fff;
}
#presentation {
position: relative;
top: 500px;
border-top: 5px solid #44ccb5;
background-color: RGBa(50, 240, 221, 0.15);
}
h3 {
text-transform: uppercase;
font-family: Inconsolata, monospace;
font-weight: 50;
font-size: 3.6vmin;
text-shadow: 0px 0px 9px #777;
color: white;
}
#circle-left {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -15%;
bottom: -640px;
background-image: url(https://cdn.pixabay.com/photo/2019/04/11/14/32/roofs-4119874_960_720.jpg);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
#circle-center {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -41%;
bottom: -330px;
background-image: url(https://cdn.pixabay.com/photo/2018/06/17/10/38/artist-3480274_960_720.jpg);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
#circle-right {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -67%;
bottom: -24px;
background-image: url(https://images.unsplash.com/photo-1530649159659-c8beb2992433?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
#presentation2 {
position: relative;
top: -40px;
background-color: RGBa(50, 240, 221, 0.15)
}
.button {
color: #009688;
background: #fff;
border: 1px solid #009688;
font-size: 17px;
padding: 7px 12px;
font-weight: normal;
margin: 6px 0;
margin-right: 12px;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
}
.button:hover, .button:active {
color:#fff;
background:#009688;
}
.circle-left {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -15%;
bottom: -540px;
background-image: url(https://cdn.pixabay.com/photo/2018/06/17/10/38/artist-3480274_960_720.jpg);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
.circle-center {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -41%;
bottom: -230px;
background-image: url(https://cdn.pixabay.com/photo/2019/04/11/14/32/roofs-4119874_960_720.jpg);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
.circle-right {
z-index: 1000;
width: 300px;
height: 300px;
position: relative;
right: -67%;
bottom: 76px;
background-image: url(https://images.unsplash.com/photo-1530649159659-c8beb2992433?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
border-radius: 100px;
transition: .3s ease-in-out;
background-size: cover;
border: 4px solid #f2ddde;
}
| 0.431584 | 0.051487 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
:root {
font-size: 16px;
}
.translate-middle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.grid {
display: grid;
width: 100%;
grid-template-columns: repeat(16, minmax(0, 1fr));
}
@media screen and (min-width: 0) {
.col-1 {
grid-column: span 1;
}
.col-2 {
grid-column: span 2;
}
.col-3 {
grid-column: span 3;
}
.col-4 {
grid-column: span 4;
}
.col-5 {
grid-column: span 5;
}
.col-6 {
grid-column: span 6;
}
.col-7 {
grid-column: span 7;
}
.col-8 {
grid-column: span 8;
}
.col-9 {
grid-column: span 9;
}
.col-10 {
grid-column: span 10;
}
.col-11 {
grid-column: span 11;
}
.col-12 {
grid-column: span 12;
}
.col-13 {
grid-column: span 13;
}
.col-14 {
grid-column: span 14;
}
.col-15 {
grid-column: span 15;
}
.col-16 {
grid-column: span 16;
}
.p-0 {
padding: 0rem;
}
.m-0 {
margin: 0rem;
}
.p-1 {
padding: 0.5rem;
}
.m-1 {
margin: 0.5rem;
}
.p-2 {
padding: 1rem;
}
.m-2 {
margin: 1rem;
}
.p-3 {
padding: 1.5rem;
}
.m-3 {
margin: 1.5rem;
}
.p-4 {
padding: 2rem;
}
.m-4 {
margin: 2rem;
}
.p-5 {
padding: 2.5rem;
}
.m-5 {
margin: 2.5rem;
}
.pl-0 {
padding-left: 0rem;
}
.ml-0 {
margin-left: 0rem;
}
.pl-1 {
padding-left: 0.5rem;
}
.ml-1 {
margin-left: 0.5rem;
}
.pl-2 {
padding-left: 1rem;
}
.ml-2 {
margin-left: 1rem;
}
.pl-3 {
padding-left: 1.5rem;
}
.ml-3 {
margin-left: 1.5rem;
}
.pl-4 {
padding-left: 2rem;
}
.ml-4 {
margin-left: 2rem;
}
.pl-5 {
padding-left: 2.5rem;
}
.ml-5 {
margin-left: 2.5rem;
}
.pr-0 {
padding-right: 0rem;
}
.mr-0 {
margin-right: 0rem;
}
.pr-1 {
padding-right: 0.5rem;
}
.mr-1 {
margin-right: 0.5rem;
}
.pr-2 {
padding-right: 1rem;
}
.mr-2 {
margin-right: 1rem;
}
.pr-3 {
padding-right: 1.5rem;
}
.mr-3 {
margin-right: 1.5rem;
}
.pr-4 {
padding-right: 2rem;
}
.mr-4 {
margin-right: 2rem;
}
.pr-5 {
padding-right: 2.5rem;
}
.mr-5 {
margin-right: 2.5rem;
}
.pt-0 {
padding-top: 0rem;
}
.mt-0 {
margin-top: 0rem;
}
.pt-1 {
padding-top: 0.5rem;
}
.mt-1 {
margin-top: 0.5rem;
}
.pt-2 {
padding-top: 1rem;
}
.mt-2 {
margin-top: 1rem;
}
.pt-3 {
padding-top: 1.5rem;
}
.mt-3 {
margin-top: 1.5rem;
}
.pt-4 {
padding-top: 2rem;
}
.mt-4 {
margin-top: 2rem;
}
.pt-5 {
padding-top: 2.5rem;
}
.mt-5 {
margin-top: 2.5rem;
}
.pb-0 {
padding-bottom: 0rem;
}
.mb-0 {
margin-bottom: 0rem;
}
.pb-1 {
padding-bottom: 0.5rem;
}
.mb-1 {
margin-bottom: 0.5rem;
}
.pb-2 {
padding-bottom: 1rem;
}
.mb-2 {
margin-bottom: 1rem;
}
.pb-3 {
padding-bottom: 1.5rem;
}
.mb-3 {
margin-bottom: 1.5rem;
}
.pb-4 {
padding-bottom: 2rem;
}
.mb-4 {
margin-bottom: 2rem;
}
.pb-5 {
padding-bottom: 2.5rem;
}
.mb-5 {
margin-bottom: 2.5rem;
}
.gap-0 {
gap: 0rem;
}
.mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-1 {
gap: 0.5rem;
}
.mx-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-2 {
gap: 1rem;
}
.mx-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-3 {
gap: 1.5rem;
}
.mx-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-4 {
gap: 2rem;
}
.mx-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-5 {
gap: 2.5rem;
}
.mx-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-auto {
margin-right: auto;
margin-left: auto;
}
.d-flex {
display: flex;
}
.d-grid {
display: grid;
}
.d-block {
display: block;
}
.d-inline {
display: inline;
}
.d-inline-block {
display: inline-block;
}
.d-none {
display: none;
}
.galign-items-center {
align-items: center;
}
.gjustify-items-center {
justify-items: center;
}
.galign-self-center {
align-self: center;
}
.gjustify-self-center {
justify-self: center;
}
.galign-items-start {
align-items: start;
}
.gjustify-items-start {
justify-items: start;
}
.galign-self-start {
align-self: start;
}
.gjustify-self-start {
justify-self: start;
}
.galign-items-end {
align-items: end;
}
.gjustify-items-end {
justify-items: end;
}
.galign-self-end {
align-self: end;
}
.gjustify-self-end {
justify-self: end;
}
.galign-items-stretch {
align-items: stretch;
}
.gjustify-items-stretch {
justify-items: stretch;
}
.galign-self-stretch {
align-self: stretch;
}
.gjustify-self-stretch {
justify-self: stretch;
}
.gjustify-content-center {
justify-content: center;
}
.galign-content-center {
align-content: center;
}
.gjustify-content-start {
justify-content: start;
}
.galign-content-start {
align-content: start;
}
.gjustify-content-end {
justify-content: end;
}
.galign-content-end {
align-content: end;
}
.gjustify-content-stretch {
justify-content: stretch;
}
.galign-content-stretch {
align-content: stretch;
}
.gjustify-content-space-around {
justify-content: space-around;
}
.galign-content-space-around {
align-content: space-around;
}
.gjustify-content-space-between {
justify-content: space-between;
}
.galign-content-space-between {
align-content: space-between;
}
.gjustify-content-space-evenly {
justify-content: space-evenly;
}
.galign-content-space-evenly {
align-content: space-evenly;
}
.falign-items-center {
align-items: center;
}
.falign-self-center {
align-self: center;
}
.fjustify-items-center {
justify-items: center;
}
.falign-items-flex-start {
align-items: flex-start;
}
.falign-self-flex-start {
align-self: flex-start;
}
.fjustify-items-flex-start {
justify-items: flex-start;
}
.falign-items-flex-end {
align-items: flex-end;
}
.falign-self-flex-end {
align-self: flex-end;
}
.fjustify-items-flex-end {
justify-items: flex-end;
}
.falign-items-stretch {
align-items: stretch;
}
.falign-self-stretch {
align-self: stretch;
}
.fjustify-items-stretch {
justify-items: stretch;
}
.falign-content-center {
align-content: center;
}
.fjustify-content-center {
justify-content: center;
}
.falign-content-flex-start {
align-content: flex-start;
}
.fjustify-content-flex-start {
justify-content: flex-start;
}
.falign-content-flex-end {
align-content: flex-end;
}
.fjustify-content-flex-end {
justify-content: flex-end;
}
.falign-content-stretch {
align-content: stretch;
}
.fjustify-content-stretch {
justify-content: stretch;
}
.falign-content-space-between {
align-content: space-between;
}
.fjustify-content-space-between {
justify-content: space-between;
}
.falign-content-space-around {
align-content: space-around;
}
.fjustify-content-space-around {
justify-content: space-around;
}
.falign-content-space-evenly {
align-content: space-evenly;
}
.fjustify-content-space-evenly {
justify-content: space-evenly;
}
.flex-direction-row {
flex-direction: row;
}
.flex-direction-column {
flex-direction: column;
}
.flex-direction-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-wrap {
flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 576px) {
.col-sm-1 {
grid-column: span 1;
}
.col-sm-2 {
grid-column: span 2;
}
.col-sm-3 {
grid-column: span 3;
}
.col-sm-4 {
grid-column: span 4;
}
.col-sm-5 {
grid-column: span 5;
}
.col-sm-6 {
grid-column: span 6;
}
.col-sm-7 {
grid-column: span 7;
}
.col-sm-8 {
grid-column: span 8;
}
.col-sm-9 {
grid-column: span 9;
}
.col-sm-10 {
grid-column: span 10;
}
.col-sm-11 {
grid-column: span 11;
}
.col-sm-12 {
grid-column: span 12;
}
.col-sm-13 {
grid-column: span 13;
}
.col-sm-14 {
grid-column: span 14;
}
.col-sm-15 {
grid-column: span 15;
}
.col-sm-16 {
grid-column: span 16;
}
.p-sm-0 {
padding: 0rem;
}
.m-sm-0 {
margin: 0rem;
}
.p-sm-1 {
padding: 0.5rem;
}
.m-sm-1 {
margin: 0.5rem;
}
.p-sm-2 {
padding: 1rem;
}
.m-sm-2 {
margin: 1rem;
}
.p-sm-3 {
padding: 1.5rem;
}
.m-sm-3 {
margin: 1.5rem;
}
.p-sm-4 {
padding: 2rem;
}
.m-sm-4 {
margin: 2rem;
}
.p-sm-5 {
padding: 2.5rem;
}
.m-sm-5 {
margin: 2.5rem;
}
.pl-sm-0 {
padding-left: 0rem;
}
.ml-sm-0 {
margin-left: 0rem;
}
.pl-sm-1 {
padding-left: 0.5rem;
}
.ml-sm-1 {
margin-left: 0.5rem;
}
.pl-sm-2 {
padding-left: 1rem;
}
.ml-sm-2 {
margin-left: 1rem;
}
.pl-sm-3 {
padding-left: 1.5rem;
}
.ml-sm-3 {
margin-left: 1.5rem;
}
.pl-sm-4 {
padding-left: 2rem;
}
.ml-sm-4 {
margin-left: 2rem;
}
.pl-sm-5 {
padding-left: 2.5rem;
}
.ml-sm-5 {
margin-left: 2.5rem;
}
.pr-sm-0 {
padding-right: 0rem;
}
.mr-sm-0 {
margin-right: 0rem;
}
.pr-sm-1 {
padding-right: 0.5rem;
}
.mr-sm-1 {
margin-right: 0.5rem;
}
.pr-sm-2 {
padding-right: 1rem;
}
.mr-sm-2 {
margin-right: 1rem;
}
.pr-sm-3 {
padding-right: 1.5rem;
}
.mr-sm-3 {
margin-right: 1.5rem;
}
.pr-sm-4 {
padding-right: 2rem;
}
.mr-sm-4 {
margin-right: 2rem;
}
.pr-sm-5 {
padding-right: 2.5rem;
}
.mr-sm-5 {
margin-right: 2.5rem;
}
.pt-sm-0 {
padding-top: 0rem;
}
.mt-sm-0 {
margin-top: 0rem;
}
.pt-sm-1 {
padding-top: 0.5rem;
}
.mt-sm-1 {
margin-top: 0.5rem;
}
.pt-sm-2 {
padding-top: 1rem;
}
.mt-sm-2 {
margin-top: 1rem;
}
.pt-sm-3 {
padding-top: 1.5rem;
}
.mt-sm-3 {
margin-top: 1.5rem;
}
.pt-sm-4 {
padding-top: 2rem;
}
.mt-sm-4 {
margin-top: 2rem;
}
.pt-sm-5 {
padding-top: 2.5rem;
}
.mt-sm-5 {
margin-top: 2.5rem;
}
.pb-sm-0 {
padding-bottom: 0rem;
}
.mb-sm-0 {
margin-bottom: 0rem;
}
.pb-sm-1 {
padding-bottom: 0.5rem;
}
.mb-sm-1 {
margin-bottom: 0.5rem;
}
.pb-sm-2 {
padding-bottom: 1rem;
}
.mb-sm-2 {
margin-bottom: 1rem;
}
.pb-sm-3 {
padding-bottom: 1.5rem;
}
.mb-sm-3 {
margin-bottom: 1.5rem;
}
.pb-sm-4 {
padding-bottom: 2rem;
}
.mb-sm-4 {
margin-bottom: 2rem;
}
.pb-sm-5 {
padding-bottom: 2.5rem;
}
.mb-sm-5 {
margin-bottom: 2.5rem;
}
.gap-sm-0 {
gap: 0rem;
}
.mx-sm-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-sm-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-sm-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-sm-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-sm-1 {
gap: 0.5rem;
}
.mx-sm-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-sm-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-sm-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-sm-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-sm-2 {
gap: 1rem;
}
.mx-sm-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-sm-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-sm-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-sm-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-sm-3 {
gap: 1.5rem;
}
.mx-sm-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-sm-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-sm-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-sm-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-sm-4 {
gap: 2rem;
}
.mx-sm-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-sm-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-sm-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-sm-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-sm-5 {
gap: 2.5rem;
}
.mx-sm-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-sm-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-sm-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-sm-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-sm-auto {
margin-right: auto;
margin-left: auto;
}
.d-sm-flex {
display: flex;
}
.d-sm-grid {
display: grid;
}
.d-sm-block {
display: block;
}
.d-sm-inline {
display: inline;
}
.d-sm-inline-block {
display: inline-block;
}
.d-sm-none {
display: none;
}
.galign-items-sm-center {
align-items: center;
}
.gjustify-items-sm-center {
justify-items: center;
}
.galign-self-sm-center {
align-self: center;
}
.gjustify-self-sm-center {
justify-self: center;
}
.galign-items-sm-start {
align-items: start;
}
.gjustify-items-sm-start {
justify-items: start;
}
.galign-self-sm-start {
align-self: start;
}
.gjustify-self-sm-start {
justify-self: start;
}
.galign-items-sm-end {
align-items: end;
}
.gjustify-items-sm-end {
justify-items: end;
}
.galign-self-sm-end {
align-self: end;
}
.gjustify-self-sm-end {
justify-self: end;
}
.galign-items-sm-stretch {
align-items: stretch;
}
.gjustify-items-sm-stretch {
justify-items: stretch;
}
.galign-self-sm-stretch {
align-self: stretch;
}
.gjustify-self-sm-stretch {
justify-self: stretch;
}
.gjustify-content-sm-center {
justify-content: center;
}
.galign-content-sm-center {
align-content: center;
}
.gjustify-content-sm-start {
justify-content: start;
}
.galign-content-sm-start {
align-content: start;
}
.gjustify-content-sm-end {
justify-content: end;
}
.galign-content-sm-end {
align-content: end;
}
.gjustify-content-sm-stretch {
justify-content: stretch;
}
.galign-content-sm-stretch {
align-content: stretch;
}
.gjustify-content-sm-space-around {
justify-content: space-around;
}
.galign-content-sm-space-around {
align-content: space-around;
}
.gjustify-content-sm-space-between {
justify-content: space-between;
}
.galign-content-sm-space-between {
align-content: space-between;
}
.gjustify-content-sm-space-evenly {
justify-content: space-evenly;
}
.galign-content-sm-space-evenly {
align-content: space-evenly;
}
.falign-items-sm-center {
align-items: center;
}
.falign-self-sm-center {
align-self: center;
}
.fjustify-items-sm-center {
justify-items: center;
}
.falign-items-sm-flex-start {
align-items: flex-start;
}
.falign-self-sm-flex-start {
align-self: flex-start;
}
.fjustify-items-sm-flex-start {
justify-items: flex-start;
}
.falign-items-sm-flex-end {
align-items: flex-end;
}
.falign-self-sm-flex-end {
align-self: flex-end;
}
.fjustify-items-sm-flex-end {
justify-items: flex-end;
}
.falign-items-sm-stretch {
align-items: stretch;
}
.falign-self-sm-stretch {
align-self: stretch;
}
.fjustify-items-sm-stretch {
justify-items: stretch;
}
.falign-content-sm-center {
align-content: center;
}
.fjustify-content-sm-center {
justify-content: center;
}
.falign-content-sm-flex-start {
align-content: flex-start;
}
.fjustify-content-sm-flex-start {
justify-content: flex-start;
}
.falign-content-sm-flex-end {
align-content: flex-end;
}
.fjustify-content-sm-flex-end {
justify-content: flex-end;
}
.falign-content-sm-stretch {
align-content: stretch;
}
.fjustify-content-sm-stretch {
justify-content: stretch;
}
.falign-content-sm-space-between {
align-content: space-between;
}
.fjustify-content-sm-space-between {
justify-content: space-between;
}
.falign-content-sm-space-around {
align-content: space-around;
}
.fjustify-content-sm-space-around {
justify-content: space-around;
}
.falign-content-sm-space-evenly {
align-content: space-evenly;
}
.fjustify-content-sm-space-evenly {
justify-content: space-evenly;
}
.flex-direction-sm-row {
flex-direction: row;
}
.flex-direction-sm-column {
flex-direction: column;
}
.flex-direction-sm-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-sm-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-sm-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-sm-wrap {
flex-wrap: wrap;
}
.flex-wrap-sm-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 768px) {
.col-md-1 {
grid-column: span 1;
}
.col-md-2 {
grid-column: span 2;
}
.col-md-3 {
grid-column: span 3;
}
.col-md-4 {
grid-column: span 4;
}
.col-md-5 {
grid-column: span 5;
}
.col-md-6 {
grid-column: span 6;
}
.col-md-7 {
grid-column: span 7;
}
.col-md-8 {
grid-column: span 8;
}
.col-md-9 {
grid-column: span 9;
}
.col-md-10 {
grid-column: span 10;
}
.col-md-11 {
grid-column: span 11;
}
.col-md-12 {
grid-column: span 12;
}
.col-md-13 {
grid-column: span 13;
}
.col-md-14 {
grid-column: span 14;
}
.col-md-15 {
grid-column: span 15;
}
.col-md-16 {
grid-column: span 16;
}
.p-md-0 {
padding: 0rem;
}
.m-md-0 {
margin: 0rem;
}
.p-md-1 {
padding: 0.5rem;
}
.m-md-1 {
margin: 0.5rem;
}
.p-md-2 {
padding: 1rem;
}
.m-md-2 {
margin: 1rem;
}
.p-md-3 {
padding: 1.5rem;
}
.m-md-3 {
margin: 1.5rem;
}
.p-md-4 {
padding: 2rem;
}
.m-md-4 {
margin: 2rem;
}
.p-md-5 {
padding: 2.5rem;
}
.m-md-5 {
margin: 2.5rem;
}
.pl-md-0 {
padding-left: 0rem;
}
.ml-md-0 {
margin-left: 0rem;
}
.pl-md-1 {
padding-left: 0.5rem;
}
.ml-md-1 {
margin-left: 0.5rem;
}
.pl-md-2 {
padding-left: 1rem;
}
.ml-md-2 {
margin-left: 1rem;
}
.pl-md-3 {
padding-left: 1.5rem;
}
.ml-md-3 {
margin-left: 1.5rem;
}
.pl-md-4 {
padding-left: 2rem;
}
.ml-md-4 {
margin-left: 2rem;
}
.pl-md-5 {
padding-left: 2.5rem;
}
.ml-md-5 {
margin-left: 2.5rem;
}
.pr-md-0 {
padding-right: 0rem;
}
.mr-md-0 {
margin-right: 0rem;
}
.pr-md-1 {
padding-right: 0.5rem;
}
.mr-md-1 {
margin-right: 0.5rem;
}
.pr-md-2 {
padding-right: 1rem;
}
.mr-md-2 {
margin-right: 1rem;
}
.pr-md-3 {
padding-right: 1.5rem;
}
.mr-md-3 {
margin-right: 1.5rem;
}
.pr-md-4 {
padding-right: 2rem;
}
.mr-md-4 {
margin-right: 2rem;
}
.pr-md-5 {
padding-right: 2.5rem;
}
.mr-md-5 {
margin-right: 2.5rem;
}
.pt-md-0 {
padding-top: 0rem;
}
.mt-md-0 {
margin-top: 0rem;
}
.pt-md-1 {
padding-top: 0.5rem;
}
.mt-md-1 {
margin-top: 0.5rem;
}
.pt-md-2 {
padding-top: 1rem;
}
.mt-md-2 {
margin-top: 1rem;
}
.pt-md-3 {
padding-top: 1.5rem;
}
.mt-md-3 {
margin-top: 1.5rem;
}
.pt-md-4 {
padding-top: 2rem;
}
.mt-md-4 {
margin-top: 2rem;
}
.pt-md-5 {
padding-top: 2.5rem;
}
.mt-md-5 {
margin-top: 2.5rem;
}
.pb-md-0 {
padding-bottom: 0rem;
}
.mb-md-0 {
margin-bottom: 0rem;
}
.pb-md-1 {
padding-bottom: 0.5rem;
}
.mb-md-1 {
margin-bottom: 0.5rem;
}
.pb-md-2 {
padding-bottom: 1rem;
}
.mb-md-2 {
margin-bottom: 1rem;
}
.pb-md-3 {
padding-bottom: 1.5rem;
}
.mb-md-3 {
margin-bottom: 1.5rem;
}
.pb-md-4 {
padding-bottom: 2rem;
}
.mb-md-4 {
margin-bottom: 2rem;
}
.pb-md-5 {
padding-bottom: 2.5rem;
}
.mb-md-5 {
margin-bottom: 2.5rem;
}
.gap-md-0 {
gap: 0rem;
}
.mx-md-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-md-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-md-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-md-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-md-1 {
gap: 0.5rem;
}
.mx-md-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-md-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-md-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-md-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-md-2 {
gap: 1rem;
}
.mx-md-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-md-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-md-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-md-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-md-3 {
gap: 1.5rem;
}
.mx-md-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-md-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-md-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-md-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-md-4 {
gap: 2rem;
}
.mx-md-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-md-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-md-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-md-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-md-5 {
gap: 2.5rem;
}
.mx-md-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-md-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-md-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-md-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-md-auto {
margin-right: auto;
margin-left: auto;
}
.d-md-flex {
display: flex;
}
.d-md-grid {
display: grid;
}
.d-md-block {
display: block;
}
.d-md-inline {
display: inline;
}
.d-md-inline-block {
display: inline-block;
}
.d-md-none {
display: none;
}
.galign-items-md-center {
align-items: center;
}
.gjustify-items-md-center {
justify-items: center;
}
.galign-self-md-center {
align-self: center;
}
.gjustify-self-md-center {
justify-self: center;
}
.galign-items-md-start {
align-items: start;
}
.gjustify-items-md-start {
justify-items: start;
}
.galign-self-md-start {
align-self: start;
}
.gjustify-self-md-start {
justify-self: start;
}
.galign-items-md-end {
align-items: end;
}
.gjustify-items-md-end {
justify-items: end;
}
.galign-self-md-end {
align-self: end;
}
.gjustify-self-md-end {
justify-self: end;
}
.galign-items-md-stretch {
align-items: stretch;
}
.gjustify-items-md-stretch {
justify-items: stretch;
}
.galign-self-md-stretch {
align-self: stretch;
}
.gjustify-self-md-stretch {
justify-self: stretch;
}
.gjustify-content-md-center {
justify-content: center;
}
.galign-content-md-center {
align-content: center;
}
.gjustify-content-md-start {
justify-content: start;
}
.galign-content-md-start {
align-content: start;
}
.gjustify-content-md-end {
justify-content: end;
}
.galign-content-md-end {
align-content: end;
}
.gjustify-content-md-stretch {
justify-content: stretch;
}
.galign-content-md-stretch {
align-content: stretch;
}
.gjustify-content-md-space-around {
justify-content: space-around;
}
.galign-content-md-space-around {
align-content: space-around;
}
.gjustify-content-md-space-between {
justify-content: space-between;
}
.galign-content-md-space-between {
align-content: space-between;
}
.gjustify-content-md-space-evenly {
justify-content: space-evenly;
}
.galign-content-md-space-evenly {
align-content: space-evenly;
}
.falign-items-md-center {
align-items: center;
}
.falign-self-md-center {
align-self: center;
}
.fjustify-items-md-center {
justify-items: center;
}
.falign-items-md-flex-start {
align-items: flex-start;
}
.falign-self-md-flex-start {
align-self: flex-start;
}
.fjustify-items-md-flex-start {
justify-items: flex-start;
}
.falign-items-md-flex-end {
align-items: flex-end;
}
.falign-self-md-flex-end {
align-self: flex-end;
}
.fjustify-items-md-flex-end {
justify-items: flex-end;
}
.falign-items-md-stretch {
align-items: stretch;
}
.falign-self-md-stretch {
align-self: stretch;
}
.fjustify-items-md-stretch {
justify-items: stretch;
}
.falign-content-md-center {
align-content: center;
}
.fjustify-content-md-center {
justify-content: center;
}
.falign-content-md-flex-start {
align-content: flex-start;
}
.fjustify-content-md-flex-start {
justify-content: flex-start;
}
.falign-content-md-flex-end {
align-content: flex-end;
}
.fjustify-content-md-flex-end {
justify-content: flex-end;
}
.falign-content-md-stretch {
align-content: stretch;
}
.fjustify-content-md-stretch {
justify-content: stretch;
}
.falign-content-md-space-between {
align-content: space-between;
}
.fjustify-content-md-space-between {
justify-content: space-between;
}
.falign-content-md-space-around {
align-content: space-around;
}
.fjustify-content-md-space-around {
justify-content: space-around;
}
.falign-content-md-space-evenly {
align-content: space-evenly;
}
.fjustify-content-md-space-evenly {
justify-content: space-evenly;
}
.flex-direction-md-row {
flex-direction: row;
}
.flex-direction-md-column {
flex-direction: column;
}
.flex-direction-md-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-md-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-md-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-md-wrap {
flex-wrap: wrap;
}
.flex-wrap-md-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 992px) {
.col-lg-1 {
grid-column: span 1;
}
.col-lg-2 {
grid-column: span 2;
}
.col-lg-3 {
grid-column: span 3;
}
.col-lg-4 {
grid-column: span 4;
}
.col-lg-5 {
grid-column: span 5;
}
.col-lg-6 {
grid-column: span 6;
}
.col-lg-7 {
grid-column: span 7;
}
.col-lg-8 {
grid-column: span 8;
}
.col-lg-9 {
grid-column: span 9;
}
.col-lg-10 {
grid-column: span 10;
}
.col-lg-11 {
grid-column: span 11;
}
.col-lg-12 {
grid-column: span 12;
}
.col-lg-13 {
grid-column: span 13;
}
.col-lg-14 {
grid-column: span 14;
}
.col-lg-15 {
grid-column: span 15;
}
.col-lg-16 {
grid-column: span 16;
}
.p-lg-0 {
padding: 0rem;
}
.m-lg-0 {
margin: 0rem;
}
.p-lg-1 {
padding: 0.5rem;
}
.m-lg-1 {
margin: 0.5rem;
}
.p-lg-2 {
padding: 1rem;
}
.m-lg-2 {
margin: 1rem;
}
.p-lg-3 {
padding: 1.5rem;
}
.m-lg-3 {
margin: 1.5rem;
}
.p-lg-4 {
padding: 2rem;
}
.m-lg-4 {
margin: 2rem;
}
.p-lg-5 {
padding: 2.5rem;
}
.m-lg-5 {
margin: 2.5rem;
}
.pl-lg-0 {
padding-left: 0rem;
}
.ml-lg-0 {
margin-left: 0rem;
}
.pl-lg-1 {
padding-left: 0.5rem;
}
.ml-lg-1 {
margin-left: 0.5rem;
}
.pl-lg-2 {
padding-left: 1rem;
}
.ml-lg-2 {
margin-left: 1rem;
}
.pl-lg-3 {
padding-left: 1.5rem;
}
.ml-lg-3 {
margin-left: 1.5rem;
}
.pl-lg-4 {
padding-left: 2rem;
}
.ml-lg-4 {
margin-left: 2rem;
}
.pl-lg-5 {
padding-left: 2.5rem;
}
.ml-lg-5 {
margin-left: 2.5rem;
}
.pr-lg-0 {
padding-right: 0rem;
}
.mr-lg-0 {
margin-right: 0rem;
}
.pr-lg-1 {
padding-right: 0.5rem;
}
.mr-lg-1 {
margin-right: 0.5rem;
}
.pr-lg-2 {
padding-right: 1rem;
}
.mr-lg-2 {
margin-right: 1rem;
}
.pr-lg-3 {
padding-right: 1.5rem;
}
.mr-lg-3 {
margin-right: 1.5rem;
}
.pr-lg-4 {
padding-right: 2rem;
}
.mr-lg-4 {
margin-right: 2rem;
}
.pr-lg-5 {
padding-right: 2.5rem;
}
.mr-lg-5 {
margin-right: 2.5rem;
}
.pt-lg-0 {
padding-top: 0rem;
}
.mt-lg-0 {
margin-top: 0rem;
}
.pt-lg-1 {
padding-top: 0.5rem;
}
.mt-lg-1 {
margin-top: 0.5rem;
}
.pt-lg-2 {
padding-top: 1rem;
}
.mt-lg-2 {
margin-top: 1rem;
}
.pt-lg-3 {
padding-top: 1.5rem;
}
.mt-lg-3 {
margin-top: 1.5rem;
}
.pt-lg-4 {
padding-top: 2rem;
}
.mt-lg-4 {
margin-top: 2rem;
}
.pt-lg-5 {
padding-top: 2.5rem;
}
.mt-lg-5 {
margin-top: 2.5rem;
}
.pb-lg-0 {
padding-bottom: 0rem;
}
.mb-lg-0 {
margin-bottom: 0rem;
}
.pb-lg-1 {
padding-bottom: 0.5rem;
}
.mb-lg-1 {
margin-bottom: 0.5rem;
}
.pb-lg-2 {
padding-bottom: 1rem;
}
.mb-lg-2 {
margin-bottom: 1rem;
}
.pb-lg-3 {
padding-bottom: 1.5rem;
}
.mb-lg-3 {
margin-bottom: 1.5rem;
}
.pb-lg-4 {
padding-bottom: 2rem;
}
.mb-lg-4 {
margin-bottom: 2rem;
}
.pb-lg-5 {
padding-bottom: 2.5rem;
}
.mb-lg-5 {
margin-bottom: 2.5rem;
}
.gap-lg-0 {
gap: 0rem;
}
.mx-lg-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-lg-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-lg-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-lg-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-lg-1 {
gap: 0.5rem;
}
.mx-lg-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-lg-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-lg-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-lg-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-lg-2 {
gap: 1rem;
}
.mx-lg-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-lg-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-lg-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-lg-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-lg-3 {
gap: 1.5rem;
}
.mx-lg-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-lg-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-lg-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-lg-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-lg-4 {
gap: 2rem;
}
.mx-lg-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-lg-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-lg-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-lg-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-lg-5 {
gap: 2.5rem;
}
.mx-lg-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-lg-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-lg-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-lg-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-lg-auto {
margin-right: auto;
margin-left: auto;
}
.d-lg-flex {
display: flex;
}
.d-lg-grid {
display: grid;
}
.d-lg-block {
display: block;
}
.d-lg-inline {
display: inline;
}
.d-lg-inline-block {
display: inline-block;
}
.d-lg-none {
display: none;
}
.galign-items-lg-center {
align-items: center;
}
.gjustify-items-lg-center {
justify-items: center;
}
.galign-self-lg-center {
align-self: center;
}
.gjustify-self-lg-center {
justify-self: center;
}
.galign-items-lg-start {
align-items: start;
}
.gjustify-items-lg-start {
justify-items: start;
}
.galign-self-lg-start {
align-self: start;
}
.gjustify-self-lg-start {
justify-self: start;
}
.galign-items-lg-end {
align-items: end;
}
.gjustify-items-lg-end {
justify-items: end;
}
.galign-self-lg-end {
align-self: end;
}
.gjustify-self-lg-end {
justify-self: end;
}
.galign-items-lg-stretch {
align-items: stretch;
}
.gjustify-items-lg-stretch {
justify-items: stretch;
}
.galign-self-lg-stretch {
align-self: stretch;
}
.gjustify-self-lg-stretch {
justify-self: stretch;
}
.gjustify-content-lg-center {
justify-content: center;
}
.galign-content-lg-center {
align-content: center;
}
.gjustify-content-lg-start {
justify-content: start;
}
.galign-content-lg-start {
align-content: start;
}
.gjustify-content-lg-end {
justify-content: end;
}
.galign-content-lg-end {
align-content: end;
}
.gjustify-content-lg-stretch {
justify-content: stretch;
}
.galign-content-lg-stretch {
align-content: stretch;
}
.gjustify-content-lg-space-around {
justify-content: space-around;
}
.galign-content-lg-space-around {
align-content: space-around;
}
.gjustify-content-lg-space-between {
justify-content: space-between;
}
.galign-content-lg-space-between {
align-content: space-between;
}
.gjustify-content-lg-space-evenly {
justify-content: space-evenly;
}
.galign-content-lg-space-evenly {
align-content: space-evenly;
}
.falign-items-lg-center {
align-items: center;
}
.falign-self-lg-center {
align-self: center;
}
.fjustify-items-lg-center {
justify-items: center;
}
.falign-items-lg-flex-start {
align-items: flex-start;
}
.falign-self-lg-flex-start {
align-self: flex-start;
}
.fjustify-items-lg-flex-start {
justify-items: flex-start;
}
.falign-items-lg-flex-end {
align-items: flex-end;
}
.falign-self-lg-flex-end {
align-self: flex-end;
}
.fjustify-items-lg-flex-end {
justify-items: flex-end;
}
.falign-items-lg-stretch {
align-items: stretch;
}
.falign-self-lg-stretch {
align-self: stretch;
}
.fjustify-items-lg-stretch {
justify-items: stretch;
}
.falign-content-lg-center {
align-content: center;
}
.fjustify-content-lg-center {
justify-content: center;
}
.falign-content-lg-flex-start {
align-content: flex-start;
}
.fjustify-content-lg-flex-start {
justify-content: flex-start;
}
.falign-content-lg-flex-end {
align-content: flex-end;
}
.fjustify-content-lg-flex-end {
justify-content: flex-end;
}
.falign-content-lg-stretch {
align-content: stretch;
}
.fjustify-content-lg-stretch {
justify-content: stretch;
}
.falign-content-lg-space-between {
align-content: space-between;
}
.fjustify-content-lg-space-between {
justify-content: space-between;
}
.falign-content-lg-space-around {
align-content: space-around;
}
.fjustify-content-lg-space-around {
justify-content: space-around;
}
.falign-content-lg-space-evenly {
align-content: space-evenly;
}
.fjustify-content-lg-space-evenly {
justify-content: space-evenly;
}
.flex-direction-lg-row {
flex-direction: row;
}
.flex-direction-lg-column {
flex-direction: column;
}
.flex-direction-lg-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-lg-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-lg-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-lg-wrap {
flex-wrap: wrap;
}
.flex-wrap-lg-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 1200px) {
.col-xl-1 {
grid-column: span 1;
}
.col-xl-2 {
grid-column: span 2;
}
.col-xl-3 {
grid-column: span 3;
}
.col-xl-4 {
grid-column: span 4;
}
.col-xl-5 {
grid-column: span 5;
}
.col-xl-6 {
grid-column: span 6;
}
.col-xl-7 {
grid-column: span 7;
}
.col-xl-8 {
grid-column: span 8;
}
.col-xl-9 {
grid-column: span 9;
}
.col-xl-10 {
grid-column: span 10;
}
.col-xl-11 {
grid-column: span 11;
}
.col-xl-12 {
grid-column: span 12;
}
.col-xl-13 {
grid-column: span 13;
}
.col-xl-14 {
grid-column: span 14;
}
.col-xl-15 {
grid-column: span 15;
}
.col-xl-16 {
grid-column: span 16;
}
.p-xl-0 {
padding: 0rem;
}
.m-xl-0 {
margin: 0rem;
}
.p-xl-1 {
padding: 0.5rem;
}
.m-xl-1 {
margin: 0.5rem;
}
.p-xl-2 {
padding: 1rem;
}
.m-xl-2 {
margin: 1rem;
}
.p-xl-3 {
padding: 1.5rem;
}
.m-xl-3 {
margin: 1.5rem;
}
.p-xl-4 {
padding: 2rem;
}
.m-xl-4 {
margin: 2rem;
}
.p-xl-5 {
padding: 2.5rem;
}
.m-xl-5 {
margin: 2.5rem;
}
.pl-xl-0 {
padding-left: 0rem;
}
.ml-xl-0 {
margin-left: 0rem;
}
.pl-xl-1 {
padding-left: 0.5rem;
}
.ml-xl-1 {
margin-left: 0.5rem;
}
.pl-xl-2 {
padding-left: 1rem;
}
.ml-xl-2 {
margin-left: 1rem;
}
.pl-xl-3 {
padding-left: 1.5rem;
}
.ml-xl-3 {
margin-left: 1.5rem;
}
.pl-xl-4 {
padding-left: 2rem;
}
.ml-xl-4 {
margin-left: 2rem;
}
.pl-xl-5 {
padding-left: 2.5rem;
}
.ml-xl-5 {
margin-left: 2.5rem;
}
.pr-xl-0 {
padding-right: 0rem;
}
.mr-xl-0 {
margin-right: 0rem;
}
.pr-xl-1 {
padding-right: 0.5rem;
}
.mr-xl-1 {
margin-right: 0.5rem;
}
.pr-xl-2 {
padding-right: 1rem;
}
.mr-xl-2 {
margin-right: 1rem;
}
.pr-xl-3 {
padding-right: 1.5rem;
}
.mr-xl-3 {
margin-right: 1.5rem;
}
.pr-xl-4 {
padding-right: 2rem;
}
.mr-xl-4 {
margin-right: 2rem;
}
.pr-xl-5 {
padding-right: 2.5rem;
}
.mr-xl-5 {
margin-right: 2.5rem;
}
.pt-xl-0 {
padding-top: 0rem;
}
.mt-xl-0 {
margin-top: 0rem;
}
.pt-xl-1 {
padding-top: 0.5rem;
}
.mt-xl-1 {
margin-top: 0.5rem;
}
.pt-xl-2 {
padding-top: 1rem;
}
.mt-xl-2 {
margin-top: 1rem;
}
.pt-xl-3 {
padding-top: 1.5rem;
}
.mt-xl-3 {
margin-top: 1.5rem;
}
.pt-xl-4 {
padding-top: 2rem;
}
.mt-xl-4 {
margin-top: 2rem;
}
.pt-xl-5 {
padding-top: 2.5rem;
}
.mt-xl-5 {
margin-top: 2.5rem;
}
.pb-xl-0 {
padding-bottom: 0rem;
}
.mb-xl-0 {
margin-bottom: 0rem;
}
.pb-xl-1 {
padding-bottom: 0.5rem;
}
.mb-xl-1 {
margin-bottom: 0.5rem;
}
.pb-xl-2 {
padding-bottom: 1rem;
}
.mb-xl-2 {
margin-bottom: 1rem;
}
.pb-xl-3 {
padding-bottom: 1.5rem;
}
.mb-xl-3 {
margin-bottom: 1.5rem;
}
.pb-xl-4 {
padding-bottom: 2rem;
}
.mb-xl-4 {
margin-bottom: 2rem;
}
.pb-xl-5 {
padding-bottom: 2.5rem;
}
.mb-xl-5 {
margin-bottom: 2.5rem;
}
.gap-xl-0 {
gap: 0rem;
}
.mx-xl-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-xl-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-xl-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-xl-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-xl-1 {
gap: 0.5rem;
}
.mx-xl-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-xl-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-xl-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-xl-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-xl-2 {
gap: 1rem;
}
.mx-xl-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-xl-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-xl-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-xl-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-xl-3 {
gap: 1.5rem;
}
.mx-xl-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-xl-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-xl-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-xl-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-xl-4 {
gap: 2rem;
}
.mx-xl-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-xl-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-xl-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-xl-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-xl-5 {
gap: 2.5rem;
}
.mx-xl-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-xl-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-xl-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-xl-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-xl-auto {
margin-right: auto;
margin-left: auto;
}
.d-xl-flex {
display: flex;
}
.d-xl-grid {
display: grid;
}
.d-xl-block {
display: block;
}
.d-xl-inline {
display: inline;
}
.d-xl-inline-block {
display: inline-block;
}
.d-xl-none {
display: none;
}
.galign-items-xl-center {
align-items: center;
}
.gjustify-items-xl-center {
justify-items: center;
}
.galign-self-xl-center {
align-self: center;
}
.gjustify-self-xl-center {
justify-self: center;
}
.galign-items-xl-start {
align-items: start;
}
.gjustify-items-xl-start {
justify-items: start;
}
.galign-self-xl-start {
align-self: start;
}
.gjustify-self-xl-start {
justify-self: start;
}
.galign-items-xl-end {
align-items: end;
}
.gjustify-items-xl-end {
justify-items: end;
}
.galign-self-xl-end {
align-self: end;
}
.gjustify-self-xl-end {
justify-self: end;
}
.galign-items-xl-stretch {
align-items: stretch;
}
.gjustify-items-xl-stretch {
justify-items: stretch;
}
.galign-self-xl-stretch {
align-self: stretch;
}
.gjustify-self-xl-stretch {
justify-self: stretch;
}
.gjustify-content-xl-center {
justify-content: center;
}
.galign-content-xl-center {
align-content: center;
}
.gjustify-content-xl-start {
justify-content: start;
}
.galign-content-xl-start {
align-content: start;
}
.gjustify-content-xl-end {
justify-content: end;
}
.galign-content-xl-end {
align-content: end;
}
.gjustify-content-xl-stretch {
justify-content: stretch;
}
.galign-content-xl-stretch {
align-content: stretch;
}
.gjustify-content-xl-space-around {
justify-content: space-around;
}
.galign-content-xl-space-around {
align-content: space-around;
}
.gjustify-content-xl-space-between {
justify-content: space-between;
}
.galign-content-xl-space-between {
align-content: space-between;
}
.gjustify-content-xl-space-evenly {
justify-content: space-evenly;
}
.galign-content-xl-space-evenly {
align-content: space-evenly;
}
.falign-items-xl-center {
align-items: center;
}
.falign-self-xl-center {
align-self: center;
}
.fjustify-items-xl-center {
justify-items: center;
}
.falign-items-xl-flex-start {
align-items: flex-start;
}
.falign-self-xl-flex-start {
align-self: flex-start;
}
.fjustify-items-xl-flex-start {
justify-items: flex-start;
}
.falign-items-xl-flex-end {
align-items: flex-end;
}
.falign-self-xl-flex-end {
align-self: flex-end;
}
.fjustify-items-xl-flex-end {
justify-items: flex-end;
}
.falign-items-xl-stretch {
align-items: stretch;
}
.falign-self-xl-stretch {
align-self: stretch;
}
.fjustify-items-xl-stretch {
justify-items: stretch;
}
.falign-content-xl-center {
align-content: center;
}
.fjustify-content-xl-center {
justify-content: center;
}
.falign-content-xl-flex-start {
align-content: flex-start;
}
.fjustify-content-xl-flex-start {
justify-content: flex-start;
}
.falign-content-xl-flex-end {
align-content: flex-end;
}
.fjustify-content-xl-flex-end {
justify-content: flex-end;
}
.falign-content-xl-stretch {
align-content: stretch;
}
.fjustify-content-xl-stretch {
justify-content: stretch;
}
.falign-content-xl-space-between {
align-content: space-between;
}
.fjustify-content-xl-space-between {
justify-content: space-between;
}
.falign-content-xl-space-around {
align-content: space-around;
}
.fjustify-content-xl-space-around {
justify-content: space-around;
}
.falign-content-xl-space-evenly {
align-content: space-evenly;
}
.fjustify-content-xl-space-evenly {
justify-content: space-evenly;
}
.flex-direction-xl-row {
flex-direction: row;
}
.flex-direction-xl-column {
flex-direction: column;
}
.flex-direction-xl-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-xl-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-xl-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-xl-wrap {
flex-wrap: wrap;
}
.flex-wrap-xl-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 1400px) {
.col-xxl-1 {
grid-column: span 1;
}
.col-xxl-2 {
grid-column: span 2;
}
.col-xxl-3 {
grid-column: span 3;
}
.col-xxl-4 {
grid-column: span 4;
}
.col-xxl-5 {
grid-column: span 5;
}
.col-xxl-6 {
grid-column: span 6;
}
.col-xxl-7 {
grid-column: span 7;
}
.col-xxl-8 {
grid-column: span 8;
}
.col-xxl-9 {
grid-column: span 9;
}
.col-xxl-10 {
grid-column: span 10;
}
.col-xxl-11 {
grid-column: span 11;
}
.col-xxl-12 {
grid-column: span 12;
}
.col-xxl-13 {
grid-column: span 13;
}
.col-xxl-14 {
grid-column: span 14;
}
.col-xxl-15 {
grid-column: span 15;
}
.col-xxl-16 {
grid-column: span 16;
}
.p-xxl-0 {
padding: 0rem;
}
.m-xxl-0 {
margin: 0rem;
}
.p-xxl-1 {
padding: 0.5rem;
}
.m-xxl-1 {
margin: 0.5rem;
}
.p-xxl-2 {
padding: 1rem;
}
.m-xxl-2 {
margin: 1rem;
}
.p-xxl-3 {
padding: 1.5rem;
}
.m-xxl-3 {
margin: 1.5rem;
}
.p-xxl-4 {
padding: 2rem;
}
.m-xxl-4 {
margin: 2rem;
}
.p-xxl-5 {
padding: 2.5rem;
}
.m-xxl-5 {
margin: 2.5rem;
}
.pl-xxl-0 {
padding-left: 0rem;
}
.ml-xxl-0 {
margin-left: 0rem;
}
.pl-xxl-1 {
padding-left: 0.5rem;
}
.ml-xxl-1 {
margin-left: 0.5rem;
}
.pl-xxl-2 {
padding-left: 1rem;
}
.ml-xxl-2 {
margin-left: 1rem;
}
.pl-xxl-3 {
padding-left: 1.5rem;
}
.ml-xxl-3 {
margin-left: 1.5rem;
}
.pl-xxl-4 {
padding-left: 2rem;
}
.ml-xxl-4 {
margin-left: 2rem;
}
.pl-xxl-5 {
padding-left: 2.5rem;
}
.ml-xxl-5 {
margin-left: 2.5rem;
}
.pr-xxl-0 {
padding-right: 0rem;
}
.mr-xxl-0 {
margin-right: 0rem;
}
.pr-xxl-1 {
padding-right: 0.5rem;
}
.mr-xxl-1 {
margin-right: 0.5rem;
}
.pr-xxl-2 {
padding-right: 1rem;
}
.mr-xxl-2 {
margin-right: 1rem;
}
.pr-xxl-3 {
padding-right: 1.5rem;
}
.mr-xxl-3 {
margin-right: 1.5rem;
}
.pr-xxl-4 {
padding-right: 2rem;
}
.mr-xxl-4 {
margin-right: 2rem;
}
.pr-xxl-5 {
padding-right: 2.5rem;
}
.mr-xxl-5 {
margin-right: 2.5rem;
}
.pt-xxl-0 {
padding-top: 0rem;
}
.mt-xxl-0 {
margin-top: 0rem;
}
.pt-xxl-1 {
padding-top: 0.5rem;
}
.mt-xxl-1 {
margin-top: 0.5rem;
}
.pt-xxl-2 {
padding-top: 1rem;
}
.mt-xxl-2 {
margin-top: 1rem;
}
.pt-xxl-3 {
padding-top: 1.5rem;
}
.mt-xxl-3 {
margin-top: 1.5rem;
}
.pt-xxl-4 {
padding-top: 2rem;
}
.mt-xxl-4 {
margin-top: 2rem;
}
.pt-xxl-5 {
padding-top: 2.5rem;
}
.mt-xxl-5 {
margin-top: 2.5rem;
}
.pb-xxl-0 {
padding-bottom: 0rem;
}
.mb-xxl-0 {
margin-bottom: 0rem;
}
.pb-xxl-1 {
padding-bottom: 0.5rem;
}
.mb-xxl-1 {
margin-bottom: 0.5rem;
}
.pb-xxl-2 {
padding-bottom: 1rem;
}
.mb-xxl-2 {
margin-bottom: 1rem;
}
.pb-xxl-3 {
padding-bottom: 1.5rem;
}
.mb-xxl-3 {
margin-bottom: 1.5rem;
}
.pb-xxl-4 {
padding-bottom: 2rem;
}
.mb-xxl-4 {
margin-bottom: 2rem;
}
.pb-xxl-5 {
padding-bottom: 2.5rem;
}
.mb-xxl-5 {
margin-bottom: 2.5rem;
}
.gap-xxl-0 {
gap: 0rem;
}
.mx-xxl-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-xxl-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-xxl-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-xxl-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-xxl-1 {
gap: 0.5rem;
}
.mx-xxl-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-xxl-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-xxl-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-xxl-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-xxl-2 {
gap: 1rem;
}
.mx-xxl-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-xxl-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-xxl-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-xxl-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-xxl-3 {
gap: 1.5rem;
}
.mx-xxl-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-xxl-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-xxl-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-xxl-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-xxl-4 {
gap: 2rem;
}
.mx-xxl-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-xxl-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-xxl-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-xxl-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-xxl-5 {
gap: 2.5rem;
}
.mx-xxl-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-xxl-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-xxl-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-xxl-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-xxl-auto {
margin-right: auto;
margin-left: auto;
}
.d-xxl-flex {
display: flex;
}
.d-xxl-grid {
display: grid;
}
.d-xxl-block {
display: block;
}
.d-xxl-inline {
display: inline;
}
.d-xxl-inline-block {
display: inline-block;
}
.d-xxl-none {
display: none;
}
.galign-items-xxl-center {
align-items: center;
}
.gjustify-items-xxl-center {
justify-items: center;
}
.galign-self-xxl-center {
align-self: center;
}
.gjustify-self-xxl-center {
justify-self: center;
}
.galign-items-xxl-start {
align-items: start;
}
.gjustify-items-xxl-start {
justify-items: start;
}
.galign-self-xxl-start {
align-self: start;
}
.gjustify-self-xxl-start {
justify-self: start;
}
.galign-items-xxl-end {
align-items: end;
}
.gjustify-items-xxl-end {
justify-items: end;
}
.galign-self-xxl-end {
align-self: end;
}
.gjustify-self-xxl-end {
justify-self: end;
}
.galign-items-xxl-stretch {
align-items: stretch;
}
.gjustify-items-xxl-stretch {
justify-items: stretch;
}
.galign-self-xxl-stretch {
align-self: stretch;
}
.gjustify-self-xxl-stretch {
justify-self: stretch;
}
.gjustify-content-xxl-center {
justify-content: center;
}
.galign-content-xxl-center {
align-content: center;
}
.gjustify-content-xxl-start {
justify-content: start;
}
.galign-content-xxl-start {
align-content: start;
}
.gjustify-content-xxl-end {
justify-content: end;
}
.galign-content-xxl-end {
align-content: end;
}
.gjustify-content-xxl-stretch {
justify-content: stretch;
}
.galign-content-xxl-stretch {
align-content: stretch;
}
.gjustify-content-xxl-space-around {
justify-content: space-around;
}
.galign-content-xxl-space-around {
align-content: space-around;
}
.gjustify-content-xxl-space-between {
justify-content: space-between;
}
.galign-content-xxl-space-between {
align-content: space-between;
}
.gjustify-content-xxl-space-evenly {
justify-content: space-evenly;
}
.galign-content-xxl-space-evenly {
align-content: space-evenly;
}
.falign-items-xxl-center {
align-items: center;
}
.falign-self-xxl-center {
align-self: center;
}
.fjustify-items-xxl-center {
justify-items: center;
}
.falign-items-xxl-flex-start {
align-items: flex-start;
}
.falign-self-xxl-flex-start {
align-self: flex-start;
}
.fjustify-items-xxl-flex-start {
justify-items: flex-start;
}
.falign-items-xxl-flex-end {
align-items: flex-end;
}
.falign-self-xxl-flex-end {
align-self: flex-end;
}
.fjustify-items-xxl-flex-end {
justify-items: flex-end;
}
.falign-items-xxl-stretch {
align-items: stretch;
}
.falign-self-xxl-stretch {
align-self: stretch;
}
.fjustify-items-xxl-stretch {
justify-items: stretch;
}
.falign-content-xxl-center {
align-content: center;
}
.fjustify-content-xxl-center {
justify-content: center;
}
.falign-content-xxl-flex-start {
align-content: flex-start;
}
.fjustify-content-xxl-flex-start {
justify-content: flex-start;
}
.falign-content-xxl-flex-end {
align-content: flex-end;
}
.fjustify-content-xxl-flex-end {
justify-content: flex-end;
}
.falign-content-xxl-stretch {
align-content: stretch;
}
.fjustify-content-xxl-stretch {
justify-content: stretch;
}
.falign-content-xxl-space-between {
align-content: space-between;
}
.fjustify-content-xxl-space-between {
justify-content: space-between;
}
.falign-content-xxl-space-around {
align-content: space-around;
}
.fjustify-content-xxl-space-around {
justify-content: space-around;
}
.falign-content-xxl-space-evenly {
align-content: space-evenly;
}
.fjustify-content-xxl-space-evenly {
justify-content: space-evenly;
}
.flex-direction-xxl-row {
flex-direction: row;
}
.flex-direction-xxl-column {
flex-direction: column;
}
.flex-direction-xxl-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-xxl-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-xxl-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-xxl-wrap {
flex-wrap: wrap;
}
.flex-wrap-xxl-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
|
dist/main.css
|
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
:root {
font-size: 16px;
}
.translate-middle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.grid {
display: grid;
width: 100%;
grid-template-columns: repeat(16, minmax(0, 1fr));
}
@media screen and (min-width: 0) {
.col-1 {
grid-column: span 1;
}
.col-2 {
grid-column: span 2;
}
.col-3 {
grid-column: span 3;
}
.col-4 {
grid-column: span 4;
}
.col-5 {
grid-column: span 5;
}
.col-6 {
grid-column: span 6;
}
.col-7 {
grid-column: span 7;
}
.col-8 {
grid-column: span 8;
}
.col-9 {
grid-column: span 9;
}
.col-10 {
grid-column: span 10;
}
.col-11 {
grid-column: span 11;
}
.col-12 {
grid-column: span 12;
}
.col-13 {
grid-column: span 13;
}
.col-14 {
grid-column: span 14;
}
.col-15 {
grid-column: span 15;
}
.col-16 {
grid-column: span 16;
}
.p-0 {
padding: 0rem;
}
.m-0 {
margin: 0rem;
}
.p-1 {
padding: 0.5rem;
}
.m-1 {
margin: 0.5rem;
}
.p-2 {
padding: 1rem;
}
.m-2 {
margin: 1rem;
}
.p-3 {
padding: 1.5rem;
}
.m-3 {
margin: 1.5rem;
}
.p-4 {
padding: 2rem;
}
.m-4 {
margin: 2rem;
}
.p-5 {
padding: 2.5rem;
}
.m-5 {
margin: 2.5rem;
}
.pl-0 {
padding-left: 0rem;
}
.ml-0 {
margin-left: 0rem;
}
.pl-1 {
padding-left: 0.5rem;
}
.ml-1 {
margin-left: 0.5rem;
}
.pl-2 {
padding-left: 1rem;
}
.ml-2 {
margin-left: 1rem;
}
.pl-3 {
padding-left: 1.5rem;
}
.ml-3 {
margin-left: 1.5rem;
}
.pl-4 {
padding-left: 2rem;
}
.ml-4 {
margin-left: 2rem;
}
.pl-5 {
padding-left: 2.5rem;
}
.ml-5 {
margin-left: 2.5rem;
}
.pr-0 {
padding-right: 0rem;
}
.mr-0 {
margin-right: 0rem;
}
.pr-1 {
padding-right: 0.5rem;
}
.mr-1 {
margin-right: 0.5rem;
}
.pr-2 {
padding-right: 1rem;
}
.mr-2 {
margin-right: 1rem;
}
.pr-3 {
padding-right: 1.5rem;
}
.mr-3 {
margin-right: 1.5rem;
}
.pr-4 {
padding-right: 2rem;
}
.mr-4 {
margin-right: 2rem;
}
.pr-5 {
padding-right: 2.5rem;
}
.mr-5 {
margin-right: 2.5rem;
}
.pt-0 {
padding-top: 0rem;
}
.mt-0 {
margin-top: 0rem;
}
.pt-1 {
padding-top: 0.5rem;
}
.mt-1 {
margin-top: 0.5rem;
}
.pt-2 {
padding-top: 1rem;
}
.mt-2 {
margin-top: 1rem;
}
.pt-3 {
padding-top: 1.5rem;
}
.mt-3 {
margin-top: 1.5rem;
}
.pt-4 {
padding-top: 2rem;
}
.mt-4 {
margin-top: 2rem;
}
.pt-5 {
padding-top: 2.5rem;
}
.mt-5 {
margin-top: 2.5rem;
}
.pb-0 {
padding-bottom: 0rem;
}
.mb-0 {
margin-bottom: 0rem;
}
.pb-1 {
padding-bottom: 0.5rem;
}
.mb-1 {
margin-bottom: 0.5rem;
}
.pb-2 {
padding-bottom: 1rem;
}
.mb-2 {
margin-bottom: 1rem;
}
.pb-3 {
padding-bottom: 1.5rem;
}
.mb-3 {
margin-bottom: 1.5rem;
}
.pb-4 {
padding-bottom: 2rem;
}
.mb-4 {
margin-bottom: 2rem;
}
.pb-5 {
padding-bottom: 2.5rem;
}
.mb-5 {
margin-bottom: 2.5rem;
}
.gap-0 {
gap: 0rem;
}
.mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-1 {
gap: 0.5rem;
}
.mx-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-2 {
gap: 1rem;
}
.mx-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-3 {
gap: 1.5rem;
}
.mx-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-4 {
gap: 2rem;
}
.mx-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-5 {
gap: 2.5rem;
}
.mx-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-auto {
margin-right: auto;
margin-left: auto;
}
.d-flex {
display: flex;
}
.d-grid {
display: grid;
}
.d-block {
display: block;
}
.d-inline {
display: inline;
}
.d-inline-block {
display: inline-block;
}
.d-none {
display: none;
}
.galign-items-center {
align-items: center;
}
.gjustify-items-center {
justify-items: center;
}
.galign-self-center {
align-self: center;
}
.gjustify-self-center {
justify-self: center;
}
.galign-items-start {
align-items: start;
}
.gjustify-items-start {
justify-items: start;
}
.galign-self-start {
align-self: start;
}
.gjustify-self-start {
justify-self: start;
}
.galign-items-end {
align-items: end;
}
.gjustify-items-end {
justify-items: end;
}
.galign-self-end {
align-self: end;
}
.gjustify-self-end {
justify-self: end;
}
.galign-items-stretch {
align-items: stretch;
}
.gjustify-items-stretch {
justify-items: stretch;
}
.galign-self-stretch {
align-self: stretch;
}
.gjustify-self-stretch {
justify-self: stretch;
}
.gjustify-content-center {
justify-content: center;
}
.galign-content-center {
align-content: center;
}
.gjustify-content-start {
justify-content: start;
}
.galign-content-start {
align-content: start;
}
.gjustify-content-end {
justify-content: end;
}
.galign-content-end {
align-content: end;
}
.gjustify-content-stretch {
justify-content: stretch;
}
.galign-content-stretch {
align-content: stretch;
}
.gjustify-content-space-around {
justify-content: space-around;
}
.galign-content-space-around {
align-content: space-around;
}
.gjustify-content-space-between {
justify-content: space-between;
}
.galign-content-space-between {
align-content: space-between;
}
.gjustify-content-space-evenly {
justify-content: space-evenly;
}
.galign-content-space-evenly {
align-content: space-evenly;
}
.falign-items-center {
align-items: center;
}
.falign-self-center {
align-self: center;
}
.fjustify-items-center {
justify-items: center;
}
.falign-items-flex-start {
align-items: flex-start;
}
.falign-self-flex-start {
align-self: flex-start;
}
.fjustify-items-flex-start {
justify-items: flex-start;
}
.falign-items-flex-end {
align-items: flex-end;
}
.falign-self-flex-end {
align-self: flex-end;
}
.fjustify-items-flex-end {
justify-items: flex-end;
}
.falign-items-stretch {
align-items: stretch;
}
.falign-self-stretch {
align-self: stretch;
}
.fjustify-items-stretch {
justify-items: stretch;
}
.falign-content-center {
align-content: center;
}
.fjustify-content-center {
justify-content: center;
}
.falign-content-flex-start {
align-content: flex-start;
}
.fjustify-content-flex-start {
justify-content: flex-start;
}
.falign-content-flex-end {
align-content: flex-end;
}
.fjustify-content-flex-end {
justify-content: flex-end;
}
.falign-content-stretch {
align-content: stretch;
}
.fjustify-content-stretch {
justify-content: stretch;
}
.falign-content-space-between {
align-content: space-between;
}
.fjustify-content-space-between {
justify-content: space-between;
}
.falign-content-space-around {
align-content: space-around;
}
.fjustify-content-space-around {
justify-content: space-around;
}
.falign-content-space-evenly {
align-content: space-evenly;
}
.fjustify-content-space-evenly {
justify-content: space-evenly;
}
.flex-direction-row {
flex-direction: row;
}
.flex-direction-column {
flex-direction: column;
}
.flex-direction-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-wrap {
flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 576px) {
.col-sm-1 {
grid-column: span 1;
}
.col-sm-2 {
grid-column: span 2;
}
.col-sm-3 {
grid-column: span 3;
}
.col-sm-4 {
grid-column: span 4;
}
.col-sm-5 {
grid-column: span 5;
}
.col-sm-6 {
grid-column: span 6;
}
.col-sm-7 {
grid-column: span 7;
}
.col-sm-8 {
grid-column: span 8;
}
.col-sm-9 {
grid-column: span 9;
}
.col-sm-10 {
grid-column: span 10;
}
.col-sm-11 {
grid-column: span 11;
}
.col-sm-12 {
grid-column: span 12;
}
.col-sm-13 {
grid-column: span 13;
}
.col-sm-14 {
grid-column: span 14;
}
.col-sm-15 {
grid-column: span 15;
}
.col-sm-16 {
grid-column: span 16;
}
.p-sm-0 {
padding: 0rem;
}
.m-sm-0 {
margin: 0rem;
}
.p-sm-1 {
padding: 0.5rem;
}
.m-sm-1 {
margin: 0.5rem;
}
.p-sm-2 {
padding: 1rem;
}
.m-sm-2 {
margin: 1rem;
}
.p-sm-3 {
padding: 1.5rem;
}
.m-sm-3 {
margin: 1.5rem;
}
.p-sm-4 {
padding: 2rem;
}
.m-sm-4 {
margin: 2rem;
}
.p-sm-5 {
padding: 2.5rem;
}
.m-sm-5 {
margin: 2.5rem;
}
.pl-sm-0 {
padding-left: 0rem;
}
.ml-sm-0 {
margin-left: 0rem;
}
.pl-sm-1 {
padding-left: 0.5rem;
}
.ml-sm-1 {
margin-left: 0.5rem;
}
.pl-sm-2 {
padding-left: 1rem;
}
.ml-sm-2 {
margin-left: 1rem;
}
.pl-sm-3 {
padding-left: 1.5rem;
}
.ml-sm-3 {
margin-left: 1.5rem;
}
.pl-sm-4 {
padding-left: 2rem;
}
.ml-sm-4 {
margin-left: 2rem;
}
.pl-sm-5 {
padding-left: 2.5rem;
}
.ml-sm-5 {
margin-left: 2.5rem;
}
.pr-sm-0 {
padding-right: 0rem;
}
.mr-sm-0 {
margin-right: 0rem;
}
.pr-sm-1 {
padding-right: 0.5rem;
}
.mr-sm-1 {
margin-right: 0.5rem;
}
.pr-sm-2 {
padding-right: 1rem;
}
.mr-sm-2 {
margin-right: 1rem;
}
.pr-sm-3 {
padding-right: 1.5rem;
}
.mr-sm-3 {
margin-right: 1.5rem;
}
.pr-sm-4 {
padding-right: 2rem;
}
.mr-sm-4 {
margin-right: 2rem;
}
.pr-sm-5 {
padding-right: 2.5rem;
}
.mr-sm-5 {
margin-right: 2.5rem;
}
.pt-sm-0 {
padding-top: 0rem;
}
.mt-sm-0 {
margin-top: 0rem;
}
.pt-sm-1 {
padding-top: 0.5rem;
}
.mt-sm-1 {
margin-top: 0.5rem;
}
.pt-sm-2 {
padding-top: 1rem;
}
.mt-sm-2 {
margin-top: 1rem;
}
.pt-sm-3 {
padding-top: 1.5rem;
}
.mt-sm-3 {
margin-top: 1.5rem;
}
.pt-sm-4 {
padding-top: 2rem;
}
.mt-sm-4 {
margin-top: 2rem;
}
.pt-sm-5 {
padding-top: 2.5rem;
}
.mt-sm-5 {
margin-top: 2.5rem;
}
.pb-sm-0 {
padding-bottom: 0rem;
}
.mb-sm-0 {
margin-bottom: 0rem;
}
.pb-sm-1 {
padding-bottom: 0.5rem;
}
.mb-sm-1 {
margin-bottom: 0.5rem;
}
.pb-sm-2 {
padding-bottom: 1rem;
}
.mb-sm-2 {
margin-bottom: 1rem;
}
.pb-sm-3 {
padding-bottom: 1.5rem;
}
.mb-sm-3 {
margin-bottom: 1.5rem;
}
.pb-sm-4 {
padding-bottom: 2rem;
}
.mb-sm-4 {
margin-bottom: 2rem;
}
.pb-sm-5 {
padding-bottom: 2.5rem;
}
.mb-sm-5 {
margin-bottom: 2.5rem;
}
.gap-sm-0 {
gap: 0rem;
}
.mx-sm-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-sm-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-sm-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-sm-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-sm-1 {
gap: 0.5rem;
}
.mx-sm-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-sm-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-sm-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-sm-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-sm-2 {
gap: 1rem;
}
.mx-sm-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-sm-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-sm-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-sm-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-sm-3 {
gap: 1.5rem;
}
.mx-sm-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-sm-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-sm-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-sm-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-sm-4 {
gap: 2rem;
}
.mx-sm-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-sm-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-sm-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-sm-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-sm-5 {
gap: 2.5rem;
}
.mx-sm-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-sm-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-sm-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-sm-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-sm-auto {
margin-right: auto;
margin-left: auto;
}
.d-sm-flex {
display: flex;
}
.d-sm-grid {
display: grid;
}
.d-sm-block {
display: block;
}
.d-sm-inline {
display: inline;
}
.d-sm-inline-block {
display: inline-block;
}
.d-sm-none {
display: none;
}
.galign-items-sm-center {
align-items: center;
}
.gjustify-items-sm-center {
justify-items: center;
}
.galign-self-sm-center {
align-self: center;
}
.gjustify-self-sm-center {
justify-self: center;
}
.galign-items-sm-start {
align-items: start;
}
.gjustify-items-sm-start {
justify-items: start;
}
.galign-self-sm-start {
align-self: start;
}
.gjustify-self-sm-start {
justify-self: start;
}
.galign-items-sm-end {
align-items: end;
}
.gjustify-items-sm-end {
justify-items: end;
}
.galign-self-sm-end {
align-self: end;
}
.gjustify-self-sm-end {
justify-self: end;
}
.galign-items-sm-stretch {
align-items: stretch;
}
.gjustify-items-sm-stretch {
justify-items: stretch;
}
.galign-self-sm-stretch {
align-self: stretch;
}
.gjustify-self-sm-stretch {
justify-self: stretch;
}
.gjustify-content-sm-center {
justify-content: center;
}
.galign-content-sm-center {
align-content: center;
}
.gjustify-content-sm-start {
justify-content: start;
}
.galign-content-sm-start {
align-content: start;
}
.gjustify-content-sm-end {
justify-content: end;
}
.galign-content-sm-end {
align-content: end;
}
.gjustify-content-sm-stretch {
justify-content: stretch;
}
.galign-content-sm-stretch {
align-content: stretch;
}
.gjustify-content-sm-space-around {
justify-content: space-around;
}
.galign-content-sm-space-around {
align-content: space-around;
}
.gjustify-content-sm-space-between {
justify-content: space-between;
}
.galign-content-sm-space-between {
align-content: space-between;
}
.gjustify-content-sm-space-evenly {
justify-content: space-evenly;
}
.galign-content-sm-space-evenly {
align-content: space-evenly;
}
.falign-items-sm-center {
align-items: center;
}
.falign-self-sm-center {
align-self: center;
}
.fjustify-items-sm-center {
justify-items: center;
}
.falign-items-sm-flex-start {
align-items: flex-start;
}
.falign-self-sm-flex-start {
align-self: flex-start;
}
.fjustify-items-sm-flex-start {
justify-items: flex-start;
}
.falign-items-sm-flex-end {
align-items: flex-end;
}
.falign-self-sm-flex-end {
align-self: flex-end;
}
.fjustify-items-sm-flex-end {
justify-items: flex-end;
}
.falign-items-sm-stretch {
align-items: stretch;
}
.falign-self-sm-stretch {
align-self: stretch;
}
.fjustify-items-sm-stretch {
justify-items: stretch;
}
.falign-content-sm-center {
align-content: center;
}
.fjustify-content-sm-center {
justify-content: center;
}
.falign-content-sm-flex-start {
align-content: flex-start;
}
.fjustify-content-sm-flex-start {
justify-content: flex-start;
}
.falign-content-sm-flex-end {
align-content: flex-end;
}
.fjustify-content-sm-flex-end {
justify-content: flex-end;
}
.falign-content-sm-stretch {
align-content: stretch;
}
.fjustify-content-sm-stretch {
justify-content: stretch;
}
.falign-content-sm-space-between {
align-content: space-between;
}
.fjustify-content-sm-space-between {
justify-content: space-between;
}
.falign-content-sm-space-around {
align-content: space-around;
}
.fjustify-content-sm-space-around {
justify-content: space-around;
}
.falign-content-sm-space-evenly {
align-content: space-evenly;
}
.fjustify-content-sm-space-evenly {
justify-content: space-evenly;
}
.flex-direction-sm-row {
flex-direction: row;
}
.flex-direction-sm-column {
flex-direction: column;
}
.flex-direction-sm-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-sm-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-sm-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-sm-wrap {
flex-wrap: wrap;
}
.flex-wrap-sm-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 768px) {
.col-md-1 {
grid-column: span 1;
}
.col-md-2 {
grid-column: span 2;
}
.col-md-3 {
grid-column: span 3;
}
.col-md-4 {
grid-column: span 4;
}
.col-md-5 {
grid-column: span 5;
}
.col-md-6 {
grid-column: span 6;
}
.col-md-7 {
grid-column: span 7;
}
.col-md-8 {
grid-column: span 8;
}
.col-md-9 {
grid-column: span 9;
}
.col-md-10 {
grid-column: span 10;
}
.col-md-11 {
grid-column: span 11;
}
.col-md-12 {
grid-column: span 12;
}
.col-md-13 {
grid-column: span 13;
}
.col-md-14 {
grid-column: span 14;
}
.col-md-15 {
grid-column: span 15;
}
.col-md-16 {
grid-column: span 16;
}
.p-md-0 {
padding: 0rem;
}
.m-md-0 {
margin: 0rem;
}
.p-md-1 {
padding: 0.5rem;
}
.m-md-1 {
margin: 0.5rem;
}
.p-md-2 {
padding: 1rem;
}
.m-md-2 {
margin: 1rem;
}
.p-md-3 {
padding: 1.5rem;
}
.m-md-3 {
margin: 1.5rem;
}
.p-md-4 {
padding: 2rem;
}
.m-md-4 {
margin: 2rem;
}
.p-md-5 {
padding: 2.5rem;
}
.m-md-5 {
margin: 2.5rem;
}
.pl-md-0 {
padding-left: 0rem;
}
.ml-md-0 {
margin-left: 0rem;
}
.pl-md-1 {
padding-left: 0.5rem;
}
.ml-md-1 {
margin-left: 0.5rem;
}
.pl-md-2 {
padding-left: 1rem;
}
.ml-md-2 {
margin-left: 1rem;
}
.pl-md-3 {
padding-left: 1.5rem;
}
.ml-md-3 {
margin-left: 1.5rem;
}
.pl-md-4 {
padding-left: 2rem;
}
.ml-md-4 {
margin-left: 2rem;
}
.pl-md-5 {
padding-left: 2.5rem;
}
.ml-md-5 {
margin-left: 2.5rem;
}
.pr-md-0 {
padding-right: 0rem;
}
.mr-md-0 {
margin-right: 0rem;
}
.pr-md-1 {
padding-right: 0.5rem;
}
.mr-md-1 {
margin-right: 0.5rem;
}
.pr-md-2 {
padding-right: 1rem;
}
.mr-md-2 {
margin-right: 1rem;
}
.pr-md-3 {
padding-right: 1.5rem;
}
.mr-md-3 {
margin-right: 1.5rem;
}
.pr-md-4 {
padding-right: 2rem;
}
.mr-md-4 {
margin-right: 2rem;
}
.pr-md-5 {
padding-right: 2.5rem;
}
.mr-md-5 {
margin-right: 2.5rem;
}
.pt-md-0 {
padding-top: 0rem;
}
.mt-md-0 {
margin-top: 0rem;
}
.pt-md-1 {
padding-top: 0.5rem;
}
.mt-md-1 {
margin-top: 0.5rem;
}
.pt-md-2 {
padding-top: 1rem;
}
.mt-md-2 {
margin-top: 1rem;
}
.pt-md-3 {
padding-top: 1.5rem;
}
.mt-md-3 {
margin-top: 1.5rem;
}
.pt-md-4 {
padding-top: 2rem;
}
.mt-md-4 {
margin-top: 2rem;
}
.pt-md-5 {
padding-top: 2.5rem;
}
.mt-md-5 {
margin-top: 2.5rem;
}
.pb-md-0 {
padding-bottom: 0rem;
}
.mb-md-0 {
margin-bottom: 0rem;
}
.pb-md-1 {
padding-bottom: 0.5rem;
}
.mb-md-1 {
margin-bottom: 0.5rem;
}
.pb-md-2 {
padding-bottom: 1rem;
}
.mb-md-2 {
margin-bottom: 1rem;
}
.pb-md-3 {
padding-bottom: 1.5rem;
}
.mb-md-3 {
margin-bottom: 1.5rem;
}
.pb-md-4 {
padding-bottom: 2rem;
}
.mb-md-4 {
margin-bottom: 2rem;
}
.pb-md-5 {
padding-bottom: 2.5rem;
}
.mb-md-5 {
margin-bottom: 2.5rem;
}
.gap-md-0 {
gap: 0rem;
}
.mx-md-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-md-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-md-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-md-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-md-1 {
gap: 0.5rem;
}
.mx-md-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-md-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-md-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-md-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-md-2 {
gap: 1rem;
}
.mx-md-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-md-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-md-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-md-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-md-3 {
gap: 1.5rem;
}
.mx-md-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-md-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-md-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-md-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-md-4 {
gap: 2rem;
}
.mx-md-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-md-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-md-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-md-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-md-5 {
gap: 2.5rem;
}
.mx-md-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-md-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-md-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-md-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-md-auto {
margin-right: auto;
margin-left: auto;
}
.d-md-flex {
display: flex;
}
.d-md-grid {
display: grid;
}
.d-md-block {
display: block;
}
.d-md-inline {
display: inline;
}
.d-md-inline-block {
display: inline-block;
}
.d-md-none {
display: none;
}
.galign-items-md-center {
align-items: center;
}
.gjustify-items-md-center {
justify-items: center;
}
.galign-self-md-center {
align-self: center;
}
.gjustify-self-md-center {
justify-self: center;
}
.galign-items-md-start {
align-items: start;
}
.gjustify-items-md-start {
justify-items: start;
}
.galign-self-md-start {
align-self: start;
}
.gjustify-self-md-start {
justify-self: start;
}
.galign-items-md-end {
align-items: end;
}
.gjustify-items-md-end {
justify-items: end;
}
.galign-self-md-end {
align-self: end;
}
.gjustify-self-md-end {
justify-self: end;
}
.galign-items-md-stretch {
align-items: stretch;
}
.gjustify-items-md-stretch {
justify-items: stretch;
}
.galign-self-md-stretch {
align-self: stretch;
}
.gjustify-self-md-stretch {
justify-self: stretch;
}
.gjustify-content-md-center {
justify-content: center;
}
.galign-content-md-center {
align-content: center;
}
.gjustify-content-md-start {
justify-content: start;
}
.galign-content-md-start {
align-content: start;
}
.gjustify-content-md-end {
justify-content: end;
}
.galign-content-md-end {
align-content: end;
}
.gjustify-content-md-stretch {
justify-content: stretch;
}
.galign-content-md-stretch {
align-content: stretch;
}
.gjustify-content-md-space-around {
justify-content: space-around;
}
.galign-content-md-space-around {
align-content: space-around;
}
.gjustify-content-md-space-between {
justify-content: space-between;
}
.galign-content-md-space-between {
align-content: space-between;
}
.gjustify-content-md-space-evenly {
justify-content: space-evenly;
}
.galign-content-md-space-evenly {
align-content: space-evenly;
}
.falign-items-md-center {
align-items: center;
}
.falign-self-md-center {
align-self: center;
}
.fjustify-items-md-center {
justify-items: center;
}
.falign-items-md-flex-start {
align-items: flex-start;
}
.falign-self-md-flex-start {
align-self: flex-start;
}
.fjustify-items-md-flex-start {
justify-items: flex-start;
}
.falign-items-md-flex-end {
align-items: flex-end;
}
.falign-self-md-flex-end {
align-self: flex-end;
}
.fjustify-items-md-flex-end {
justify-items: flex-end;
}
.falign-items-md-stretch {
align-items: stretch;
}
.falign-self-md-stretch {
align-self: stretch;
}
.fjustify-items-md-stretch {
justify-items: stretch;
}
.falign-content-md-center {
align-content: center;
}
.fjustify-content-md-center {
justify-content: center;
}
.falign-content-md-flex-start {
align-content: flex-start;
}
.fjustify-content-md-flex-start {
justify-content: flex-start;
}
.falign-content-md-flex-end {
align-content: flex-end;
}
.fjustify-content-md-flex-end {
justify-content: flex-end;
}
.falign-content-md-stretch {
align-content: stretch;
}
.fjustify-content-md-stretch {
justify-content: stretch;
}
.falign-content-md-space-between {
align-content: space-between;
}
.fjustify-content-md-space-between {
justify-content: space-between;
}
.falign-content-md-space-around {
align-content: space-around;
}
.fjustify-content-md-space-around {
justify-content: space-around;
}
.falign-content-md-space-evenly {
align-content: space-evenly;
}
.fjustify-content-md-space-evenly {
justify-content: space-evenly;
}
.flex-direction-md-row {
flex-direction: row;
}
.flex-direction-md-column {
flex-direction: column;
}
.flex-direction-md-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-md-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-md-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-md-wrap {
flex-wrap: wrap;
}
.flex-wrap-md-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 992px) {
.col-lg-1 {
grid-column: span 1;
}
.col-lg-2 {
grid-column: span 2;
}
.col-lg-3 {
grid-column: span 3;
}
.col-lg-4 {
grid-column: span 4;
}
.col-lg-5 {
grid-column: span 5;
}
.col-lg-6 {
grid-column: span 6;
}
.col-lg-7 {
grid-column: span 7;
}
.col-lg-8 {
grid-column: span 8;
}
.col-lg-9 {
grid-column: span 9;
}
.col-lg-10 {
grid-column: span 10;
}
.col-lg-11 {
grid-column: span 11;
}
.col-lg-12 {
grid-column: span 12;
}
.col-lg-13 {
grid-column: span 13;
}
.col-lg-14 {
grid-column: span 14;
}
.col-lg-15 {
grid-column: span 15;
}
.col-lg-16 {
grid-column: span 16;
}
.p-lg-0 {
padding: 0rem;
}
.m-lg-0 {
margin: 0rem;
}
.p-lg-1 {
padding: 0.5rem;
}
.m-lg-1 {
margin: 0.5rem;
}
.p-lg-2 {
padding: 1rem;
}
.m-lg-2 {
margin: 1rem;
}
.p-lg-3 {
padding: 1.5rem;
}
.m-lg-3 {
margin: 1.5rem;
}
.p-lg-4 {
padding: 2rem;
}
.m-lg-4 {
margin: 2rem;
}
.p-lg-5 {
padding: 2.5rem;
}
.m-lg-5 {
margin: 2.5rem;
}
.pl-lg-0 {
padding-left: 0rem;
}
.ml-lg-0 {
margin-left: 0rem;
}
.pl-lg-1 {
padding-left: 0.5rem;
}
.ml-lg-1 {
margin-left: 0.5rem;
}
.pl-lg-2 {
padding-left: 1rem;
}
.ml-lg-2 {
margin-left: 1rem;
}
.pl-lg-3 {
padding-left: 1.5rem;
}
.ml-lg-3 {
margin-left: 1.5rem;
}
.pl-lg-4 {
padding-left: 2rem;
}
.ml-lg-4 {
margin-left: 2rem;
}
.pl-lg-5 {
padding-left: 2.5rem;
}
.ml-lg-5 {
margin-left: 2.5rem;
}
.pr-lg-0 {
padding-right: 0rem;
}
.mr-lg-0 {
margin-right: 0rem;
}
.pr-lg-1 {
padding-right: 0.5rem;
}
.mr-lg-1 {
margin-right: 0.5rem;
}
.pr-lg-2 {
padding-right: 1rem;
}
.mr-lg-2 {
margin-right: 1rem;
}
.pr-lg-3 {
padding-right: 1.5rem;
}
.mr-lg-3 {
margin-right: 1.5rem;
}
.pr-lg-4 {
padding-right: 2rem;
}
.mr-lg-4 {
margin-right: 2rem;
}
.pr-lg-5 {
padding-right: 2.5rem;
}
.mr-lg-5 {
margin-right: 2.5rem;
}
.pt-lg-0 {
padding-top: 0rem;
}
.mt-lg-0 {
margin-top: 0rem;
}
.pt-lg-1 {
padding-top: 0.5rem;
}
.mt-lg-1 {
margin-top: 0.5rem;
}
.pt-lg-2 {
padding-top: 1rem;
}
.mt-lg-2 {
margin-top: 1rem;
}
.pt-lg-3 {
padding-top: 1.5rem;
}
.mt-lg-3 {
margin-top: 1.5rem;
}
.pt-lg-4 {
padding-top: 2rem;
}
.mt-lg-4 {
margin-top: 2rem;
}
.pt-lg-5 {
padding-top: 2.5rem;
}
.mt-lg-5 {
margin-top: 2.5rem;
}
.pb-lg-0 {
padding-bottom: 0rem;
}
.mb-lg-0 {
margin-bottom: 0rem;
}
.pb-lg-1 {
padding-bottom: 0.5rem;
}
.mb-lg-1 {
margin-bottom: 0.5rem;
}
.pb-lg-2 {
padding-bottom: 1rem;
}
.mb-lg-2 {
margin-bottom: 1rem;
}
.pb-lg-3 {
padding-bottom: 1.5rem;
}
.mb-lg-3 {
margin-bottom: 1.5rem;
}
.pb-lg-4 {
padding-bottom: 2rem;
}
.mb-lg-4 {
margin-bottom: 2rem;
}
.pb-lg-5 {
padding-bottom: 2.5rem;
}
.mb-lg-5 {
margin-bottom: 2.5rem;
}
.gap-lg-0 {
gap: 0rem;
}
.mx-lg-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-lg-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-lg-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-lg-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-lg-1 {
gap: 0.5rem;
}
.mx-lg-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-lg-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-lg-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-lg-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-lg-2 {
gap: 1rem;
}
.mx-lg-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-lg-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-lg-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-lg-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-lg-3 {
gap: 1.5rem;
}
.mx-lg-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-lg-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-lg-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-lg-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-lg-4 {
gap: 2rem;
}
.mx-lg-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-lg-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-lg-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-lg-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-lg-5 {
gap: 2.5rem;
}
.mx-lg-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-lg-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-lg-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-lg-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-lg-auto {
margin-right: auto;
margin-left: auto;
}
.d-lg-flex {
display: flex;
}
.d-lg-grid {
display: grid;
}
.d-lg-block {
display: block;
}
.d-lg-inline {
display: inline;
}
.d-lg-inline-block {
display: inline-block;
}
.d-lg-none {
display: none;
}
.galign-items-lg-center {
align-items: center;
}
.gjustify-items-lg-center {
justify-items: center;
}
.galign-self-lg-center {
align-self: center;
}
.gjustify-self-lg-center {
justify-self: center;
}
.galign-items-lg-start {
align-items: start;
}
.gjustify-items-lg-start {
justify-items: start;
}
.galign-self-lg-start {
align-self: start;
}
.gjustify-self-lg-start {
justify-self: start;
}
.galign-items-lg-end {
align-items: end;
}
.gjustify-items-lg-end {
justify-items: end;
}
.galign-self-lg-end {
align-self: end;
}
.gjustify-self-lg-end {
justify-self: end;
}
.galign-items-lg-stretch {
align-items: stretch;
}
.gjustify-items-lg-stretch {
justify-items: stretch;
}
.galign-self-lg-stretch {
align-self: stretch;
}
.gjustify-self-lg-stretch {
justify-self: stretch;
}
.gjustify-content-lg-center {
justify-content: center;
}
.galign-content-lg-center {
align-content: center;
}
.gjustify-content-lg-start {
justify-content: start;
}
.galign-content-lg-start {
align-content: start;
}
.gjustify-content-lg-end {
justify-content: end;
}
.galign-content-lg-end {
align-content: end;
}
.gjustify-content-lg-stretch {
justify-content: stretch;
}
.galign-content-lg-stretch {
align-content: stretch;
}
.gjustify-content-lg-space-around {
justify-content: space-around;
}
.galign-content-lg-space-around {
align-content: space-around;
}
.gjustify-content-lg-space-between {
justify-content: space-between;
}
.galign-content-lg-space-between {
align-content: space-between;
}
.gjustify-content-lg-space-evenly {
justify-content: space-evenly;
}
.galign-content-lg-space-evenly {
align-content: space-evenly;
}
.falign-items-lg-center {
align-items: center;
}
.falign-self-lg-center {
align-self: center;
}
.fjustify-items-lg-center {
justify-items: center;
}
.falign-items-lg-flex-start {
align-items: flex-start;
}
.falign-self-lg-flex-start {
align-self: flex-start;
}
.fjustify-items-lg-flex-start {
justify-items: flex-start;
}
.falign-items-lg-flex-end {
align-items: flex-end;
}
.falign-self-lg-flex-end {
align-self: flex-end;
}
.fjustify-items-lg-flex-end {
justify-items: flex-end;
}
.falign-items-lg-stretch {
align-items: stretch;
}
.falign-self-lg-stretch {
align-self: stretch;
}
.fjustify-items-lg-stretch {
justify-items: stretch;
}
.falign-content-lg-center {
align-content: center;
}
.fjustify-content-lg-center {
justify-content: center;
}
.falign-content-lg-flex-start {
align-content: flex-start;
}
.fjustify-content-lg-flex-start {
justify-content: flex-start;
}
.falign-content-lg-flex-end {
align-content: flex-end;
}
.fjustify-content-lg-flex-end {
justify-content: flex-end;
}
.falign-content-lg-stretch {
align-content: stretch;
}
.fjustify-content-lg-stretch {
justify-content: stretch;
}
.falign-content-lg-space-between {
align-content: space-between;
}
.fjustify-content-lg-space-between {
justify-content: space-between;
}
.falign-content-lg-space-around {
align-content: space-around;
}
.fjustify-content-lg-space-around {
justify-content: space-around;
}
.falign-content-lg-space-evenly {
align-content: space-evenly;
}
.fjustify-content-lg-space-evenly {
justify-content: space-evenly;
}
.flex-direction-lg-row {
flex-direction: row;
}
.flex-direction-lg-column {
flex-direction: column;
}
.flex-direction-lg-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-lg-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-lg-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-lg-wrap {
flex-wrap: wrap;
}
.flex-wrap-lg-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 1200px) {
.col-xl-1 {
grid-column: span 1;
}
.col-xl-2 {
grid-column: span 2;
}
.col-xl-3 {
grid-column: span 3;
}
.col-xl-4 {
grid-column: span 4;
}
.col-xl-5 {
grid-column: span 5;
}
.col-xl-6 {
grid-column: span 6;
}
.col-xl-7 {
grid-column: span 7;
}
.col-xl-8 {
grid-column: span 8;
}
.col-xl-9 {
grid-column: span 9;
}
.col-xl-10 {
grid-column: span 10;
}
.col-xl-11 {
grid-column: span 11;
}
.col-xl-12 {
grid-column: span 12;
}
.col-xl-13 {
grid-column: span 13;
}
.col-xl-14 {
grid-column: span 14;
}
.col-xl-15 {
grid-column: span 15;
}
.col-xl-16 {
grid-column: span 16;
}
.p-xl-0 {
padding: 0rem;
}
.m-xl-0 {
margin: 0rem;
}
.p-xl-1 {
padding: 0.5rem;
}
.m-xl-1 {
margin: 0.5rem;
}
.p-xl-2 {
padding: 1rem;
}
.m-xl-2 {
margin: 1rem;
}
.p-xl-3 {
padding: 1.5rem;
}
.m-xl-3 {
margin: 1.5rem;
}
.p-xl-4 {
padding: 2rem;
}
.m-xl-4 {
margin: 2rem;
}
.p-xl-5 {
padding: 2.5rem;
}
.m-xl-5 {
margin: 2.5rem;
}
.pl-xl-0 {
padding-left: 0rem;
}
.ml-xl-0 {
margin-left: 0rem;
}
.pl-xl-1 {
padding-left: 0.5rem;
}
.ml-xl-1 {
margin-left: 0.5rem;
}
.pl-xl-2 {
padding-left: 1rem;
}
.ml-xl-2 {
margin-left: 1rem;
}
.pl-xl-3 {
padding-left: 1.5rem;
}
.ml-xl-3 {
margin-left: 1.5rem;
}
.pl-xl-4 {
padding-left: 2rem;
}
.ml-xl-4 {
margin-left: 2rem;
}
.pl-xl-5 {
padding-left: 2.5rem;
}
.ml-xl-5 {
margin-left: 2.5rem;
}
.pr-xl-0 {
padding-right: 0rem;
}
.mr-xl-0 {
margin-right: 0rem;
}
.pr-xl-1 {
padding-right: 0.5rem;
}
.mr-xl-1 {
margin-right: 0.5rem;
}
.pr-xl-2 {
padding-right: 1rem;
}
.mr-xl-2 {
margin-right: 1rem;
}
.pr-xl-3 {
padding-right: 1.5rem;
}
.mr-xl-3 {
margin-right: 1.5rem;
}
.pr-xl-4 {
padding-right: 2rem;
}
.mr-xl-4 {
margin-right: 2rem;
}
.pr-xl-5 {
padding-right: 2.5rem;
}
.mr-xl-5 {
margin-right: 2.5rem;
}
.pt-xl-0 {
padding-top: 0rem;
}
.mt-xl-0 {
margin-top: 0rem;
}
.pt-xl-1 {
padding-top: 0.5rem;
}
.mt-xl-1 {
margin-top: 0.5rem;
}
.pt-xl-2 {
padding-top: 1rem;
}
.mt-xl-2 {
margin-top: 1rem;
}
.pt-xl-3 {
padding-top: 1.5rem;
}
.mt-xl-3 {
margin-top: 1.5rem;
}
.pt-xl-4 {
padding-top: 2rem;
}
.mt-xl-4 {
margin-top: 2rem;
}
.pt-xl-5 {
padding-top: 2.5rem;
}
.mt-xl-5 {
margin-top: 2.5rem;
}
.pb-xl-0 {
padding-bottom: 0rem;
}
.mb-xl-0 {
margin-bottom: 0rem;
}
.pb-xl-1 {
padding-bottom: 0.5rem;
}
.mb-xl-1 {
margin-bottom: 0.5rem;
}
.pb-xl-2 {
padding-bottom: 1rem;
}
.mb-xl-2 {
margin-bottom: 1rem;
}
.pb-xl-3 {
padding-bottom: 1.5rem;
}
.mb-xl-3 {
margin-bottom: 1.5rem;
}
.pb-xl-4 {
padding-bottom: 2rem;
}
.mb-xl-4 {
margin-bottom: 2rem;
}
.pb-xl-5 {
padding-bottom: 2.5rem;
}
.mb-xl-5 {
margin-bottom: 2.5rem;
}
.gap-xl-0 {
gap: 0rem;
}
.mx-xl-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-xl-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-xl-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-xl-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-xl-1 {
gap: 0.5rem;
}
.mx-xl-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-xl-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-xl-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-xl-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-xl-2 {
gap: 1rem;
}
.mx-xl-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-xl-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-xl-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-xl-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-xl-3 {
gap: 1.5rem;
}
.mx-xl-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-xl-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-xl-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-xl-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-xl-4 {
gap: 2rem;
}
.mx-xl-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-xl-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-xl-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-xl-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-xl-5 {
gap: 2.5rem;
}
.mx-xl-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-xl-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-xl-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-xl-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-xl-auto {
margin-right: auto;
margin-left: auto;
}
.d-xl-flex {
display: flex;
}
.d-xl-grid {
display: grid;
}
.d-xl-block {
display: block;
}
.d-xl-inline {
display: inline;
}
.d-xl-inline-block {
display: inline-block;
}
.d-xl-none {
display: none;
}
.galign-items-xl-center {
align-items: center;
}
.gjustify-items-xl-center {
justify-items: center;
}
.galign-self-xl-center {
align-self: center;
}
.gjustify-self-xl-center {
justify-self: center;
}
.galign-items-xl-start {
align-items: start;
}
.gjustify-items-xl-start {
justify-items: start;
}
.galign-self-xl-start {
align-self: start;
}
.gjustify-self-xl-start {
justify-self: start;
}
.galign-items-xl-end {
align-items: end;
}
.gjustify-items-xl-end {
justify-items: end;
}
.galign-self-xl-end {
align-self: end;
}
.gjustify-self-xl-end {
justify-self: end;
}
.galign-items-xl-stretch {
align-items: stretch;
}
.gjustify-items-xl-stretch {
justify-items: stretch;
}
.galign-self-xl-stretch {
align-self: stretch;
}
.gjustify-self-xl-stretch {
justify-self: stretch;
}
.gjustify-content-xl-center {
justify-content: center;
}
.galign-content-xl-center {
align-content: center;
}
.gjustify-content-xl-start {
justify-content: start;
}
.galign-content-xl-start {
align-content: start;
}
.gjustify-content-xl-end {
justify-content: end;
}
.galign-content-xl-end {
align-content: end;
}
.gjustify-content-xl-stretch {
justify-content: stretch;
}
.galign-content-xl-stretch {
align-content: stretch;
}
.gjustify-content-xl-space-around {
justify-content: space-around;
}
.galign-content-xl-space-around {
align-content: space-around;
}
.gjustify-content-xl-space-between {
justify-content: space-between;
}
.galign-content-xl-space-between {
align-content: space-between;
}
.gjustify-content-xl-space-evenly {
justify-content: space-evenly;
}
.galign-content-xl-space-evenly {
align-content: space-evenly;
}
.falign-items-xl-center {
align-items: center;
}
.falign-self-xl-center {
align-self: center;
}
.fjustify-items-xl-center {
justify-items: center;
}
.falign-items-xl-flex-start {
align-items: flex-start;
}
.falign-self-xl-flex-start {
align-self: flex-start;
}
.fjustify-items-xl-flex-start {
justify-items: flex-start;
}
.falign-items-xl-flex-end {
align-items: flex-end;
}
.falign-self-xl-flex-end {
align-self: flex-end;
}
.fjustify-items-xl-flex-end {
justify-items: flex-end;
}
.falign-items-xl-stretch {
align-items: stretch;
}
.falign-self-xl-stretch {
align-self: stretch;
}
.fjustify-items-xl-stretch {
justify-items: stretch;
}
.falign-content-xl-center {
align-content: center;
}
.fjustify-content-xl-center {
justify-content: center;
}
.falign-content-xl-flex-start {
align-content: flex-start;
}
.fjustify-content-xl-flex-start {
justify-content: flex-start;
}
.falign-content-xl-flex-end {
align-content: flex-end;
}
.fjustify-content-xl-flex-end {
justify-content: flex-end;
}
.falign-content-xl-stretch {
align-content: stretch;
}
.fjustify-content-xl-stretch {
justify-content: stretch;
}
.falign-content-xl-space-between {
align-content: space-between;
}
.fjustify-content-xl-space-between {
justify-content: space-between;
}
.falign-content-xl-space-around {
align-content: space-around;
}
.fjustify-content-xl-space-around {
justify-content: space-around;
}
.falign-content-xl-space-evenly {
align-content: space-evenly;
}
.fjustify-content-xl-space-evenly {
justify-content: space-evenly;
}
.flex-direction-xl-row {
flex-direction: row;
}
.flex-direction-xl-column {
flex-direction: column;
}
.flex-direction-xl-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-xl-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-xl-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-xl-wrap {
flex-wrap: wrap;
}
.flex-wrap-xl-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
@media screen and (min-width: 1400px) {
.col-xxl-1 {
grid-column: span 1;
}
.col-xxl-2 {
grid-column: span 2;
}
.col-xxl-3 {
grid-column: span 3;
}
.col-xxl-4 {
grid-column: span 4;
}
.col-xxl-5 {
grid-column: span 5;
}
.col-xxl-6 {
grid-column: span 6;
}
.col-xxl-7 {
grid-column: span 7;
}
.col-xxl-8 {
grid-column: span 8;
}
.col-xxl-9 {
grid-column: span 9;
}
.col-xxl-10 {
grid-column: span 10;
}
.col-xxl-11 {
grid-column: span 11;
}
.col-xxl-12 {
grid-column: span 12;
}
.col-xxl-13 {
grid-column: span 13;
}
.col-xxl-14 {
grid-column: span 14;
}
.col-xxl-15 {
grid-column: span 15;
}
.col-xxl-16 {
grid-column: span 16;
}
.p-xxl-0 {
padding: 0rem;
}
.m-xxl-0 {
margin: 0rem;
}
.p-xxl-1 {
padding: 0.5rem;
}
.m-xxl-1 {
margin: 0.5rem;
}
.p-xxl-2 {
padding: 1rem;
}
.m-xxl-2 {
margin: 1rem;
}
.p-xxl-3 {
padding: 1.5rem;
}
.m-xxl-3 {
margin: 1.5rem;
}
.p-xxl-4 {
padding: 2rem;
}
.m-xxl-4 {
margin: 2rem;
}
.p-xxl-5 {
padding: 2.5rem;
}
.m-xxl-5 {
margin: 2.5rem;
}
.pl-xxl-0 {
padding-left: 0rem;
}
.ml-xxl-0 {
margin-left: 0rem;
}
.pl-xxl-1 {
padding-left: 0.5rem;
}
.ml-xxl-1 {
margin-left: 0.5rem;
}
.pl-xxl-2 {
padding-left: 1rem;
}
.ml-xxl-2 {
margin-left: 1rem;
}
.pl-xxl-3 {
padding-left: 1.5rem;
}
.ml-xxl-3 {
margin-left: 1.5rem;
}
.pl-xxl-4 {
padding-left: 2rem;
}
.ml-xxl-4 {
margin-left: 2rem;
}
.pl-xxl-5 {
padding-left: 2.5rem;
}
.ml-xxl-5 {
margin-left: 2.5rem;
}
.pr-xxl-0 {
padding-right: 0rem;
}
.mr-xxl-0 {
margin-right: 0rem;
}
.pr-xxl-1 {
padding-right: 0.5rem;
}
.mr-xxl-1 {
margin-right: 0.5rem;
}
.pr-xxl-2 {
padding-right: 1rem;
}
.mr-xxl-2 {
margin-right: 1rem;
}
.pr-xxl-3 {
padding-right: 1.5rem;
}
.mr-xxl-3 {
margin-right: 1.5rem;
}
.pr-xxl-4 {
padding-right: 2rem;
}
.mr-xxl-4 {
margin-right: 2rem;
}
.pr-xxl-5 {
padding-right: 2.5rem;
}
.mr-xxl-5 {
margin-right: 2.5rem;
}
.pt-xxl-0 {
padding-top: 0rem;
}
.mt-xxl-0 {
margin-top: 0rem;
}
.pt-xxl-1 {
padding-top: 0.5rem;
}
.mt-xxl-1 {
margin-top: 0.5rem;
}
.pt-xxl-2 {
padding-top: 1rem;
}
.mt-xxl-2 {
margin-top: 1rem;
}
.pt-xxl-3 {
padding-top: 1.5rem;
}
.mt-xxl-3 {
margin-top: 1.5rem;
}
.pt-xxl-4 {
padding-top: 2rem;
}
.mt-xxl-4 {
margin-top: 2rem;
}
.pt-xxl-5 {
padding-top: 2.5rem;
}
.mt-xxl-5 {
margin-top: 2.5rem;
}
.pb-xxl-0 {
padding-bottom: 0rem;
}
.mb-xxl-0 {
margin-bottom: 0rem;
}
.pb-xxl-1 {
padding-bottom: 0.5rem;
}
.mb-xxl-1 {
margin-bottom: 0.5rem;
}
.pb-xxl-2 {
padding-bottom: 1rem;
}
.mb-xxl-2 {
margin-bottom: 1rem;
}
.pb-xxl-3 {
padding-bottom: 1.5rem;
}
.mb-xxl-3 {
margin-bottom: 1.5rem;
}
.pb-xxl-4 {
padding-bottom: 2rem;
}
.mb-xxl-4 {
margin-bottom: 2rem;
}
.pb-xxl-5 {
padding-bottom: 2.5rem;
}
.mb-xxl-5 {
margin-bottom: 2.5rem;
}
.gap-xxl-0 {
gap: 0rem;
}
.mx-xxl-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.my-xxl-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.px-xxl-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.py-xxl-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.gap-xxl-1 {
gap: 0.5rem;
}
.mx-xxl-1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-xxl-1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.px-xxl-1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-xxl-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.gap-xxl-2 {
gap: 1rem;
}
.mx-xxl-2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-xxl-2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.px-xxl-2 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-xxl-2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.gap-xxl-3 {
gap: 1.5rem;
}
.mx-xxl-3 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-xxl-3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.px-xxl-3 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-xxl-3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.gap-xxl-4 {
gap: 2rem;
}
.mx-xxl-4 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-xxl-4 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.px-xxl-4 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-xxl-4 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.gap-xxl-5 {
gap: 2.5rem;
}
.mx-xxl-5 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-xxl-5 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.px-xxl-5 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-xxl-5 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.mx-xxl-auto {
margin-right: auto;
margin-left: auto;
}
.d-xxl-flex {
display: flex;
}
.d-xxl-grid {
display: grid;
}
.d-xxl-block {
display: block;
}
.d-xxl-inline {
display: inline;
}
.d-xxl-inline-block {
display: inline-block;
}
.d-xxl-none {
display: none;
}
.galign-items-xxl-center {
align-items: center;
}
.gjustify-items-xxl-center {
justify-items: center;
}
.galign-self-xxl-center {
align-self: center;
}
.gjustify-self-xxl-center {
justify-self: center;
}
.galign-items-xxl-start {
align-items: start;
}
.gjustify-items-xxl-start {
justify-items: start;
}
.galign-self-xxl-start {
align-self: start;
}
.gjustify-self-xxl-start {
justify-self: start;
}
.galign-items-xxl-end {
align-items: end;
}
.gjustify-items-xxl-end {
justify-items: end;
}
.galign-self-xxl-end {
align-self: end;
}
.gjustify-self-xxl-end {
justify-self: end;
}
.galign-items-xxl-stretch {
align-items: stretch;
}
.gjustify-items-xxl-stretch {
justify-items: stretch;
}
.galign-self-xxl-stretch {
align-self: stretch;
}
.gjustify-self-xxl-stretch {
justify-self: stretch;
}
.gjustify-content-xxl-center {
justify-content: center;
}
.galign-content-xxl-center {
align-content: center;
}
.gjustify-content-xxl-start {
justify-content: start;
}
.galign-content-xxl-start {
align-content: start;
}
.gjustify-content-xxl-end {
justify-content: end;
}
.galign-content-xxl-end {
align-content: end;
}
.gjustify-content-xxl-stretch {
justify-content: stretch;
}
.galign-content-xxl-stretch {
align-content: stretch;
}
.gjustify-content-xxl-space-around {
justify-content: space-around;
}
.galign-content-xxl-space-around {
align-content: space-around;
}
.gjustify-content-xxl-space-between {
justify-content: space-between;
}
.galign-content-xxl-space-between {
align-content: space-between;
}
.gjustify-content-xxl-space-evenly {
justify-content: space-evenly;
}
.galign-content-xxl-space-evenly {
align-content: space-evenly;
}
.falign-items-xxl-center {
align-items: center;
}
.falign-self-xxl-center {
align-self: center;
}
.fjustify-items-xxl-center {
justify-items: center;
}
.falign-items-xxl-flex-start {
align-items: flex-start;
}
.falign-self-xxl-flex-start {
align-self: flex-start;
}
.fjustify-items-xxl-flex-start {
justify-items: flex-start;
}
.falign-items-xxl-flex-end {
align-items: flex-end;
}
.falign-self-xxl-flex-end {
align-self: flex-end;
}
.fjustify-items-xxl-flex-end {
justify-items: flex-end;
}
.falign-items-xxl-stretch {
align-items: stretch;
}
.falign-self-xxl-stretch {
align-self: stretch;
}
.fjustify-items-xxl-stretch {
justify-items: stretch;
}
.falign-content-xxl-center {
align-content: center;
}
.fjustify-content-xxl-center {
justify-content: center;
}
.falign-content-xxl-flex-start {
align-content: flex-start;
}
.fjustify-content-xxl-flex-start {
justify-content: flex-start;
}
.falign-content-xxl-flex-end {
align-content: flex-end;
}
.fjustify-content-xxl-flex-end {
justify-content: flex-end;
}
.falign-content-xxl-stretch {
align-content: stretch;
}
.fjustify-content-xxl-stretch {
justify-content: stretch;
}
.falign-content-xxl-space-between {
align-content: space-between;
}
.fjustify-content-xxl-space-between {
justify-content: space-between;
}
.falign-content-xxl-space-around {
align-content: space-around;
}
.fjustify-content-xxl-space-around {
justify-content: space-around;
}
.falign-content-xxl-space-evenly {
align-content: space-evenly;
}
.fjustify-content-xxl-space-evenly {
justify-content: space-evenly;
}
.flex-direction-xxl-row {
flex-direction: row;
}
.flex-direction-xxl-column {
flex-direction: column;
}
.flex-direction-xxl-column-reverse {
flex-direction: column-reverse;
}
.flex-direction-xxl-row-reverse {
flex-direction: row-reverse;
}
.flex-wrap-xxl-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-xxl-wrap {
flex-wrap: wrap;
}
.flex-wrap-xxl-wrap-reverse {
flex-wrap: wrap-reverse;
}
}
| 0.555435 | 0.145813 |
.flaticon-call:before {
font-family: "Font Awesome 5 Free";
content: '\f2a0';
font-weight: 900
}
.dollar-sign:before {
font-family: "Font Awesome 5 Free";
content: '\f155';
font-weight: 900
}
.flaticon-email:before {
font-family: "Font Awesome 5 Free";
content: '\f2b6';
font-weight: 900
}
.flaticon-search:before {
font-family: "Font Awesome 5 Free";
content: '\f002';
font-weight: 900;
padding-left: 10px;
}
.flaticon-shopping-cart-black-shape:before {
font-family: "Font Awesome 5 Free";
content: '\f103';
font-weight: 900
}
.flaticon-customer-service:before {
font-family: "Font Awesome 5 Free";
content: '\f590';
font-weight: 900
}
.flaticon-worldwide:before {
font-family: "Font Awesome 5 Free";
content: '\f0ac';
font-weight: 900
}
.flaticon-left-arrow:before {
font-family: "Font Awesome 5 Free";
content: '\f106';
font-weight: 900
}
.flaticon-right-arrow:before {
font-family: "Font Awesome 5 Free";
content: '\f107';
font-weight: 900
}
.flaticon-quote-left:before {
font-family: "Font Awesome 5 Free";
content: '\f10e';
font-weight: 900
}
.flaticon-external-link-square-with-an-arrow-in-right-diagonal:before {
font-family: "Font Awesome 5 Free";
content: '\f109';
font-weight: 900
}
.flaticon-check:before {
font-family: "Font Awesome 5 Free";
content: '\f10a';
font-weight: 900
}
.flaticon-substract:before {
font-family: "Font Awesome 5 Free";
content: '\f10b';
font-weight: 900
}
.flaticon-add:before {
font-family: "Font Awesome 5 Free";
content: '\f10c';
font-weight: 900
}
.flaticon-caret-down:before {
font-family: "Font Awesome 5 Free";
content: '\f10d';
font-weight: 900
}
.flaticon-placeholder:before {
font-family: "Font Awesome 5 Free";
content: '\f10e';
font-weight: 900
}
.flaticon-down-arrow:before {
font-family: "Font Awesome 5 Free";
content: '\f10f';
font-weight: 900
}
.flaticon-airplane:before {
font-family: "Font Awesome 5 Free";
content: '\f0d1';
font-weight: 900
}
.flaticon-delivery-truck:before {
font-family: "Font Awesome 5 Free";
content: '\f111';
font-weight: 900
}
.flaticon-loader:before {
font-family: "Font Awesome 5 Free";
content: '\f112';
font-weight: 900
}
.flaticon-ferry:before {
font-family: "Font Awesome 5 Free";
content: '\f113';
font-weight: 900
}
.flaticon-package:before {
font-family: "Font Awesome 5 Free";
content: '\f114';
font-weight: 900
}
.flaticon-baby-toy:before {
font-family: "Font Awesome 5 Free";
content: '\f115';
font-weight: 900
}
.flaticon-send:before {
font-family: "Font Awesome 5 Free";
content: '\f468';
font-weight: 900
}
.flaticon-turn-right-round:before {
font-family: "Font Awesome 5 Free";
content: '\f117';
font-weight: 900
}
.flaticon-arrowhead-pointing-to-the-right:before {
font-family: "Font Awesome 5 Free";
content: '\f118';
font-weight: 900
}
.flaticon-right-arrow-1:before {
font-family: "Font Awesome 5 Free";
content: '\f119';
font-weight: 900
}
.flaticon-left-arrow-1:before {
font-family: "Font Awesome 5 Free";
content: '\f11a';
font-weight: 900
}
.flaticon-home:before {
font-family: "Font Awesome 5 Free";
content: '\f11b';
font-weight: 900
}
.flaticon-phone-receiver:before {
font-family: "Font Awesome 5 Free";
content: '\f11c';
font-weight: 900
}
.flaticon-mail:before {
font-family: "Font Awesome 5 Free";
content: '\f11d';
font-weight: 900
}
|
userfiles/templates/logistic/assets/css/flaticon.css
|
.flaticon-call:before {
font-family: "Font Awesome 5 Free";
content: '\f2a0';
font-weight: 900
}
.dollar-sign:before {
font-family: "Font Awesome 5 Free";
content: '\f155';
font-weight: 900
}
.flaticon-email:before {
font-family: "Font Awesome 5 Free";
content: '\f2b6';
font-weight: 900
}
.flaticon-search:before {
font-family: "Font Awesome 5 Free";
content: '\f002';
font-weight: 900;
padding-left: 10px;
}
.flaticon-shopping-cart-black-shape:before {
font-family: "Font Awesome 5 Free";
content: '\f103';
font-weight: 900
}
.flaticon-customer-service:before {
font-family: "Font Awesome 5 Free";
content: '\f590';
font-weight: 900
}
.flaticon-worldwide:before {
font-family: "Font Awesome 5 Free";
content: '\f0ac';
font-weight: 900
}
.flaticon-left-arrow:before {
font-family: "Font Awesome 5 Free";
content: '\f106';
font-weight: 900
}
.flaticon-right-arrow:before {
font-family: "Font Awesome 5 Free";
content: '\f107';
font-weight: 900
}
.flaticon-quote-left:before {
font-family: "Font Awesome 5 Free";
content: '\f10e';
font-weight: 900
}
.flaticon-external-link-square-with-an-arrow-in-right-diagonal:before {
font-family: "Font Awesome 5 Free";
content: '\f109';
font-weight: 900
}
.flaticon-check:before {
font-family: "Font Awesome 5 Free";
content: '\f10a';
font-weight: 900
}
.flaticon-substract:before {
font-family: "Font Awesome 5 Free";
content: '\f10b';
font-weight: 900
}
.flaticon-add:before {
font-family: "Font Awesome 5 Free";
content: '\f10c';
font-weight: 900
}
.flaticon-caret-down:before {
font-family: "Font Awesome 5 Free";
content: '\f10d';
font-weight: 900
}
.flaticon-placeholder:before {
font-family: "Font Awesome 5 Free";
content: '\f10e';
font-weight: 900
}
.flaticon-down-arrow:before {
font-family: "Font Awesome 5 Free";
content: '\f10f';
font-weight: 900
}
.flaticon-airplane:before {
font-family: "Font Awesome 5 Free";
content: '\f0d1';
font-weight: 900
}
.flaticon-delivery-truck:before {
font-family: "Font Awesome 5 Free";
content: '\f111';
font-weight: 900
}
.flaticon-loader:before {
font-family: "Font Awesome 5 Free";
content: '\f112';
font-weight: 900
}
.flaticon-ferry:before {
font-family: "Font Awesome 5 Free";
content: '\f113';
font-weight: 900
}
.flaticon-package:before {
font-family: "Font Awesome 5 Free";
content: '\f114';
font-weight: 900
}
.flaticon-baby-toy:before {
font-family: "Font Awesome 5 Free";
content: '\f115';
font-weight: 900
}
.flaticon-send:before {
font-family: "Font Awesome 5 Free";
content: '\f468';
font-weight: 900
}
.flaticon-turn-right-round:before {
font-family: "Font Awesome 5 Free";
content: '\f117';
font-weight: 900
}
.flaticon-arrowhead-pointing-to-the-right:before {
font-family: "Font Awesome 5 Free";
content: '\f118';
font-weight: 900
}
.flaticon-right-arrow-1:before {
font-family: "Font Awesome 5 Free";
content: '\f119';
font-weight: 900
}
.flaticon-left-arrow-1:before {
font-family: "Font Awesome 5 Free";
content: '\f11a';
font-weight: 900
}
.flaticon-home:before {
font-family: "Font Awesome 5 Free";
content: '\f11b';
font-weight: 900
}
.flaticon-phone-receiver:before {
font-family: "Font Awesome 5 Free";
content: '\f11c';
font-weight: 900
}
.flaticon-mail:before {
font-family: "Font Awesome 5 Free";
content: '\f11d';
font-weight: 900
}
| 0.440469 | 0.137532 |
white-space: nowrap;
}
.sql-query {
word-break: break-word;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
#display: none;
}
.line {
fill: none;
stroke-width: 2.5px;
}
.reports-options{
overflow-y: scroll;
max-height: 90vh;
}
.nav-element{
overflow-x: hidden;
text-overflow: ellipsis;
padding-left: 0;
}
.overlay {
fill: none;
pointer-events: all;
}
.focus circle {
fill: steelblue;
stroke: blue;
}
@media (max-width: 1000px){
.reports-options{
max-height: 25vh;
border-bottom: 2px solid rgba(0,0,0,0.3);
}
}
.chart_values{
font-size: 16px;
font-weight: bold;
fill: #202020;
}
.chart-title{
padding: 20px;
text-indent: 30px;
}
.nav-element.current{
background-color: rgba(100,100,200,0.2);
}
.information{
fill: rgba(180,180,220,0.8);
stroke: #343434;
}
.info-title__bg{
fill: rgba(230, 230, 250, 0.9);
stroke: #A4A4A4;
}
.info-title{
font-size: 22px;
fill: #5F5C5C;
}
.colored-dot{
border-radius: 50%;
width: 15px;
height: 15px;
display: inline-block;
margin-right: 5px;
}
.grid .tick{
stroke: lightgrey;
opacity: 0.6;
}
.grid path{
stroke-width: 0;
}
button.ColVis_Button, button.ColVis_Button:hover {
background: inherit;
box-shadow: unset;
text-transform: none;
color: #333 !important;
border-color: #adadad;
}
ul.ColVis_collection {
background-color: #f3f3f3;
}
ul.ColVis_collection li, ul.ColVis_collection li:hover{
border: none;
box-shadow: unset;
background: transparent;
}
button.ColVis_Button:hover, ul.ColVis_collection li:hover {
background-color: #e6e6e6;
border-color: #adadad;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
padding: 0.25em 0.5em;
}
.flex-panel {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
.flex-inner-left-panel {
-ms-flex: 1 .5 0%;
-webkit-flex: 1 .5 0%;
flex: 1 .5 0%;
}
.flex-inner-left-panel ul li {
white-space: nowrap;
}
.flex-inner-right-panel {
-ms-flex: .5 1 70%;
-webkit-flex: .5 1 70%;
flex: .5 1 70%;
overflow: scroll;
}
#date-picker .form-group {
height: 34px;
}
#table-tools {
padding-bottom: 10px;
}
|
app/assets/stylesheets/kanaui/reports.css
|
white-space: nowrap;
}
.sql-query {
word-break: break-word;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
#display: none;
}
.line {
fill: none;
stroke-width: 2.5px;
}
.reports-options{
overflow-y: scroll;
max-height: 90vh;
}
.nav-element{
overflow-x: hidden;
text-overflow: ellipsis;
padding-left: 0;
}
.overlay {
fill: none;
pointer-events: all;
}
.focus circle {
fill: steelblue;
stroke: blue;
}
@media (max-width: 1000px){
.reports-options{
max-height: 25vh;
border-bottom: 2px solid rgba(0,0,0,0.3);
}
}
.chart_values{
font-size: 16px;
font-weight: bold;
fill: #202020;
}
.chart-title{
padding: 20px;
text-indent: 30px;
}
.nav-element.current{
background-color: rgba(100,100,200,0.2);
}
.information{
fill: rgba(180,180,220,0.8);
stroke: #343434;
}
.info-title__bg{
fill: rgba(230, 230, 250, 0.9);
stroke: #A4A4A4;
}
.info-title{
font-size: 22px;
fill: #5F5C5C;
}
.colored-dot{
border-radius: 50%;
width: 15px;
height: 15px;
display: inline-block;
margin-right: 5px;
}
.grid .tick{
stroke: lightgrey;
opacity: 0.6;
}
.grid path{
stroke-width: 0;
}
button.ColVis_Button, button.ColVis_Button:hover {
background: inherit;
box-shadow: unset;
text-transform: none;
color: #333 !important;
border-color: #adadad;
}
ul.ColVis_collection {
background-color: #f3f3f3;
}
ul.ColVis_collection li, ul.ColVis_collection li:hover{
border: none;
box-shadow: unset;
background: transparent;
}
button.ColVis_Button:hover, ul.ColVis_collection li:hover {
background-color: #e6e6e6;
border-color: #adadad;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
padding: 0.25em 0.5em;
}
.flex-panel {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
.flex-inner-left-panel {
-ms-flex: 1 .5 0%;
-webkit-flex: 1 .5 0%;
flex: 1 .5 0%;
}
.flex-inner-left-panel ul li {
white-space: nowrap;
}
.flex-inner-right-panel {
-ms-flex: .5 1 70%;
-webkit-flex: .5 1 70%;
flex: .5 1 70%;
overflow: scroll;
}
#date-picker .form-group {
height: 34px;
}
#table-tools {
padding-bottom: 10px;
}
| 0.410756 | 0.108283 |
div.number-spin-btn-container {
display: inline-block;
position: absolute;
vertical-align: middle;
margin: 0 0 0 3px;
padding: 0;
left: 69%;
top: 6px;
}
div.number-spin-btn {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-width: 2px;
border-color: #ededed #777777 #777777 #ededed;
border-style: solid;
background-color: #eeeeee;
width: 1em;
font-size: 14px; }
div.number-spin-btn:hover {
/* added blue hover color */
background-color: rgb(85, 151, 221);
cursor: pointer; }
div.number-spin-btn:active {
border-width: 2px;
border-color: #5e5e5e #d8d8d8 #d8d8d8 #5e5e5e;
border-style: solid;
background-color: #999999; }
div.number-spin-btn-up {
border-bottom-width: 1px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
font-size: 14px; }
div.number-spin-btn-up:before {
border-width: 0 0.3em 0.3em 0.3em;
border-color: transparent transparent black transparent;
top: 25%; }
div.number-spin-btn-up:active {
border-bottom-width: 1px; }
div.number-spin-btn-up:active:before {
border-bottom-color: white;
top: 26%;
left: 51%; }
div.number-spin-btn-down {
border-top-width: 1px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px; }
div.number-spin-btn-down:before {
border-width: 0.3em 0.3em 0 0.3em;
border-color: black transparent transparent transparent;
top: 75%; }
div.number-spin-btn-down:active {
border-top-width: 1px; }
div.number-spin-btn-down:active:before {
border-top-color: white;
top: 76%;
left: 51%; }
div.number-spin-btn-up:before,
div.number-spin-btn-down:before {
content: "";
width: 0;
height: 0;
border-style: solid;
position: absolute;
left: 50%;
margin: -0.15em 0 0 -0.3em;
padding: 0; }
input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:active, input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:active {
border-color: #ededed #777777 #777777 #ededed;
border-style: solid;
background-color: #cccccc; }
input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:before, input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:active:before {
border-bottom-color: #999999;
top: 25%;
left: 50%; }
input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:before, input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:active:before {
border-top-color: #999999;
top: 75%;
left: 50%; }
|
Part-03-Understanding-Software-Crafting-Your-Own-Tools/models/edx-platform/common/static/css/vendor/html5-input-polyfills/number-polyfill.css
|
div.number-spin-btn-container {
display: inline-block;
position: absolute;
vertical-align: middle;
margin: 0 0 0 3px;
padding: 0;
left: 69%;
top: 6px;
}
div.number-spin-btn {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-width: 2px;
border-color: #ededed #777777 #777777 #ededed;
border-style: solid;
background-color: #eeeeee;
width: 1em;
font-size: 14px; }
div.number-spin-btn:hover {
/* added blue hover color */
background-color: rgb(85, 151, 221);
cursor: pointer; }
div.number-spin-btn:active {
border-width: 2px;
border-color: #5e5e5e #d8d8d8 #d8d8d8 #5e5e5e;
border-style: solid;
background-color: #999999; }
div.number-spin-btn-up {
border-bottom-width: 1px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
font-size: 14px; }
div.number-spin-btn-up:before {
border-width: 0 0.3em 0.3em 0.3em;
border-color: transparent transparent black transparent;
top: 25%; }
div.number-spin-btn-up:active {
border-bottom-width: 1px; }
div.number-spin-btn-up:active:before {
border-bottom-color: white;
top: 26%;
left: 51%; }
div.number-spin-btn-down {
border-top-width: 1px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px; }
div.number-spin-btn-down:before {
border-width: 0.3em 0.3em 0 0.3em;
border-color: black transparent transparent transparent;
top: 75%; }
div.number-spin-btn-down:active {
border-top-width: 1px; }
div.number-spin-btn-down:active:before {
border-top-color: white;
top: 76%;
left: 51%; }
div.number-spin-btn-up:before,
div.number-spin-btn-down:before {
content: "";
width: 0;
height: 0;
border-style: solid;
position: absolute;
left: 50%;
margin: -0.15em 0 0 -0.3em;
padding: 0; }
input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:active, input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:active {
border-color: #ededed #777777 #777777 #ededed;
border-style: solid;
background-color: #cccccc; }
input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:before, input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:active:before {
border-bottom-color: #999999;
top: 25%;
left: 50%; }
input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:before, input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:active:before {
border-top-color: #999999;
top: 75%;
left: 50%; }
| 0.25174 | 0.064772 |
:root {
--page-bg: rgb(2, 72, 112);
--page-bg-start: rgba(2, 72, 112, 1) 0%;
--page-bg-middle: rgba(91, 29, 253, 1) 50%;
--page-bg-end: rgba(252, 69, 176, 1) 100%;
--page-bg-angle: 180deg;
--bg-start: rgba(179, 205, 255, 0.22);
--bg-end: rgba(244, 245, 245, 0.651);
--bg-angle: 90deg;
--bg-welcome: rgb(244, 244, 245);
--bg-red: rgb(215, 67, 90);
--title-shadow: #cd86d6;
--white: #ffffff;
--popup-bg: rgba(17, 17, 20, 0.918);
}
* {
margin: 0;
padding: 0;
font-family: 'Nunito Sans', sans-serif;
color: rgb(88, 91, 94);
}
html,
body {
height: 100%;
width: 100%;
}
body {
text-align: center;
background: var(--page-bg);
background: linear-gradient(
180deg,
var(--page-bg-start),
var(--page-bg-middle),
var(--page-bg-end)
);
}
input:focus {
outline: none;
}
/* General classes & shared properties */
.hidden {
visibility: hidden;
}
.deleted {
display: none;
}
body,
.centervh,
.welcome,
.scorePopup,
.popup {
display: flex;
flex-direction: column;
justify-content: center;
}
body,
.welcome,
.scorePopup,
.popup,
.welcome-lastPlayers,
.welcome-newPlayer-data,
.questions {
align-items: center;
}
.welcome p,
.welcome h3,
.welcome li,
.title,
input[type='button'] {
color: var(--white);
}
input[type='button'] {
cursor: pointer;
}
.title {
margin-top: 20px;
font-family: 'Merriweather Sans', sans-serif;
font-size: 48px;
letter-spacing: 0.1em;
text-shadow: 3px 5px 2px var(--title-shadow);
}
/* ------ Welcome page ------ */
.welcome,
.scorePopup {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
background: var(--page-bg);
}
.scorePopup {
background: var(--popup-bg);
}
.scorePopup .popup {
width: 400px;
height: 200px;
background: var(--bg-welcome);
border-radius: 5px;
box-shadow: 5px 5px 20px #575758, -5px -5px 20px #838181;
}
.welcome h2 {
font-size: 36px;
margin-bottom: 12px;
}
.welcome input {
width: 280px;
height: 40px;
margin-top: 20px;
text-align: center;
border-radius: 10px;
border: none;
text-transform: uppercase;
cursor: pointer;
}
.welcome input[type='button'] {
background: rgb(181, 238, 174);
background: radial-gradient(
circle,
rgba(181, 238, 174, 1) 0%,
rgba(148, 233, 213, 1) 100%
);
}
.pasapalabra .active {
background: rgb(174, 209, 238);
background: radial-gradient(
circle,
rgb(174, 209, 238) 0%,
rgb(98, 165, 219) 100%
);
}
.pasapalabra .correct {
background: rgb(181, 238, 174);
background: radial-gradient(
circle,
rgba(181, 238, 174, 1) 0%,
rgba(148, 233, 213, 1) 100%
);
}
.pasapalabra .wrong {
background: rgb(235, 95, 95);
background: radial-gradient(
circle,
rgba(231, 116, 116, 0.459) 0%,
rgba(223, 83, 73, 0.432) 100%
);
}
.pasapalabra .pasa {
background: rgb(233, 152, 60);
background: radial-gradient(
circle,
rgba(238, 216, 174, 0.459) 0%,
rgba(235, 154, 32, 0.432) 100%
);
}
.welcome input[type='text']:focus {
font-size: 16px;
transition: font-size 0.6s;
}
.welcome-lastPlayers {
margin-top: 50px;
padding-top: 20px;
border-top: 1px solid var(--bg-start);
}
.welcome-lastPlayers li {
margin-top: 10px;
list-style: none;
}
.pasapalabra,
.score,
.questions,
.controls {
width: 500px;
margin-top: 10px;
}
header {
height: 220px;
}
.pasapalabra {
height: 640px;
padding-bottom: 30px;
background: linear-gradient(var(--bg-angle), var(--bg-start), var(--bg-end));
box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),
-8px -8px 12px 0 rgba(255, 255, 255, 0.3);
border-radius: 50px;
}
.score {
height: 80px;
margin-top: 30px;
padding: 20px;
box-sizing: border-box;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
background: linear-gradient(var(--bg-angle), var(--bg-start), var(--bg-end));
box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),
-8px -8px 12px 0 rgba(255, 255, 255, 0.3);
display: flex;
justify-content: space-around;
}
.instructions {
margin-top: 20px;
height: 100px;
}
.circle {
position: relative;
height: 500px;
}
.pasapalabra li {
height: 40px;
width: 40px;
border-radius: 50%;
box-sizing: border-box;
position: absolute;
top: 232px;
left: 232px;
list-style: none;
font-size: 22px;
color: rgb(88, 91, 94);
text-transform: uppercase;
padding-top: 6px;
padding-left: 2px;
background: rgba(255, 253, 253, 0.774);
box-shadow: 2px 2px 6px #5f20c4, -2px -2px 6px #d2b3fa;
}
.questions-frame {
position: relative;
}
.questions {
position: absolute;
top: 72px;
left: 83px;
height: 340px;
width: 340px;
padding: 20px;
box-sizing: border-box;
display: flex;
justify-content: center;
border-radius: 50%;
font-size: 20px;
}
.controls {
height: 140px;
}
.btn-text {
border-radius: 10px;
height: 40px;
width: 300px;
text-align: center;
outline: none;
border: none;
}
.btn-next,
.btn-asnwer,
.btn-exit {
border: 0;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
}
.btn-asnwer,
.btn-next {
border-radius: 10px;
height: 60px;
width: 140px;
margin-top: 10px;
margin-right: 10px;
}
.btn-next {
background: rgb(195, 34, 132);
background: linear-gradient(
300deg,
rgba(195, 34, 132, 1) 0%,
rgba(0, 0, 0, 0.822) 100%
);
margin-right: 0;
}
.btn-asnwer,
.welcome input[type='button'] {
font-weight: 400;
background: rgb(34, 193, 195);
background: linear-gradient(
146deg,
rgba(34, 193, 195, 1) 24%,
rgba(0, 0, 0, 0.822) 100%
);
}
.btn-exit {
height: 20px;
width: 300px;
border-radius: 5px;
margin-top: 18px;
background: rgba(160, 6, 6, 0.514);
}
/* ------ Shadows ------ */
.inset-shadow {
background: #e4edfd;
box-shadow: inset 20px 20px 60px #a0a3a8, inset -20px -20px 60px #ffffff;
}
.inset-shadow-light {
box-shadow: inset 3px 3px 8px #d0d0d0, inset -3px -3px 8px #ffffff;
}
.over-shadow {
box-shadow: 20px 20px 60px #d0d0d0, -20px -20px 60px #ffffff;
}
.over-shadow-light {
box-shadow: 3px 3px 8px #d0d0d0, -3px -3px 8px #ffffff;
}
/* circle classes */
.a {
transform: translateY(-200px);
}
.b {
transform: rotate(14deg) translateY(-200px) rotate(-14deg);
}
.c {
transform: rotate(28deg) translateY(-200px) rotate(-28deg);
}
.d {
transform: rotate(42deg) translateY(-200px) rotate(-42deg);
}
.e {
transform: rotate(56deg) translateY(-200px) rotate(-56deg);
}
.f {
transform: rotate(70deg) translateY(-200px) rotate(-70deg);
}
.g {
transform: rotate(84deg) translateY(-200px) rotate(-84deg);
}
.h {
transform: rotate(98deg) translateY(-200px) rotate(-98deg);
}
.i {
transform: rotate(112deg) translateY(-200px) rotate(-112deg);
}
.j {
transform: rotate(126deg) translateY(-200px) rotate(-126deg);
}
.k {
transform: rotate(140deg) translateY(-200px) rotate(-140deg);
}
.l {
transform: rotate(154deg) translateY(-200px) rotate(-154deg);
}
.m {
transform: rotate(168deg) translateY(-200px) rotate(-168deg);
}
.n {
transform: rotate(182deg) translateY(-200px) rotate(-182deg);
}
.o {
transform: rotate(196deg) translateY(-200px) rotate(-196deg);
}
.p {
transform: rotate(210deg) translateY(-200px) rotate(-210deg);
}
.q {
transform: rotate(224deg) translateY(-200px) rotate(-224deg);
}
.r {
transform: rotate(238deg) translateY(-200px) rotate(-238deg);
}
.s {
transform: rotate(252deg) translateY(-200px) rotate(-252deg);
}
.t {
transform: rotate(266deg) translateY(-200px) rotate(-266deg);
}
.u {
transform: rotate(280deg) translateY(-200px) rotate(-280deg);
}
.v {
transform: rotate(293deg) translateY(-200px) rotate(-293deg);
}
.w {
transform: rotate(306deg) translateY(-200px) rotate(-306deg);
}
.x {
transform: rotate(318deg) translateY(-200px) rotate(-318deg);
}
.y {
transform: rotate(332deg) translateY(-200px) rotate(-332deg);
}
.z {
transform: rotate(346deg) translateY(-200px) rotate(-346deg);
}
|
html-pasapalabra.css
|
:root {
--page-bg: rgb(2, 72, 112);
--page-bg-start: rgba(2, 72, 112, 1) 0%;
--page-bg-middle: rgba(91, 29, 253, 1) 50%;
--page-bg-end: rgba(252, 69, 176, 1) 100%;
--page-bg-angle: 180deg;
--bg-start: rgba(179, 205, 255, 0.22);
--bg-end: rgba(244, 245, 245, 0.651);
--bg-angle: 90deg;
--bg-welcome: rgb(244, 244, 245);
--bg-red: rgb(215, 67, 90);
--title-shadow: #cd86d6;
--white: #ffffff;
--popup-bg: rgba(17, 17, 20, 0.918);
}
* {
margin: 0;
padding: 0;
font-family: 'Nunito Sans', sans-serif;
color: rgb(88, 91, 94);
}
html,
body {
height: 100%;
width: 100%;
}
body {
text-align: center;
background: var(--page-bg);
background: linear-gradient(
180deg,
var(--page-bg-start),
var(--page-bg-middle),
var(--page-bg-end)
);
}
input:focus {
outline: none;
}
/* General classes & shared properties */
.hidden {
visibility: hidden;
}
.deleted {
display: none;
}
body,
.centervh,
.welcome,
.scorePopup,
.popup {
display: flex;
flex-direction: column;
justify-content: center;
}
body,
.welcome,
.scorePopup,
.popup,
.welcome-lastPlayers,
.welcome-newPlayer-data,
.questions {
align-items: center;
}
.welcome p,
.welcome h3,
.welcome li,
.title,
input[type='button'] {
color: var(--white);
}
input[type='button'] {
cursor: pointer;
}
.title {
margin-top: 20px;
font-family: 'Merriweather Sans', sans-serif;
font-size: 48px;
letter-spacing: 0.1em;
text-shadow: 3px 5px 2px var(--title-shadow);
}
/* ------ Welcome page ------ */
.welcome,
.scorePopup {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
background: var(--page-bg);
}
.scorePopup {
background: var(--popup-bg);
}
.scorePopup .popup {
width: 400px;
height: 200px;
background: var(--bg-welcome);
border-radius: 5px;
box-shadow: 5px 5px 20px #575758, -5px -5px 20px #838181;
}
.welcome h2 {
font-size: 36px;
margin-bottom: 12px;
}
.welcome input {
width: 280px;
height: 40px;
margin-top: 20px;
text-align: center;
border-radius: 10px;
border: none;
text-transform: uppercase;
cursor: pointer;
}
.welcome input[type='button'] {
background: rgb(181, 238, 174);
background: radial-gradient(
circle,
rgba(181, 238, 174, 1) 0%,
rgba(148, 233, 213, 1) 100%
);
}
.pasapalabra .active {
background: rgb(174, 209, 238);
background: radial-gradient(
circle,
rgb(174, 209, 238) 0%,
rgb(98, 165, 219) 100%
);
}
.pasapalabra .correct {
background: rgb(181, 238, 174);
background: radial-gradient(
circle,
rgba(181, 238, 174, 1) 0%,
rgba(148, 233, 213, 1) 100%
);
}
.pasapalabra .wrong {
background: rgb(235, 95, 95);
background: radial-gradient(
circle,
rgba(231, 116, 116, 0.459) 0%,
rgba(223, 83, 73, 0.432) 100%
);
}
.pasapalabra .pasa {
background: rgb(233, 152, 60);
background: radial-gradient(
circle,
rgba(238, 216, 174, 0.459) 0%,
rgba(235, 154, 32, 0.432) 100%
);
}
.welcome input[type='text']:focus {
font-size: 16px;
transition: font-size 0.6s;
}
.welcome-lastPlayers {
margin-top: 50px;
padding-top: 20px;
border-top: 1px solid var(--bg-start);
}
.welcome-lastPlayers li {
margin-top: 10px;
list-style: none;
}
.pasapalabra,
.score,
.questions,
.controls {
width: 500px;
margin-top: 10px;
}
header {
height: 220px;
}
.pasapalabra {
height: 640px;
padding-bottom: 30px;
background: linear-gradient(var(--bg-angle), var(--bg-start), var(--bg-end));
box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),
-8px -8px 12px 0 rgba(255, 255, 255, 0.3);
border-radius: 50px;
}
.score {
height: 80px;
margin-top: 30px;
padding: 20px;
box-sizing: border-box;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
background: linear-gradient(var(--bg-angle), var(--bg-start), var(--bg-end));
box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),
-8px -8px 12px 0 rgba(255, 255, 255, 0.3);
display: flex;
justify-content: space-around;
}
.instructions {
margin-top: 20px;
height: 100px;
}
.circle {
position: relative;
height: 500px;
}
.pasapalabra li {
height: 40px;
width: 40px;
border-radius: 50%;
box-sizing: border-box;
position: absolute;
top: 232px;
left: 232px;
list-style: none;
font-size: 22px;
color: rgb(88, 91, 94);
text-transform: uppercase;
padding-top: 6px;
padding-left: 2px;
background: rgba(255, 253, 253, 0.774);
box-shadow: 2px 2px 6px #5f20c4, -2px -2px 6px #d2b3fa;
}
.questions-frame {
position: relative;
}
.questions {
position: absolute;
top: 72px;
left: 83px;
height: 340px;
width: 340px;
padding: 20px;
box-sizing: border-box;
display: flex;
justify-content: center;
border-radius: 50%;
font-size: 20px;
}
.controls {
height: 140px;
}
.btn-text {
border-radius: 10px;
height: 40px;
width: 300px;
text-align: center;
outline: none;
border: none;
}
.btn-next,
.btn-asnwer,
.btn-exit {
border: 0;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
}
.btn-asnwer,
.btn-next {
border-radius: 10px;
height: 60px;
width: 140px;
margin-top: 10px;
margin-right: 10px;
}
.btn-next {
background: rgb(195, 34, 132);
background: linear-gradient(
300deg,
rgba(195, 34, 132, 1) 0%,
rgba(0, 0, 0, 0.822) 100%
);
margin-right: 0;
}
.btn-asnwer,
.welcome input[type='button'] {
font-weight: 400;
background: rgb(34, 193, 195);
background: linear-gradient(
146deg,
rgba(34, 193, 195, 1) 24%,
rgba(0, 0, 0, 0.822) 100%
);
}
.btn-exit {
height: 20px;
width: 300px;
border-radius: 5px;
margin-top: 18px;
background: rgba(160, 6, 6, 0.514);
}
/* ------ Shadows ------ */
.inset-shadow {
background: #e4edfd;
box-shadow: inset 20px 20px 60px #a0a3a8, inset -20px -20px 60px #ffffff;
}
.inset-shadow-light {
box-shadow: inset 3px 3px 8px #d0d0d0, inset -3px -3px 8px #ffffff;
}
.over-shadow {
box-shadow: 20px 20px 60px #d0d0d0, -20px -20px 60px #ffffff;
}
.over-shadow-light {
box-shadow: 3px 3px 8px #d0d0d0, -3px -3px 8px #ffffff;
}
/* circle classes */
.a {
transform: translateY(-200px);
}
.b {
transform: rotate(14deg) translateY(-200px) rotate(-14deg);
}
.c {
transform: rotate(28deg) translateY(-200px) rotate(-28deg);
}
.d {
transform: rotate(42deg) translateY(-200px) rotate(-42deg);
}
.e {
transform: rotate(56deg) translateY(-200px) rotate(-56deg);
}
.f {
transform: rotate(70deg) translateY(-200px) rotate(-70deg);
}
.g {
transform: rotate(84deg) translateY(-200px) rotate(-84deg);
}
.h {
transform: rotate(98deg) translateY(-200px) rotate(-98deg);
}
.i {
transform: rotate(112deg) translateY(-200px) rotate(-112deg);
}
.j {
transform: rotate(126deg) translateY(-200px) rotate(-126deg);
}
.k {
transform: rotate(140deg) translateY(-200px) rotate(-140deg);
}
.l {
transform: rotate(154deg) translateY(-200px) rotate(-154deg);
}
.m {
transform: rotate(168deg) translateY(-200px) rotate(-168deg);
}
.n {
transform: rotate(182deg) translateY(-200px) rotate(-182deg);
}
.o {
transform: rotate(196deg) translateY(-200px) rotate(-196deg);
}
.p {
transform: rotate(210deg) translateY(-200px) rotate(-210deg);
}
.q {
transform: rotate(224deg) translateY(-200px) rotate(-224deg);
}
.r {
transform: rotate(238deg) translateY(-200px) rotate(-238deg);
}
.s {
transform: rotate(252deg) translateY(-200px) rotate(-252deg);
}
.t {
transform: rotate(266deg) translateY(-200px) rotate(-266deg);
}
.u {
transform: rotate(280deg) translateY(-200px) rotate(-280deg);
}
.v {
transform: rotate(293deg) translateY(-200px) rotate(-293deg);
}
.w {
transform: rotate(306deg) translateY(-200px) rotate(-306deg);
}
.x {
transform: rotate(318deg) translateY(-200px) rotate(-318deg);
}
.y {
transform: rotate(332deg) translateY(-200px) rotate(-332deg);
}
.z {
transform: rotate(346deg) translateY(-200px) rotate(-346deg);
}
| 0.386069 | 0.12416 |
line-color:'black';
line-width:0.3;
polygon-fill:'red';
polygon-opacity:0.75;
//comp-op:color-dodge;
['Neighborho' = 'Civic Center'] { polygon-fill: rgb(120,24,215); }
['Neighborho' = 'Financial District'] { polygon-fill: rgb(196,232,132); }
['Neighborho' = 'Battery Park'] { polygon-fill: rgb(88,224,101); }
['Neighborho' = 'South Street Seaport'] { polygon-fill: rgb(218,30,187); }
['Neighborho' = 'Tribeca'] { polygon-fill: rgb(179,217,63); }
['Neighborho' = 'Noho'] { polygon-fill: rgb(34,20,236); }
['Neighborho' = 'West Village'] { polygon-fill: rgb(34,20,236); }
['Neighborho' = 'Little Italy'] { polygon-fill: rgb(237,40,33); }
['Neighborho' = 'Soho'] { polygon-fill: rgb(57,223,146); }
['Neighborho' = 'West Soho'] { polygon-fill: rgb(218,239,125); }
['Neighborho' = 'Nolita'] { polygon-fill: rgb(145,232,52); }
['Neighborho' = 'Hudson Square'] { polygon-fill: rgb(228,200,74); }
['Neighborho' = 'Central Village'] { polygon-fill: rgb(132,209,119); }
['Neighborho' = 'East Village'] { polygon-fill: rgb(205,31,69); }
['Neighborho' = 'Lower East Side'] { polygon-fill: rgb(232,59,108); }
['Neighborho' = 'Two Bridges'] { polygon-fill: rgb(85,156,217); }
['Neighborho' = 'Alphabet City'] { polygon-fill: rgb(115,222,185); }
['Neighborho' = 'Chinatown'] { polygon-fill: rgb(201,186,69); }
['Neighborho' = 'Chelsea'] { polygon-fill: rgb(201,186,69); }
['Neighborho' = 'Hells Kitchen'] { polygon-fill: rgb(78,202,204); }
['Neighborho' = 'Hudson Yards'] { polygon-fill: rgb(207,64,85); }
['Neighborho' = 'Midtown South'] { polygon-fill: rgb(207,64,85); }
['Neighborho' = 'NoMad'] { polygon-fill: rgb(239,67,231); }
['Neighborho' = 'Central Midtown'] { polygon-fill: rgb(38,204,157); }
['Neighborho' = 'Union Square'] { polygon-fill: rgb(114,174,210); }
['Neighborho' = 'Garment District'] { polygon-fill: rgb(114,174,210); }
['Neighborho' = 'Flatiron District'] { polygon-fill: rgb(231,71,154); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(78,202,213); }
['Neighborho' = 'Gramercy Park'] { polygon-fill: rgb(19,238,147); }
['Neighborho' = 'Midtown East'] { polygon-fill: rgb(237,50,216); }
['Neighborho' = 'Stuyvesant Town / Peter Cooper Village'] { polygon-fill: rgb(201,82,94); }
['Neighborho' = 'Kips Bay'] { polygon-fill: rgb(207,187,124); }
['Neighborho' = 'Lincoln Square'] { polygon-fill: rgb(114,41,210); }
['Neighborho' = 'Upper West Side'] { polygon-fill: rgb(119,191,217); }
['Neighborho' = 'Yorkville'] { polygon-fill: rgb(130,217,15); }
['Neighborho' = 'Roosevelt Island'] { polygon-fill: rgb(238,29,126); }
['Neighborho' = 'Lenox Hill'] { polygon-fill: rgb(121,217,62); }
['Neighborho' = 'Upper East Side'] { polygon-fill: rgb(209,158,69); }
['Neighborho' = 'Carnegie Hill'] { polygon-fill: rgb(116,216,66); }
['Neighborho' = 'Hamilton Heights'] { polygon-fill: rgb(224,101,79); }
['Neighborho' = 'West Harlem'] { polygon-fill: rgb(127,220,153); }
['Neighborho' = 'Morningside Heights'] { polygon-fill: rgb(171,83,225); }
['Neighborho' = 'Central Harlem'] { polygon-fill: rgb(209,215,124); }
['Neighborho' = 'Upper Carnegie Hill'] { polygon-fill: rgb(100,200,190); }
['Neighborho' = 'Wards Island'] { polygon-fill: rgb(205,105,220); }
['Neighborho' = 'East Harlem'] { polygon-fill: rgb(201,154,122); }
['Neighborho' = 'Museum Mile'] { polygon-fill: rgb(205,105,220); }
['Neighborho' = 'Washington Heights'] { polygon-fill: rgb(163,45,202); }
['Neighborho' = 'Inwood'] { polygon-fill: rgb(212,118,213); }
['Neighborho' = 'Astoria'] { polygon-fill: rgb(212,118,213); }
['Neighborho' = 'Long Island City'] { polygon-fill: rgb(33,64,218); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(66,114,202); }
['Neighborho' = 'Dyker Heights'] { polygon-fill: rgb(66,114,202); }
['Neighborho' = 'Bay Ridge'] { polygon-fill: rgb(217,217,45); }
['Neighborho' = 'Sheepshead Bay'] { polygon-fill: rgb(210,202,85); }
['Neighborho' = 'Coney Island'] { polygon-fill: rgb(210,202,85); }
['Neighborho' = 'Manhattan Beach'] { polygon-fill: rgb(22,220,101); }
['Neighborho' = 'Brighton Beach'] { polygon-fill: rgb(116,127,210); }
['Neighborho' = 'Sea Gate'] { polygon-fill: rgb(29,123,222); }
['Neighborho' = 'Homecrest'] { polygon-fill: rgb(29,123,222); }
['Neighborho' = 'Gravesend'] { polygon-fill: rgb(83,51,210); }
['Neighborho' = 'Sunset Park'] { polygon-fill: rgb(167,30,201); }
['Neighborho' = 'South Slope'] { polygon-fill: rgb(45,42,208); }
['Neighborho' = 'Windsor Terrace'] { polygon-fill: rgb(194,28,206); }
['Neighborho' = 'Greenwood Heights'] { polygon-fill: rgb(119,204,138); }
['Neighborho' = 'Prospect Park South'] { polygon-fill: rgb(155,44,206); }
['Neighborho' = 'Flatbush'] { polygon-fill: rgb(105,69,213); }
['Neighborho' = 'Kensington'] { polygon-fill: rgb(22,220,101); }
['Neighborho' = 'Borough Park'] { polygon-fill: rgb(219,60,16); }
['Neighborho' = 'Midwood'] { polygon-fill: rgb(208,29,89); }
['Neighborho' = 'Ocean Parkway'] { polygon-fill: rgb(142,208,238); }
['Neighborho' = 'Crown Heights South'] { polygon-fill: rgb(202,61,153); }
['Neighborho' = 'Wingate'] { polygon-fill: rgb(213,74,172); }
['Neighborho' = 'Prospect Heights'] { polygon-fill: rgb(202,145,70); }
['Neighborho' = 'Crown Heights'] { polygon-fill: rgb(211,23,167); }
['Neighborho' = 'Prospect Lefferts Gardens'] { polygon-fill: rgb(136,228,139); }
['Neighborho' = 'Gowanus'] { polygon-fill: rgb(13,220,110); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(185,204,35); }
['Neighborho' = 'Cobble Hill'] { polygon-fill: rgb(151,137,240); }
['Neighborho' = 'Red Hook'] { polygon-fill: rgb(13,25,236); }
['Neighborho' = 'Park Slope'] { polygon-fill: rgb(50,213,36); }
['Neighborho' = 'Columbia Street Waterfront District'] { polygon-fill: rgb(225,79,26); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(78,108,204); }
['Neighborho' = 'Downtown Brooklyn'] { polygon-fill: rgb(80,123,224); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(67,224,198); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(209,176,97); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(135,223,149); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(29,227,181); }
['Neighborho' = 'Brooklyn Heights'] { polygon-fill: rgb(68,212,16); }
['Neighborho' = 'Dumbo'] { polygon-fill: rgb(130,17,215); }
['Neighborho' = 'East Williamsburg'] { polygon-fill: rgb(215,13,20); }
['Neighborho' = 'Tompkins Park North'] { polygon-fill: rgb(48,228,111); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(209,108,99); }
['Neighborho' = 'Greenpoint'] { polygon-fill: rgb(76,227,74); }
['Neighborho' = 'Stuyvesant Heights'] { polygon-fill: rgb(231,174,113); }
['Neighborho' = 'Williamsburg'] { polygon-fill: rgb(213,81,158); }
['Neighborho' = 'Bushwick'] { polygon-fill: rgb(230,103,154); }
}
#ny_neigh_points[zoom > 12] {
text-name: '[Neighborho]';
text-size: 10;
text-face-name: 'Lato Bold';
text-placement: point;
text-avoid-edges: true;
text-halo-radius: 2;
text-halo-fill: #ffffff;
}
|
nyBits/carto.css
|
line-color:'black';
line-width:0.3;
polygon-fill:'red';
polygon-opacity:0.75;
//comp-op:color-dodge;
['Neighborho' = 'Civic Center'] { polygon-fill: rgb(120,24,215); }
['Neighborho' = 'Financial District'] { polygon-fill: rgb(196,232,132); }
['Neighborho' = 'Battery Park'] { polygon-fill: rgb(88,224,101); }
['Neighborho' = 'South Street Seaport'] { polygon-fill: rgb(218,30,187); }
['Neighborho' = 'Tribeca'] { polygon-fill: rgb(179,217,63); }
['Neighborho' = 'Noho'] { polygon-fill: rgb(34,20,236); }
['Neighborho' = 'West Village'] { polygon-fill: rgb(34,20,236); }
['Neighborho' = 'Little Italy'] { polygon-fill: rgb(237,40,33); }
['Neighborho' = 'Soho'] { polygon-fill: rgb(57,223,146); }
['Neighborho' = 'West Soho'] { polygon-fill: rgb(218,239,125); }
['Neighborho' = 'Nolita'] { polygon-fill: rgb(145,232,52); }
['Neighborho' = 'Hudson Square'] { polygon-fill: rgb(228,200,74); }
['Neighborho' = 'Central Village'] { polygon-fill: rgb(132,209,119); }
['Neighborho' = 'East Village'] { polygon-fill: rgb(205,31,69); }
['Neighborho' = 'Lower East Side'] { polygon-fill: rgb(232,59,108); }
['Neighborho' = 'Two Bridges'] { polygon-fill: rgb(85,156,217); }
['Neighborho' = 'Alphabet City'] { polygon-fill: rgb(115,222,185); }
['Neighborho' = 'Chinatown'] { polygon-fill: rgb(201,186,69); }
['Neighborho' = 'Chelsea'] { polygon-fill: rgb(201,186,69); }
['Neighborho' = 'Hells Kitchen'] { polygon-fill: rgb(78,202,204); }
['Neighborho' = 'Hudson Yards'] { polygon-fill: rgb(207,64,85); }
['Neighborho' = 'Midtown South'] { polygon-fill: rgb(207,64,85); }
['Neighborho' = 'NoMad'] { polygon-fill: rgb(239,67,231); }
['Neighborho' = 'Central Midtown'] { polygon-fill: rgb(38,204,157); }
['Neighborho' = 'Union Square'] { polygon-fill: rgb(114,174,210); }
['Neighborho' = 'Garment District'] { polygon-fill: rgb(114,174,210); }
['Neighborho' = 'Flatiron District'] { polygon-fill: rgb(231,71,154); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(78,202,213); }
['Neighborho' = 'Gramercy Park'] { polygon-fill: rgb(19,238,147); }
['Neighborho' = 'Midtown East'] { polygon-fill: rgb(237,50,216); }
['Neighborho' = 'Stuyvesant Town / Peter Cooper Village'] { polygon-fill: rgb(201,82,94); }
['Neighborho' = 'Kips Bay'] { polygon-fill: rgb(207,187,124); }
['Neighborho' = 'Lincoln Square'] { polygon-fill: rgb(114,41,210); }
['Neighborho' = 'Upper West Side'] { polygon-fill: rgb(119,191,217); }
['Neighborho' = 'Yorkville'] { polygon-fill: rgb(130,217,15); }
['Neighborho' = 'Roosevelt Island'] { polygon-fill: rgb(238,29,126); }
['Neighborho' = 'Lenox Hill'] { polygon-fill: rgb(121,217,62); }
['Neighborho' = 'Upper East Side'] { polygon-fill: rgb(209,158,69); }
['Neighborho' = 'Carnegie Hill'] { polygon-fill: rgb(116,216,66); }
['Neighborho' = 'Hamilton Heights'] { polygon-fill: rgb(224,101,79); }
['Neighborho' = 'West Harlem'] { polygon-fill: rgb(127,220,153); }
['Neighborho' = 'Morningside Heights'] { polygon-fill: rgb(171,83,225); }
['Neighborho' = 'Central Harlem'] { polygon-fill: rgb(209,215,124); }
['Neighborho' = 'Upper Carnegie Hill'] { polygon-fill: rgb(100,200,190); }
['Neighborho' = 'Wards Island'] { polygon-fill: rgb(205,105,220); }
['Neighborho' = 'East Harlem'] { polygon-fill: rgb(201,154,122); }
['Neighborho' = 'Museum Mile'] { polygon-fill: rgb(205,105,220); }
['Neighborho' = 'Washington Heights'] { polygon-fill: rgb(163,45,202); }
['Neighborho' = 'Inwood'] { polygon-fill: rgb(212,118,213); }
['Neighborho' = 'Astoria'] { polygon-fill: rgb(212,118,213); }
['Neighborho' = 'Long Island City'] { polygon-fill: rgb(33,64,218); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(66,114,202); }
['Neighborho' = 'Dyker Heights'] { polygon-fill: rgb(66,114,202); }
['Neighborho' = 'Bay Ridge'] { polygon-fill: rgb(217,217,45); }
['Neighborho' = 'Sheepshead Bay'] { polygon-fill: rgb(210,202,85); }
['Neighborho' = 'Coney Island'] { polygon-fill: rgb(210,202,85); }
['Neighborho' = 'Manhattan Beach'] { polygon-fill: rgb(22,220,101); }
['Neighborho' = 'Brighton Beach'] { polygon-fill: rgb(116,127,210); }
['Neighborho' = 'Sea Gate'] { polygon-fill: rgb(29,123,222); }
['Neighborho' = 'Homecrest'] { polygon-fill: rgb(29,123,222); }
['Neighborho' = 'Gravesend'] { polygon-fill: rgb(83,51,210); }
['Neighborho' = 'Sunset Park'] { polygon-fill: rgb(167,30,201); }
['Neighborho' = 'South Slope'] { polygon-fill: rgb(45,42,208); }
['Neighborho' = 'Windsor Terrace'] { polygon-fill: rgb(194,28,206); }
['Neighborho' = 'Greenwood Heights'] { polygon-fill: rgb(119,204,138); }
['Neighborho' = 'Prospect Park South'] { polygon-fill: rgb(155,44,206); }
['Neighborho' = 'Flatbush'] { polygon-fill: rgb(105,69,213); }
['Neighborho' = 'Kensington'] { polygon-fill: rgb(22,220,101); }
['Neighborho' = 'Borough Park'] { polygon-fill: rgb(219,60,16); }
['Neighborho' = 'Midwood'] { polygon-fill: rgb(208,29,89); }
['Neighborho' = 'Ocean Parkway'] { polygon-fill: rgb(142,208,238); }
['Neighborho' = 'Crown Heights South'] { polygon-fill: rgb(202,61,153); }
['Neighborho' = 'Wingate'] { polygon-fill: rgb(213,74,172); }
['Neighborho' = 'Prospect Heights'] { polygon-fill: rgb(202,145,70); }
['Neighborho' = 'Crown Heights'] { polygon-fill: rgb(211,23,167); }
['Neighborho' = 'Prospect Lefferts Gardens'] { polygon-fill: rgb(136,228,139); }
['Neighborho' = 'Gowanus'] { polygon-fill: rgb(13,220,110); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(185,204,35); }
['Neighborho' = 'Cobble Hill'] { polygon-fill: rgb(151,137,240); }
['Neighborho' = 'Red Hook'] { polygon-fill: rgb(13,25,236); }
['Neighborho' = 'Park Slope'] { polygon-fill: rgb(50,213,36); }
['Neighborho' = 'Columbia Street Waterfront District'] { polygon-fill: rgb(225,79,26); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(78,108,204); }
['Neighborho' = 'Downtown Brooklyn'] { polygon-fill: rgb(80,123,224); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(67,224,198); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(209,176,97); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(135,223,149); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(29,227,181); }
['Neighborho' = 'Brooklyn Heights'] { polygon-fill: rgb(68,212,16); }
['Neighborho' = 'Dumbo'] { polygon-fill: rgb(130,17,215); }
['Neighborho' = 'East Williamsburg'] { polygon-fill: rgb(215,13,20); }
['Neighborho' = 'Tompkins Park North'] { polygon-fill: rgb(48,228,111); }
['Neighborho' = '<NAME>'] { polygon-fill: rgb(209,108,99); }
['Neighborho' = 'Greenpoint'] { polygon-fill: rgb(76,227,74); }
['Neighborho' = 'Stuyvesant Heights'] { polygon-fill: rgb(231,174,113); }
['Neighborho' = 'Williamsburg'] { polygon-fill: rgb(213,81,158); }
['Neighborho' = 'Bushwick'] { polygon-fill: rgb(230,103,154); }
}
#ny_neigh_points[zoom > 12] {
text-name: '[Neighborho]';
text-size: 10;
text-face-name: 'Lato Bold';
text-placement: point;
text-avoid-edges: true;
text-halo-radius: 2;
text-halo-fill: #ffffff;
}
| 0.475849 | 0.370225 |
.about {
color: white;
}
.aboutMe {
color: rgba(255, 255, 255, 0.308);
}
.floaty {
width: 30em;
max-width: 100%;
color : #4c51e0;
}
.floaty p {
display: inline-block;
max-width: 50%;
}
/* .floaty::before {
content: " ";
display: block;
text-decoration:none;
width: 250px;
height: 250px;
position: absolute;
left: 0;
top: -97px;
background: #4c51e0;
border-radius: 100%;
z-index: -10;
transform: scale(0);
-webkit-transition: 0.4s ease-in-out transform;
-o-transition: 0.4s ease-in-out transform;
-ms-transition: 0.4s ease-in-out transform;
-moz-transition: 0.4s ease-in-out transform;
transition: 0.4s ease-in-out transform;
} */
.floaty:hover {
color: #4c51e0;
text-decoration:none;
}
.floaty:hover::before {
transform: scale(1.5);
}
/* .floaty p:nth-child(1) {
float: left;
}
.floaty p:nth-child(2) {
float: right;
} */
.middle {
margin-top: 150px;
/* display : grid; */
}
.strong {
color: #4c51e0;
}
.slide {
font-size: 75px;
}
.main {
overflow: hidden;
}
/* .image { */
/* border: 1px solid;
padding: 10px;
box-shadow: 5px 10px 20px black inset; */
/* } */
.button-3 {
border: 2px solid #3c73ff;
background-color: Transparent;
/* width:100px; */
/* padding-left:25px; */
border-radius: 20px;
color: #fff;
transition: 0.3s;
font-family: "Press Start 2P", cursive;
font-size: 27px;
}
.button-3:hover {
box-shadow: 8px 8px#6165dd;
transition: 0.3s;
}
.fof {
display: table-cell;
vertical-align: middle;
font-size: 15em;
}
.fof {
font-size: 35px;
display: inline-block;
padding-right: 12px;
animation: type 0.5s alternate infinite;
}
/* @keyframes type {
from {
box-shadow: inset -3px 0px 0px #888;
}
to {
box-shadow: inset -3px 0px 0px transparent;
}
} */
.contact {
/* border : 2px solid red; */
text-align: center;
}
.contact ul li {
width: 70%;
margin: auto;
}
header {
min-height: 80vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
}
|
client/src/Components/Home/Home.css
|
.about {
color: white;
}
.aboutMe {
color: rgba(255, 255, 255, 0.308);
}
.floaty {
width: 30em;
max-width: 100%;
color : #4c51e0;
}
.floaty p {
display: inline-block;
max-width: 50%;
}
/* .floaty::before {
content: " ";
display: block;
text-decoration:none;
width: 250px;
height: 250px;
position: absolute;
left: 0;
top: -97px;
background: #4c51e0;
border-radius: 100%;
z-index: -10;
transform: scale(0);
-webkit-transition: 0.4s ease-in-out transform;
-o-transition: 0.4s ease-in-out transform;
-ms-transition: 0.4s ease-in-out transform;
-moz-transition: 0.4s ease-in-out transform;
transition: 0.4s ease-in-out transform;
} */
.floaty:hover {
color: #4c51e0;
text-decoration:none;
}
.floaty:hover::before {
transform: scale(1.5);
}
/* .floaty p:nth-child(1) {
float: left;
}
.floaty p:nth-child(2) {
float: right;
} */
.middle {
margin-top: 150px;
/* display : grid; */
}
.strong {
color: #4c51e0;
}
.slide {
font-size: 75px;
}
.main {
overflow: hidden;
}
/* .image { */
/* border: 1px solid;
padding: 10px;
box-shadow: 5px 10px 20px black inset; */
/* } */
.button-3 {
border: 2px solid #3c73ff;
background-color: Transparent;
/* width:100px; */
/* padding-left:25px; */
border-radius: 20px;
color: #fff;
transition: 0.3s;
font-family: "Press Start 2P", cursive;
font-size: 27px;
}
.button-3:hover {
box-shadow: 8px 8px#6165dd;
transition: 0.3s;
}
.fof {
display: table-cell;
vertical-align: middle;
font-size: 15em;
}
.fof {
font-size: 35px;
display: inline-block;
padding-right: 12px;
animation: type 0.5s alternate infinite;
}
/* @keyframes type {
from {
box-shadow: inset -3px 0px 0px #888;
}
to {
box-shadow: inset -3px 0px 0px transparent;
}
} */
.contact {
/* border : 2px solid red; */
text-align: center;
}
.contact ul li {
width: 70%;
margin: auto;
}
header {
min-height: 80vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
}
| 0.436862 | 0.132571 |
@import url('black.css');
body {
/*background: #23ceea;*/
background: #000;
font-family: 'Helvetica Neue';
}
.reveal .content-box {
font-size: large;
padding: 3em 2em 3em;
border: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.reveal .content-box.session-title {
background: #263254;
border: .25em solid #eacc83;
opacity: 1;
}
.reveal .content-box h1 {
text-transform: none;
font-weight: 600;
}
.reveal .photo-credit {
position: absolute;
font-size: large;
bottom: 1.5em;
color: #888;
font-family: 'Helvetica Neue';
}
.reveal .photo-credit a {
color: #ccc;
}
.reveal .content-box.session-title h1 {
text-transform: uppercase;
}
.reveal a {
color: #6fdcf0;
}
.reveal li,
.reveal p,
.reveal blockquote {
margin-bottom: .5em;
font-weight: 500;
font-size: xx-large;
font-family: 'Helvetica Neue';
}
.reveal blockquote {
font-family: georgia, serif;
line-height: 1.6em;
font-style: normal;
text-align: left;
}
.reveal .speaker-names {
background: #c62717;
color: #f5cf3f;
border: 6px solid #eacc83;
border-radius: 15px;
margin: -1em 8.5em;
padding: .75em;
}
.reveal h1, .reveal h2, h3, h4 {
font-family: 'Helvetica Neue';
font-weight: normal;
color: #eacc83;
}
.reveal .speaker-names {
color: #ffffff;
text-transform: uppercase;
font-size: x-large;
}
.reveal section img {
border: 0;
box-shadow: none;
}
.reveal small {
vertical-align: inherit;
}
.triangle-border {
position:relative;
padding:15px;
margin:1em 0 3em;
border:5px solid #5a8f00;
color:#333;
background:#fff;
/* css3 */
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.triangle-border:before {
content:"";
position:absolute;
bottom:-20px; /* value = - border-top-width - border-bottom-width */
left:40px; /* controls horizontal position */
border-width:20px 20px 0;
border-style:solid;
border-color:#eacc83 transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
}
/* creates the smaller triangle */
.triangle-border:after {
content:"";
position:absolute;
bottom:-13px; /* value = - border-top-width - border-bottom-width */
left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
border-width:13px 13px 0;
border-style:solid;
border-color:#c62717 transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
}
/* Variant : top
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.top:before {
top:-20px; /* value = - border-top-width - border-bottom-width */
bottom:auto;
left:auto;
right:50%; /* controls horizontal position */
border-width:0 20px 20px;
}
/* creates the smaller triangle */
.triangle-border.top:after {
top:-13px; /* value = - border-top-width - border-bottom-width */
bottom:auto;
left:auto;
right:51.1%; /* value = (:before right) + (:before border-right) - (:after border-right) */
border-width:0 14px 14px;
}
|
css/theme/drupalcon.css
|
@import url('black.css');
body {
/*background: #23ceea;*/
background: #000;
font-family: 'Helvetica Neue';
}
.reveal .content-box {
font-size: large;
padding: 3em 2em 3em;
border: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.reveal .content-box.session-title {
background: #263254;
border: .25em solid #eacc83;
opacity: 1;
}
.reveal .content-box h1 {
text-transform: none;
font-weight: 600;
}
.reveal .photo-credit {
position: absolute;
font-size: large;
bottom: 1.5em;
color: #888;
font-family: 'Helvetica Neue';
}
.reveal .photo-credit a {
color: #ccc;
}
.reveal .content-box.session-title h1 {
text-transform: uppercase;
}
.reveal a {
color: #6fdcf0;
}
.reveal li,
.reveal p,
.reveal blockquote {
margin-bottom: .5em;
font-weight: 500;
font-size: xx-large;
font-family: 'Helvetica Neue';
}
.reveal blockquote {
font-family: georgia, serif;
line-height: 1.6em;
font-style: normal;
text-align: left;
}
.reveal .speaker-names {
background: #c62717;
color: #f5cf3f;
border: 6px solid #eacc83;
border-radius: 15px;
margin: -1em 8.5em;
padding: .75em;
}
.reveal h1, .reveal h2, h3, h4 {
font-family: 'Helvetica Neue';
font-weight: normal;
color: #eacc83;
}
.reveal .speaker-names {
color: #ffffff;
text-transform: uppercase;
font-size: x-large;
}
.reveal section img {
border: 0;
box-shadow: none;
}
.reveal small {
vertical-align: inherit;
}
.triangle-border {
position:relative;
padding:15px;
margin:1em 0 3em;
border:5px solid #5a8f00;
color:#333;
background:#fff;
/* css3 */
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.triangle-border:before {
content:"";
position:absolute;
bottom:-20px; /* value = - border-top-width - border-bottom-width */
left:40px; /* controls horizontal position */
border-width:20px 20px 0;
border-style:solid;
border-color:#eacc83 transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
}
/* creates the smaller triangle */
.triangle-border:after {
content:"";
position:absolute;
bottom:-13px; /* value = - border-top-width - border-bottom-width */
left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
border-width:13px 13px 0;
border-style:solid;
border-color:#c62717 transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
}
/* Variant : top
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.top:before {
top:-20px; /* value = - border-top-width - border-bottom-width */
bottom:auto;
left:auto;
right:50%; /* controls horizontal position */
border-width:0 20px 20px;
}
/* creates the smaller triangle */
.triangle-border.top:after {
top:-13px; /* value = - border-top-width - border-bottom-width */
bottom:auto;
left:auto;
right:51.1%; /* value = (:before right) + (:before border-right) - (:after border-right) */
border-width:0 14px 14px;
}
| 0.341034 | 0.077483 |
body {
/* ;#1e1e1e; */
background-color: #1e1e1e;
color: rgba(255, 255, 255, 0.5);
position: relative;
}
.row {
overflow-x: hidden; /* avoid x overflow on all devices and pages */
}
footer {
margin-top: 1em;
padding-top: 1em;
/* background-color: #C7C7C7; */
/* background-color: #333333; */
background-color: #3c4043;
/* background-color: #252526; */
}
.h-card {
width: 500px;
margin-left: 0.3em;
}
.u-photo{
float: left;
margin: 0.2em;
width: 68px;
}
.form-control {
background-color: rgb(44, 44, 43);
}
.dropdown-menu {
margin: 0;
padding: 0;
}
.dropdown-menu, .dropdown-item {
color: rgba(255, 255, 255, 0.5);
background-color: #343a40;
overflow: hidden;
}
.dropdown-item:hover {
color: white;
background-color: rgb(104, 104, 103);
height: 100%;
}
.form-control:focus {
color: black;
background-color: rgb(104, 104, 103);
}
.btn{
color: #6c757d;
background-color: rgb(44, 44, 43);
width: 100px;
}
.btn:hover{
color: black;
background-color: rgb(104, 104, 103);
}
a.nav-link:hover {
cursor: pointer;
}
#second_navbar {
height: 4em;
background-color: #333333;
/* background-color: #3c4043 !important; */
/* box-shadow: 0 -5px 5px -5px #252526;
box-shadow: 0 5px 5px -5px #333333; */
}
input, button {
background-color: rgb(44, 44, 43);
border: 0;
margin: 0;
padding: 0.4em;
color: rgba(255, 255, 255, 0.5);
}
input[type="submit"], button{
margin-left: -5px;
}
nav input[type="text"]:focus {
outline: 0 0 0 0 !important;
box-shadow: 0 0 0 0 !important;
}
button:hover, input[type="text"]:focus, input[type="submit"]:hover, .custom-file-upload:hover {
color: black;
background-color: rgb(104, 104, 103);
outline: none;
}
.hide {
display: none;
}
.waiting{
content:url(../img/waiting.gif);
width:10%;
margin: 0 auto;
}
button#description {
width: 100%;
border: none;
}
pre {
color: white;
}
figure img {
width: 100%;
}
input[type="file"] {
display: none;
}
.custom-file-upload {
display: inline-block;
cursor: pointer;
background-color: rgb(44, 44, 43);
margin-top: 0.3rem;
}
button[type="button"]{
border: none;
padding: 0.1em;
}
.modal-content {
color: #6c757d;
background-color: rgba(22, 22, 22, 0.9);
}
.modal form {
width: 100%;
}
|
public/css/main.css
|
body {
/* ;#1e1e1e; */
background-color: #1e1e1e;
color: rgba(255, 255, 255, 0.5);
position: relative;
}
.row {
overflow-x: hidden; /* avoid x overflow on all devices and pages */
}
footer {
margin-top: 1em;
padding-top: 1em;
/* background-color: #C7C7C7; */
/* background-color: #333333; */
background-color: #3c4043;
/* background-color: #252526; */
}
.h-card {
width: 500px;
margin-left: 0.3em;
}
.u-photo{
float: left;
margin: 0.2em;
width: 68px;
}
.form-control {
background-color: rgb(44, 44, 43);
}
.dropdown-menu {
margin: 0;
padding: 0;
}
.dropdown-menu, .dropdown-item {
color: rgba(255, 255, 255, 0.5);
background-color: #343a40;
overflow: hidden;
}
.dropdown-item:hover {
color: white;
background-color: rgb(104, 104, 103);
height: 100%;
}
.form-control:focus {
color: black;
background-color: rgb(104, 104, 103);
}
.btn{
color: #6c757d;
background-color: rgb(44, 44, 43);
width: 100px;
}
.btn:hover{
color: black;
background-color: rgb(104, 104, 103);
}
a.nav-link:hover {
cursor: pointer;
}
#second_navbar {
height: 4em;
background-color: #333333;
/* background-color: #3c4043 !important; */
/* box-shadow: 0 -5px 5px -5px #252526;
box-shadow: 0 5px 5px -5px #333333; */
}
input, button {
background-color: rgb(44, 44, 43);
border: 0;
margin: 0;
padding: 0.4em;
color: rgba(255, 255, 255, 0.5);
}
input[type="submit"], button{
margin-left: -5px;
}
nav input[type="text"]:focus {
outline: 0 0 0 0 !important;
box-shadow: 0 0 0 0 !important;
}
button:hover, input[type="text"]:focus, input[type="submit"]:hover, .custom-file-upload:hover {
color: black;
background-color: rgb(104, 104, 103);
outline: none;
}
.hide {
display: none;
}
.waiting{
content:url(../img/waiting.gif);
width:10%;
margin: 0 auto;
}
button#description {
width: 100%;
border: none;
}
pre {
color: white;
}
figure img {
width: 100%;
}
input[type="file"] {
display: none;
}
.custom-file-upload {
display: inline-block;
cursor: pointer;
background-color: rgb(44, 44, 43);
margin-top: 0.3rem;
}
button[type="button"]{
border: none;
padding: 0.1em;
}
.modal-content {
color: #6c757d;
background-color: rgba(22, 22, 22, 0.9);
}
.modal form {
width: 100%;
}
| 0.383526 | 0.07579 |
h1 {
text-align: center;
}
h3 {
text-align: center;
}
#game-board {
display: flex;
align-items: center;
flex-direction: column;
}
html {
font-size: 100%;
}
.letter-box {
border: 2px solid gray;
border-radius: 3px;
margin: 2px;
font-size: 2.5rem;
font-weight: 700;
height: 3rem;
width: 3rem;
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
}
.filled-box {
border: 2px solid black;
}
.letter-row {
display: flex;
}
#keyboard-cont {
margin: 1rem 0;
display: flex;
flex-direction: column;
align-items: center;
}
#keyboard-cont div {
display: flex;
}
.second-row {
margin: 0.5rem 0;
}
.keyboard-button {
font-size: 1rem;
font-weight: 700;
padding: 0.5rem;
margin: 0 2px;
cursor: pointer;
text-transform: uppercase;
background: #0000;
}
body {
background: #333;
color: white;
}
/* The modals */
.modal {
color: #fff;
}
.modal .modal-header {
padding: 23px 26px;
border-bottom: 1px solid transparent;
text-align: center;
font-size: 80px;
}
.modal .modal-title {
font-size: 36px;
}
.modal .modal-content {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
border-radius: 3px;
border: 0;
background: #333;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid transparent;
}
.modal .modal-footer {
background: rgba(0, 0, 0, 0.1);
}
.modal .modal-footer .btn-link {
font-weight: 400;
}
.modal .modal-title,
.modal .modal-footer .btn-link {
color: #fff;
}
.modal .modal-footer .btn-link {
font-size: 14px;
color: #000;
font-weight: 500;
background: white;
}
.btn-link {
/* color: #797979; */
color: #ded7d7;
text-decoration: none;
border-radius: 2px;
}
.modal .modal-footer .btn-link:hover {
background-color: rgba(0, 0, 0, 0.1);
text-decoration: none;
}
.modal .modal-footer .btn-link {
font-weight: 400;
}
.close {
color: #FF0000;
}
#wiki-link {
font-size: 24px;
}
/* The settings modal */
.btn-primary {
padding: 10px;
position: absolute;
top: 10px;
right: 10px;
}
.btn-help {
padding: 10px;
position: absolute;
top: 10px;
left: 10px;
}
.setting {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--color-tone-4);
padding: 16px 0;
}
.text {
padding-right: 8px;
font-size: 24px;
}
.help {
font-size: 18px;
color: var(--color-tone-2);
text-align: left;
line-height: 2.4;
}
.description {
font-size: 12px;
color: var(--color-tone-2);
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: block;
height: 20px;
width: 50px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 13px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider {
background-color: green;
}
input:focus+.slider {
box-shadow: 0 0 1px green;
}
input:checked+.slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 36px;
}
.slider.round:before {
border-radius: 50%;
}
|
style.css
|
h1 {
text-align: center;
}
h3 {
text-align: center;
}
#game-board {
display: flex;
align-items: center;
flex-direction: column;
}
html {
font-size: 100%;
}
.letter-box {
border: 2px solid gray;
border-radius: 3px;
margin: 2px;
font-size: 2.5rem;
font-weight: 700;
height: 3rem;
width: 3rem;
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
}
.filled-box {
border: 2px solid black;
}
.letter-row {
display: flex;
}
#keyboard-cont {
margin: 1rem 0;
display: flex;
flex-direction: column;
align-items: center;
}
#keyboard-cont div {
display: flex;
}
.second-row {
margin: 0.5rem 0;
}
.keyboard-button {
font-size: 1rem;
font-weight: 700;
padding: 0.5rem;
margin: 0 2px;
cursor: pointer;
text-transform: uppercase;
background: #0000;
}
body {
background: #333;
color: white;
}
/* The modals */
.modal {
color: #fff;
}
.modal .modal-header {
padding: 23px 26px;
border-bottom: 1px solid transparent;
text-align: center;
font-size: 80px;
}
.modal .modal-title {
font-size: 36px;
}
.modal .modal-content {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
border-radius: 3px;
border: 0;
background: #333;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid transparent;
}
.modal .modal-footer {
background: rgba(0, 0, 0, 0.1);
}
.modal .modal-footer .btn-link {
font-weight: 400;
}
.modal .modal-title,
.modal .modal-footer .btn-link {
color: #fff;
}
.modal .modal-footer .btn-link {
font-size: 14px;
color: #000;
font-weight: 500;
background: white;
}
.btn-link {
/* color: #797979; */
color: #ded7d7;
text-decoration: none;
border-radius: 2px;
}
.modal .modal-footer .btn-link:hover {
background-color: rgba(0, 0, 0, 0.1);
text-decoration: none;
}
.modal .modal-footer .btn-link {
font-weight: 400;
}
.close {
color: #FF0000;
}
#wiki-link {
font-size: 24px;
}
/* The settings modal */
.btn-primary {
padding: 10px;
position: absolute;
top: 10px;
right: 10px;
}
.btn-help {
padding: 10px;
position: absolute;
top: 10px;
left: 10px;
}
.setting {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--color-tone-4);
padding: 16px 0;
}
.text {
padding-right: 8px;
font-size: 24px;
}
.help {
font-size: 18px;
color: var(--color-tone-2);
text-align: left;
line-height: 2.4;
}
.description {
font-size: 12px;
color: var(--color-tone-2);
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: block;
height: 20px;
width: 50px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 13px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider {
background-color: green;
}
input:focus+.slider {
box-shadow: 0 0 1px green;
}
input:checked+.slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 36px;
}
.slider.round:before {
border-radius: 50%;
}
| 0.503418 | 0.109325 |
@import url("./opacity.css");
:root{
--primary:#00aef0;
}
/*button*/
.btn{
padding: 10px 25px;
font-size: 1.2rem;
border-radius: 4px;
transition:background .5s ease;
color: #fff!important;
background: var(--primary);
}
.btn:hover{
background: var(--black);
}
/*button*/
/*section*/
section,footer,article{
padding: 50px 0;
}
header{
padding: 18px 0;
width: 100%;
background: var(--white);
box-shadow:0 0 10px #ccc;
}
.logo img{
width: 160px;
}
.menu a{
margin: 0 20px;
font-size: 1.1rem;
color: var(--black);
}
/*submenu*/
.menu li .sub-menu{
padding: 10px;
display: none;
position: absolute;
border-radius: 5px;
background: var(--white);
box-shadow: 0 0 10px var(--shadow);
}
.menu li .sub-menu li{
margin: 12px 0;
}
.menu li:hover .sub-menu{
display: block;
}
/*submenu*/
main{
display: flex;
height: 100vh;
width: 100vw;
align-items: center;
z-index: 900;
}
main h2{
font-size: 2rem;
}
main p{
margin:1rem 0 2rem 0;
font-size: 1.1rem;
}
/*products*/
#products{
width: 100%;
}
#products .grid-2{
grid-auto-rows: 1fr;
}
#products .vid-box iframe{
max-width: 100%;
height: 100%;
}
#products .grid-3 .content{
align-self: center;
}
#products .content img{
border-radius: 50%;
}
#products .vid-box iframe{
min-width: 100%;
height:400px;
background-size: cover;
}
#products .content p{
margin: 1rem 0 2rem 0;
}
.l{
background:var(--primary);
color: var(--white);
}
.l p{
margin: 1em;
}
.l .btn{
background: var(--black);
color: #fff;
}
.l .btn:hover{
background: #fff;
color: #000!important;
}
/*
*/
.form{
background: var(--primary);
color: #fff;
}
form input,form textarea,.form-control{
display: block;
min-width: 100%;
padding: 10px 15px;
border: none;
outline: none;
background: var(--white);
resize: none;
}
form .primary{
padding: 9px 20px;
background: rgba(255, 217, 0, 0.925);
color: var(--black);
margin: 1rem 0;
}
.review .image img{
max-width: 100%;
height: 400px;
}
.title{
font-size: 2rem;
color: var(--gray);
margin-bottom: 2rem;
}
.product .grid-3{
width: 80%;
margin: 0 auto;
}
.product .grid-3 .item img{
width: 100px;
}
.product .grid-3 .item p{
margin: 1rem 0;
}
/**/
.top{
bottom: 4%;
right: 3%;
cursor: pointer;
}
.top a{
color: var(--white);
}
/*footer*/
footer{
color: var(--white);
background:#111;
}
footer .item li{
line-height: 2;
}
footer .item a{
color: #aaa;
}
.bs50{
border-radius: 50%;
}
.socials{
margin: 10px 0;
}
.socials a{
margin-right: 14px;
font-size: 1.4rem;
}
.socials a:hover{
color: var(--white);
}
@media (max-width:776px){
main .bg-img{
order: 1;
}
main .content{
order: 2;
}
.navbar .menu{
display: none;
}
}
|
assets/css/main.css
|
@import url("./opacity.css");
:root{
--primary:#00aef0;
}
/*button*/
.btn{
padding: 10px 25px;
font-size: 1.2rem;
border-radius: 4px;
transition:background .5s ease;
color: #fff!important;
background: var(--primary);
}
.btn:hover{
background: var(--black);
}
/*button*/
/*section*/
section,footer,article{
padding: 50px 0;
}
header{
padding: 18px 0;
width: 100%;
background: var(--white);
box-shadow:0 0 10px #ccc;
}
.logo img{
width: 160px;
}
.menu a{
margin: 0 20px;
font-size: 1.1rem;
color: var(--black);
}
/*submenu*/
.menu li .sub-menu{
padding: 10px;
display: none;
position: absolute;
border-radius: 5px;
background: var(--white);
box-shadow: 0 0 10px var(--shadow);
}
.menu li .sub-menu li{
margin: 12px 0;
}
.menu li:hover .sub-menu{
display: block;
}
/*submenu*/
main{
display: flex;
height: 100vh;
width: 100vw;
align-items: center;
z-index: 900;
}
main h2{
font-size: 2rem;
}
main p{
margin:1rem 0 2rem 0;
font-size: 1.1rem;
}
/*products*/
#products{
width: 100%;
}
#products .grid-2{
grid-auto-rows: 1fr;
}
#products .vid-box iframe{
max-width: 100%;
height: 100%;
}
#products .grid-3 .content{
align-self: center;
}
#products .content img{
border-radius: 50%;
}
#products .vid-box iframe{
min-width: 100%;
height:400px;
background-size: cover;
}
#products .content p{
margin: 1rem 0 2rem 0;
}
.l{
background:var(--primary);
color: var(--white);
}
.l p{
margin: 1em;
}
.l .btn{
background: var(--black);
color: #fff;
}
.l .btn:hover{
background: #fff;
color: #000!important;
}
/*
*/
.form{
background: var(--primary);
color: #fff;
}
form input,form textarea,.form-control{
display: block;
min-width: 100%;
padding: 10px 15px;
border: none;
outline: none;
background: var(--white);
resize: none;
}
form .primary{
padding: 9px 20px;
background: rgba(255, 217, 0, 0.925);
color: var(--black);
margin: 1rem 0;
}
.review .image img{
max-width: 100%;
height: 400px;
}
.title{
font-size: 2rem;
color: var(--gray);
margin-bottom: 2rem;
}
.product .grid-3{
width: 80%;
margin: 0 auto;
}
.product .grid-3 .item img{
width: 100px;
}
.product .grid-3 .item p{
margin: 1rem 0;
}
/**/
.top{
bottom: 4%;
right: 3%;
cursor: pointer;
}
.top a{
color: var(--white);
}
/*footer*/
footer{
color: var(--white);
background:#111;
}
footer .item li{
line-height: 2;
}
footer .item a{
color: #aaa;
}
.bs50{
border-radius: 50%;
}
.socials{
margin: 10px 0;
}
.socials a{
margin-right: 14px;
font-size: 1.4rem;
}
.socials a:hover{
color: var(--white);
}
@media (max-width:776px){
main .bg-img{
order: 1;
}
main .content{
order: 2;
}
.navbar .menu{
display: none;
}
}
| 0.168925 | 0.044039 |
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.wp_admin body {
background: #f1f1f1;
}
/*
=====================================
font icons
=====================================
*/
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?umftph');
src: url('fonts/icomoon.eot?umftph#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?umftph') format('truetype'),
url('fonts/icomoon.woff?umftph') format('woff'),
url('fonts/icomoon.svg?umftph#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="fci-"], [class*=" fci-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fci-heart:before {
content: "\f004";
}
.fci-check:before {
content: "\f00c";
}
.fci-tags:before {
content: "\f02c";
}
.fci-eye:before {
content: "\f06e";
}
.fci-calendar:before {
content: "\f073";
}
.fci-comment:before {
content: "\f075";
}
.fci-chain:before {
content: "\f0c1";
}
.fci-link:before {
content: "\f0c1";
}
.fci-angle-double-right:before {
content: "\f101";
}
.fci-angle-right:before {
content: "\f105";
}
.fci-desktop:before {
content: "\f108";
}
.fci-mobile:before {
content: "\f10b";
}
.fci-mobile-phone:before {
content: "\f10b";
}
.fci-quote-right:before {
content: "\f10e";
}
.fci-rocket:before {
content: "\f135";
}
.fci-chevron-circle-left:before {
content: "\f137";
}
/*
=====================================
Start Cross Browser Styling
=====================================
*/
.flippercode-ui {
margin: 0;
padding: 0;
background: #f1f1f1;
font-size: 15px;
line-height: 1.42857em;
color: rgba(0, 0, 0, 0.87);
float: left;
width: 100%;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}
.fc-main {
margin: 0;
padding: 0;
}
p {
margin: 0 0 18px 0;
}
.flippercode-ui img{
max-width:100%;
height:auto;
}
.fc-main ul {
padding: 0px;
margin: 0px;
}
/* All Box-sizing */
.fc-main *,
.fc-main input,
.fc-main select,
.fc-main label .fc-main textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.fc-main code {
background: #e4eff5;
}
.fc-main pre {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: url("../images/pre_back.png") repeat scroll;
border-color: #ddd;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 1rem;
font: lighter 15px Monaco, "MonacoRegular", monospace;
margin: 20px 0;
overflow: auto;
padding: 20px 20px 0px 0px;
width: 100%;
line-height: 20px;
white-space: pre-wrap; /* CSS3 browsers */
white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
white-space: -pre-wrap; /* Opera 4 thru 6 */
white-space: -o-pre-wrap; /* Opera 7 and up */
word-wrap: break-word;
}
.fc-main pre code {
background: none;
}
.fc-main blockquote {
display: block;
background: #fff;
padding: 15px 20px 15px 55px;
margin: 0 0 20px;
position: relative;
font-size: 14px;
text-align: justify;
border-left: 5px solid #c76c0c;
border-right: 2px solid #c76c0c;
-moz-box-shadow: 2px 2px 15px #ccc;
-webkit-box-shadow: 2px 2px 15px #ccc;
box-shadow: 2px 2px 15px #ccc;
}
.fc-main blockquote::before {
content: "\e977";
/*Unicode for Left Double Quote*/
font-family: 'icomoon';
font-size: 30px;
font-weight: bold;
color: #D5D5D5;
/*Positioning*/
position: absolute;
left: 15px;
top: 5px;
}
.fc-main blockquote a {
text-decoration: none;
background: #eee;
cursor: pointer;
padding: 0 3px;
color: #c76c0c;
}
.fc-main blockquote a:hover {
color: #666;
}
.fc-main blockquote em {
font-style: italic;
}
.fc-main ul {
list-style: none;
margin: 0;
padding: 0;
}
.fc-left {
float: left;
margin: 0 10px 0 0;
}
.fc-right {
float: right;
margin: 0 0px 0 10px;
}
.fc-center {
display: block;
margin: 10px auto;
}
/*
===================================================
Heading Style
===================================================
*/
.fc-main h1,
.fc-main h2,
.fc-main h3,
.fc-main h4,
.fc-main h5,
.fc-main h6 {
position: relative;
clear: both;
margin: 15px 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
font-weight: 400;
color: inherit;
}
.fc-main h1 {
font-size: 30px;
line-height: 1.8;
}
.fc-main h2 {
font-size: 28px;
line-height: 1.8;
}
.fc-main h3 {
font-size: 24px;
line-height: 1.3;
}
.fc-main h4 {
font-size: 16px;
line-height: 1.3;
}
.fc-main h5 {
font-size: 14px;
line-height: 1.3;
}
.fc-main h6 {
font-size: 14px;
line-height: 1.3;
}
.fc-clear {
clear: both;
position: relative;
}
.fc-clear::after,
.fc-clear::before,
.fc-divider::after,
.fc-divider::before,
.fc-container::after,
.fc-container::before {
display: table;
content: " ";
}
.fc-main .fc-title-blue {
padding: 8px 10px;
margin-bottom: 20px;
}
/*
===================================================
Navigation
===================================================
*/
.fc-nav {
margin: 10px 0;
background: #424242;
float: left;
width: 100%;
}
.fc-menubar ul {
margin: 0;
padding: 0;
list-style: none;
}
.fc-menubar li {
position: relative;
list-style: none;
float: left;
border-right: 1px solid #818181;
}
.fc-menubar li.fc-menu-child > a::before,
.fc-menubar li.fc-menu-child > a::after {
background: #fff none repeat scroll 0 0;
content: "";
display: block;
height: 8px;
margin-top: -3px;
position: absolute;
right: 21px;
top: 50%;
transform: rotate(-45deg);
transition: all 0.25s ease-out 0s;
width: 2px;
}
.fc-menubar li.fc-menu-child a::after {
right: 16px;
transform: rotate(-135deg);
}
.fc-menubar li.fc-menu-child:hover a::before,
.fc-menubar li.fc-menu-child.fc-open a::before {
right: 16px;
}
.fc-menubar li.fc-menu-child:hover a::after,
.fc-menubar li.fc-menu-child.fc-open a::after {
right: 21px;
}
.fc-menubar li:last-child {
border: none;
}
.fc-menubar li a {
color: #fff;
font-size: 15px;
font-weight: 600;
padding: 10px 36px;
float: left;
width: 100%;
transition: all 300ms linear 0s;
position: relative;
}
.fc-menubar li:hover {
background: #595959;
text-decoration: none;
}
.fc-menubar li a:hover,
.fc-menubar li:hover > a {
color: #fff;
text-decoration: none;
animation: moveFromTop 300ms ease-in-out;
opacity: 1;
}
.fc-menubar li ul {
display: none;
position: absolute;
background: #595959;
width: 200px;
top: 40px;
z-index: 1;
}
.fc-menubar li:hover > ul,
.fc-menubar li.fc-menu-child.fc-open > ul {
display: block;
}
.fc-menubar li ul li {
float: left;
width: 100%;
border: none;
text-align: left;
}
.fc-menubar li ul li a {
padding: 10px 20px;
}
.fc-menubar li ul li a:hover {
background: #424242;
}
/*
===================================================
Justifiy navbar
===================================================
*/
.fc-menubar-justify ul {
display: table;
width: 100%;
}
.fc-menubar-justify ul li {
display: table-cell;
width: 1%;
float: none;
text-align: center;
}
.fc-menubar-justify ul li a {
width: 100%;
text-align: center;
}
.fc-menubar-justify ul li li a {
text-align: left;
}
/*
===================================================
Vertical Navbar
===================================================
*/
.fc-menubar_vertical {
width: 250px;
}
.fc-menubar_vertical li {
width: 100%;
border: none;
}
.fc-menubar_vertical li ul {
width: 200px;
top: inherit;
left: 250px;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::before,
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::after {
right: 15px;
top: 44%;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::after {
right: 15px;
top: 56%;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a:hover::before,
.fc-menubar.fc-menubar_vertical li.fc-menu-child.fc-open a::before {
right: 15px;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a:hover::after,
.fc-menubar.fc-menubar_vertical li.fc-menu-child.fc-open a::after {
right: 15px;
}
.fc-menubar li.active,
.fc-menubar li.fc-menu-child.fc-open {
background: #595959;
}
.fc-menubar li.active > a {
color: #fff;
}
.fc-menu-header .fc-menu-toggle {
width: 40px;
background: #424242;
border: none;
cursor: pointer;
padding: 7px 7px;
display: none;
}
.fc-menu-header .fc-menu-toggle:hover,
.fc-menu-header .fc-menu-toggle:active {
background: #e50303;
}
.fc-menu-header .fc-menu-toggle span {
border: 1px solid #FEFEFE;
float: left;
width: 100%;
margin: 2px 0;
}
@media (max-width: 768px) {
.fc-menu-header .fc-menu-toggle {
display: block;
}
.fc-nav {
margin: 0px 0;
}
.fc-menubar li,
.fc-menubar li ul,
.fc-menubar_vertical {
width: 100%;
}
.fc-menubar li {
border-bottom: 1px solid #818181;
}
.fc-menubar li a {
padding: 10px 20px;
}
.fc-menubar li ul,
.fc-menubar_vertical li ul {
position: relative;
top: 0;
left: 0;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::before,
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::after {
right: 21px;
top: 50%;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::after {
right: 16px;
top: 50%;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a:hover::before,
.fc-menubar.fc-menubar_vertical li.fc-menu-child.fc-open a::before {
right: 16px;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a:hover::after,
.fc-menubar.fc-menubar_vertical li.fc-menu-child.fc-open a::after {
right: 21px;
}
.fc-menubar-justify ul {
display: table;
width: 100%;
}
.fc-menubar-justify ul li {
display: block;
width: 100%;
float: left;
text-align: left;
}
.fc-menubar-justify ul li a {
width: 100%;
text-align: left;
}
}
/*
===================================================
Style custom form inputs and textarea
===================================================
*/
.fc-form {
margin-bottom: 15px;
float: left;
width: 100%;
}
.fc-main .fc-form-group {
margin-bottom: 15px;
float: left;
width: 100%;
}
.fc-main input[type="text"],
.fc-main input[type="email"],
.fc-main input[type="password"],
.fc-main input[type="tel"],
.fc-main input[type="search"],
.fc-main textarea {
float: left;
padding: 11px 10px;
border: 1px solid #E8E8E8;
border-radius: 0px;
box-shadow: none;
color: rgba(0,0,0,.57);
width: 100%;
margin: 0px 0 0px 0;
transition: all 0.4s ease 0s;
}
.fc-main input[type="text"]:focus,
.fc-main input[type="email"]:focus,
.fc-main input[type="password"]:focus,
.fc-main input[type="tel"]:focus,
.fc-main textarea:focus,
.fc-main input[type="search"]:focus,
.fc-main .btn-default:focus {
border: 1px solid #0099FF;
}
.fc-main input[type="file"] {
border: 1px solid #E8E8E8;
padding: 9px 10px;
}
.fc-form .fc-field {
margin-bottom: 10px;
max-width: 100%;
overflow: hidden;
position: relative;
vertical-align: middle;
}
.fc-form .fc-field.success::after {
color: #58c026;
content: "✓";
font-family: 'icomoon';
position: absolute;
right: 15px;
top: 21%;
z-index: 999;
}
.fc-field.warning::after {
color: #f6b83f;
content: "\f071";
font-family: 'icomoon';
position: absolute;
right: 15px;
top: 21%;
z-index: 999;
}
.fc-field.danger::after {
color: #ca3838;
content: "✖";
font-family: 'icomoon';
position: absolute;
right: 15px;
top: 21%;
z-index: 999;
}
.fc-form .fc-field.success input,
.fc-form .fc-field.success .input,
.fc-form .fc-field.success textarea,
.fc-form .fc-field.success .textarea,
fc-form .fc-field.success .picker {
background: #c0eeaa none repeat scroll 0 0;
border-color: #58c026;
}
.fc-form .fc-field.warning input,
.fc-form .fc-field.warning .input,
.fc-form .fc-field.warning textarea,
.fc-form .fc-field.warning .textarea,
.fc-form .fc-field.warning .picker {
background: #fef7ea none repeat scroll 0 0;
border-color: #f6b83f;
}
.fc-form .fc-field.danger input,
.fc-form .fc-field.danger .input,
.fc-form .fc-field.danger textarea,
.fc-form .fc-field.danger .textarea,
.fc-form .fc-field.danger .picker {
background: #f0c5c5 none repeat scroll 0 0;
border-color: #ca3838;
}
.fc-field.success.ext_btn::after,
.fc-field.warning.ext_btn::after,
.fc-field.danger.ext_btn::after {
content: '';
}
.fc-field.success .checkbox input[type="checkbox"]:checked + label::after,
.fc-field.success .fc-file_input + label {
color: #58c026;
}
.fc-field.warning .checkbox input[type="checkbox"]:checked + label::after,
.fc-field.warning .fc-file_input + label {
color: #f6b83f;
}
.fc-field.danger .checkbox input[type="checkbox"]:checked + label::after,
.fc-field.danger .fc-file_input + label {
color: #ca3838;
}
.fc-field.success .radio label::after {
background: #58c026;
}
.fc-field.warning .radio label::after {
background: #f6b83f;
}
.fc-field.danger .radio label::after {
background: #ca3838;
}
.fc-field.success .fc-file_input + label,
.fc-field.success .checkbox input[type="checkbox"]:checked + label::before,
.fc-field.success .radio input[type="radio"]:checked + label::before {
background: #c0eeaa none repeat scroll 0 0;
border: 1px solid #58c026;
}
.fc-field.warning .fc-file_input + label,
.fc-field.warning .checkbox input[type="checkbox"]:checked + label::before,
.fc-field.warning .radio input[type="radio"]:checked + label::before {
background: #fef7ea none repeat scroll 0 0;
border: 1px solid #f6b83f;
}
.fc-field.danger .fc-file_input + label,
.fc-field.danger .checkbox input[type="checkbox"]:checked + label::before,
.fc-field.danger .radio input[type="radio"]:checked + label::before {
background: #f0c5c5 none repeat scroll 0 0;
border: 1px solid #ca3838;
}
.fc-main input.tog,
.fc-main input[type="radio"],
.fc-main input[type="checkbox"] {
margin: 0 2px 0 0;
}
.fc-form fieldset {
border: 1px solid #E0E0E0;
padding: 20px 15px;
}
.fc-form legend {
font-weight: 600;
margin: 0 0px;
padding: 5px 15px;
border-radius: 5px;
border: 1px solid #E0E0E0;
}
.fc-main form label {
cursor: default;
line-height: 22px;
font-weight: 600;
margin-left: 10px;
font-size: 15px;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #ddd;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #ddd;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #ddd;
}
:-moz-placeholder {
/* Firefox 18- */
color: #ddd;
}
@media(max-width:768px){
.fc-main form label{
margin:0px;
}
}
/*
===================================================
File upload
===================================================
*/
.fc-file_input {
width: 185px;
cursor: pointer;
opacity: 0;
overflow: hidden;
position: absolute;
}
.fc-file_input + label {
font-weight: 700;
color: #ffffff !important;
background-color: #e4b21b;
display: inline-block;
cursor: pointer;
padding: 10px 20px;
}
.fc-file-details {
margin-left: 20px;
font-style: italic;
}
.fc-file_input + label i {
margin-right: 8px;
}
.fc-file_input:focus + label,
.fc-file_input + label:hover {
background-color: red;
}
/*
===================================================
Switch Button
===================================================
*/
/* The switch - the box around the slider */
.fc-main .switch {
position: relative;
display: inline-block;
width: 60px;
height: 25px;
margin-bottom: 0px;
}
/* Hide default HTML checkbox */
.fc-main .switch input {
display: none;
}
/* The slider */
.fc-main .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.fc-main .slider:before {
background-color: white;
bottom: 4px;
content: "";
height: 21px;
left: 3px;
position: absolute;
top: 2px;
width: 22px;
-webkit-transition: .4s;
transition: .4s;
}
.fc-main input:checked + .slider {
background-color: #2ecc71;
}
.fc-main input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
.fc-main input:checked + .slider:before {
-webkit-transform: translateX(32px);
-ms-transform: translateX(32px);
transform: translateX(32px);
}
.fc-main input + .slider span::before {
color: #fff;
content: "OFF";
font-size: 12px;
position: absolute;
right: 8px;
top: 2px;
}
.fc-main input:checked + .slider span::before {
content: "ON";
font-size: 11px;
left: 9px;
color: #e1fced;
}
/* Rounded sliders */
.fc-main .slider.round {
border-radius: 15px;
}
.fc-main .slider.round:before {
border-radius: 50%;
}
/*
===================================================
Checkbox and radio button Style
===================================================
*/
.fc-main .checkbox {
padding-left: 5px;
padding-right: 15px;
transition: all 0.4s ease 0s;
}
.fc-main .checkbox.chk-vertical,
.fc-main .radio.chk-vertical {
width: 100%;
float: left;
}
.fc-main table .checkbox {
padding-right: 0px;
}
.fc-main .checkbox input[type="checkbox"]{
width:17px;
height:17px;
}
.fc-main .checkbox label {
vertical-align: middle;
position: relative;
padding-left: 5px;
font-weight: 500;
transition: all 0.4s ease 0s;
margin-left:0px;
}
.fc-main .checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
top: 0px;
margin-left: -21px;
border: 1px solid #e7e3dd;
border-radius: 0px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fc-main .checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 1px;
top: -1px;
margin-left: -22px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #fff;
}
.fc-main .checkbox input[type="checkbox"],
.fc-main .checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
position: relative;
}
.fc-main .checkbox input[type="checkbox"]:checked + label::after {
font-family: "fontawesome";
content: "\f00c";
}
.fc-main .checkbox input[type="checkbox"]:checked + label::before {
outline: none;
border: 1px solid #de8b05;
outline: 0px auto -webkit-focus-ring-color;
background: #de8b05;
}
.fc-main .checkbox input[type="checkbox"]:indeterminate + label::after {
display: block;
content: "";
width: 10px;
height: 3px;
background-color: #555555;
border-radius: 2px;
margin-left: -16.5px;
margin-top: 7px;
}
.fc-main .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.fc-main .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.fc-main .radio {
padding-left: 5px;
padding-right: 15px;
display: inline-block;
transition: all 0.4s ease 0s;
}
.fc-main .radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 0px;
font-weight: 500;
transition: all 0.4s ease 0s;
font-size: 13px;
color: #777777;
}
.fc-main .checkbox label {
font-style: italic;
font-size: 13px;
}
.fc-main .radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 3px;
margin-left: -24px;
border: 1px solid #807463;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.fc-main .radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 8px;
height: 8px;
left: 1px;
top: 8px;
margin-left: -20px;
border-radius: 50%;
background-color: #fff;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.fc-main .radio input[type="radio"] {
opacity: 0;
position: relative;
z-index: 100;
}
.fc-main .radio input[type="radio"]:focus + label::before {
outline: none;
outline: 0px auto -webkit-focus-ring-color;
outline-offset: -2px;
background: #de8b05;
border: 1px solid #de8b05;
}
.fc-main .radio input[type="radio"]:checked + label::before {
background: #de8b05;
border: 1px solid #de8b05;
}
.fc-main .radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.fc-main .radio input[type="radio"]:disabled + label {
opacity: 0.65;
}
.fc-main .radio input[type="radio"]:disabled + label::before {
cursor: not-allowed;
}
@media(max-width:768px) {
.fc-main .checkbox, .fc-main .radio {
padding-left: 0px;
}
}
/*
===================================================
Alert message
===================================================
*/
.fc-msg {
margin-bottom: 15px;
padding: 5px;
}
.fc-success {
background: #2ECC71;
color: #ffffff;
}
.fc-danger {
background: #E74C3C;
color: #fff;
}
.fc-msg-info {
color: #1c7db1;
background-color: #cbe8f7;
}
.fc-warning {
color: #a18103;
background-color: #f8edbf;
}
/*
===================================================
Button Design
===================================================
*/
.fc-btn {
font-size: 14px;
padding: 6px 18px;
border: none !important;
cursor: pointer;
border-radius: 0px;
margin: 5px 0;
transition: all 0.5s;
text-align: center;
}
.fc-btn span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.fc-btn span:after {
content: '»';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.fc-btn:hover span {
padding-right: 25px;
}
.fc-btn:hover span:after {
opacity: 1;
right: 0;
}
.fc-btn-big {
font-size: 15px;
padding: 10px 20px;
}
.fc-btn-medium {
font-size: 12px;
padding: 5px 12px;
}
.fc-btn-small {
font-size: 12px;
padding: 2px 8px;
}
.fc-btn-default {
color: #ffffff;
cursor: pointer;
text-transform: capitalize;
border: none;
border-radius: 0;
font-size: 13px;
padding: 5px 15px;
text-decoration: none;
font-weight: normal;
}
.fc-btn-submit, .fc-btn-submit:hover {
color: #ffffff;
}
.fc-btn-submit:hover {
background: #e4b21b;
}
.fc-btn-blue {
background: #0682c9;
border: 1px solid #11497b;
}
.fc-btn-green {
background: #419641;
border: 1px solid #1d741d;
}
.fc-btn-black {
background: #2D2D2D;
border: 1px solid #6C6C6C;
}
.fc-btn-orange {
background: #eca204;
border: 1px solid #d39207;
}
.fc-btn-red {
background: #C12E2A;
border: 1px solid #a91511;
}
.fc-btnoutline-default {
color: #cccccc;
border: 1px solid #F0F0F0;
background: none;
}
.fc-btnoutline-blue {
color: #0682c9;
border: 1px solid #11497b;
background: none;
}
.fc-btnoutline-green {
color: #419641;
border: 1px solid #1d741d;
background: none;
}
.fc-btnoutline-black {
color: #2D2D2D;
border: 1px solid #6C6C6C;
background: none;
}
.fc-btnoutline-orange {
color: #eca204;
border: 1px solid #d39207;
background: none;
}
.fc-btnoutline-red {
color: #C12E2A;
border: 1px solid #a91511;
background: none;
}
.fc-btn-link {
background: none;
}
.fc-btn-link:hover {
text-decoration: underline;
}
.fc-btn-blue,
.fc-btn-green,
.fc-btn-black,
.fc-btn-orange,
.fc-btn-red,
a.fc-btn-blue,
a.fc-btn-green,
a.fc-btn-black,
a.fc-btn-orange,
a.fc-btn-red {
color: #fff !important;
text-decoration: none !important;
}
.fc-btn-default:hover,
.fc-btn-blue:hover,
.fc-btn-green:hover,
.fc-btn-black:hover,
.fc-btn-orange:hover,
.fc-btn-red:hover {
color: #fff;
opacity: 1;
text-decoration: none;
}
.fc-btnoutline-blue:hover,
.fc-btnoutline-green:hover,
.fc-btnoutline-black:hover,
.fc-btnoutline-orange:hover,
.fc-btnoutline-red:hover {
color: #fff;
}
.fc-btn-default:hover {
color: #fff;
background: rgb(212, 165, 0);
}
.fc-btnoutline-blue:hover {
background: #0682c9;
}
.fc-btnoutline-green:hover {
background: #419641;
}
.fc-btnoutline-black:hover {
background: #2d2d2d;
}
.fc-btnoutline-orange:hover {
background: #eca204;
}
.fc-btnoutline-red:hover {
background: #c12e2a;
}
.wp-admin .flippercode-ui .search-box {
float: left;
width: 80%;
margin-bottom: 30px;
display:inline-block;
}
.wp-admin .flippercode-ui .search-box #search-submit {
height: 39px;
border: none !important;
border-radius: 0px;
margin-left: 10px;
padding: 0px 10px;
width: 100px;
}
.wp-admin .flippercode-ui .tablenav.top #doaction {
height: 39px;
border: none !important;
border-radius: 0px;
padding: 0px 10px;
}
.wp-admin .flippercode-ui .search-box #search_id-search-input {
float: left !important;
height: 40px;
display: inline;
width: 80%;
}
.flippercode-ui .tablenav.top #bulk-action-selector-top {
height: 40px;
display: inline;
}
.wp-admin .flippercode-ui .tablenav.top {
display: inline-block;
margin-top: -4px;
}
.wp-admin .flippercode-ui .tablenav.top .tablenav-pages, .wp-admin .flippercode-ui .wp-list-table tfoot, .wp-admin .flippercode-ui .tablenav.bottom .bulkactions {
display: none;
}
.wp-admin .flippercode-ui .wp-list-table thead a, .wp-admin .flippercode-ui .wp-list-table thead th {
color: #e2a749;
}
.wp-admin .flippercode-ui .wp-list-table tbody tr td, .wp-admin .flippercode-ui .tablenav .tablenav-pages {
color: rgba(0,0,0,.87) !important;
}
.wp-admin .flippercode-ui .tablenav .tablenav-pages a, .wp-admin .flippercode-ui .tablenav-pages-navspan {
display: inline-block;
border: 1px solid #f39c12;
color: #fff;
min-width: 30px;
}
.wp-admin .flippercode-ui table.dataTable.no-footer {
border: none;
}
/*
===================================================
Badge
===================================================
*/
.fc-badge {
border-radius: 10px;
font-size: 14px;
padding: 0 10px;
color: #fff;
}
.fc-badge.light {
background: #fff none repeat scroll 0 0;
border: 1px solid #f2f2f2;
color: #555555;
}
.fc-badge.dark {
background: #000;
}
/*
===================================================
Labels
===================================================
*/
.fc-label {
padding: 6px 15px;
border: none;
border-radius: 2px;
margin: 5px 0;
}
.fc-label-default,
.fc-badge.default {
background: #777777;
border: 1px solid #777777;
}
.fc-label-primary,
.fc-badge.primary {
background: #337AB7;
border: 1px solid #337AB7;
}
.fc-label-success,
.fc-badge.success {
background: #5CB85C;
border: 1px solid #5CB85C;
}
.fc-label-info,
.fc-badge.info {
background: #5BC0DE;
border: 1px solid #5BC0DE;
}
.fc-label-warning,
.fc-badge.warning {
background: #F0AD4E;
border: 1px solid #F0AD4E;
}
.fc-label-danger,
.fc-badge.danger {
background: #D9534F;
border: 1px solid #D9534F;
}
.fc-label-default,
.fc-label-primary,
.fc-label-success,
.fc-label-info,
.fc-label-warning,
.fc-label-warning,
.fc-label-danger {
color: #fff;
}
/*
===================================================
progress bar
===================================================
*/
.fc-bar-handle {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #EAEAEA;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.fc-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #3184cb;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.fc-bar-striped {
background-color: #e45804;
}
.fc-bar-green {
background-color: #42b942;
}
.fc-bar-lightblue {
background-color: #2eafd5;
}
.fc-bar-orange {
background-color: #ef9d27;
}
.fc-bar-red {
background-color: #d73631;
}
.fc-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.fc-progress.active .fc-bar,
.fc-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.fc-text-white {
color: #fff;
}
/*
===================================================
Table Design
===================================================
*/
table {
width: 100%;
border: 1px solid #E9E9E9;
margin: 0 0 15px 0;
border-collapse: collapse;
border-spacing: 0;
}
.fc-table {
width: 100%;
border: 1px solid #E9E9E9;
margin: 0 0 15px 0;
border-collapse: collapse;
border-spacing: 0;
font-size: 15px;
min-width:600px;
}
.fc-table td,
.fc-table th {
padding: 8px 10px;
text-align: left;
}
.fc-table td {
border-bottom: 1px solid #E9E9E9;
}
.fc-table tr:last-child td {
border-bottom: none;
}
.fc-table th {
background: #F1F1F1;
}
.fc-table-layout5 td,
.fc-table-layout5 th {
border-right: 1px solid #E9E9E9;
}
.fc-table-layout5 tr td:last-child,
.fc-table-layout5 tr th:last-child {
border-right: none;
}
.fc-table-layout2 th {
background: none;
border-bottom: 2px solid #E9E9E9;
}
.fc-table-layout3 th {
background: none;
border-bottom: 2px solid #E9E9E9;
}
.fc-table-layout3 tr:nth-child(odd) td {
background: #F3F3F3;
}
.fc-table-layout3 tr:nth-child(even) td {
background: #fff;
}
.fc-table-layout4 {
border: none;
}
.fc-table-layout4 th {
background: none;
border-bottom: 2px solid #E9E9E9;
}
.fc-table-layout4 tr td {
border-bottom: 1px solid #E9E9E9;
}
/*
===================================================
Table Responsive
===================================================
*/
.fc-table-responsive {
overflow-x: auto;
}
/*
===================================================
Panels
===================================================
*/
.fc-panel {
margin: 0 0 15px 0;
border: 1px solid #E4E4E4;
}
.fc-panel-heading {
background: #E4E4E4;
padding: 10px 15px;
position: relative;
}
h3.fc-panel-title {
margin: 0px;
font-size: 16px;
font-weight: 400;
}
.fc-panel-body {
padding: 20px 15px 15px;
line-height: 1.5;
}
.fc-panel-heading::before {
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-top: 10px solid #E4E4E4;
bottom: -9px;
content: "";
left: 50%;
position: absolute;
transform: translateX(-50%);
}
.fc-panel-primary {
border: 1px solid #037abe;
}
.fc-panel-primary .fc-panel-heading {
background: #037abe;
color: #fff;
}
.fc-panel-primary .fc-panel-heading::before {
border-top: 10px solid #037abe;
}
.fc-panel-success {
border: 1px solid #01bc06;
}
.fc-panel-success .fc-panel-heading {
background: #01bc06;
color: #fff;
}
.fc-panel-success .fc-panel-heading::before {
border-top: 10px solid #01bc06;
}
.fc-panel-info {
border: 1px solid #01b2e5;
}
.fc-panel-info .fc-panel-heading {
background: #01b2e5;
color: #fff;
}
.fc-panel-info .fc-panel-heading::before {
border-top: 10px solid #01b2e5;
}
.fc-panel-warning {
border: 1px solid #e5ad01;
}
.fc-panel-warning .fc-panel-heading {
background: #e5ad01;
color: #fff;
}
.fc-panel-warning .fc-panel-heading::before {
border-top: 10px solid #e5ad01;
}
.fc-panel-danger {
border: 1px solid #be0315;
}
.fc-panel-danger .fc-panel-heading {
background: #be0315;
color: #fff;
}
.fc-panel-danger .fc-panel-heading::before {
border-top: 10px solid #be0315;
}
/*
==================================================
End Cross Browser Styling
==================================================
*/
.fc-divider {
margin-right: -15px;
margin-left: -15px;
clear: both;
}
.fc-container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.fc-1,
.fc-2,
.fc-3,
.fc-4,
.fc-5,
.fc-6,
.fc-7,
.fc-8,
.fc-9,
.fc-10,
.fc-11,
.fc-12 {
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
box-sizing: border-box;
}
.fc-12 {
width: 100%;
}
.fc-11 {
width: 91.66666667%;
}
.fc-10 {
width: 83.33333333%;
}
.fc-9 {
width: 75%;
}
.fc-8 {
width: 66.66666667%;
}
.fc-7 {
width: 58.33333333%;
}
.fc-6 {
width: 50%;
}
.fc-5 {
width: 41.66666667%;
}
.fc-4 {
width: 33.33333333%;
}
.fc-3 {
width: 25%;
}
.fc-2 {
width: 16.66666667%;
}
.fc-1 {
width: 8.33333333%;
}
.fc-pull-12 {
right: 100%;
}
.fc-pull-11 {
right: 91.66666667%;
}
.fc-pull-10 {
right: 83.33333333%;
}
.fc-pull-9 {
right: 75%;
}
.fc-pull-8 {
right: 66.66666667%;
}
.fc-pull-7 {
right: 58.33333333%;
}
.fc-pull-6 {
right: 50%;
}
.fc-pull-5 {
right: 41.66666667%;
}
.fc-pull-4 {
right: 33.33333333%;
}
.fc-pull-3 {
right: 25%;
}
.fc-pull-2 {
right: 16.66666667%;
}
.fc-pull-1 {
right: 8.33333333%;
}
.fc-pull-0 {
right: auto;
}
.fc-push-12 {
left: 100%;
}
.fc-push-11 {
left: 91.66666667%;
}
.fc-push-10 {
left: 83.33333333%;
}
.fc-push-9 {
left: 75%;
}
.fc-push-8 {
left: 66.66666667%;
}
.fc-push-7 {
left: 58.33333333%;
}
.fc-push-6 {
left: 50%;
}
.fc-push-5 {
left: 41.66666667%;
}
.fc-push-4 {
left: 33.33333333%;
}
.fc-push-3 {
left: 25%;
}
.fc-push-2 {
left: 16.66666667%;
}
.fc-push-1 {
left: 8.33333333%;
}
.fc-push-0 {
left: auto;
}
.fc-offset-12 {
margin-left: 100%;
}
.fc-offset-11 {
margin-left: 91.66666667%;
}
.fc-offset-10 {
margin-left: 83.33333333%;
}
.fc-offset-9 {
margin-left: 75%;
}
.fc-offset-8 {
margin-left: 66.66666667%;
}
.fc-offset-7 {
margin-left: 58.33333333%;
}
.fc-offset-6 {
margin-left: 50%;
}
.fc-offset-5 {
margin-left: 41.66666667%;
}
.fc-offset-4 {
margin-left: 33.33333333%;
}
.fc-offset-3 {
margin-left: 25%;
}
.fc-offset-2 {
margin-left: 16.66666667%;
}
.fc-offset-1 {
margin-left: 8.33333333%;
}
.fc-offset-0 {
margin-left: 0;
}
@media (max-width: 992px) {
.fc-tab-3 .fc-1,
.fc-tab-3 .fc-2,
.fc-tab-3 .fc-3,
.fc-tab-3 .fc-4,
.fc-tab-3 .fc-5,
.fc-tab-3 .fc-6,
.fc-tab-3 .fc-7,
.fc-tab-3 .fc-8,
.fc-tab-3 .fc-9,
.fc-tab-3 .fc-10,
.fc-tab-3 .fc-11 {
width: 33.33%;
}
.fc-tab-2 .fc-1,
.fc-tab-2 .fc-2,
.fc-tab-2 .fc-3,
.fc-tab-2 .fc-4,
.fc-tab-2 .fc-5,
.fc-tab-2 .fc-6,
.fc-tab-2 .fc-7,
.fc-tab-2 .fc-8,
.fc-tab-2 .fc-9,
.fc-tab-2 .fc-10,
.fc-tab-2 .fc-11 {
width: 50%;
}
}
@media (max-width: 766px) {
.fc-1,
.fc-2,
.fc-3,
.fc-4,
.fc-5,
.fc-6,
.fc-7,
.fc-8,
.fc-9,
.fc-10,
.fc-11,
.fc-12,
.fc-tab-2 .fc-1,
.fc-tab-2 .fc-2,
.fc-tab-2 .fc-3,
.fc-tab-2 .fc-4,
.fc-tab-2 .fc-5,
.fc-tab-2 .fc-6,
.fc-tab-2 .fc-7,
.fc-tab-2 .fc-8,
.fc-tab-2 .fc-9,
.fc-tab-2 .fc-10,
.fc-tab-2 .fc-11,
.fc-tab-3 .fc-1,
.fc-tab-3 .fc-2,
.fc-tab-3 .fc-3,
.fc-tab-3 .fc-4,
.fc-tab-3 .fc-5,
.fc-tab-3 .fc-6,
.fc-tab-3 .fc-7,
.fc-tab-3 .fc-8,
.fc-tab-3 .fc-9,
.fc-tab-3 .fc-10,
.fc-tab-3 .fc-11 {
width: 100%;
}
.fc-mob-2 .fc-1,
.fc-mob-2 .fc-2,
.fc-mob-2 .fc-3,
.fc-mob-2 .fc-4,
.fc-mob-2 .fc-5,
.fc-mob-2 .fc-6,
.fc-mob-2 .fc-7,
.fc-mob-2 .fc-8,
.fc-mob-2 .fc-9,
.fc-mob-2 .fc-10,
.fc-mob-2 .fc-11 {
width: 50% !important;
}
.fc-pull-12,
.fc-pull-11,
.fc-pull-10,
.fc-pull-9,
.fc-pull-8,
.fc-pull-7,
.fc-pull-6,
.fc-pull-5,
.fc-pull-4,
.fc-pull-3,
.fc-pull-2,
.fc-pull-1,
.fc-push-12,
.fc-push-11,
.fc-push-10,
.fc-push-9,
.fc-push-8,
.fc-push-7,
.fc-push-6,
.fc-push-5,
.fc-push-4,
.fc-push-3,
.fc-push-2,
.fc-push-1,
.fc-offset-12,
.fc-offset-11,
.fc-offset-10,
.fc-offset-9,
.fc-offset-8,
.fc-offset-7,
.fc-offset-6,
.fc-offset-5,
.fc-offset-4,
.fc-offset-3,
.fc-offset-2,
.fc-offset-1 {
left: inherit;
right: inherit;
margin-left: auto;
}
}
/*
===================================================
List Group layout
===================================================
*/
.fc-list {
width: 100%;
margin: 0 auto;
}
.fc-list ol {
counter-reset: li;
list-style: none;
*list-style: decimal;
padding: 0;
margin-bottom: 4em;
}
.fc-list ol ol {
margin: 0 0 0 2em;
}
.fc-list a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
*padding: .4em;
margin: .5em 0;
background: #93C775;
color: #000;
text-decoration: none;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: 10em;
transition: all .2s ease-in-out;
}
.fc-list a:hover {
background: #d6d4d4;
text-decoration: none;
transform: scale(1.1);
}
.fc-list a:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #93C775;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
border-radius: 2em;
color: #FFF;
}
.fc-list .fc-list-layout2 a {
border-radius: 0em;
background: #FC756F;
}
.fc-list .fc-list-layout2 a:before {
border-radius: 0em;
background: #FC756F;
}
.fc-listgroup li {
border-bottom: 1px solid #E9E9E9;
padding: 15px 10px;
}
.fc-listgroup li a,
.fc-listgroup li a:hover {
color: #818181;
}
h4.fc-listgroup-heading {
margin: 0px 0 8px;
}
.fc-listgroup li:hover {
background: #F1F1F1;
}
.fc-listgroup li.active {
background: #e2a604;
}
.fc-listgroup li.active a {
color: #fff;
}
.fc-listgroup li a:hover {
text-decoration: none;
}
/*
===================================================
Tabs layout
===================================================
*/
.fc-tabs,
.fc-tabs-list {
float: left;
width: 100%;
margin-bottom: -1px;
}
.fc-tabs-list ul {
margin: 0;
padding: 0;
}
.fc-tabs-list li {
float: left;
position: relative;
margin-bottom: 0px;
}
.fc-tabs-list a {
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-top: 2px solid #FFF;
border-bottom: 1px solid #EFEFEF;
padding: 10px 15px;
color: #575757;
float: left;
font-weight: 600;
text-decoration: none;
}
.fc-tabs-list li.active a {
border-left: 1px solid #EFEFEF;
border-right: 1px solid #EFEFEF;
border-top: 2px solid #DE8B05;
background: #fff;
border-bottom: 1px solid #FFF;
}
.fc-tabs-list li a:hover {
color: #DE8B05;
text-decoration: none;
}
.fc-tabs-container {
border: 1px solid #EFEFEF;
padding: 20px 15px;
float: left;
width: 100%;
margin-bottom: 20px;
}
.fc-tabs-content {
display: none;
}
.fc-tabs-content.active {
display: block;
}
.fc-tabs-vertical .fc-tabs-list {
float: left;
width: 25%;
border: 1px solid #EFEFEF;
border-right: none;
margin: 0 -1px 0 0;
}
.fc-tabs-vertical .fc-tabs-container {
float: left;
width: 75%;
min-height: 300px;
padding: 20px;
}
.fc-tabs-vertical .fc-tabs-list li {
width: 100%;
}
.fc-tabs-vertical .fc-tabs-list li a {
background: #F6F6F6;
width: 100%;
float: left;
border: none;
border-bottom: 1px solid #EFEFEF;
border-right: 1px solid #EFEFEF;
}
.fc-tabs-vertical .fc-tabs-list li a:hover {
background: #EBEBEB;
}
.fc-tabs-vertical .fc-tabs-list li:last-child a {
border-bottom: none;
}
.fc-tabs-vertical .fc-tabs-list li.active a {
background: #fff;
border: none;
border-bottom: 1px solid #EFEFEF;
width: 100%;
float: left;
}
/*
===================================================
Accordion layout
===================================================
*/
.fc-accordion {
margin: 0 0 15px 0;
}
.fc-accordion dt {
border: 1px solid #EFEFEF;
}
.fc-accordion dt a {
background-color: #F3F3F3;
position: relative;
text-transform: uppercase;
width: 100%;
display: block;
text-align: left;
cursor: pointer;
font-weight: 600;
color: #575757;
text-decoration: none;
padding: 11px 15px;
}
.fc-accordion dt i {
float: right;
margin-top: 2px;
}
.fc-accordion dt a:hover,
.fc-accordion dt.active a {
text-decoration: none;
background: #9c9b9b;
color: #fff;
}
.fc-accordion dd {
background-color: #ffffff;
padding: 15px;
display: none;
border: 1px solid #EFEFEF;
}
.fc-accordion dd.active {
display: block;
}
/*
===================================================
Tooltip
===================================================
*/
.fc-tooltip {
position: relative;
display: inline-block;
padding: 10px 0px;
}
.fc-tooltip .fc-tooltiptext {
visibility: hidden;
width: 120px;
background-color: #FF7376;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
position: absolute;
z-index: 1;
opacity: 0;
transition: opacity 1s;
}
.fc-tooltip:hover .fc-tooltiptext {
visibility: visible;
opacity: 1;
}
.fc-tooltip .fc-tooltiptext::after {
content: " ";
position: absolute;
top: 100%;
/* At the bottom of the tooltip */
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #FF7376 transparent transparent transparent;
}
.fc-tooltip-right {
top: 5px;
left: 105%;
}
.fc-tooltip .fc-tooltiptext.fc-tooltip-right::after {
border-color: transparent #FF7376 transparent transparent;
margin-top: -5px;
top: 50%;
left: -5px;
}
.fc-tooltip-left {
top: 5px;
right: 105%;
}
.fc-tooltip .fc-tooltiptext.fc-tooltip-left::after {
border-color: transparent transparent transparent #FF7376;
margin-top: -5px;
top: 50%;
left: inherit;
right: -10px;
}
.fc-tooltip-top {
bottom: 100%;
left: 50%;
transform: translateX(-50%);
}
.fc-tooltip-bottom {
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.fc-tooltip .fc-tooltiptext.fc-tooltip-bottom::after {
border-color: transparent transparent #FF7376 transparent;
top: -10px;
left: 50%;
}
/*
===================================================
Modal
===================================================
*/
.fc-modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.fc-modal-show {
display: block;
}
.fc-modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 0px;
border: 1px solid #999;
width: 60%;
transition: transform 0.3s ease-out 0s;
}
.fc-modal-header {
padding: 2px 16px;
background-color: #09F;
color: #fff;
position: relative;
}
.fc-modal-header::before {
position: absolute;
content: '';
border-width: 10px;
border-color: #09F transparent transparent transparent;
border-style: solid;
left: 50%;
transform: translateX(-50%);
top: 100%;
}
.fc-modal-header h3 {
margin: 10px 0;
clear: left;
}
.fc-modal-body {
padding: 25px 16px 10px;
display: inline-block;
}
/* The Close Button */
.fc-modal-close {
color: #fff;
float: right;
font-size: 28px;
font-weight: 300;
position: relative;
z-index: 50;
}
.fc-modal-close:hover,
.fc-modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.fc-modal-close {
color: #fff;
float: right;
font-size: 0px;
font-weight: 300;
position: relative;
z-index: 50;
margin-right: -15px;
background: url(../images/close.png) no-repeat;
width: 50px;
height: 50px;
margin-top: -5px;
}
.fc-modal-close:hover,
.fc-modal-close:focus {
opacity:0.8;
text-decoration: none;
cursor: pointer;
}
.fc-modal-header h4 {
margin: 10px 0;
clear: left;
}
.fc-modal{background-color: rgba(0, 0, 0, 0.8);}
/*
===================================================
Paginate
===================================================
*/
.fc-pagination {
background: none;
padding: 5px 8px;
margin: 8px 0;
color: #6C6C6C;
cursor: pointer;
}
.pagination-aare .fc-pagination {
background-color: #F5F5F5;
}
.pagination-aare .page-numbers:hover {
background: #EEE;
}
.pagination-aare .current {
color: #fff;
margin: 0 2px;
padding: 5px 8px;
background-color: #3498DB;
}
.pagination-aare a {
color: #6c6c6c;
cursor: pointer;
margin: 0 2px;
padding: 5px 8px;
}
/*Pagination 2*/
.pagination-acerra .fc-pagination {
display: inline-block;
padding: 0;
margin: 0;
}
.pagination-acerra .page-numbers {
display: inline;
}
.pagination-acerra .page-numbers:hover {
border-bottom: 1px solid #727272;
text-decoration: none;
color: #727272;
}
.pagination-acerra .current {
border-bottom: 1px solid #000;
color: #000;
cursor: pointer;
float: left;
padding: 5px 8px;
}
.pagination-acerra a {
color: #969696;
cursor: pointer;
float: left;
padding: 5px 8px;
border-bottom: 1px solid #AEAEAE;
}
/*Pagination 3*/
.pagination-adele .fc-pagination {
background: #B22A33;
}
.pagination-adele .page-numbers:hover {
background: #E33946;
text-decoration: none;
color: #fff;
}
.pagination-adele .current {
background: #E33946;
color: #fff;
padding: 0px 8px;
}
.pagination-adele a {
color: #fff;
cursor: pointer;
padding: 0px 8px;
}
.pagination-aprilia .page-numbers:hover {
text-decoration: none;
color: #000;
font-size: 24px;
border: none;
padding: 5px 6px;
}
.pagination-aprilia .current {
color: #000;
font-size: 24px;
border: none;
padding: 5px 6px;
}
.pagination-aprilia a {
color: #969696;
cursor: pointer;
padding: 5px 8px;
border: 1px solid #EDEDED;
}
.pagination-aprilia .previous,
.pagination-aprilia .next {
border: none !important;
}
.pagination-aprilia .previous:hover,
.pagination-aprilia .next:hover {
font-size: 16px;
}
.pagination-asav .page-numbers:hover {
text-decoration: none;
color: #fff;
background: #71b7ff;
}
.pagination-asav .current {
color: #fff;
background: #71b7ff;
padding: 5px 8px;
}
.pagination-asav a {
color: #fff;
cursor: pointer;
padding: 5px 8px;
background: #48A2FF;
}
.pagination-asti .page-numbers:hover {
text-decoration: none;
color: #fff;
background: #F96355;
border: 1px solid #F96355;
}
.pagination-asti .current {
color: #fff;
background: #F96355;
border: 1px solid #F96355;
padding: 7px 14px;
}
.pagination-asti a {
color: #575757;
cursor: pointer;
padding: 7px 14px;
border: 1px solid #E3E3E3;
border-radius: 50%;
}
.pagination-asti .previous,
.pagination-asti .next {
padding: 7px 30px !important;
}
.pagination-charlz .page-numbers:hover {
text-decoration: none;
color: #000;
background: #fff;
border: 1px solid #818181;
}
.pagination-charlz .current {
color: #000;
border: 1px solid #818181;
background: #fff;
padding: 5px 8px;
}
.pagination-charlz a {
color: #fff;
cursor: pointer;
padding: 5px 8px;
background: #5FB51D;
border: 1px solid #5FB51D;
}
.pagination-darby .page-numbers:hover {
text-decoration: none;
color: #000;
background: #fff;
border: 1px solid #818181;
}
.pagination-darby .current {
color: #000;
border: 1px solid #818181;
background: #fff;
padding: 5px 8px;
}
.pagination-darby a {
color: #fff;
cursor: pointer;
padding: 5px 8px;
background: rgba(76, 76, 76, 1);
background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
border-radius: 50%;
border: 1px solid #4c4c4c;
transition: background .3s;
}
.pagination-darby .previous,
.pagination-darby .next {
background: none !important;
border: none !important;
font-size: 24px;
color: #000 !important;
}
.pagination-fahmi .page-numbers:hover {
text-decoration: none;
color: #fff;
border: 1px solid #E03D42;
background: #E03D42;
}
.pagination-fahmi .current {
color: #fff;
border: 1px solid #E03D42;
background: #E03D42;
padding: 5px 8px;
}
.pagination-fahmi a {
color: #818181;
cursor: pointer;
padding: 5px 8px;
background: #F9F9FA;
border: 1px solid #EAEAEA;
transition: background .3s;
}
.pagination-fano .fc-pagination {
display: inline-block;
padding: 0;
margin: 0;
}
.pagination-fano .page-numbers {
display: inline;
}
.pagination-fano .page-numbers:hover {
background-color: #ddd;
color: white;
}
.pagination-fano .current {
background-color: #4CAF50;
color: white;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
border: 1px solid #ddd;
}
.pagination-fano a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
border: 1px solid #ddd;
}
@keyframes moveFromBottom {
from {
opacity: 0;
transform: translateY(200%);
}
to {
opacity: 1;
transform: translateY(0%);
}
}
@keyframes moveFromTop {
from {
opacity: 0;
transform: translateY(-200%);
}
to {
opacity: 1;
transform: translateY(0%);
}
}
/*
===================================================
Components
===================================================
*/
.fc-text-left {
text-align: left;
}
.fc-text-right {
text-align: right;
}
.fc-text-center {
text-align: center;
}
.fc-thumb-radius img {
border-radius: 50%;
}
.fc-component-block {
display: table;
width: 100%;
}
.fc-component-content {
display: table-cell;
padding: 15px;
vertical-align: top;
position: relative;
}
.fc-component-6 .fc-component-block {
display: flex;
}
.fc-component-6 .fc-component-content {
flex: 1;
}
.wpp_masonry_effect .fc-column-4 .fc-component-content{
width:25%;
}
.wpp_masonry_effect .fc-column-3 .fc-component-content{
width:33%;
}
.wpp_masonry_effect .fc-column-2 .fc-component-content{
width:50%;
}
.wpp_masonry_effect .fc-column-1 .fc-component-content{
width:100%;
}
@media(max-width:1200px) {
.fc-component-6 .fc-component-block.fc-column-4 {
display: block;
width: 100%;
float:left;
}
.fc-component-6 .fc-column-4 .fc-component-content {
width: 50%;
float: left;
}
.fc-component-6 .fc-column-4 .fc-component-content:nth-child(3) {
clear:both;
}
.wpp_masonry_effect .fc-component-6 .fc-column-4 .fc-component-content {
width: 50%;
float: left;
}
}
@media(max-width:730px) {
.fc-component-6 .fc-component-block.fc-column-3 {
display: block;
width: 100%;
}
.fc-component-6 .fc-column-3 .fc-component-content,
.fc-component-6 .fc-column-4 .fc-component-content {
width: 100%;
float: left;
}
.fc-component-6 .fc-component-block {
display: table;
width: 100%;
}
.wpp_masonry_effect .fc-component-6 .fc-column-4 .fc-component-content {
width: 100%;
float: left;
}
.fc-component-content {
display: block;
padding: 15px;
width: 100%;
float: left;
margin-bottom: 0px;
}
.fc-component-5 .fc-component-text {
padding: 0 50px;
}
}
@media(max-width:768px) {
.wpp_masonry_effect .fc-column-4 .fc-component-content,
.wpp_masonry_effect .fc-column-3 .fc-component-content,
.wpp_masonry_effect .fc-column-2 .fc-component-content,
.wpp_masonry_effect .fc-column-1 .fc-component-content{
width:100%;
}
}
@media(max-width:400px) {
.fc-component-3 .fc-component-thumb, .fc-component-3 .fc-component-text, .fc-component-2 .fc-component-thumb, .fc-component-2 .fc-component-text {
width: 100%;
float: left;
}
}
/*
===================================================
Plugin Overview & Docs Page
===================================================
*/
#wpbody-content .fc-container {
width: 100%;
}
.fc-docs, .fc-docs p {
font-size: 15px;
line-height: 1.7em;
}
.fc-docs pre{
width: 50% !important;
padding: 40px;
margin-left: 40px;
font-style: italic;
}
#mc-embedded-subscribe {
border: none !important;
}
.help-block {
display: block;
margin-bottom: 10px;
margin-top: 5px;
line-height: 1.5;
float: left;
width: 100%;
font-style: italic;
}
.fc-docs ul {
margin: 10px;
}
.fc-overview {
padding: 0 0 0 10px;
}
.fc-back {
background: #ffffff;
width: 100% !important;
float: left;
padding-bottom: 20px;
}
.helpdask-bootom {
background: rgba(0, 0, 0, 0) url("../images/helpdesk.png") no-repeat scroll 0 0;
border-radius: 5px;
bottom: 5px;
color: #fff;
display: block;
font-size: 0;
height: 83px;
opacity: 1;
padding: 0;
position: fixed;
right: 30px;
transition-duration: 0s;
width: 150px;
z-index: 999999;
}
.helpdask-bootom:hover {
background-position: 0 -101px;
}
.fcdoc-product-info .message-board {
padding: 0px 10px;
margin: 0px;
background: #ffffff;
float: left;
overflow: auto;
margin-top: 11px;
max-height: 900px;
}
.fcdoc-product-info .message-board .row {
margin-top: 0px;
}
.fcdoc-product-info .message-board h2 {
margin: 0px;
text-align: center;
font-size: 20px;
background: #475764;
margin-top: -25px;
padding: 10px;
color: white;
}
.fcdoc-product-info .message-board .thumbnail, .fcdoc-product-info .message-board #message .row, .fcdoc-product-info .message-board #changelog .row {
padding: 10px 10px 0px 10px;
margin-bottom: 0px;
border: none;
border-bottom: solid 1px rgba(0,0,0,.12);
}
.fcdoc-product-info .message-board .thumbnail img{
padding: 10px;
width: 100px;
border-radius: 100px;
height: 100px;
margin-right: 20px;
}
.fcdoc-product-info .message-board h3 {
color: rgba(0,0,0,.58);
font-size: 16px;
padding: 0px;
margin:0px;
margin-bottom: 5px;
}
.fcdoc-product-info .message-board .tab-content {
padding: 10px 20px;
}
.fcdoc-product-info .message-board .nav-tabs {
padding-left: 5px;
}
.fcdoc-product-info .message-board .nav-tabs a {
color: #ffffff;
}
.fcdoc-product-info .message-board .nav-tabs>li>a {
border-radius: 0px !important;
}
.fcdoc-product-info .message-board .nav-tabs>li>a:hover {
border: solid 1px #ffffff;
background-color: #ffffff;
color: #2c3e50;
}
.fcdoc-product-info .message-board .badge {
font-size: 10px !important;
}
.fcdoc-product-info .message-board #changelog label {
padding: 2px 4px;
font-size: 10px;
color: white;
}
.fcdoc-product-info .message-board #changelog h3 {
margin-bottom: 15px;
font-style: italic;
font-weight: bold;
border-bottom: solid 1px #ece7e7;
padding-bottom: 10px;
}
.fcdoc-product-info .message-board #plugins .btn-default {
font-size: 10px;
}
.fcdoc-product-info .fcdoc-product-header {
width: 98.55%;
padding-bottom: 10px;
float: left;
margin-bottom: 12px;
background: #fff;
margin-top: 10px;
}
.fcdoc-product-info .fcdoc-item-content {
margin-left: 20px;
margin-right: 40px;
}
.fcdoc-logo {
margin-top: 20px;
}
.fcdoc-product-info .fcdoc-product-header img {
height: 90px;
max-width: inherit;
width: 90px;
}
.fcdoc-social-media {
margin-top: 10px;
padding-left: 0;
}
.fcdoc-product-info .fcdoc-social-links {
font-size: 30px;
text-align: center;
}
.fcdoc-product-info .fcdoc-social-links a {}
.fcdoc-product-info .fcdoc-social-links a:hover {
text-decoration: none;
color: #0C649E;
}
.fcdoc-product-info .fcdoc-title {
padding-top: 20px;
font-size: 30px;
text-transform: uppercase;
margin-bottom: 15px;
}
.fcdoc-product-info h1 {
margin: 0px!important;
font-size: 16px;
float: left;
font-weight: 600;
}
.fcdoc-product-info h2 {
margin: 0px;
font-size: 18px;
float: left;
line-height: 1.43;
}
.fcdoc-product-info .fc-divider .fcdoc-flexrow {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}
.fcdoc-product-info .fc-divider .fcdoc-flexrow > [class*='fc-'] {
display: flex;
flex-direction: column;
}
.fcdoc-product-info .fcdoc-header {
border-bottom: 1px solid #f1f1f1;
float: left;
height: 30px;
margin-bottom: 10px;
width: 100%;
}
.fcdoc-product-info .fcdoc-blocks {
background-color: #fff;
width: 49%!important;
margin-right: 1%;
padding: 10px 20px;
}
.fcdoc-product-info .fcdoc-block-content {
float: left;
width: 100%;
}
.fcdoc-product-info .fcdoc-brow {
float: left;
margin-bottom: 12px;
width: 100%;
}
.fcdoc-product-info .greenbg {
background-color: #27ae60;
color: #fff;
}
.fcdoc-product-info .green {
color: #27ae60;
}
.fcdoc-product-info .redbg {
background-color: #e74c3c;
color: #fff;
}
.fcdoc-product-info .red {
color: #e74c3c;
}
.fcdoc-product-info .orangebg {
background-color: #e67e22;
color: #fff;
}
.fcdoc-product-info .orange {
color: #e67e22
}
.fcdoc-product-info .bluebg {
background-color: #3498db;
color: #fff;
}
.fcdoc-product-info .blue {
color: #3498db;
}
.fcdoc-product-gallery {
border-bottom: 2px solid #3498db;
background: #fff;
width: 98.5%;
padding: 8px 0;
text-align: center;
}
.fcdoc-product-gallery p {
margin-bottom: 0px;
}
.fcdoc-product-thumbs {
background: #fff;
width: 98.5%;
text-align: center;
padding: 18px 0;
}
.fcdoc-product-item {
width: 7%;
display: inline-block;
}
.fcdoc-product-item a {
padding: 4px;
display: block;
}
.fcdoc-product-item a:hover {
opacity: .9;
}
.fcdoc-product-info .fcdoc-loader {
margin-top: 10px;
display: none;
}
.fcdoc-body #mc_embed_signup_scroll .fc-btn {
margin: 0px;
}
.fc-btn:hover {
text-decoration: none !important;
}
.fcdoc-title,
.fcdoc-product-info h2,
.fcdoc-brow strong,
#mc_embed_signup label {
color: #444444 !important;
font-weight: 600;
}
.fcdoc-brow strong {
display: inline-block;
margin-bottom: 3px;
}
.fc-fixed-footer {
position: fixed;
bottom: 0;
background: #f1f1f1;
margin-left: -30px;
padding: 8px 10px;
width: 100%;
z-index: 99999;
}
.fcdoc-header span[name="activation_status"],
.fcdoc-user-suggestion-area span[name="user_sugg_status"] {
float: right;
font-size: 13px;
padding: 5px 10px;
}
.fc-support_btns a {
display: block;
text-align: center;
}
.fc-form-group.hiderow {
display: none;
}
/*---Color Picker---------------*/
.fc-form-group .wp-picker-holder,
.fc-form-group .wp-picker-input-wrap {
position: absolute;
z-index: 10;
}
.fc-form-group .wp-color-result::after {
content: '';
display: none;
}
.fc-form-group .wp-color-result {
border: none;
width: 25px;
height: 25px;
}
.fc-form-group .wp-picker-clear {
cursor: pointer;
font-size: 14px;
margin: 5px 5px !important;
padding: 6px 18px;
text-align: center;
transition: all 0.5s ease 0s;
background: #0682c9 !important;
border: 1px solid #11497b !important;
border-radius: 0;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
color: #fff !important;
text-decoration: none !important;
}
.fc-form-group .selected_image {
margin: 5px;
float: left;
max-width: 100px;
margin-right: 10px;
}
.fc_location_selection h4 {
float: left;
margin: 4px 0;
}
.fc_location_selection select {
color: #000000;
float: right;
}
span.fc-hidden-placeholder {
display: none;
margin-left: 10px;
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
@media (max-width: 1228px) and (min-width: 800px) {
.fcdoc-product-info h1 {
width: 100% !important;
}
.fcdoc-product-info .fcdoc-header {
height: auto;
padding-bottom: 15px;
}
.fcdoc-header span[name="activation_status"],
.fcdoc-user-suggestion-area span[name="user_sugg_status"] {
float: left;
margin-top: 8px;
}
}
@media (max-width: 363px) {
.fcdoc-product-info h1 {
width: 100% !important;
}
.fcdoc-product-info .fcdoc-header {
height: auto;
padding-bottom: 15px;
}
.fcdoc-header span[name="activation_status"],
.fcdoc-user-suggestion-area span[name="user_sugg_status"] {
float: left;
margin-top: 8px;
}
}
@media (max-width: 1060px) and (min-width: 991px) {
.fcdoc-product-header .fcdoc-social-media {
width: 100%;
}
.fcdoc-product_header .fcdoc-product-header-desc-block {
margin: 0px;
float: right;
width: 86%;
}
}
@media (max-width: 990px) {
.fcdoc-product-header .fcdoc-social-media {
width: 100%;
}
.fcdoc-product-header .fcdoc-item-content {
margin: 0px;
width: 83.3333%;
float: right;
}
.fcdoc-brow .fc-2 {
width: 16.6667%;
float: left;
}
.fcdoc-brow .fc-10 {
width: 83.3333%;
float: left;
}
}
@media (max-width: 800px) {
.fcdoc-product-info .fcdoc-blocks {
width: 100% !important;
margin-bottom: 10px;
}
.fcdoc-brow .fc-2 {
width: 25px;
}
.fcdoc-brow .fc-10 {
width: 93.3333%;
}
.fcdoc-product-item {
width: auto;
}
}
@media (max-width: 768px) {
.fcdoc-product-gallery {
height: auto;
padding-top: 10px;
}
.fcdoc-logo img {
max-width: 100%;
height: auto!important;
padding-top: 15px;
}
}
@media (max-width: 766px) {
.fcdoc-product-header .fcdoc-logo {
width: 100%;
text-align: center;
margin-top: 10px;
}
.fcdoc-product-header .fcdoc-item-content {
margin: 0px;
width: 100%;
}
}
.fcdoc-product-info .plugin-update-area {
margin-top: 10px;
}
.fcdoc-product-info .plugin-update-area #plugin_update_status {
font-size: 12px;
padding: 5px;
}
.fcdoc-product-info #mc_embed_signup .check_for_updates_btn {
border: none !important;
}
.fcdoc-product-info #mce-EMAIL {
margin-top: 10px !important;
width: 100% !important;
border: solid 1px #ddd !important;
margin-bottom: 20px !important;
height: 40px;
}
.fcdoc-product-info textarea {
width: 100%;
height: 85px;
margin-bottom: 10px;
}
.submitsuggestion {
margin-top: 10px;
display: none;
}
.fcdoc-product-info .socialmedia .social-media-links {
text-align: center;
}
.fcdoc-product-info .socialmedia .social-media-links a {
font-size: 32px;
}
.fcdoc-product-info .support_btns a {
text-decoration: none;
text-align: center;
margin-bottom: 10px;
width: 190px;
border-width: initial !important;
border-style: none !important;
border-color: initial !important;
border-image: initial !important;
display: block;
}
#mc_embed_signup label {
display: none !important;
}
.fc-badge {
background: #fff;
}
.fcdoc-brow {
font-size: 15px;
}
/*** Customizer ***/
.fc_template {
position: relative;
float: left;
margin-bottom: 30px;
border: 1px solid #ddd;
overflow: hidden;
}
.fc_template:hover .fc_name,
.fc_template:hover .fc_tools {
display: block !important;
}
.fc_name {
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.7);
width: 100%;
color: white;
padding: 5px 10px;
display: none;
height: 100%;
}
.fc_name span {
position: absolute;
font-size: 18px;
}
.fc_tools {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 5px 10px;
display: none;
height: 100%;
}
.fc_tools a {
color: white;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 26px;
border: 3px solid #fff;
border-radius: 50%;
padding: 5px 10px;
}
.fc_tools a:hover {
text-decoration: none;
color: #02a6fc;
border: 3px solid #02a6fc;
}
.fc_tools a.current-temp-in-use {
color: #02d502;
border: 3px solid #02d502;
text-decoration: none;
}
.fc_tools a.current-temp-in-use:hover {
text-decoration: none;
}
.age-gate-pro_page_agp_settings_settings .template-category-heading {
display: none;
}
.fc_screenshot img {
max-width: 100%;
height: auto;
display: block;
}
.fc_loading {
background: url(../images/loader.gif) no-repeat center;
height: 48px;
width: 48px;
position: absolute;
top: 50%;
left: 50%;
}
.wp-list-table input[type="checkbox"] {
margin: 0 0 0 8px !important;
}
.wp-list-table input[type="search"] {
width: 90% !important;
}
.ask-rating {
background: url(../images/rating.png) no-repeat center;
display: inline-block;
width: 150px;
float: right;
background-position-x: 70px;
color: white !important;
display: none;
}
/*
===================================================
Post Skins
===================================================
*/
.fc-item-dark-primary-color {
background: #1976D2;
}
.fc-item-default-primary-color {
background: #2196F3;
}
.fc-item-light-primary-color {
background: #BBDEFB;
}
.fc-item-text-primary-color,
a.fc-item-text-primary-color {
color: #FFFFFF;
}
.fc-item-primary-text-color {
color: #444444;
}
.fc-item-body-text-color {
color: #777777;
}
.fc-item-secondary-text-color {
color: #999999;
}
.fc-item-divider-color {
border-color: #BDBDBD;
}
.fc-item-shadow {
/*
background-color: white;
-webkit-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.51);
-moz-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.51);
box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.51);
*/
}
.fc-item-box {
display: inline-block;
margin: 20px;
vertical-align: top;
padding: 10px;
border: 1px solid #F1F1F1;
box-sizing: border-box;
width: 100%;
position: relative;
height:100%;
background:#fff;
}
.fc-item-title {
margin-bottom: 5px;
text-transform: uppercase;
}
.fc-item-taxonomy {
margin: 10px 0px;
padding-right: 20px;
}
.fc-item-taxonomy span,
.fc-item-meta span {
margin-right: 10px;
font-style: italic;
display: inline-block;
}
.fc-item-meta .fci {
margin-right: 5px;
}
.fc-item-content {
font-size: 1em;
line-height: 1.8em;
font-weight: 300;
}
.fc-item-readmore {
display: inline-block;
padding: 5px 0;
text-decoration: none;
box-shadow: none;
}
.fc-item-readmore a {
text-decoration: none;
box-shadow: none;
}
img.fc-item-featured_image {
width: 100%;
height: auto;
}
img.fc-item-featured_image.fc-left,
img.fc-item-featured_image.fc-right {
width:30%;
}
div.fc-item-featured.fc-left,
div.fc-item-featured.fc-right {
width:30%;
}
.fc-preloader {
width: 100%;
height: auto;
text-align:center;
padding:50px 10px;
float:left;
margin-bottom:20px;
}
.fc-preloader img.fc-item-featured_image {
width: auto;
max-width:60px;
height: auto;
margin:0 auto;
}
.fc-avatar-img img {
width: 40px;
height: 40px;
}
.fc-featured-block {
max-width: 30%;
}
.fc-item-large {
width: 100%;
display: block;
}
.fc-item-top-space {
margin-top: 10px;
}
.fc-item-top-space_5 {
margin-top: 5px;
}
.fc-item-top-space_20 {
margin-top: 20px;
}
.fc-item-top-space_30 {
margin-top: 30px;
}
.fc-item-bottom-space {
margin-bottom: 10px;
}
.fc-item-bottom-space_20 {
margin-bottom: 20px;
}
.fc-item-bottom-space_30 {
margin-bottom: 30px;
}
.fc-item-padding-content {
padding: 0 10px;
box-sizing: border-box;
}
.fc-item-padding-content_20 {
padding: 0 20px;
box-sizing: border-box;
}
.fc-item-padding-content_30 {
padding: 0 30px;
box-sizing: border-box;
}
.fc-item-padding-content_40 {
padding: 0px 40px;
}
.fc-item-no-padding {
padding: 0px;
}
.fc-itemcontent-padding{
padding:10px;
float:left; width:100%;
}
.fc-item-overlays {
position: relative;
overflow:hidden;
}
.fc-item-color-overlays {
position: absolute;
top: 0;
left: 0;
right: 0;
background: rgba(33, 33, 33, .80);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E6ff4081, endColorstr=#E6ff4081);
margin: 0 auto;
/* display: none;*/
text-align: center;
width: 100%;
height: 100%;
transition: all 0.6s ease 0s;
opacity: 0;
}
.fc-item-color-overlays span {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
color: #fff;
font-size: 1.5em;
}
.fc-item-circle-overlays {
position: absolute;
top: 50%;
left: 50%;
background: rgba(99, 99, 99,.30);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E6ff4081, endColorstr=#E6ff4081);
margin: 0 auto;
opacity: 0;
border-radius: 50%;
text-align: center;
transform: translate(-50%, -50%);
}
.fc-item-overlays .fc-item-color-overlays:hover {
transform:translate3d(0,0,0);
opacity: 1;
}
.fc-item-overlays:hover .fc-item-circle-overlays,
.fc-item-overlays:hover .fc-item-color-overlays {
/*display:block;*/
}
.fc-item-small-icon,
.fc-item-small-icon .fa {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 1em;
}
.fc-item-medium-icon,
.fc-item-medium-icon .fa {
width: 75px;
height: 75px;
line-height: 75px;
font-size: 1.2em;
}
a.fc-item-circle-overlays {
color: white;
text-decoration: none;
}
.fc-item-tag {
position: absolute;
padding: 4px;
text-decoration: none;
}
.fc-item-bottom-right-triangle {
position: absolute;
bottom: 0;
right: 0;
}
.fc-item-bottom-right-triangle:after {
content: "";
display: block;
width: 0px;
height: 0px;
border-bottom: 70px solid #1976D2;
border-left: 70px solid transparent;
border-top: 70px solid transparent;
}
.fc-item-bottom-right-triangle .fa {
position: absolute;
bottom: 15px;
right: 15px;
}
.fc-item-top-right-triangle {
position: absolute;
top: 0;
right: 0;
}
.fc-item-top-right-triangle:after {
content: "";
display: block;
width: 0px;
height: 0px;
border-top: 70px solid #1976D2;
border-left: 70px solid transparent;
border-bottom: 70px solid transparent;
}
.fc-item-top-right-triangle .fa {
position: absolute;
right: 15px;
top: 15px;
}
.fc-item-top-left-triangle {
position: absolute;
top: 0;
left: 0;
}
.fc-item-top-left-triangle:after {
content: "";
display: block;
width: 0px;
height: 0px;
border-top: 70px solid #1976D2;
border-right: 70px solid transparent;
border-bottom: 70px solid transparent;
}
.fc-item-top-left-triangle .fa {
position: absolute;
left: 15px;
top: 15px;
}
.fc-item-bottom-left-triangle {
position: absolute;
bottom: 0;
left: 0;
}
.fc-item-bottom-left-triangle:after {
content: "";
display: block;
width: 0px;
height: 0px;
border-left: 70px solid #1976D2;
border-right: 70px solid transparent;
border-top: 70px solid transparent;
}
.fc-item-bottom-left-triangle .fa {
position: absolute;
left: 15px;
bottom: 15px;
}
.fc-item-top-right {
right: 0px;
top: 0px;
}
.fc-item-bottom-right {
right: 0px;
bottom: 0px;
}
.fc-item-top-left {
left: 0px;
top: 0px;
}
.fc-item-bottom-left {
left: 0px;
bottom: 0px;
}
.fc-item-small-font {
font-size: .6em;
}
.fc-item-medium-font {
font-size: .8em;
}
.fc-item-large-font {
font-size: 1.2em;
}
.fc-component-content .fc-item-box {
margin: 0px;
}
@media(max-width:600px) {
.fc-item-box {
width: 100%;
max-width: 100%;
margin: 20px 0;
}
}
.fc-item-readmore {
margin-top: 5px;
}
.fc-item-meta {
margin-bottom: 7px;
}
/*** Backend Customizer **/
.fc_templates {
position: relative;
overflow: hidden;
margin: 0px auto;
border: none;
border: solid 1px #dbdbdb;
background: #f1f1f1;
padding: 20px 0px 0px 0px;
}
.fc_templates .slick-prev {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
background: url(../images/arrow-left.png) no-repeat;
width: 50px;
height: 50px;
border: none;
font-size: 0px;
cursor: pointer;
}
.fc_templates .slick-next {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
background: url(../images/arrow-right.png) no-repeat;
width: 50px;
height: 50px;
border: none;
font-size: 0px;
cursor: pointer;
}
.fc_templates .fc_template {
margin-left: 10px;
}
.fc_templates .fc_template img {
height: auto;
width: auto;
max-height: 200px;
}
div.fc_customizer {
margin-top: 20px;
border: dashed;
min-height: 400px;
position: relative;
float: left;
padding-bottom: 20px;
width: 100%;
}
div.fc_customizer .fc_preview {
max-width: 100%;
margin: 0 auto;
}
div.fc_customizer .fc_preview .fc_instruction {
text-align: center;
font-size: 2.5em;
color: #ddd;
padding: 134px 0;
}
div.fc_customizer .fc_apply_style {
background: #23282d none repeat scroll 0 0;
color: #fff;
display: none;
height: 100%;
left: inherit !important;
padding: 30px 10px;
position: fixed !important;
right: 0;
top: 0 !important;
width: 200px;
z-index: 999;
transition: 1s;
left: 0;
}
div.fc_customizer .fc_apply_style label {
color: #ffffff;
}
div.fc_customizer .fc_apply_style input[type="text"] {
padding: 3px;
width: 50px;
}
div.fc_customizer .fc_inline {
display: inline;
}
div.fc_customizer .fc_tool_text {
display: inline-block;
}
div.fc_customizer .wp-picker-holder {
left: 0;
}
.fc-section-title {
background: #3498DB;
padding: 5px 10px;
margin: 10px 0px 10px 0px;
font-size: 14px;
}
.fc-controls .fc-control {
display: block;
padding-left: 10px;
}
.fc-controls .fc-control label {
display: block;
font-size: 12px;
margin-bottom: 5px;
margin-top: 5px;
}
.fc-controls .fc-control .fa-picture-o {
font-size: 18px;
}
.fc_tool_text {
margin-top: 0px;
}
.fc_tool_text .fa {
font-size: 11px;
color: #ffffff;
margin-right: 7px;
}
.fc-controls .fc-control span {
font-size: 14px;
margin-left: 5px;
}
.fc-controls .fa-undo {
cursor: pointer;
}
.fc-bg-control {
display: block;
clear: both;
}
.fc_apply_style {
padding: 10px;
}
.fc_apply_style .fc-divider {
margin-left: 0px;
}
.fc-control {
font-size: 12px;
color: #fff;
vertical-align: top;
}
.fc-tool-active {
color: #000000 !important;
font-size: 18px;
}
.fc-item-position {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
/*** End **/
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fc_source_code_container {
display: none;
}
textarea.fc_view_source {
margin-left: 4%;
height: 300px;
font-size: 16px;
line-height: 28px;
background: #212121;
color: white;
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.fc_supported_placeholder {
margin-left: 10px;
height: 300px;
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.fc_placeholders li {
display: inline-block;
background: #f1f1f1;
padding: 2px 5px;
border: solid 1px #ddd;
margin-right: 10px;
font-size: 12px;
}
.active_element {
border: dotted 3px;
border-color: #ff0000;
}
.fc-show-editable {
border: dotted 3px;
border-color: #ff0000;
}
.fc-check-responsive .fa-mobile {
font-size: 32px;
cursor: pointer;
}
.fc-check-responsive .fa-desktop {
font-size: 27px;
cursor: pointer;
}
.fc-check-responsive .fc-reset-design {
font-size: 32px !important;
cursor: pointer;
}
.fc-check-responsive .fa-columns {
font-size: 21px;
cursor: pointer;
}
div.fc-bottom-bar {
background: #f1f1f1;
float: left;
margin-left: 2%;
padding: 10px;
width: 96%;
display: none;
margin-top: 20px;
}
.fc-mobile-view {
margin: 0 auto;
width: 40%;
max-height: 500px;
overflow: auto;
display: block;
}
.fc-mobile-view .fc-component-content {
display: block;
}
/*
=====================================
Range bar
=====================================
*/
.fc-range-slider {
margin: 40px 0 30px;
max-width: 250px;
position: relative;
width: 100%;
}
.fc-range-bar {
background-color: #a9acb1;
border-radius: 15px;
display: block;
height: 4px;
position: relative;
width: 100%;
}
.fc-range-handle {
background-color: #fff;
border-radius: 100%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
cursor: move;
height: 30px;
left: 0;
position: absolute;
top: -13px;
width: 30px;
}
.fc-range-min,
.fc-range-max {
color: #fff;
font-size: 12px;
height: 20px;
padding-top: 4px;
position: absolute;
text-align: center;
top: -9px;
width: 24px;
padding-top: 1px !important;
font-weight: bold;
}
.fc-range-max {
top: -36px;
}
.fc-range-min {
left: -30px;
}
.fc-range-quantity {
background-color: #017afd;
border-radius: 15px;
display: block;
height: 100%;
width: 0;
}
/*
=====================================
Texture
=====================================
*/
.fc-texture-setting {
display: block;
float: left;
height: 29px;
margin: 0 4px 4px 0;
position: relative;
text-indent: -9999px;
width: 29px;
border: 1px solid #D5D5D5;
background-color: #fff;
background-repeat: repeat;
background-size: 20px 20px;
}
.fc-texture-setting span.fc-texture-overlay {
display: block;
height: 30px;
left: 0;
position: absolute;
top: 0;
width: 30px;
}
.fc-texture1 {
background-image: url("../images/back-skin/body-bg1.png");
}
.fc-texture2 {
background-image: url("../images/back-skin/body-bg2.png");
}
.fc-texture3 {
background-image: url("../images/back-skin/body-bg3.png");
}
.fc-texture4 {
background-image: url("../images/back-skin/body-bg4.png");
}
.fc-texture5 {
background-image: url("../images/back-skin/body-bg5.png");
}
.fc-texture6 {
background-image: url("../images/back-skin/body-bg6.png");
}
.fc-texture7 {
background-image: url("../images/back-skin/body-bg7.png");
}
.fc-texture8 {
background-image: url("../images/back-skin/body-bg8.png");
}
.fc-texture9 {
background-image: url("../images/back-skin/body-bg9.png");
}
.fc-texture10 {
background-image: url("../images/back-skin/body-bg10.png");
}
.fc-texture11 {
background-image: url("../images/back-skin/body-bg11.png");
}
.fc-texture12 {
background-image: url("../images/back-skin/body-bg12.png");
}
.fc-texture13 {
background-image: url("../images/back-skin/body-bg13.png");
}
.fc-texture14 {
background-image: url("../images/back-skin/body-bg14.png");
}
.fc-texture15 {
background-image: url("../images/back-skin/body-bg15.png");
}
.fc-grid-active {
background: green !important;
}
.fc-grid-active {
background: green !important;
}
/** Disable Notification **/
.update-nag,
.updated {
display: none;
}
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/***********************************8 clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor:url('../images/grabbing.png') 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
/*
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url('../images/loader.gif') no-repeat center center
}
/*
* Owl Carousel Owl ENDED
* v1.3.3
**************SELECT 2 *******************/
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
margin: 0;
position: relative;
display: inline-block;
vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
/*
Force border-box so that % widths fit the parent
container without overlap because of margin/padding.
More Info : http://www.quirksmode.org/css/box.html
*/
-webkit-box-sizing: border-box;
/* webkit */
-moz-box-sizing: border-box;
/* firefox */
box-sizing: border-box;
/* css3 */
}
.select2-container .select2-choice {
display: block;
height: 26px;
padding: 0 0 0 8px;
overflow: hidden;
position: relative;
border: 1px solid #aaa;
white-space: nowrap;
line-height: 26px;
color: #444;
text-decoration: none;
border-radius: 4px;
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color: #aaa;
border-radius: 0 0 4px 4px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
margin-left: 26px;
margin-right: 0;
}
.select2-container .select2-choice abbr {
display: none;
width: 12px;
height: 12px;
position: absolute;
right: 24px;
top: 8px;
font-size: 1px;
text-decoration: none;
border: 0;
background: url('../images/../images/select2.png') right top no-repeat;
cursor: pointer;
outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block;
}
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer;
}
.select2-drop-mask {
border: 0;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 9998;
/* styles required for IE to work */
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-drop {
width: 100%;
margin-top: -1px;
position: absolute;
z-index: 9999;
top: 100%;
background: #fff;
color: #000;
border: 1px solid #aaa;
border-top: 0;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
margin-top: 1px;
border-top: 1px solid #aaa;
border-bottom: 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active {
border: 1px solid #5897fb;
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
border-top: 1px solid #aaa;
width: auto;
}
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #aaa;
border-radius: 0 4px 4px 0;
background-clip: padding-box;
background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;
border-left: none;
border-right: 1px solid #aaa;
border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
display: block;
width: 100%;
height: 100%;
background: url('../images/../images/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
background-position: 2px 1px;
}
.select2-search {
display: inline-block;
width: 100%;
min-height: 26px;
margin: 0;
padding: 4px 4px 0 4px;
position: relative;
z-index: 10000;
white-space: nowrap;
}
.select2-search input {
width: 100%;
height: auto !important;
min-height: 26px;
padding: 4px 20px 4px 5px;
margin: 0;
outline: 0;
font-size: 1em;
border: 1px solid #aaa;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #fff url('../images/select2.png') no-repeat 100% -22px;
background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
padding: 4px 5px 4px 20px;
background: #fff url('../images/select2.png') no-repeat -37px -22px;
background: url('../images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-search input.select2-active {
background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
border-bottom-color: transparent;
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #eee;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #5897fb;
border-top-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;
filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -16px 1px;
}
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* results */
.select2-results {
max-height: 200px;
padding: 0 0 0 4px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
padding: 0 4px 0 0;
margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0;
}
.select2-results li {
list-style: none;
display: list-item;
background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold;
}
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results-dept-1 .select2-result-label {
padding-left: 20px
}
.select2-results-dept-2 .select2-result-label {
padding-left: 40px
}
.select2-results-dept-3 .select2-result-label {
padding-left: 60px
}
.select2-results-dept-4 .select2-result-label {
padding-left: 80px
}
.select2-results-dept-5 .select2-result-label {
padding-left: 100px
}
.select2-results-dept-6 .select2-result-label {
padding-left: 110px
}
.select2-results-dept-7 .select2-result-label {
padding-left: 120px
}
.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;
}
.select2-results li em {
background: #feffde;
font-style: normal;
}
.select2-results .select2-highlighted em {
background: transparent;
}
.select2-results .select2-highlighted ul {
background: #fff;
color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
background: #f4f4f4;
display: list-item;
padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
color: #666;
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-disabled {
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-selected {
display: none;
}
.select2-more-results.select2-active {
background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
background: rgba(255, 50, 50, .2);
}
.select2-more-results {
background: #f4f4f4;
display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #f4f4f4;
background-image: none;
border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
height: auto !important;
height: 1%;
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #aaa;
cursor: text;
overflow: hidden;
background-color: #fff;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
padding: 0 0 0 5px;
}
.select2-locked {
padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
float: left;
list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
font-size: 100%;
color: #666;
outline: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 3px 18px;
margin: 3px 0 3px 5px;
position: relative;
line-height: 13px;
color: #333;
cursor: default;
border: 1px solid #aaaaaa;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e4e4e4;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
margin: 3px 5px 3px 0;
padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4;
}
.select2-search-choice-close {
display: block;
width: 12px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
font-size: 1px;
outline: none;
background: url('../images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
right: auto;
left: 3px;
}
.select2-container-multi .select2-search-choice-close {
left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px 3px 5px;
border: 1px solid #ddd;
background-image: none;
background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
display: none;
background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
outline: 0 !important;
left: 0px !important;
top: 0px !important;
}
.select2-display-none {
display: none;
}
.select2-measure-scrollbar {
position: absolute;
top: -10000px;
left: -10000px;
width: 100px;
height: 100px;
overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
background-image: url('../images/select2x2.png') !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important;
}
.select2-search input {
background-position: 100% -21px !important;
}
}
/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
* Reset Bootstrap 3 .form-control styles which - if applied to the
* original <select>-element the Select2-plugin may be run against -
* are copied to the .select2-container.
*
* 1. Overwrite .select2-container's original display:inline-block
* with Bootstrap 3's default for .form-control, display:block;
* courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
*/
.select2-container.form-control {
background: transparent;
box-shadow: none;
border: none;
display: block;
/* 1 */
margin: 0;
padding: 0;
}
/**
* Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
*/
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
background: none;
padding: 0;
border-color: #cccccc;
color: #555555;
background-color: white;
}
.select2-search input {
border-color: #cccccc;
color: #555555;
background-color: white;
padding: 11px 10px;
}
.select2-container .select2-choices .select2-search-field input {
-webkit-box-shadow: none;
box-shadow: none;
}
/**
* Adjust Select2 input heights to match the Bootstrap default.
*/
.select2-container .select2-choice {
height: 34px;
line-height: 1.42857;
}
/**
* Address Multi Select2's height which - depending on how many elements have been selected -
* may grown higher than their initial size.
*/
.select2-container.select2-container-multi.form-control {
height: auto;
}
/**
* Address Bootstrap 3 control sizing classes
* @see http://getbootstrap.com/css/#forms-control-sizes
*/
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
height: 30px;
line-height: 1.5;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
height: 46px;
line-height: 1.33333;
}
.select2-container-multi .select2-choices .select2-search-field input {
height: 40px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
height: 44px;
}
/**
* Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
*
* 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
*/
.select2-container-multi .select2-choices .select2-search-field input {
margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
margin-top: 5px;
margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
margin-top: 3px;
margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
line-height: 24px;
}
/**
* Adjust the single Select2's dropdown arrow button appearance.
*
* 1. For Select2 v.3.3.2.
*/
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
border-left: none;
background: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
border-left-color: transparent;
background: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
/**
* Adjust the dropdown arrow button icon position for the single-select Select2 elements
* to make it line up vertically now that we increased the height of .select2-container.
*
* 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
*/
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
background-position: -18px 9px;
}
/**
* Address Bootstrap's validation states and change Select2's border colors and focus states.
* Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
*/
.has-warning .select2-choice,
.has-warning .select2-choices {
border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #66512c;
}
.has-error .select2-choice,
.has-error .select2-choices {
border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #2b542c;
}
/**
* Make Select2's active-styles - applied to .select2-container when the widget receives focus -
* fit Bootstrap 3's .form-element:focus appearance.
*/
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
border-color: #66afe9;
outline: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
border-top-color: #66afe9;
}
/**
* Select2 widgets in Bootstrap Input Groups
*
* When Select2 widgets are combined with other elements using Bootstrap 3's
* "Input Group" component, we don't want specific edges of the Select2 container
* to have a border-rad
ius.
*
* In Bootstrap 2, input groups required a markup where these style adjustments
* could be bound to a CSS-class identifying if the additional elements are appended,
* prepended or both.
*
* Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
* Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
* to let the contained Select2 widget know which edges should not be rounded as they are
* directly followed by another element.
*
* @see http://getbootstrap.com/components/#input-groups
*/
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-right-radius: 4px !important;
border-bottom-left-radius: 4px !important;
background: white;
filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 6px !important;
}
/**
* Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
*/
.select2-results .select2-highlighted {
color: white;
background-color: #337ab7;
}
/**
* Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
* Multi Select2's height which - depending on how many elements have been selected -
* may grown higher than their initial size.
*/
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
vertical-align: top;
}
/**
* Make Multi Select2's choices match Bootstrap 3's default button styles.
*/
.select2-container-multi .select2-choices .select2-search-choice {
color: #555555;
background: white;
border-color: #cccccc;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #ebebeb;
border-color: #adadad;
color: #333333;
-webkit-box-shadow: none;
box-shadow: none;
}
/**
* Address Multi Select2's choice close-button vertical alignment.
*/
.select2-search-choice-close {
margin-top: -7px;
top: 50%;
}
/**
* Adjust the single Select2's clear button position (used to reset the select box
* back to the placeholder value and visible once a selection is made
* activated by Select2's "allowClear" option).
*/
.select2-container .select2-choice abbr {
top: 50%;
}
/**
* Adjust "no results" and "selection limit" messages to make use
* of Bootstrap 3's default "Alert" style.
*
* @see http://getbootstrap.com/components/#alerts-default
*/
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
background-color: #fcf8e3;
color: #8a6d3b;
}
/**
* Address disabled Select2 styles.
*
* 1. For Select2 v.3.3.2.
* 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
* from jumping when switching from disabled to enabled state and vice versa.
*/
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
cursor: not-allowed;
background-color: #eeeeee;
border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
background-color: transparent;
border-left: 1px solid transparent;
/* 2 */
}
/**
* Address Select2's loading indicator position - which should not stick
* to the right edge of Select2's search input.
*
* 1. in .select2-search input
* 2. in Multi Select2's .select2-search-field input
* 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
*
* These styles alter Select2's default background-position of 100%
* and supply the new background-position syntax to browsers which support it:
*
* 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
* 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
*
* @see http://www.w3.org/TR/css3-background/#background-position
*
* @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
* we could use the :after-pseudo-element to display the loading indicator.
* Alternatively, we could supply an altered loading indicator image which already
* contains an offset to the right.
*/
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
background-position: 99%;
/* 4 */
background-position: right 4px center;
/* 5 */
}
/**
* To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
* ensure that .select2-offscreen width, height and position can not be overwritten.
*
* This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
* in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
* the following rules - allow Bootstrap to overwrite the latter, which results in
* the original <select> element Select2 is replacing not be properly being hidden
* when used in a "Bootstrap Input Group with Addon".
**/
.select2-offscreen,
.select2-offscreen:focus {
width: 1px !important;
height: 1px !important;
position: absolute !important;
}
.select2-input .select2-default {
height: 40px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
color: #ddd !important;
font-size: 13px !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
font-size: 13px !important;
color: #777 !important;
}
/***** Ended Selec 2 *************/
.fc-column-3 .fc-item-title,
.fc-column-4 .fc-item-title{
-ms-word-break: break-word;
word-break:break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.fc-column-3 .fc-item-readmore,
.fc-column-4 .fc-item-readmore{
padding: 0 0 2px;
}
.fc-column-3 .fc-item-taxonomy span,.fc-column-3 .fc-item-meta span,
.fc-column-4 .fc-item-taxonomy span,.fc-column-4 .fc-item-meta span{
font-size:12px !important;
}
@media(max-width:766px){
.fc-space-mobile{
padding:0 15px;
}
}
/** Animations **/
.fc-overlays-content{
position:absolute;
width:100%;
text-align:center;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
.fc-item-text-color-white{
color:#fff;
}
.fc-overlays-gradient{
background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
width:100%;
height:100%;
position:absolute;
z-index:50;
}
.fc-overlays-gradient:hover{
background:transparent;
}
.fc-flip-container {
transform: perspective(1000px);
transform-style: preserve-3d;
}
.fc-flip-container:hover .fc-flipper-back, .fc-flip-container.hover .fc-flipper-back {
transform: rotateY(0deg);
}
.fc-flip-container:hover .fc-flipper-front, .fc-flip-container.hover .fc-flipper-front {
transform: rotateY(180deg);
}
.fc-flip-container, .fc-flipper-front, .fc-flipper-back {
height: 246px;
width: 370px;
}
.fc-column-2 .fc-flip-container,.fc-column-2 .fc-flipper-front,.fc-column-2 .fc-flipper-back {
height: 354px;
width: 532px;
}
.fc-column-3 .fc-flip-container,.fc-column-3 .fc-flipper-front,.fc-column-3 .fc-flipper-back {
height: 272px;
width: 409px;
}
.fc-column-4 .fc-flip-container,.fc-column-4 .fc-flipper-front,.fc-column-4 .fc-flipper-back {
height: 200px;
width: 300px;
}
.fc-flipper {
position: relative;
transform: perspective(1000px);
transform-style: preserve-3d;
transition: all 0.6s ease 0s;
}
.fc-flipper-front, .fc-flipper-back {
backface-visibility: hidden;
overflow:hidden;
left: 0;
position: absolute;
top: 0;
transform: rotateY(0deg);
transform-style: preserve-3d;
transition: all 0.6s ease 0s;
}
.fc-flipper-front img, .fc-flipper-back img{
height:100%;
}
.fc-flipper-front {
background: #1976D2;
transform: rotateY(0deg);
z-index: 2;
}
.fc-flipper-back {
background: #1976D2;
transform: rotateY(-180deg);
}
.fc-vertical.fc-flip-container {
position: relative;
}
.fc-vertical .fc-flipper-back {
transform: rotateX(180deg);
}
.fc-vertical.fc-flip-container .fc-flipper {
transform-origin: 100% 213.5px 0;
}
.fc-vertical.fc-flip-container:hover .fc-flipper-back, .fc-vertical.fc-flip-container.hover .fc-flipper-back {
transform: rotateX(0deg);
}
.fc-vertical.fc-flip-container:hover .fc-flipper-front, .fc-vertical.fc-flip-container.hover .fc-flipper-front {
transform: rotateX(180deg);
}
.fc-flipper-back:hover .fc-item-circle-overlays{
display:block;
}
.fc-effect-lecce,
.fc-effect-maali,
.fc-effect-sassari,
.fc-effect-adela {
height:100%;
background: #000000 none repeat scroll 0 0;
cursor: pointer;
float: left;
margin: 0px;
overflow: hidden;
position: relative;
width:100%;
}
.fc-effect-adela{
text-align:center;
}
.fc-effect-lecce a,
.fc-effect-maali a,
.fc-effect-sassari a,
.fc-effect-adela a,
.fc-effect-lecce a:hover,
.fc-effect-maali a:hover,
.fc-effect-sassari a:hover,
.fc-effect-adela a:hover,
.fc-effect-asti a,
.fc-effect-asti a:hover,
.fc-flipper a,
.fc-flipper a:hover {
color:#fff;
}
.fc-effect-lecce img {
max-width: none;
opacity: 0.7;
transform: translate3d(-40px, 0px, 0px);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
width: calc(100% + 50px);
height:100%;
}
.fc-effect-lecce .fc-effect-title {
transform: translate3d(0px, 40px, 0px);
}
.fc-effect-lecce .fc-effect-title {
transition: transform 0.35s ease 0s;
}
.fc-effect-lecce .fc-item-readmore {
color: rgba(255, 255, 255, 0.8);
opacity: 0;
transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
}
.fc-effect-lecce:hover img, .fc-effect-lecce:hover .fc-item-readmore {
opacity: 1;
}
.fc-effect-lecce:hover img, .fc-effect-lecce:hover .fc-effect-title,.fc-effect-lecce:hover .fc-item-readmore {
transform: translate3d(0px, 0px, 0px);
}
.fc-effect-lecce:hover .fc-item-readmore {
transition-delay: 0.05s;
transition-duration: 0.35s;
}
.fc-effect-inner{
position:absolute;
width:100%;
height:100%;
z-index:50;
}
.fc-effect-maali {
background: rgba(0, 0, 0, 0) linear-gradient(45deg, #000 0%, #fff 40%, #000 100%) repeat scroll 0 0;
}
.fc-effect-maali img {
opacity: 1;
transition: opacity 0.35s ease 0s;
height:100%;
}
.fc-effect-maali .fc-effect-inner {
background-color: rgba(58, 52, 42, 0.5);
padding: 3em;
transition: background-color 0.35s ease 0s;
}
.fc-effect-maali .fc-effect-inner::before {
border: 1px solid #fff;
bottom: 30px;
content: "";
left: 30px;
position: absolute;
right: 30px;
top: 30px;
}
.fc-column-3 .fc-effect-maali .fc-effect-inner::before,
.fc-column-4 .fc-effect-maali .fc-effect-inner::before {
bottom:10px;
left: 10px;
right: 10px;
top: 10px;
}
.fc-effect-maali .fc-effect-title {
margin: 20% 0 10px;
transform: translate3d(0px, 100%, 0px);
transition: transform 0.35s ease 0s;
padding:0 30px;
}
.fc-column-4 .fc-effect-maali .fc-effect-title ,
.fc-column-3 .fc-effect-maali .fc-effect-title {
margin: 5% 0 10px;
}
.fc-effect-maali .fc-item-readmore,.fc-effect-maali .fc-effect-inner::before {
opacity: 0;
transform: scale(0);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fc-effect-maali:hover .fc-effect-title {
transform: translate3d(0px, 0px, 0px);
}
.fc-effect-maali:hover .fc-item-readmore,.fc-effect-maali:hover .fc-effect-inner::before {
opacity: 1;
transform: scale(1);
}
.fc-effect-maali:hover img {
opacity: 0.4;
}
.fc-effect-sassari {
background: #f0ad4e;
}
.fc-effect-sassari img,.fc-effect-sassari .fc-effect-title {
transition: transform 0.35s ease 0s;
}
.fc-effect-sassari img {
backface-visibility: hidden;
opacity:0.7;
height:100%;
}
.fc-effect-sassari .fc-effect-title, .fc-effect-sassari .fc-more-link{
bottom: 0;
left: 0;
padding: 30px;
position: absolute;
}
.fc-effect-sassari .fc-more-link{
font-size: 90%;
opacity: 0;
text-transform: none;
transform: translate3d(0px, 50px, 0px);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
padding:0;
width:100%;
}
.fc-effect-sassari:hover img {
transform: translate3d(0px, -80px, 0px);
}
.fc-effect-sassari:hover .fc-effect-title {
transform: translate3d(0px, -100px, 0px);
}
.fc-column-3 .fc-effect-sassari .fc-item-medium-icon,.fc-column-3 .fc-effect-sassari .fc-item-medium-icon .fa,
.fc-column-4 .fc-effect-sassari .fc-item-medium-icon,.fc-column-4 .fc-effect-sassari .fc-item-medium-icon .fa{
height:inherit;
line-height:inherit;
width:inherit;
}
.fc-column-3 .fc-effect-sassari .fc-more-link,
.fc-column-4 .fc-effect-sassari .fc-more-link{
padding:15px 30px;
}
.fc-column-3 .fc-effect-sassari:hover img,
.fc-column-4 .fc-effect-sassari:hover img {
transform: translate3d(0px, -50px, 0px);
}
.fc-column-3 .fc-effect-sassari:hover .fc-effect-title,
.fc-column-4 .fc-effect-sassari:hover .fc-effect-title {
transform: translate3d(0px, -50px, 0px);
}
.fc-effect-sassari:hover .fc-more-link {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}
.fc-effect-adela {
background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #fff 0%, #000 100%) repeat scroll 0 0;
}
.fc-effect-adela img, .fc-effect-adela .fc-more-link {
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fc-effect-adela img{
height:100%;
}
.fc-effect-adela:hover img {
opacity: 0.1;
transform: scale3d(2, 2, 1);
}
.fc-effect-adela .fc-effect-title {
transform: scale3d(0.8, 0.8, 1);
transform-origin: 50% 100% 0;
transition: transform 0.35s ease 0s;
}
.fc-effect-adela .fc-more-link {
border: 2px solid #fff;
bottom: 0;
box-sizing: border-box;
font-size: 90%;
left: 0;
margin: 20px 2%;
opacity: 0;
padding: 15px 20px;
position: absolute;
text-transform: none;
transform: scale3d(0.8, 0.8, 1);
transform-origin: 50% -100% 0;
width: 96%;
}
.fc-effect-adela:hover .fc-effect-title, .fc-effect-adela:hover .fc-more-link {
opacity: 1;
transform: scale3d(1, 1, 1);
}
.fc-column-3 .fc-effect-lecce .fc-item-title, .fc-column-4 .fc-effect-lecce .fc-item-title,
.fc-column-3 .fc-effect-maali .fc-item-title, .fc-column-4 .fc-effect-maali .fc-item-title,
.fc-column-3 .fc-effect-sassari .fc-item-title, .fc-column-4 .fc-effect-sassari .fc-item-title,
.fc-column-3 .fc-effect-asti .fc-item-title, .fc-column-4 .fc-effect-asti .fc-item-title {
font-size: 1em !important;
}
.fc-effect-asti,.fc-effect-asti .fc-item-overlays, .fc-effect-asti img{
width:100%;
height:100%;
position:relative;
}
.fc-effect-img-zoom,
.fc-effect-img-sl,
.fc-effect-img-sr{
overflow:hidden;
}
.fc-effect-img-zoom img {
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fc-effect-img-zoom:hover img {
transform: scale3d(2, 2, 1);
}
.fc-effect-img-sl img{
max-width: none;
opacity: 0.7;
transform: translate3d(-40px, 0px, 0px);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
width: calc(100% + 50px);
height:100%;
}
.fc-effect-img-sl:hover img{
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}
.fc-effect-img-sr img{
height: 100%;
margin-left: -40px;
max-width: none;
opacity: 0.7;
transform: translate3d(40px, 0px, 0px);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
width: calc(100% + 50px);
}
.fc-effect-img-sr:hover img{
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}
/** Font **/
.fc-item-title,.fc-item-title a, .fc-item-title a:visited, .fc-item-title a:focus, .fc-item-title a:hover {
font-size: 16px;
color: #444444;
fill: #444444;
stroke: #444444;
border-color: #444444;
font-weight: bold;
}
.fc-item-meta, .fc-item-content, .fc-item-taxonomy, .fc-readmore-link, .fc-readmore-link:visited, .fc-readmore-link:hover {
font-size: 13px;
line-height: 23px;
color: #777777;
fill: #777777;
stroke: #777777;
border-color: #777777;
}
.fc-readmore-link {
text-decoration: underline;
font-weight: 600;
}
.fc-item-title a:hover, .fc-readmore-link:hover {
opacity: .85;
}
/** Google Maps CSS */
span.fc-hidden-placeholder {
display: none;
margin-left: 10px;
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.fc-type-infowindow .fc-component-content, .fc-type-post .fc-component-content {
background: url('../images/background.jpg') 50% 50% repeat;
}
.fc-type-infowindow .fc-component-content .fc-item-box, .fc-type-post .fc-component-content .fc-item-box {
max-width: 300px !important;
background: #ffffff;
margin: 0px auto; }
/*** Colors ***/
/* Default First Color : #383633
Second Color : #f39c12;
*/
/* Default First Color : #383633
Second Color : #f39c12;
*/
.fcdoc-product-info h1, .fc-badge, .fcdoc-product-info .message-board a, .fcdoc-product-info .socialmedia .social-media-links i {
color : #212F3D;
box-shadow: none;
}
.fc-btn-submit, .fcdoc-product-info .message-board .nav-tabs, .product_header {
background: #212F3D;
}
.fc-btn-default,.wp-admin .flippercode-ui .search-box #search-submit, .wp-admin .flippercode-ui .tablenav.top #doaction
{
background: rgba(38,36,33,.57);
}
.product_name {
color: #f1c40f;
}
.fc-main .fc-docs a, .fc-main .fc-docs a:active, .fc-main .fc-docs a:hover {
color: #B7950B;
}
.fc-main .fc-title-blue, .product-annoucement .fa-bell {
color: rgba(33,47,61,.87);
}
.wp-admin .flippercode-ui .tablenav .tablenav-pages a, .wp-admin .flippercode-ui .tablenav-pages-navspan {
border-color:#f1c40f;
}
.wp-admin .flippercode-ui .search-box #search-submit:hover, .wp-admin .flippercode-ui .tablenav.top #doaction:hover, .fc-btn-default:hover, .wp-admin .flippercode-ui .tablenav .tablenav-pages a, .wp-admin .flippercode-ui .tablenav-pages-navspan, .fc-item-accent-color {
background:#f1c40f;
}
.fc-main .fc-title-blue {
border-left: solid 1px #f1c40f;
}
.fc-main .fc-title-blue, .wp-admin .flippercode-ui .wp-list-table thead {
background: #f1f1f1;
}
.fc-main .checkbox label, .fcdoc-product-info .message-board p, .checkbox span, .help-block, .fc-docs pre {
color: rgba(0,0,0,.57);
}
.fc-main #fc_overview_modal {
display: none;
}
.product-head {
margin-top: 12px;
}
.product_header {
width: 100%;
margin-top: 12px;
padding : 10px 0px;
float: left;
margin-bottom: 12px;
}
.product_header .social-media-links {
text-align: right;
}
.product_header span {
padding: 3px 6px;
font-size: 12px;
margin-left: 5px;
}
.product_header img {
width: 90px;
height: 90px;
}
.product_name {
font-size: 1.1em;
text-transform: uppercase;
font-weight: bold;
margin-top: 3px;
}
.product-activation {
border-left: solid 3px #e74c3c;
}
.product-activation .fa {
color: #e74c3c;
}
.newsletter {
border-left: solid 3px #3498db;
}
.newsletter .fa {
color: #3498db;
}
.suggestion-area {
border-left: solid 3px #2ecc71;
}
.suggestion-area .fa {
color: #2ecc71;
}
.socialmedia {
border-left: solid 3px #2c3e50;
}
.socialmedia .fa{
color: #2c3e50;
}
.refund-block {
border-left: solid 3px #f1c40f;
}
.refund-block .fa{
color: #f1c40f;
}
.extended-support {
border-left: solid 3px #8e44ad;
}
.extended-support .fa{
color: #8e44ad;
}
.product-annoucement {
text-align: center;
color: #FCF3CF;
}
.product-annoucement a {
text-decoration: underline;
color: #ffffff;
}
.social_media_area {
padding-left: 0px;
}
.product_header_logo {
margin-top: 20px;
}
.social-media-links a {
font-size: 16px;
}
.product_header, .blocks, .product-showcase{
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.product_header:hover, .blocks:hover, .product-showcase:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.product_header .social-media-links i {
padding:5px;
}
.product_header .social-media-links i {
color: #fff !important;
}
.product_header .social-media-links i:hover {
color: #D1D5D9!important; /* 1st in monochrome */
}
.form-horizontal input,.form-horizontal input:focus, .form-horizontal input:hover, .form-horizontal textarea {
border-radius: 0px;
border: solid 1px #dedbdb;
box-shadow: none !important;
-webkit-box-shadow: none !important;
outline :none;
outline-offset: 0px;
}
.form-horizontal label {
font-weight: normal !important;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 3px;
}
.form-head {
margin-top: 0px;
margin-left: -15px;
width: 102.8%;
color: #fff;
background: #ddaa1c;
border: none;
}
.btn-primary:hover {
border-radius: 0px;
border: none !important;
background: #f19300 !important;
}
.button {
color: #fff !important;
}
.dataTable .alert-info {
font-weight: normal;
}
#mc_embed_signup .check_for_updates_btn {
border: none !important;
}
#mce-EMAIL {
margin-top: 10px !important;
width: 100% !important;
border: solid 1px #ddd !important;
margin-bottom: 20px !important;
}
.wpgmp_location_selection #select_all, .wpgmp_location_selection h4 {
margin: 10px 0px;
}
.fc-12.wpgmp_location_selection.fc-title-blue {
width: 98%;
margin: 10px;
}
#wpbody-content .flippercode-ui {
width: 98.5%;
}
.fcdoc-product-info .message-board{
padding:0px 15px;
}
@media(max-width:768px){
.product-annoucement {
text-align: left;
}
#wpbody select {
max-width: 100%;
}
.check-column input[type=radio], input[type=checkbox] {
height: 17px;
width: 17px;
}
p.search-box{
position:relative;
}
.fcdoc-product-info .message-board{
margin-left:0px;
padding:0px 15px;
}
.auto-fold #wpcontent{
padding-left:0px;
}
#wpbody-content .flippercode-ui {
width: 96%;
margin-left: 2%;
}
.fcdoc-product-info .fcdoc-blocks{
margin-right:0%;
}
}
|
blog/wp-content/plugins/wp-google-map-plugin/assets/css/flippercode-ui.css
|
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.wp_admin body {
background: #f1f1f1;
}
/*
=====================================
font icons
=====================================
*/
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?umftph');
src: url('fonts/icomoon.eot?umftph#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?umftph') format('truetype'),
url('fonts/icomoon.woff?umftph') format('woff'),
url('fonts/icomoon.svg?umftph#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="fci-"], [class*=" fci-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fci-heart:before {
content: "\f004";
}
.fci-check:before {
content: "\f00c";
}
.fci-tags:before {
content: "\f02c";
}
.fci-eye:before {
content: "\f06e";
}
.fci-calendar:before {
content: "\f073";
}
.fci-comment:before {
content: "\f075";
}
.fci-chain:before {
content: "\f0c1";
}
.fci-link:before {
content: "\f0c1";
}
.fci-angle-double-right:before {
content: "\f101";
}
.fci-angle-right:before {
content: "\f105";
}
.fci-desktop:before {
content: "\f108";
}
.fci-mobile:before {
content: "\f10b";
}
.fci-mobile-phone:before {
content: "\f10b";
}
.fci-quote-right:before {
content: "\f10e";
}
.fci-rocket:before {
content: "\f135";
}
.fci-chevron-circle-left:before {
content: "\f137";
}
/*
=====================================
Start Cross Browser Styling
=====================================
*/
.flippercode-ui {
margin: 0;
padding: 0;
background: #f1f1f1;
font-size: 15px;
line-height: 1.42857em;
color: rgba(0, 0, 0, 0.87);
float: left;
width: 100%;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}
.fc-main {
margin: 0;
padding: 0;
}
p {
margin: 0 0 18px 0;
}
.flippercode-ui img{
max-width:100%;
height:auto;
}
.fc-main ul {
padding: 0px;
margin: 0px;
}
/* All Box-sizing */
.fc-main *,
.fc-main input,
.fc-main select,
.fc-main label .fc-main textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.fc-main code {
background: #e4eff5;
}
.fc-main pre {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: url("../images/pre_back.png") repeat scroll;
border-color: #ddd;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 1rem;
font: lighter 15px Monaco, "MonacoRegular", monospace;
margin: 20px 0;
overflow: auto;
padding: 20px 20px 0px 0px;
width: 100%;
line-height: 20px;
white-space: pre-wrap; /* CSS3 browsers */
white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
white-space: -pre-wrap; /* Opera 4 thru 6 */
white-space: -o-pre-wrap; /* Opera 7 and up */
word-wrap: break-word;
}
.fc-main pre code {
background: none;
}
.fc-main blockquote {
display: block;
background: #fff;
padding: 15px 20px 15px 55px;
margin: 0 0 20px;
position: relative;
font-size: 14px;
text-align: justify;
border-left: 5px solid #c76c0c;
border-right: 2px solid #c76c0c;
-moz-box-shadow: 2px 2px 15px #ccc;
-webkit-box-shadow: 2px 2px 15px #ccc;
box-shadow: 2px 2px 15px #ccc;
}
.fc-main blockquote::before {
content: "\e977";
/*Unicode for Left Double Quote*/
font-family: 'icomoon';
font-size: 30px;
font-weight: bold;
color: #D5D5D5;
/*Positioning*/
position: absolute;
left: 15px;
top: 5px;
}
.fc-main blockquote a {
text-decoration: none;
background: #eee;
cursor: pointer;
padding: 0 3px;
color: #c76c0c;
}
.fc-main blockquote a:hover {
color: #666;
}
.fc-main blockquote em {
font-style: italic;
}
.fc-main ul {
list-style: none;
margin: 0;
padding: 0;
}
.fc-left {
float: left;
margin: 0 10px 0 0;
}
.fc-right {
float: right;
margin: 0 0px 0 10px;
}
.fc-center {
display: block;
margin: 10px auto;
}
/*
===================================================
Heading Style
===================================================
*/
.fc-main h1,
.fc-main h2,
.fc-main h3,
.fc-main h4,
.fc-main h5,
.fc-main h6 {
position: relative;
clear: both;
margin: 15px 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
font-weight: 400;
color: inherit;
}
.fc-main h1 {
font-size: 30px;
line-height: 1.8;
}
.fc-main h2 {
font-size: 28px;
line-height: 1.8;
}
.fc-main h3 {
font-size: 24px;
line-height: 1.3;
}
.fc-main h4 {
font-size: 16px;
line-height: 1.3;
}
.fc-main h5 {
font-size: 14px;
line-height: 1.3;
}
.fc-main h6 {
font-size: 14px;
line-height: 1.3;
}
.fc-clear {
clear: both;
position: relative;
}
.fc-clear::after,
.fc-clear::before,
.fc-divider::after,
.fc-divider::before,
.fc-container::after,
.fc-container::before {
display: table;
content: " ";
}
.fc-main .fc-title-blue {
padding: 8px 10px;
margin-bottom: 20px;
}
/*
===================================================
Navigation
===================================================
*/
.fc-nav {
margin: 10px 0;
background: #424242;
float: left;
width: 100%;
}
.fc-menubar ul {
margin: 0;
padding: 0;
list-style: none;
}
.fc-menubar li {
position: relative;
list-style: none;
float: left;
border-right: 1px solid #818181;
}
.fc-menubar li.fc-menu-child > a::before,
.fc-menubar li.fc-menu-child > a::after {
background: #fff none repeat scroll 0 0;
content: "";
display: block;
height: 8px;
margin-top: -3px;
position: absolute;
right: 21px;
top: 50%;
transform: rotate(-45deg);
transition: all 0.25s ease-out 0s;
width: 2px;
}
.fc-menubar li.fc-menu-child a::after {
right: 16px;
transform: rotate(-135deg);
}
.fc-menubar li.fc-menu-child:hover a::before,
.fc-menubar li.fc-menu-child.fc-open a::before {
right: 16px;
}
.fc-menubar li.fc-menu-child:hover a::after,
.fc-menubar li.fc-menu-child.fc-open a::after {
right: 21px;
}
.fc-menubar li:last-child {
border: none;
}
.fc-menubar li a {
color: #fff;
font-size: 15px;
font-weight: 600;
padding: 10px 36px;
float: left;
width: 100%;
transition: all 300ms linear 0s;
position: relative;
}
.fc-menubar li:hover {
background: #595959;
text-decoration: none;
}
.fc-menubar li a:hover,
.fc-menubar li:hover > a {
color: #fff;
text-decoration: none;
animation: moveFromTop 300ms ease-in-out;
opacity: 1;
}
.fc-menubar li ul {
display: none;
position: absolute;
background: #595959;
width: 200px;
top: 40px;
z-index: 1;
}
.fc-menubar li:hover > ul,
.fc-menubar li.fc-menu-child.fc-open > ul {
display: block;
}
.fc-menubar li ul li {
float: left;
width: 100%;
border: none;
text-align: left;
}
.fc-menubar li ul li a {
padding: 10px 20px;
}
.fc-menubar li ul li a:hover {
background: #424242;
}
/*
===================================================
Justifiy navbar
===================================================
*/
.fc-menubar-justify ul {
display: table;
width: 100%;
}
.fc-menubar-justify ul li {
display: table-cell;
width: 1%;
float: none;
text-align: center;
}
.fc-menubar-justify ul li a {
width: 100%;
text-align: center;
}
.fc-menubar-justify ul li li a {
text-align: left;
}
/*
===================================================
Vertical Navbar
===================================================
*/
.fc-menubar_vertical {
width: 250px;
}
.fc-menubar_vertical li {
width: 100%;
border: none;
}
.fc-menubar_vertical li ul {
width: 200px;
top: inherit;
left: 250px;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::before,
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::after {
right: 15px;
top: 44%;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::after {
right: 15px;
top: 56%;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a:hover::before,
.fc-menubar.fc-menubar_vertical li.fc-menu-child.fc-open a::before {
right: 15px;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a:hover::after,
.fc-menubar.fc-menubar_vertical li.fc-menu-child.fc-open a::after {
right: 15px;
}
.fc-menubar li.active,
.fc-menubar li.fc-menu-child.fc-open {
background: #595959;
}
.fc-menubar li.active > a {
color: #fff;
}
.fc-menu-header .fc-menu-toggle {
width: 40px;
background: #424242;
border: none;
cursor: pointer;
padding: 7px 7px;
display: none;
}
.fc-menu-header .fc-menu-toggle:hover,
.fc-menu-header .fc-menu-toggle:active {
background: #e50303;
}
.fc-menu-header .fc-menu-toggle span {
border: 1px solid #FEFEFE;
float: left;
width: 100%;
margin: 2px 0;
}
@media (max-width: 768px) {
.fc-menu-header .fc-menu-toggle {
display: block;
}
.fc-nav {
margin: 0px 0;
}
.fc-menubar li,
.fc-menubar li ul,
.fc-menubar_vertical {
width: 100%;
}
.fc-menubar li {
border-bottom: 1px solid #818181;
}
.fc-menubar li a {
padding: 10px 20px;
}
.fc-menubar li ul,
.fc-menubar_vertical li ul {
position: relative;
top: 0;
left: 0;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::before,
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::after {
right: 21px;
top: 50%;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a::after {
right: 16px;
top: 50%;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a:hover::before,
.fc-menubar.fc-menubar_vertical li.fc-menu-child.fc-open a::before {
right: 16px;
}
.fc-menubar.fc-menubar_vertical li.fc-menu-child a:hover::after,
.fc-menubar.fc-menubar_vertical li.fc-menu-child.fc-open a::after {
right: 21px;
}
.fc-menubar-justify ul {
display: table;
width: 100%;
}
.fc-menubar-justify ul li {
display: block;
width: 100%;
float: left;
text-align: left;
}
.fc-menubar-justify ul li a {
width: 100%;
text-align: left;
}
}
/*
===================================================
Style custom form inputs and textarea
===================================================
*/
.fc-form {
margin-bottom: 15px;
float: left;
width: 100%;
}
.fc-main .fc-form-group {
margin-bottom: 15px;
float: left;
width: 100%;
}
.fc-main input[type="text"],
.fc-main input[type="email"],
.fc-main input[type="password"],
.fc-main input[type="tel"],
.fc-main input[type="search"],
.fc-main textarea {
float: left;
padding: 11px 10px;
border: 1px solid #E8E8E8;
border-radius: 0px;
box-shadow: none;
color: rgba(0,0,0,.57);
width: 100%;
margin: 0px 0 0px 0;
transition: all 0.4s ease 0s;
}
.fc-main input[type="text"]:focus,
.fc-main input[type="email"]:focus,
.fc-main input[type="password"]:focus,
.fc-main input[type="tel"]:focus,
.fc-main textarea:focus,
.fc-main input[type="search"]:focus,
.fc-main .btn-default:focus {
border: 1px solid #0099FF;
}
.fc-main input[type="file"] {
border: 1px solid #E8E8E8;
padding: 9px 10px;
}
.fc-form .fc-field {
margin-bottom: 10px;
max-width: 100%;
overflow: hidden;
position: relative;
vertical-align: middle;
}
.fc-form .fc-field.success::after {
color: #58c026;
content: "✓";
font-family: 'icomoon';
position: absolute;
right: 15px;
top: 21%;
z-index: 999;
}
.fc-field.warning::after {
color: #f6b83f;
content: "\f071";
font-family: 'icomoon';
position: absolute;
right: 15px;
top: 21%;
z-index: 999;
}
.fc-field.danger::after {
color: #ca3838;
content: "✖";
font-family: 'icomoon';
position: absolute;
right: 15px;
top: 21%;
z-index: 999;
}
.fc-form .fc-field.success input,
.fc-form .fc-field.success .input,
.fc-form .fc-field.success textarea,
.fc-form .fc-field.success .textarea,
fc-form .fc-field.success .picker {
background: #c0eeaa none repeat scroll 0 0;
border-color: #58c026;
}
.fc-form .fc-field.warning input,
.fc-form .fc-field.warning .input,
.fc-form .fc-field.warning textarea,
.fc-form .fc-field.warning .textarea,
.fc-form .fc-field.warning .picker {
background: #fef7ea none repeat scroll 0 0;
border-color: #f6b83f;
}
.fc-form .fc-field.danger input,
.fc-form .fc-field.danger .input,
.fc-form .fc-field.danger textarea,
.fc-form .fc-field.danger .textarea,
.fc-form .fc-field.danger .picker {
background: #f0c5c5 none repeat scroll 0 0;
border-color: #ca3838;
}
.fc-field.success.ext_btn::after,
.fc-field.warning.ext_btn::after,
.fc-field.danger.ext_btn::after {
content: '';
}
.fc-field.success .checkbox input[type="checkbox"]:checked + label::after,
.fc-field.success .fc-file_input + label {
color: #58c026;
}
.fc-field.warning .checkbox input[type="checkbox"]:checked + label::after,
.fc-field.warning .fc-file_input + label {
color: #f6b83f;
}
.fc-field.danger .checkbox input[type="checkbox"]:checked + label::after,
.fc-field.danger .fc-file_input + label {
color: #ca3838;
}
.fc-field.success .radio label::after {
background: #58c026;
}
.fc-field.warning .radio label::after {
background: #f6b83f;
}
.fc-field.danger .radio label::after {
background: #ca3838;
}
.fc-field.success .fc-file_input + label,
.fc-field.success .checkbox input[type="checkbox"]:checked + label::before,
.fc-field.success .radio input[type="radio"]:checked + label::before {
background: #c0eeaa none repeat scroll 0 0;
border: 1px solid #58c026;
}
.fc-field.warning .fc-file_input + label,
.fc-field.warning .checkbox input[type="checkbox"]:checked + label::before,
.fc-field.warning .radio input[type="radio"]:checked + label::before {
background: #fef7ea none repeat scroll 0 0;
border: 1px solid #f6b83f;
}
.fc-field.danger .fc-file_input + label,
.fc-field.danger .checkbox input[type="checkbox"]:checked + label::before,
.fc-field.danger .radio input[type="radio"]:checked + label::before {
background: #f0c5c5 none repeat scroll 0 0;
border: 1px solid #ca3838;
}
.fc-main input.tog,
.fc-main input[type="radio"],
.fc-main input[type="checkbox"] {
margin: 0 2px 0 0;
}
.fc-form fieldset {
border: 1px solid #E0E0E0;
padding: 20px 15px;
}
.fc-form legend {
font-weight: 600;
margin: 0 0px;
padding: 5px 15px;
border-radius: 5px;
border: 1px solid #E0E0E0;
}
.fc-main form label {
cursor: default;
line-height: 22px;
font-weight: 600;
margin-left: 10px;
font-size: 15px;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #ddd;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #ddd;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #ddd;
}
:-moz-placeholder {
/* Firefox 18- */
color: #ddd;
}
@media(max-width:768px){
.fc-main form label{
margin:0px;
}
}
/*
===================================================
File upload
===================================================
*/
.fc-file_input {
width: 185px;
cursor: pointer;
opacity: 0;
overflow: hidden;
position: absolute;
}
.fc-file_input + label {
font-weight: 700;
color: #ffffff !important;
background-color: #e4b21b;
display: inline-block;
cursor: pointer;
padding: 10px 20px;
}
.fc-file-details {
margin-left: 20px;
font-style: italic;
}
.fc-file_input + label i {
margin-right: 8px;
}
.fc-file_input:focus + label,
.fc-file_input + label:hover {
background-color: red;
}
/*
===================================================
Switch Button
===================================================
*/
/* The switch - the box around the slider */
.fc-main .switch {
position: relative;
display: inline-block;
width: 60px;
height: 25px;
margin-bottom: 0px;
}
/* Hide default HTML checkbox */
.fc-main .switch input {
display: none;
}
/* The slider */
.fc-main .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.fc-main .slider:before {
background-color: white;
bottom: 4px;
content: "";
height: 21px;
left: 3px;
position: absolute;
top: 2px;
width: 22px;
-webkit-transition: .4s;
transition: .4s;
}
.fc-main input:checked + .slider {
background-color: #2ecc71;
}
.fc-main input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
.fc-main input:checked + .slider:before {
-webkit-transform: translateX(32px);
-ms-transform: translateX(32px);
transform: translateX(32px);
}
.fc-main input + .slider span::before {
color: #fff;
content: "OFF";
font-size: 12px;
position: absolute;
right: 8px;
top: 2px;
}
.fc-main input:checked + .slider span::before {
content: "ON";
font-size: 11px;
left: 9px;
color: #e1fced;
}
/* Rounded sliders */
.fc-main .slider.round {
border-radius: 15px;
}
.fc-main .slider.round:before {
border-radius: 50%;
}
/*
===================================================
Checkbox and radio button Style
===================================================
*/
.fc-main .checkbox {
padding-left: 5px;
padding-right: 15px;
transition: all 0.4s ease 0s;
}
.fc-main .checkbox.chk-vertical,
.fc-main .radio.chk-vertical {
width: 100%;
float: left;
}
.fc-main table .checkbox {
padding-right: 0px;
}
.fc-main .checkbox input[type="checkbox"]{
width:17px;
height:17px;
}
.fc-main .checkbox label {
vertical-align: middle;
position: relative;
padding-left: 5px;
font-weight: 500;
transition: all 0.4s ease 0s;
margin-left:0px;
}
.fc-main .checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
top: 0px;
margin-left: -21px;
border: 1px solid #e7e3dd;
border-radius: 0px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fc-main .checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 1px;
top: -1px;
margin-left: -22px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #fff;
}
.fc-main .checkbox input[type="checkbox"],
.fc-main .checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
position: relative;
}
.fc-main .checkbox input[type="checkbox"]:checked + label::after {
font-family: "fontawesome";
content: "\f00c";
}
.fc-main .checkbox input[type="checkbox"]:checked + label::before {
outline: none;
border: 1px solid #de8b05;
outline: 0px auto -webkit-focus-ring-color;
background: #de8b05;
}
.fc-main .checkbox input[type="checkbox"]:indeterminate + label::after {
display: block;
content: "";
width: 10px;
height: 3px;
background-color: #555555;
border-radius: 2px;
margin-left: -16.5px;
margin-top: 7px;
}
.fc-main .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.fc-main .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.fc-main .radio {
padding-left: 5px;
padding-right: 15px;
display: inline-block;
transition: all 0.4s ease 0s;
}
.fc-main .radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 0px;
font-weight: 500;
transition: all 0.4s ease 0s;
font-size: 13px;
color: #777777;
}
.fc-main .checkbox label {
font-style: italic;
font-size: 13px;
}
.fc-main .radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 3px;
margin-left: -24px;
border: 1px solid #807463;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.fc-main .radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 8px;
height: 8px;
left: 1px;
top: 8px;
margin-left: -20px;
border-radius: 50%;
background-color: #fff;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.fc-main .radio input[type="radio"] {
opacity: 0;
position: relative;
z-index: 100;
}
.fc-main .radio input[type="radio"]:focus + label::before {
outline: none;
outline: 0px auto -webkit-focus-ring-color;
outline-offset: -2px;
background: #de8b05;
border: 1px solid #de8b05;
}
.fc-main .radio input[type="radio"]:checked + label::before {
background: #de8b05;
border: 1px solid #de8b05;
}
.fc-main .radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.fc-main .radio input[type="radio"]:disabled + label {
opacity: 0.65;
}
.fc-main .radio input[type="radio"]:disabled + label::before {
cursor: not-allowed;
}
@media(max-width:768px) {
.fc-main .checkbox, .fc-main .radio {
padding-left: 0px;
}
}
/*
===================================================
Alert message
===================================================
*/
.fc-msg {
margin-bottom: 15px;
padding: 5px;
}
.fc-success {
background: #2ECC71;
color: #ffffff;
}
.fc-danger {
background: #E74C3C;
color: #fff;
}
.fc-msg-info {
color: #1c7db1;
background-color: #cbe8f7;
}
.fc-warning {
color: #a18103;
background-color: #f8edbf;
}
/*
===================================================
Button Design
===================================================
*/
.fc-btn {
font-size: 14px;
padding: 6px 18px;
border: none !important;
cursor: pointer;
border-radius: 0px;
margin: 5px 0;
transition: all 0.5s;
text-align: center;
}
.fc-btn span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.fc-btn span:after {
content: '»';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.fc-btn:hover span {
padding-right: 25px;
}
.fc-btn:hover span:after {
opacity: 1;
right: 0;
}
.fc-btn-big {
font-size: 15px;
padding: 10px 20px;
}
.fc-btn-medium {
font-size: 12px;
padding: 5px 12px;
}
.fc-btn-small {
font-size: 12px;
padding: 2px 8px;
}
.fc-btn-default {
color: #ffffff;
cursor: pointer;
text-transform: capitalize;
border: none;
border-radius: 0;
font-size: 13px;
padding: 5px 15px;
text-decoration: none;
font-weight: normal;
}
.fc-btn-submit, .fc-btn-submit:hover {
color: #ffffff;
}
.fc-btn-submit:hover {
background: #e4b21b;
}
.fc-btn-blue {
background: #0682c9;
border: 1px solid #11497b;
}
.fc-btn-green {
background: #419641;
border: 1px solid #1d741d;
}
.fc-btn-black {
background: #2D2D2D;
border: 1px solid #6C6C6C;
}
.fc-btn-orange {
background: #eca204;
border: 1px solid #d39207;
}
.fc-btn-red {
background: #C12E2A;
border: 1px solid #a91511;
}
.fc-btnoutline-default {
color: #cccccc;
border: 1px solid #F0F0F0;
background: none;
}
.fc-btnoutline-blue {
color: #0682c9;
border: 1px solid #11497b;
background: none;
}
.fc-btnoutline-green {
color: #419641;
border: 1px solid #1d741d;
background: none;
}
.fc-btnoutline-black {
color: #2D2D2D;
border: 1px solid #6C6C6C;
background: none;
}
.fc-btnoutline-orange {
color: #eca204;
border: 1px solid #d39207;
background: none;
}
.fc-btnoutline-red {
color: #C12E2A;
border: 1px solid #a91511;
background: none;
}
.fc-btn-link {
background: none;
}
.fc-btn-link:hover {
text-decoration: underline;
}
.fc-btn-blue,
.fc-btn-green,
.fc-btn-black,
.fc-btn-orange,
.fc-btn-red,
a.fc-btn-blue,
a.fc-btn-green,
a.fc-btn-black,
a.fc-btn-orange,
a.fc-btn-red {
color: #fff !important;
text-decoration: none !important;
}
.fc-btn-default:hover,
.fc-btn-blue:hover,
.fc-btn-green:hover,
.fc-btn-black:hover,
.fc-btn-orange:hover,
.fc-btn-red:hover {
color: #fff;
opacity: 1;
text-decoration: none;
}
.fc-btnoutline-blue:hover,
.fc-btnoutline-green:hover,
.fc-btnoutline-black:hover,
.fc-btnoutline-orange:hover,
.fc-btnoutline-red:hover {
color: #fff;
}
.fc-btn-default:hover {
color: #fff;
background: rgb(212, 165, 0);
}
.fc-btnoutline-blue:hover {
background: #0682c9;
}
.fc-btnoutline-green:hover {
background: #419641;
}
.fc-btnoutline-black:hover {
background: #2d2d2d;
}
.fc-btnoutline-orange:hover {
background: #eca204;
}
.fc-btnoutline-red:hover {
background: #c12e2a;
}
.wp-admin .flippercode-ui .search-box {
float: left;
width: 80%;
margin-bottom: 30px;
display:inline-block;
}
.wp-admin .flippercode-ui .search-box #search-submit {
height: 39px;
border: none !important;
border-radius: 0px;
margin-left: 10px;
padding: 0px 10px;
width: 100px;
}
.wp-admin .flippercode-ui .tablenav.top #doaction {
height: 39px;
border: none !important;
border-radius: 0px;
padding: 0px 10px;
}
.wp-admin .flippercode-ui .search-box #search_id-search-input {
float: left !important;
height: 40px;
display: inline;
width: 80%;
}
.flippercode-ui .tablenav.top #bulk-action-selector-top {
height: 40px;
display: inline;
}
.wp-admin .flippercode-ui .tablenav.top {
display: inline-block;
margin-top: -4px;
}
.wp-admin .flippercode-ui .tablenav.top .tablenav-pages, .wp-admin .flippercode-ui .wp-list-table tfoot, .wp-admin .flippercode-ui .tablenav.bottom .bulkactions {
display: none;
}
.wp-admin .flippercode-ui .wp-list-table thead a, .wp-admin .flippercode-ui .wp-list-table thead th {
color: #e2a749;
}
.wp-admin .flippercode-ui .wp-list-table tbody tr td, .wp-admin .flippercode-ui .tablenav .tablenav-pages {
color: rgba(0,0,0,.87) !important;
}
.wp-admin .flippercode-ui .tablenav .tablenav-pages a, .wp-admin .flippercode-ui .tablenav-pages-navspan {
display: inline-block;
border: 1px solid #f39c12;
color: #fff;
min-width: 30px;
}
.wp-admin .flippercode-ui table.dataTable.no-footer {
border: none;
}
/*
===================================================
Badge
===================================================
*/
.fc-badge {
border-radius: 10px;
font-size: 14px;
padding: 0 10px;
color: #fff;
}
.fc-badge.light {
background: #fff none repeat scroll 0 0;
border: 1px solid #f2f2f2;
color: #555555;
}
.fc-badge.dark {
background: #000;
}
/*
===================================================
Labels
===================================================
*/
.fc-label {
padding: 6px 15px;
border: none;
border-radius: 2px;
margin: 5px 0;
}
.fc-label-default,
.fc-badge.default {
background: #777777;
border: 1px solid #777777;
}
.fc-label-primary,
.fc-badge.primary {
background: #337AB7;
border: 1px solid #337AB7;
}
.fc-label-success,
.fc-badge.success {
background: #5CB85C;
border: 1px solid #5CB85C;
}
.fc-label-info,
.fc-badge.info {
background: #5BC0DE;
border: 1px solid #5BC0DE;
}
.fc-label-warning,
.fc-badge.warning {
background: #F0AD4E;
border: 1px solid #F0AD4E;
}
.fc-label-danger,
.fc-badge.danger {
background: #D9534F;
border: 1px solid #D9534F;
}
.fc-label-default,
.fc-label-primary,
.fc-label-success,
.fc-label-info,
.fc-label-warning,
.fc-label-warning,
.fc-label-danger {
color: #fff;
}
/*
===================================================
progress bar
===================================================
*/
.fc-bar-handle {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #EAEAEA;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.fc-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #3184cb;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.fc-bar-striped {
background-color: #e45804;
}
.fc-bar-green {
background-color: #42b942;
}
.fc-bar-lightblue {
background-color: #2eafd5;
}
.fc-bar-orange {
background-color: #ef9d27;
}
.fc-bar-red {
background-color: #d73631;
}
.fc-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.fc-progress.active .fc-bar,
.fc-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.fc-text-white {
color: #fff;
}
/*
===================================================
Table Design
===================================================
*/
table {
width: 100%;
border: 1px solid #E9E9E9;
margin: 0 0 15px 0;
border-collapse: collapse;
border-spacing: 0;
}
.fc-table {
width: 100%;
border: 1px solid #E9E9E9;
margin: 0 0 15px 0;
border-collapse: collapse;
border-spacing: 0;
font-size: 15px;
min-width:600px;
}
.fc-table td,
.fc-table th {
padding: 8px 10px;
text-align: left;
}
.fc-table td {
border-bottom: 1px solid #E9E9E9;
}
.fc-table tr:last-child td {
border-bottom: none;
}
.fc-table th {
background: #F1F1F1;
}
.fc-table-layout5 td,
.fc-table-layout5 th {
border-right: 1px solid #E9E9E9;
}
.fc-table-layout5 tr td:last-child,
.fc-table-layout5 tr th:last-child {
border-right: none;
}
.fc-table-layout2 th {
background: none;
border-bottom: 2px solid #E9E9E9;
}
.fc-table-layout3 th {
background: none;
border-bottom: 2px solid #E9E9E9;
}
.fc-table-layout3 tr:nth-child(odd) td {
background: #F3F3F3;
}
.fc-table-layout3 tr:nth-child(even) td {
background: #fff;
}
.fc-table-layout4 {
border: none;
}
.fc-table-layout4 th {
background: none;
border-bottom: 2px solid #E9E9E9;
}
.fc-table-layout4 tr td {
border-bottom: 1px solid #E9E9E9;
}
/*
===================================================
Table Responsive
===================================================
*/
.fc-table-responsive {
overflow-x: auto;
}
/*
===================================================
Panels
===================================================
*/
.fc-panel {
margin: 0 0 15px 0;
border: 1px solid #E4E4E4;
}
.fc-panel-heading {
background: #E4E4E4;
padding: 10px 15px;
position: relative;
}
h3.fc-panel-title {
margin: 0px;
font-size: 16px;
font-weight: 400;
}
.fc-panel-body {
padding: 20px 15px 15px;
line-height: 1.5;
}
.fc-panel-heading::before {
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-top: 10px solid #E4E4E4;
bottom: -9px;
content: "";
left: 50%;
position: absolute;
transform: translateX(-50%);
}
.fc-panel-primary {
border: 1px solid #037abe;
}
.fc-panel-primary .fc-panel-heading {
background: #037abe;
color: #fff;
}
.fc-panel-primary .fc-panel-heading::before {
border-top: 10px solid #037abe;
}
.fc-panel-success {
border: 1px solid #01bc06;
}
.fc-panel-success .fc-panel-heading {
background: #01bc06;
color: #fff;
}
.fc-panel-success .fc-panel-heading::before {
border-top: 10px solid #01bc06;
}
.fc-panel-info {
border: 1px solid #01b2e5;
}
.fc-panel-info .fc-panel-heading {
background: #01b2e5;
color: #fff;
}
.fc-panel-info .fc-panel-heading::before {
border-top: 10px solid #01b2e5;
}
.fc-panel-warning {
border: 1px solid #e5ad01;
}
.fc-panel-warning .fc-panel-heading {
background: #e5ad01;
color: #fff;
}
.fc-panel-warning .fc-panel-heading::before {
border-top: 10px solid #e5ad01;
}
.fc-panel-danger {
border: 1px solid #be0315;
}
.fc-panel-danger .fc-panel-heading {
background: #be0315;
color: #fff;
}
.fc-panel-danger .fc-panel-heading::before {
border-top: 10px solid #be0315;
}
/*
==================================================
End Cross Browser Styling
==================================================
*/
.fc-divider {
margin-right: -15px;
margin-left: -15px;
clear: both;
}
.fc-container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.fc-1,
.fc-2,
.fc-3,
.fc-4,
.fc-5,
.fc-6,
.fc-7,
.fc-8,
.fc-9,
.fc-10,
.fc-11,
.fc-12 {
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
box-sizing: border-box;
}
.fc-12 {
width: 100%;
}
.fc-11 {
width: 91.66666667%;
}
.fc-10 {
width: 83.33333333%;
}
.fc-9 {
width: 75%;
}
.fc-8 {
width: 66.66666667%;
}
.fc-7 {
width: 58.33333333%;
}
.fc-6 {
width: 50%;
}
.fc-5 {
width: 41.66666667%;
}
.fc-4 {
width: 33.33333333%;
}
.fc-3 {
width: 25%;
}
.fc-2 {
width: 16.66666667%;
}
.fc-1 {
width: 8.33333333%;
}
.fc-pull-12 {
right: 100%;
}
.fc-pull-11 {
right: 91.66666667%;
}
.fc-pull-10 {
right: 83.33333333%;
}
.fc-pull-9 {
right: 75%;
}
.fc-pull-8 {
right: 66.66666667%;
}
.fc-pull-7 {
right: 58.33333333%;
}
.fc-pull-6 {
right: 50%;
}
.fc-pull-5 {
right: 41.66666667%;
}
.fc-pull-4 {
right: 33.33333333%;
}
.fc-pull-3 {
right: 25%;
}
.fc-pull-2 {
right: 16.66666667%;
}
.fc-pull-1 {
right: 8.33333333%;
}
.fc-pull-0 {
right: auto;
}
.fc-push-12 {
left: 100%;
}
.fc-push-11 {
left: 91.66666667%;
}
.fc-push-10 {
left: 83.33333333%;
}
.fc-push-9 {
left: 75%;
}
.fc-push-8 {
left: 66.66666667%;
}
.fc-push-7 {
left: 58.33333333%;
}
.fc-push-6 {
left: 50%;
}
.fc-push-5 {
left: 41.66666667%;
}
.fc-push-4 {
left: 33.33333333%;
}
.fc-push-3 {
left: 25%;
}
.fc-push-2 {
left: 16.66666667%;
}
.fc-push-1 {
left: 8.33333333%;
}
.fc-push-0 {
left: auto;
}
.fc-offset-12 {
margin-left: 100%;
}
.fc-offset-11 {
margin-left: 91.66666667%;
}
.fc-offset-10 {
margin-left: 83.33333333%;
}
.fc-offset-9 {
margin-left: 75%;
}
.fc-offset-8 {
margin-left: 66.66666667%;
}
.fc-offset-7 {
margin-left: 58.33333333%;
}
.fc-offset-6 {
margin-left: 50%;
}
.fc-offset-5 {
margin-left: 41.66666667%;
}
.fc-offset-4 {
margin-left: 33.33333333%;
}
.fc-offset-3 {
margin-left: 25%;
}
.fc-offset-2 {
margin-left: 16.66666667%;
}
.fc-offset-1 {
margin-left: 8.33333333%;
}
.fc-offset-0 {
margin-left: 0;
}
@media (max-width: 992px) {
.fc-tab-3 .fc-1,
.fc-tab-3 .fc-2,
.fc-tab-3 .fc-3,
.fc-tab-3 .fc-4,
.fc-tab-3 .fc-5,
.fc-tab-3 .fc-6,
.fc-tab-3 .fc-7,
.fc-tab-3 .fc-8,
.fc-tab-3 .fc-9,
.fc-tab-3 .fc-10,
.fc-tab-3 .fc-11 {
width: 33.33%;
}
.fc-tab-2 .fc-1,
.fc-tab-2 .fc-2,
.fc-tab-2 .fc-3,
.fc-tab-2 .fc-4,
.fc-tab-2 .fc-5,
.fc-tab-2 .fc-6,
.fc-tab-2 .fc-7,
.fc-tab-2 .fc-8,
.fc-tab-2 .fc-9,
.fc-tab-2 .fc-10,
.fc-tab-2 .fc-11 {
width: 50%;
}
}
@media (max-width: 766px) {
.fc-1,
.fc-2,
.fc-3,
.fc-4,
.fc-5,
.fc-6,
.fc-7,
.fc-8,
.fc-9,
.fc-10,
.fc-11,
.fc-12,
.fc-tab-2 .fc-1,
.fc-tab-2 .fc-2,
.fc-tab-2 .fc-3,
.fc-tab-2 .fc-4,
.fc-tab-2 .fc-5,
.fc-tab-2 .fc-6,
.fc-tab-2 .fc-7,
.fc-tab-2 .fc-8,
.fc-tab-2 .fc-9,
.fc-tab-2 .fc-10,
.fc-tab-2 .fc-11,
.fc-tab-3 .fc-1,
.fc-tab-3 .fc-2,
.fc-tab-3 .fc-3,
.fc-tab-3 .fc-4,
.fc-tab-3 .fc-5,
.fc-tab-3 .fc-6,
.fc-tab-3 .fc-7,
.fc-tab-3 .fc-8,
.fc-tab-3 .fc-9,
.fc-tab-3 .fc-10,
.fc-tab-3 .fc-11 {
width: 100%;
}
.fc-mob-2 .fc-1,
.fc-mob-2 .fc-2,
.fc-mob-2 .fc-3,
.fc-mob-2 .fc-4,
.fc-mob-2 .fc-5,
.fc-mob-2 .fc-6,
.fc-mob-2 .fc-7,
.fc-mob-2 .fc-8,
.fc-mob-2 .fc-9,
.fc-mob-2 .fc-10,
.fc-mob-2 .fc-11 {
width: 50% !important;
}
.fc-pull-12,
.fc-pull-11,
.fc-pull-10,
.fc-pull-9,
.fc-pull-8,
.fc-pull-7,
.fc-pull-6,
.fc-pull-5,
.fc-pull-4,
.fc-pull-3,
.fc-pull-2,
.fc-pull-1,
.fc-push-12,
.fc-push-11,
.fc-push-10,
.fc-push-9,
.fc-push-8,
.fc-push-7,
.fc-push-6,
.fc-push-5,
.fc-push-4,
.fc-push-3,
.fc-push-2,
.fc-push-1,
.fc-offset-12,
.fc-offset-11,
.fc-offset-10,
.fc-offset-9,
.fc-offset-8,
.fc-offset-7,
.fc-offset-6,
.fc-offset-5,
.fc-offset-4,
.fc-offset-3,
.fc-offset-2,
.fc-offset-1 {
left: inherit;
right: inherit;
margin-left: auto;
}
}
/*
===================================================
List Group layout
===================================================
*/
.fc-list {
width: 100%;
margin: 0 auto;
}
.fc-list ol {
counter-reset: li;
list-style: none;
*list-style: decimal;
padding: 0;
margin-bottom: 4em;
}
.fc-list ol ol {
margin: 0 0 0 2em;
}
.fc-list a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
*padding: .4em;
margin: .5em 0;
background: #93C775;
color: #000;
text-decoration: none;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: 10em;
transition: all .2s ease-in-out;
}
.fc-list a:hover {
background: #d6d4d4;
text-decoration: none;
transform: scale(1.1);
}
.fc-list a:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #93C775;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
border-radius: 2em;
color: #FFF;
}
.fc-list .fc-list-layout2 a {
border-radius: 0em;
background: #FC756F;
}
.fc-list .fc-list-layout2 a:before {
border-radius: 0em;
background: #FC756F;
}
.fc-listgroup li {
border-bottom: 1px solid #E9E9E9;
padding: 15px 10px;
}
.fc-listgroup li a,
.fc-listgroup li a:hover {
color: #818181;
}
h4.fc-listgroup-heading {
margin: 0px 0 8px;
}
.fc-listgroup li:hover {
background: #F1F1F1;
}
.fc-listgroup li.active {
background: #e2a604;
}
.fc-listgroup li.active a {
color: #fff;
}
.fc-listgroup li a:hover {
text-decoration: none;
}
/*
===================================================
Tabs layout
===================================================
*/
.fc-tabs,
.fc-tabs-list {
float: left;
width: 100%;
margin-bottom: -1px;
}
.fc-tabs-list ul {
margin: 0;
padding: 0;
}
.fc-tabs-list li {
float: left;
position: relative;
margin-bottom: 0px;
}
.fc-tabs-list a {
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-top: 2px solid #FFF;
border-bottom: 1px solid #EFEFEF;
padding: 10px 15px;
color: #575757;
float: left;
font-weight: 600;
text-decoration: none;
}
.fc-tabs-list li.active a {
border-left: 1px solid #EFEFEF;
border-right: 1px solid #EFEFEF;
border-top: 2px solid #DE8B05;
background: #fff;
border-bottom: 1px solid #FFF;
}
.fc-tabs-list li a:hover {
color: #DE8B05;
text-decoration: none;
}
.fc-tabs-container {
border: 1px solid #EFEFEF;
padding: 20px 15px;
float: left;
width: 100%;
margin-bottom: 20px;
}
.fc-tabs-content {
display: none;
}
.fc-tabs-content.active {
display: block;
}
.fc-tabs-vertical .fc-tabs-list {
float: left;
width: 25%;
border: 1px solid #EFEFEF;
border-right: none;
margin: 0 -1px 0 0;
}
.fc-tabs-vertical .fc-tabs-container {
float: left;
width: 75%;
min-height: 300px;
padding: 20px;
}
.fc-tabs-vertical .fc-tabs-list li {
width: 100%;
}
.fc-tabs-vertical .fc-tabs-list li a {
background: #F6F6F6;
width: 100%;
float: left;
border: none;
border-bottom: 1px solid #EFEFEF;
border-right: 1px solid #EFEFEF;
}
.fc-tabs-vertical .fc-tabs-list li a:hover {
background: #EBEBEB;
}
.fc-tabs-vertical .fc-tabs-list li:last-child a {
border-bottom: none;
}
.fc-tabs-vertical .fc-tabs-list li.active a {
background: #fff;
border: none;
border-bottom: 1px solid #EFEFEF;
width: 100%;
float: left;
}
/*
===================================================
Accordion layout
===================================================
*/
.fc-accordion {
margin: 0 0 15px 0;
}
.fc-accordion dt {
border: 1px solid #EFEFEF;
}
.fc-accordion dt a {
background-color: #F3F3F3;
position: relative;
text-transform: uppercase;
width: 100%;
display: block;
text-align: left;
cursor: pointer;
font-weight: 600;
color: #575757;
text-decoration: none;
padding: 11px 15px;
}
.fc-accordion dt i {
float: right;
margin-top: 2px;
}
.fc-accordion dt a:hover,
.fc-accordion dt.active a {
text-decoration: none;
background: #9c9b9b;
color: #fff;
}
.fc-accordion dd {
background-color: #ffffff;
padding: 15px;
display: none;
border: 1px solid #EFEFEF;
}
.fc-accordion dd.active {
display: block;
}
/*
===================================================
Tooltip
===================================================
*/
.fc-tooltip {
position: relative;
display: inline-block;
padding: 10px 0px;
}
.fc-tooltip .fc-tooltiptext {
visibility: hidden;
width: 120px;
background-color: #FF7376;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
position: absolute;
z-index: 1;
opacity: 0;
transition: opacity 1s;
}
.fc-tooltip:hover .fc-tooltiptext {
visibility: visible;
opacity: 1;
}
.fc-tooltip .fc-tooltiptext::after {
content: " ";
position: absolute;
top: 100%;
/* At the bottom of the tooltip */
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #FF7376 transparent transparent transparent;
}
.fc-tooltip-right {
top: 5px;
left: 105%;
}
.fc-tooltip .fc-tooltiptext.fc-tooltip-right::after {
border-color: transparent #FF7376 transparent transparent;
margin-top: -5px;
top: 50%;
left: -5px;
}
.fc-tooltip-left {
top: 5px;
right: 105%;
}
.fc-tooltip .fc-tooltiptext.fc-tooltip-left::after {
border-color: transparent transparent transparent #FF7376;
margin-top: -5px;
top: 50%;
left: inherit;
right: -10px;
}
.fc-tooltip-top {
bottom: 100%;
left: 50%;
transform: translateX(-50%);
}
.fc-tooltip-bottom {
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.fc-tooltip .fc-tooltiptext.fc-tooltip-bottom::after {
border-color: transparent transparent #FF7376 transparent;
top: -10px;
left: 50%;
}
/*
===================================================
Modal
===================================================
*/
.fc-modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.fc-modal-show {
display: block;
}
.fc-modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 0px;
border: 1px solid #999;
width: 60%;
transition: transform 0.3s ease-out 0s;
}
.fc-modal-header {
padding: 2px 16px;
background-color: #09F;
color: #fff;
position: relative;
}
.fc-modal-header::before {
position: absolute;
content: '';
border-width: 10px;
border-color: #09F transparent transparent transparent;
border-style: solid;
left: 50%;
transform: translateX(-50%);
top: 100%;
}
.fc-modal-header h3 {
margin: 10px 0;
clear: left;
}
.fc-modal-body {
padding: 25px 16px 10px;
display: inline-block;
}
/* The Close Button */
.fc-modal-close {
color: #fff;
float: right;
font-size: 28px;
font-weight: 300;
position: relative;
z-index: 50;
}
.fc-modal-close:hover,
.fc-modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.fc-modal-close {
color: #fff;
float: right;
font-size: 0px;
font-weight: 300;
position: relative;
z-index: 50;
margin-right: -15px;
background: url(../images/close.png) no-repeat;
width: 50px;
height: 50px;
margin-top: -5px;
}
.fc-modal-close:hover,
.fc-modal-close:focus {
opacity:0.8;
text-decoration: none;
cursor: pointer;
}
.fc-modal-header h4 {
margin: 10px 0;
clear: left;
}
.fc-modal{background-color: rgba(0, 0, 0, 0.8);}
/*
===================================================
Paginate
===================================================
*/
.fc-pagination {
background: none;
padding: 5px 8px;
margin: 8px 0;
color: #6C6C6C;
cursor: pointer;
}
.pagination-aare .fc-pagination {
background-color: #F5F5F5;
}
.pagination-aare .page-numbers:hover {
background: #EEE;
}
.pagination-aare .current {
color: #fff;
margin: 0 2px;
padding: 5px 8px;
background-color: #3498DB;
}
.pagination-aare a {
color: #6c6c6c;
cursor: pointer;
margin: 0 2px;
padding: 5px 8px;
}
/*Pagination 2*/
.pagination-acerra .fc-pagination {
display: inline-block;
padding: 0;
margin: 0;
}
.pagination-acerra .page-numbers {
display: inline;
}
.pagination-acerra .page-numbers:hover {
border-bottom: 1px solid #727272;
text-decoration: none;
color: #727272;
}
.pagination-acerra .current {
border-bottom: 1px solid #000;
color: #000;
cursor: pointer;
float: left;
padding: 5px 8px;
}
.pagination-acerra a {
color: #969696;
cursor: pointer;
float: left;
padding: 5px 8px;
border-bottom: 1px solid #AEAEAE;
}
/*Pagination 3*/
.pagination-adele .fc-pagination {
background: #B22A33;
}
.pagination-adele .page-numbers:hover {
background: #E33946;
text-decoration: none;
color: #fff;
}
.pagination-adele .current {
background: #E33946;
color: #fff;
padding: 0px 8px;
}
.pagination-adele a {
color: #fff;
cursor: pointer;
padding: 0px 8px;
}
.pagination-aprilia .page-numbers:hover {
text-decoration: none;
color: #000;
font-size: 24px;
border: none;
padding: 5px 6px;
}
.pagination-aprilia .current {
color: #000;
font-size: 24px;
border: none;
padding: 5px 6px;
}
.pagination-aprilia a {
color: #969696;
cursor: pointer;
padding: 5px 8px;
border: 1px solid #EDEDED;
}
.pagination-aprilia .previous,
.pagination-aprilia .next {
border: none !important;
}
.pagination-aprilia .previous:hover,
.pagination-aprilia .next:hover {
font-size: 16px;
}
.pagination-asav .page-numbers:hover {
text-decoration: none;
color: #fff;
background: #71b7ff;
}
.pagination-asav .current {
color: #fff;
background: #71b7ff;
padding: 5px 8px;
}
.pagination-asav a {
color: #fff;
cursor: pointer;
padding: 5px 8px;
background: #48A2FF;
}
.pagination-asti .page-numbers:hover {
text-decoration: none;
color: #fff;
background: #F96355;
border: 1px solid #F96355;
}
.pagination-asti .current {
color: #fff;
background: #F96355;
border: 1px solid #F96355;
padding: 7px 14px;
}
.pagination-asti a {
color: #575757;
cursor: pointer;
padding: 7px 14px;
border: 1px solid #E3E3E3;
border-radius: 50%;
}
.pagination-asti .previous,
.pagination-asti .next {
padding: 7px 30px !important;
}
.pagination-charlz .page-numbers:hover {
text-decoration: none;
color: #000;
background: #fff;
border: 1px solid #818181;
}
.pagination-charlz .current {
color: #000;
border: 1px solid #818181;
background: #fff;
padding: 5px 8px;
}
.pagination-charlz a {
color: #fff;
cursor: pointer;
padding: 5px 8px;
background: #5FB51D;
border: 1px solid #5FB51D;
}
.pagination-darby .page-numbers:hover {
text-decoration: none;
color: #000;
background: #fff;
border: 1px solid #818181;
}
.pagination-darby .current {
color: #000;
border: 1px solid #818181;
background: #fff;
padding: 5px 8px;
}
.pagination-darby a {
color: #fff;
cursor: pointer;
padding: 5px 8px;
background: rgba(76, 76, 76, 1);
background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(19, 19, 19, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
border-radius: 50%;
border: 1px solid #4c4c4c;
transition: background .3s;
}
.pagination-darby .previous,
.pagination-darby .next {
background: none !important;
border: none !important;
font-size: 24px;
color: #000 !important;
}
.pagination-fahmi .page-numbers:hover {
text-decoration: none;
color: #fff;
border: 1px solid #E03D42;
background: #E03D42;
}
.pagination-fahmi .current {
color: #fff;
border: 1px solid #E03D42;
background: #E03D42;
padding: 5px 8px;
}
.pagination-fahmi a {
color: #818181;
cursor: pointer;
padding: 5px 8px;
background: #F9F9FA;
border: 1px solid #EAEAEA;
transition: background .3s;
}
.pagination-fano .fc-pagination {
display: inline-block;
padding: 0;
margin: 0;
}
.pagination-fano .page-numbers {
display: inline;
}
.pagination-fano .page-numbers:hover {
background-color: #ddd;
color: white;
}
.pagination-fano .current {
background-color: #4CAF50;
color: white;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
border: 1px solid #ddd;
}
.pagination-fano a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
border: 1px solid #ddd;
}
@keyframes moveFromBottom {
from {
opacity: 0;
transform: translateY(200%);
}
to {
opacity: 1;
transform: translateY(0%);
}
}
@keyframes moveFromTop {
from {
opacity: 0;
transform: translateY(-200%);
}
to {
opacity: 1;
transform: translateY(0%);
}
}
/*
===================================================
Components
===================================================
*/
.fc-text-left {
text-align: left;
}
.fc-text-right {
text-align: right;
}
.fc-text-center {
text-align: center;
}
.fc-thumb-radius img {
border-radius: 50%;
}
.fc-component-block {
display: table;
width: 100%;
}
.fc-component-content {
display: table-cell;
padding: 15px;
vertical-align: top;
position: relative;
}
.fc-component-6 .fc-component-block {
display: flex;
}
.fc-component-6 .fc-component-content {
flex: 1;
}
.wpp_masonry_effect .fc-column-4 .fc-component-content{
width:25%;
}
.wpp_masonry_effect .fc-column-3 .fc-component-content{
width:33%;
}
.wpp_masonry_effect .fc-column-2 .fc-component-content{
width:50%;
}
.wpp_masonry_effect .fc-column-1 .fc-component-content{
width:100%;
}
@media(max-width:1200px) {
.fc-component-6 .fc-component-block.fc-column-4 {
display: block;
width: 100%;
float:left;
}
.fc-component-6 .fc-column-4 .fc-component-content {
width: 50%;
float: left;
}
.fc-component-6 .fc-column-4 .fc-component-content:nth-child(3) {
clear:both;
}
.wpp_masonry_effect .fc-component-6 .fc-column-4 .fc-component-content {
width: 50%;
float: left;
}
}
@media(max-width:730px) {
.fc-component-6 .fc-component-block.fc-column-3 {
display: block;
width: 100%;
}
.fc-component-6 .fc-column-3 .fc-component-content,
.fc-component-6 .fc-column-4 .fc-component-content {
width: 100%;
float: left;
}
.fc-component-6 .fc-component-block {
display: table;
width: 100%;
}
.wpp_masonry_effect .fc-component-6 .fc-column-4 .fc-component-content {
width: 100%;
float: left;
}
.fc-component-content {
display: block;
padding: 15px;
width: 100%;
float: left;
margin-bottom: 0px;
}
.fc-component-5 .fc-component-text {
padding: 0 50px;
}
}
@media(max-width:768px) {
.wpp_masonry_effect .fc-column-4 .fc-component-content,
.wpp_masonry_effect .fc-column-3 .fc-component-content,
.wpp_masonry_effect .fc-column-2 .fc-component-content,
.wpp_masonry_effect .fc-column-1 .fc-component-content{
width:100%;
}
}
@media(max-width:400px) {
.fc-component-3 .fc-component-thumb, .fc-component-3 .fc-component-text, .fc-component-2 .fc-component-thumb, .fc-component-2 .fc-component-text {
width: 100%;
float: left;
}
}
/*
===================================================
Plugin Overview & Docs Page
===================================================
*/
#wpbody-content .fc-container {
width: 100%;
}
.fc-docs, .fc-docs p {
font-size: 15px;
line-height: 1.7em;
}
.fc-docs pre{
width: 50% !important;
padding: 40px;
margin-left: 40px;
font-style: italic;
}
#mc-embedded-subscribe {
border: none !important;
}
.help-block {
display: block;
margin-bottom: 10px;
margin-top: 5px;
line-height: 1.5;
float: left;
width: 100%;
font-style: italic;
}
.fc-docs ul {
margin: 10px;
}
.fc-overview {
padding: 0 0 0 10px;
}
.fc-back {
background: #ffffff;
width: 100% !important;
float: left;
padding-bottom: 20px;
}
.helpdask-bootom {
background: rgba(0, 0, 0, 0) url("../images/helpdesk.png") no-repeat scroll 0 0;
border-radius: 5px;
bottom: 5px;
color: #fff;
display: block;
font-size: 0;
height: 83px;
opacity: 1;
padding: 0;
position: fixed;
right: 30px;
transition-duration: 0s;
width: 150px;
z-index: 999999;
}
.helpdask-bootom:hover {
background-position: 0 -101px;
}
.fcdoc-product-info .message-board {
padding: 0px 10px;
margin: 0px;
background: #ffffff;
float: left;
overflow: auto;
margin-top: 11px;
max-height: 900px;
}
.fcdoc-product-info .message-board .row {
margin-top: 0px;
}
.fcdoc-product-info .message-board h2 {
margin: 0px;
text-align: center;
font-size: 20px;
background: #475764;
margin-top: -25px;
padding: 10px;
color: white;
}
.fcdoc-product-info .message-board .thumbnail, .fcdoc-product-info .message-board #message .row, .fcdoc-product-info .message-board #changelog .row {
padding: 10px 10px 0px 10px;
margin-bottom: 0px;
border: none;
border-bottom: solid 1px rgba(0,0,0,.12);
}
.fcdoc-product-info .message-board .thumbnail img{
padding: 10px;
width: 100px;
border-radius: 100px;
height: 100px;
margin-right: 20px;
}
.fcdoc-product-info .message-board h3 {
color: rgba(0,0,0,.58);
font-size: 16px;
padding: 0px;
margin:0px;
margin-bottom: 5px;
}
.fcdoc-product-info .message-board .tab-content {
padding: 10px 20px;
}
.fcdoc-product-info .message-board .nav-tabs {
padding-left: 5px;
}
.fcdoc-product-info .message-board .nav-tabs a {
color: #ffffff;
}
.fcdoc-product-info .message-board .nav-tabs>li>a {
border-radius: 0px !important;
}
.fcdoc-product-info .message-board .nav-tabs>li>a:hover {
border: solid 1px #ffffff;
background-color: #ffffff;
color: #2c3e50;
}
.fcdoc-product-info .message-board .badge {
font-size: 10px !important;
}
.fcdoc-product-info .message-board #changelog label {
padding: 2px 4px;
font-size: 10px;
color: white;
}
.fcdoc-product-info .message-board #changelog h3 {
margin-bottom: 15px;
font-style: italic;
font-weight: bold;
border-bottom: solid 1px #ece7e7;
padding-bottom: 10px;
}
.fcdoc-product-info .message-board #plugins .btn-default {
font-size: 10px;
}
.fcdoc-product-info .fcdoc-product-header {
width: 98.55%;
padding-bottom: 10px;
float: left;
margin-bottom: 12px;
background: #fff;
margin-top: 10px;
}
.fcdoc-product-info .fcdoc-item-content {
margin-left: 20px;
margin-right: 40px;
}
.fcdoc-logo {
margin-top: 20px;
}
.fcdoc-product-info .fcdoc-product-header img {
height: 90px;
max-width: inherit;
width: 90px;
}
.fcdoc-social-media {
margin-top: 10px;
padding-left: 0;
}
.fcdoc-product-info .fcdoc-social-links {
font-size: 30px;
text-align: center;
}
.fcdoc-product-info .fcdoc-social-links a {}
.fcdoc-product-info .fcdoc-social-links a:hover {
text-decoration: none;
color: #0C649E;
}
.fcdoc-product-info .fcdoc-title {
padding-top: 20px;
font-size: 30px;
text-transform: uppercase;
margin-bottom: 15px;
}
.fcdoc-product-info h1 {
margin: 0px!important;
font-size: 16px;
float: left;
font-weight: 600;
}
.fcdoc-product-info h2 {
margin: 0px;
font-size: 18px;
float: left;
line-height: 1.43;
}
.fcdoc-product-info .fc-divider .fcdoc-flexrow {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}
.fcdoc-product-info .fc-divider .fcdoc-flexrow > [class*='fc-'] {
display: flex;
flex-direction: column;
}
.fcdoc-product-info .fcdoc-header {
border-bottom: 1px solid #f1f1f1;
float: left;
height: 30px;
margin-bottom: 10px;
width: 100%;
}
.fcdoc-product-info .fcdoc-blocks {
background-color: #fff;
width: 49%!important;
margin-right: 1%;
padding: 10px 20px;
}
.fcdoc-product-info .fcdoc-block-content {
float: left;
width: 100%;
}
.fcdoc-product-info .fcdoc-brow {
float: left;
margin-bottom: 12px;
width: 100%;
}
.fcdoc-product-info .greenbg {
background-color: #27ae60;
color: #fff;
}
.fcdoc-product-info .green {
color: #27ae60;
}
.fcdoc-product-info .redbg {
background-color: #e74c3c;
color: #fff;
}
.fcdoc-product-info .red {
color: #e74c3c;
}
.fcdoc-product-info .orangebg {
background-color: #e67e22;
color: #fff;
}
.fcdoc-product-info .orange {
color: #e67e22
}
.fcdoc-product-info .bluebg {
background-color: #3498db;
color: #fff;
}
.fcdoc-product-info .blue {
color: #3498db;
}
.fcdoc-product-gallery {
border-bottom: 2px solid #3498db;
background: #fff;
width: 98.5%;
padding: 8px 0;
text-align: center;
}
.fcdoc-product-gallery p {
margin-bottom: 0px;
}
.fcdoc-product-thumbs {
background: #fff;
width: 98.5%;
text-align: center;
padding: 18px 0;
}
.fcdoc-product-item {
width: 7%;
display: inline-block;
}
.fcdoc-product-item a {
padding: 4px;
display: block;
}
.fcdoc-product-item a:hover {
opacity: .9;
}
.fcdoc-product-info .fcdoc-loader {
margin-top: 10px;
display: none;
}
.fcdoc-body #mc_embed_signup_scroll .fc-btn {
margin: 0px;
}
.fc-btn:hover {
text-decoration: none !important;
}
.fcdoc-title,
.fcdoc-product-info h2,
.fcdoc-brow strong,
#mc_embed_signup label {
color: #444444 !important;
font-weight: 600;
}
.fcdoc-brow strong {
display: inline-block;
margin-bottom: 3px;
}
.fc-fixed-footer {
position: fixed;
bottom: 0;
background: #f1f1f1;
margin-left: -30px;
padding: 8px 10px;
width: 100%;
z-index: 99999;
}
.fcdoc-header span[name="activation_status"],
.fcdoc-user-suggestion-area span[name="user_sugg_status"] {
float: right;
font-size: 13px;
padding: 5px 10px;
}
.fc-support_btns a {
display: block;
text-align: center;
}
.fc-form-group.hiderow {
display: none;
}
/*---Color Picker---------------*/
.fc-form-group .wp-picker-holder,
.fc-form-group .wp-picker-input-wrap {
position: absolute;
z-index: 10;
}
.fc-form-group .wp-color-result::after {
content: '';
display: none;
}
.fc-form-group .wp-color-result {
border: none;
width: 25px;
height: 25px;
}
.fc-form-group .wp-picker-clear {
cursor: pointer;
font-size: 14px;
margin: 5px 5px !important;
padding: 6px 18px;
text-align: center;
transition: all 0.5s ease 0s;
background: #0682c9 !important;
border: 1px solid #11497b !important;
border-radius: 0;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
color: #fff !important;
text-decoration: none !important;
}
.fc-form-group .selected_image {
margin: 5px;
float: left;
max-width: 100px;
margin-right: 10px;
}
.fc_location_selection h4 {
float: left;
margin: 4px 0;
}
.fc_location_selection select {
color: #000000;
float: right;
}
span.fc-hidden-placeholder {
display: none;
margin-left: 10px;
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
@media (max-width: 1228px) and (min-width: 800px) {
.fcdoc-product-info h1 {
width: 100% !important;
}
.fcdoc-product-info .fcdoc-header {
height: auto;
padding-bottom: 15px;
}
.fcdoc-header span[name="activation_status"],
.fcdoc-user-suggestion-area span[name="user_sugg_status"] {
float: left;
margin-top: 8px;
}
}
@media (max-width: 363px) {
.fcdoc-product-info h1 {
width: 100% !important;
}
.fcdoc-product-info .fcdoc-header {
height: auto;
padding-bottom: 15px;
}
.fcdoc-header span[name="activation_status"],
.fcdoc-user-suggestion-area span[name="user_sugg_status"] {
float: left;
margin-top: 8px;
}
}
@media (max-width: 1060px) and (min-width: 991px) {
.fcdoc-product-header .fcdoc-social-media {
width: 100%;
}
.fcdoc-product_header .fcdoc-product-header-desc-block {
margin: 0px;
float: right;
width: 86%;
}
}
@media (max-width: 990px) {
.fcdoc-product-header .fcdoc-social-media {
width: 100%;
}
.fcdoc-product-header .fcdoc-item-content {
margin: 0px;
width: 83.3333%;
float: right;
}
.fcdoc-brow .fc-2 {
width: 16.6667%;
float: left;
}
.fcdoc-brow .fc-10 {
width: 83.3333%;
float: left;
}
}
@media (max-width: 800px) {
.fcdoc-product-info .fcdoc-blocks {
width: 100% !important;
margin-bottom: 10px;
}
.fcdoc-brow .fc-2 {
width: 25px;
}
.fcdoc-brow .fc-10 {
width: 93.3333%;
}
.fcdoc-product-item {
width: auto;
}
}
@media (max-width: 768px) {
.fcdoc-product-gallery {
height: auto;
padding-top: 10px;
}
.fcdoc-logo img {
max-width: 100%;
height: auto!important;
padding-top: 15px;
}
}
@media (max-width: 766px) {
.fcdoc-product-header .fcdoc-logo {
width: 100%;
text-align: center;
margin-top: 10px;
}
.fcdoc-product-header .fcdoc-item-content {
margin: 0px;
width: 100%;
}
}
.fcdoc-product-info .plugin-update-area {
margin-top: 10px;
}
.fcdoc-product-info .plugin-update-area #plugin_update_status {
font-size: 12px;
padding: 5px;
}
.fcdoc-product-info #mc_embed_signup .check_for_updates_btn {
border: none !important;
}
.fcdoc-product-info #mce-EMAIL {
margin-top: 10px !important;
width: 100% !important;
border: solid 1px #ddd !important;
margin-bottom: 20px !important;
height: 40px;
}
.fcdoc-product-info textarea {
width: 100%;
height: 85px;
margin-bottom: 10px;
}
.submitsuggestion {
margin-top: 10px;
display: none;
}
.fcdoc-product-info .socialmedia .social-media-links {
text-align: center;
}
.fcdoc-product-info .socialmedia .social-media-links a {
font-size: 32px;
}
.fcdoc-product-info .support_btns a {
text-decoration: none;
text-align: center;
margin-bottom: 10px;
width: 190px;
border-width: initial !important;
border-style: none !important;
border-color: initial !important;
border-image: initial !important;
display: block;
}
#mc_embed_signup label {
display: none !important;
}
.fc-badge {
background: #fff;
}
.fcdoc-brow {
font-size: 15px;
}
/*** Customizer ***/
.fc_template {
position: relative;
float: left;
margin-bottom: 30px;
border: 1px solid #ddd;
overflow: hidden;
}
.fc_template:hover .fc_name,
.fc_template:hover .fc_tools {
display: block !important;
}
.fc_name {
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.7);
width: 100%;
color: white;
padding: 5px 10px;
display: none;
height: 100%;
}
.fc_name span {
position: absolute;
font-size: 18px;
}
.fc_tools {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 5px 10px;
display: none;
height: 100%;
}
.fc_tools a {
color: white;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 26px;
border: 3px solid #fff;
border-radius: 50%;
padding: 5px 10px;
}
.fc_tools a:hover {
text-decoration: none;
color: #02a6fc;
border: 3px solid #02a6fc;
}
.fc_tools a.current-temp-in-use {
color: #02d502;
border: 3px solid #02d502;
text-decoration: none;
}
.fc_tools a.current-temp-in-use:hover {
text-decoration: none;
}
.age-gate-pro_page_agp_settings_settings .template-category-heading {
display: none;
}
.fc_screenshot img {
max-width: 100%;
height: auto;
display: block;
}
.fc_loading {
background: url(../images/loader.gif) no-repeat center;
height: 48px;
width: 48px;
position: absolute;
top: 50%;
left: 50%;
}
.wp-list-table input[type="checkbox"] {
margin: 0 0 0 8px !important;
}
.wp-list-table input[type="search"] {
width: 90% !important;
}
.ask-rating {
background: url(../images/rating.png) no-repeat center;
display: inline-block;
width: 150px;
float: right;
background-position-x: 70px;
color: white !important;
display: none;
}
/*
===================================================
Post Skins
===================================================
*/
.fc-item-dark-primary-color {
background: #1976D2;
}
.fc-item-default-primary-color {
background: #2196F3;
}
.fc-item-light-primary-color {
background: #BBDEFB;
}
.fc-item-text-primary-color,
a.fc-item-text-primary-color {
color: #FFFFFF;
}
.fc-item-primary-text-color {
color: #444444;
}
.fc-item-body-text-color {
color: #777777;
}
.fc-item-secondary-text-color {
color: #999999;
}
.fc-item-divider-color {
border-color: #BDBDBD;
}
.fc-item-shadow {
/*
background-color: white;
-webkit-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.51);
-moz-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.51);
box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.51);
*/
}
.fc-item-box {
display: inline-block;
margin: 20px;
vertical-align: top;
padding: 10px;
border: 1px solid #F1F1F1;
box-sizing: border-box;
width: 100%;
position: relative;
height:100%;
background:#fff;
}
.fc-item-title {
margin-bottom: 5px;
text-transform: uppercase;
}
.fc-item-taxonomy {
margin: 10px 0px;
padding-right: 20px;
}
.fc-item-taxonomy span,
.fc-item-meta span {
margin-right: 10px;
font-style: italic;
display: inline-block;
}
.fc-item-meta .fci {
margin-right: 5px;
}
.fc-item-content {
font-size: 1em;
line-height: 1.8em;
font-weight: 300;
}
.fc-item-readmore {
display: inline-block;
padding: 5px 0;
text-decoration: none;
box-shadow: none;
}
.fc-item-readmore a {
text-decoration: none;
box-shadow: none;
}
img.fc-item-featured_image {
width: 100%;
height: auto;
}
img.fc-item-featured_image.fc-left,
img.fc-item-featured_image.fc-right {
width:30%;
}
div.fc-item-featured.fc-left,
div.fc-item-featured.fc-right {
width:30%;
}
.fc-preloader {
width: 100%;
height: auto;
text-align:center;
padding:50px 10px;
float:left;
margin-bottom:20px;
}
.fc-preloader img.fc-item-featured_image {
width: auto;
max-width:60px;
height: auto;
margin:0 auto;
}
.fc-avatar-img img {
width: 40px;
height: 40px;
}
.fc-featured-block {
max-width: 30%;
}
.fc-item-large {
width: 100%;
display: block;
}
.fc-item-top-space {
margin-top: 10px;
}
.fc-item-top-space_5 {
margin-top: 5px;
}
.fc-item-top-space_20 {
margin-top: 20px;
}
.fc-item-top-space_30 {
margin-top: 30px;
}
.fc-item-bottom-space {
margin-bottom: 10px;
}
.fc-item-bottom-space_20 {
margin-bottom: 20px;
}
.fc-item-bottom-space_30 {
margin-bottom: 30px;
}
.fc-item-padding-content {
padding: 0 10px;
box-sizing: border-box;
}
.fc-item-padding-content_20 {
padding: 0 20px;
box-sizing: border-box;
}
.fc-item-padding-content_30 {
padding: 0 30px;
box-sizing: border-box;
}
.fc-item-padding-content_40 {
padding: 0px 40px;
}
.fc-item-no-padding {
padding: 0px;
}
.fc-itemcontent-padding{
padding:10px;
float:left; width:100%;
}
.fc-item-overlays {
position: relative;
overflow:hidden;
}
.fc-item-color-overlays {
position: absolute;
top: 0;
left: 0;
right: 0;
background: rgba(33, 33, 33, .80);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E6ff4081, endColorstr=#E6ff4081);
margin: 0 auto;
/* display: none;*/
text-align: center;
width: 100%;
height: 100%;
transition: all 0.6s ease 0s;
opacity: 0;
}
.fc-item-color-overlays span {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
color: #fff;
font-size: 1.5em;
}
.fc-item-circle-overlays {
position: absolute;
top: 50%;
left: 50%;
background: rgba(99, 99, 99,.30);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E6ff4081, endColorstr=#E6ff4081);
margin: 0 auto;
opacity: 0;
border-radius: 50%;
text-align: center;
transform: translate(-50%, -50%);
}
.fc-item-overlays .fc-item-color-overlays:hover {
transform:translate3d(0,0,0);
opacity: 1;
}
.fc-item-overlays:hover .fc-item-circle-overlays,
.fc-item-overlays:hover .fc-item-color-overlays {
/*display:block;*/
}
.fc-item-small-icon,
.fc-item-small-icon .fa {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 1em;
}
.fc-item-medium-icon,
.fc-item-medium-icon .fa {
width: 75px;
height: 75px;
line-height: 75px;
font-size: 1.2em;
}
a.fc-item-circle-overlays {
color: white;
text-decoration: none;
}
.fc-item-tag {
position: absolute;
padding: 4px;
text-decoration: none;
}
.fc-item-bottom-right-triangle {
position: absolute;
bottom: 0;
right: 0;
}
.fc-item-bottom-right-triangle:after {
content: "";
display: block;
width: 0px;
height: 0px;
border-bottom: 70px solid #1976D2;
border-left: 70px solid transparent;
border-top: 70px solid transparent;
}
.fc-item-bottom-right-triangle .fa {
position: absolute;
bottom: 15px;
right: 15px;
}
.fc-item-top-right-triangle {
position: absolute;
top: 0;
right: 0;
}
.fc-item-top-right-triangle:after {
content: "";
display: block;
width: 0px;
height: 0px;
border-top: 70px solid #1976D2;
border-left: 70px solid transparent;
border-bottom: 70px solid transparent;
}
.fc-item-top-right-triangle .fa {
position: absolute;
right: 15px;
top: 15px;
}
.fc-item-top-left-triangle {
position: absolute;
top: 0;
left: 0;
}
.fc-item-top-left-triangle:after {
content: "";
display: block;
width: 0px;
height: 0px;
border-top: 70px solid #1976D2;
border-right: 70px solid transparent;
border-bottom: 70px solid transparent;
}
.fc-item-top-left-triangle .fa {
position: absolute;
left: 15px;
top: 15px;
}
.fc-item-bottom-left-triangle {
position: absolute;
bottom: 0;
left: 0;
}
.fc-item-bottom-left-triangle:after {
content: "";
display: block;
width: 0px;
height: 0px;
border-left: 70px solid #1976D2;
border-right: 70px solid transparent;
border-top: 70px solid transparent;
}
.fc-item-bottom-left-triangle .fa {
position: absolute;
left: 15px;
bottom: 15px;
}
.fc-item-top-right {
right: 0px;
top: 0px;
}
.fc-item-bottom-right {
right: 0px;
bottom: 0px;
}
.fc-item-top-left {
left: 0px;
top: 0px;
}
.fc-item-bottom-left {
left: 0px;
bottom: 0px;
}
.fc-item-small-font {
font-size: .6em;
}
.fc-item-medium-font {
font-size: .8em;
}
.fc-item-large-font {
font-size: 1.2em;
}
.fc-component-content .fc-item-box {
margin: 0px;
}
@media(max-width:600px) {
.fc-item-box {
width: 100%;
max-width: 100%;
margin: 20px 0;
}
}
.fc-item-readmore {
margin-top: 5px;
}
.fc-item-meta {
margin-bottom: 7px;
}
/*** Backend Customizer **/
.fc_templates {
position: relative;
overflow: hidden;
margin: 0px auto;
border: none;
border: solid 1px #dbdbdb;
background: #f1f1f1;
padding: 20px 0px 0px 0px;
}
.fc_templates .slick-prev {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
background: url(../images/arrow-left.png) no-repeat;
width: 50px;
height: 50px;
border: none;
font-size: 0px;
cursor: pointer;
}
.fc_templates .slick-next {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
background: url(../images/arrow-right.png) no-repeat;
width: 50px;
height: 50px;
border: none;
font-size: 0px;
cursor: pointer;
}
.fc_templates .fc_template {
margin-left: 10px;
}
.fc_templates .fc_template img {
height: auto;
width: auto;
max-height: 200px;
}
div.fc_customizer {
margin-top: 20px;
border: dashed;
min-height: 400px;
position: relative;
float: left;
padding-bottom: 20px;
width: 100%;
}
div.fc_customizer .fc_preview {
max-width: 100%;
margin: 0 auto;
}
div.fc_customizer .fc_preview .fc_instruction {
text-align: center;
font-size: 2.5em;
color: #ddd;
padding: 134px 0;
}
div.fc_customizer .fc_apply_style {
background: #23282d none repeat scroll 0 0;
color: #fff;
display: none;
height: 100%;
left: inherit !important;
padding: 30px 10px;
position: fixed !important;
right: 0;
top: 0 !important;
width: 200px;
z-index: 999;
transition: 1s;
left: 0;
}
div.fc_customizer .fc_apply_style label {
color: #ffffff;
}
div.fc_customizer .fc_apply_style input[type="text"] {
padding: 3px;
width: 50px;
}
div.fc_customizer .fc_inline {
display: inline;
}
div.fc_customizer .fc_tool_text {
display: inline-block;
}
div.fc_customizer .wp-picker-holder {
left: 0;
}
.fc-section-title {
background: #3498DB;
padding: 5px 10px;
margin: 10px 0px 10px 0px;
font-size: 14px;
}
.fc-controls .fc-control {
display: block;
padding-left: 10px;
}
.fc-controls .fc-control label {
display: block;
font-size: 12px;
margin-bottom: 5px;
margin-top: 5px;
}
.fc-controls .fc-control .fa-picture-o {
font-size: 18px;
}
.fc_tool_text {
margin-top: 0px;
}
.fc_tool_text .fa {
font-size: 11px;
color: #ffffff;
margin-right: 7px;
}
.fc-controls .fc-control span {
font-size: 14px;
margin-left: 5px;
}
.fc-controls .fa-undo {
cursor: pointer;
}
.fc-bg-control {
display: block;
clear: both;
}
.fc_apply_style {
padding: 10px;
}
.fc_apply_style .fc-divider {
margin-left: 0px;
}
.fc-control {
font-size: 12px;
color: #fff;
vertical-align: top;
}
.fc-tool-active {
color: #000000 !important;
font-size: 18px;
}
.fc-item-position {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
/*** End **/
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fc_source_code_container {
display: none;
}
textarea.fc_view_source {
margin-left: 4%;
height: 300px;
font-size: 16px;
line-height: 28px;
background: #212121;
color: white;
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.fc_supported_placeholder {
margin-left: 10px;
height: 300px;
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.fc_placeholders li {
display: inline-block;
background: #f1f1f1;
padding: 2px 5px;
border: solid 1px #ddd;
margin-right: 10px;
font-size: 12px;
}
.active_element {
border: dotted 3px;
border-color: #ff0000;
}
.fc-show-editable {
border: dotted 3px;
border-color: #ff0000;
}
.fc-check-responsive .fa-mobile {
font-size: 32px;
cursor: pointer;
}
.fc-check-responsive .fa-desktop {
font-size: 27px;
cursor: pointer;
}
.fc-check-responsive .fc-reset-design {
font-size: 32px !important;
cursor: pointer;
}
.fc-check-responsive .fa-columns {
font-size: 21px;
cursor: pointer;
}
div.fc-bottom-bar {
background: #f1f1f1;
float: left;
margin-left: 2%;
padding: 10px;
width: 96%;
display: none;
margin-top: 20px;
}
.fc-mobile-view {
margin: 0 auto;
width: 40%;
max-height: 500px;
overflow: auto;
display: block;
}
.fc-mobile-view .fc-component-content {
display: block;
}
/*
=====================================
Range bar
=====================================
*/
.fc-range-slider {
margin: 40px 0 30px;
max-width: 250px;
position: relative;
width: 100%;
}
.fc-range-bar {
background-color: #a9acb1;
border-radius: 15px;
display: block;
height: 4px;
position: relative;
width: 100%;
}
.fc-range-handle {
background-color: #fff;
border-radius: 100%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
cursor: move;
height: 30px;
left: 0;
position: absolute;
top: -13px;
width: 30px;
}
.fc-range-min,
.fc-range-max {
color: #fff;
font-size: 12px;
height: 20px;
padding-top: 4px;
position: absolute;
text-align: center;
top: -9px;
width: 24px;
padding-top: 1px !important;
font-weight: bold;
}
.fc-range-max {
top: -36px;
}
.fc-range-min {
left: -30px;
}
.fc-range-quantity {
background-color: #017afd;
border-radius: 15px;
display: block;
height: 100%;
width: 0;
}
/*
=====================================
Texture
=====================================
*/
.fc-texture-setting {
display: block;
float: left;
height: 29px;
margin: 0 4px 4px 0;
position: relative;
text-indent: -9999px;
width: 29px;
border: 1px solid #D5D5D5;
background-color: #fff;
background-repeat: repeat;
background-size: 20px 20px;
}
.fc-texture-setting span.fc-texture-overlay {
display: block;
height: 30px;
left: 0;
position: absolute;
top: 0;
width: 30px;
}
.fc-texture1 {
background-image: url("../images/back-skin/body-bg1.png");
}
.fc-texture2 {
background-image: url("../images/back-skin/body-bg2.png");
}
.fc-texture3 {
background-image: url("../images/back-skin/body-bg3.png");
}
.fc-texture4 {
background-image: url("../images/back-skin/body-bg4.png");
}
.fc-texture5 {
background-image: url("../images/back-skin/body-bg5.png");
}
.fc-texture6 {
background-image: url("../images/back-skin/body-bg6.png");
}
.fc-texture7 {
background-image: url("../images/back-skin/body-bg7.png");
}
.fc-texture8 {
background-image: url("../images/back-skin/body-bg8.png");
}
.fc-texture9 {
background-image: url("../images/back-skin/body-bg9.png");
}
.fc-texture10 {
background-image: url("../images/back-skin/body-bg10.png");
}
.fc-texture11 {
background-image: url("../images/back-skin/body-bg11.png");
}
.fc-texture12 {
background-image: url("../images/back-skin/body-bg12.png");
}
.fc-texture13 {
background-image: url("../images/back-skin/body-bg13.png");
}
.fc-texture14 {
background-image: url("../images/back-skin/body-bg14.png");
}
.fc-texture15 {
background-image: url("../images/back-skin/body-bg15.png");
}
.fc-grid-active {
background: green !important;
}
.fc-grid-active {
background: green !important;
}
/** Disable Notification **/
.update-nag,
.updated {
display: none;
}
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/***********************************8 clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor:url('../images/grabbing.png') 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
/*
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url('../images/loader.gif') no-repeat center center
}
/*
* Owl Carousel Owl ENDED
* v1.3.3
**************SELECT 2 *******************/
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
margin: 0;
position: relative;
display: inline-block;
vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
/*
Force border-box so that % widths fit the parent
container without overlap because of margin/padding.
More Info : http://www.quirksmode.org/css/box.html
*/
-webkit-box-sizing: border-box;
/* webkit */
-moz-box-sizing: border-box;
/* firefox */
box-sizing: border-box;
/* css3 */
}
.select2-container .select2-choice {
display: block;
height: 26px;
padding: 0 0 0 8px;
overflow: hidden;
position: relative;
border: 1px solid #aaa;
white-space: nowrap;
line-height: 26px;
color: #444;
text-decoration: none;
border-radius: 4px;
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color: #aaa;
border-radius: 0 0 4px 4px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
margin-left: 26px;
margin-right: 0;
}
.select2-container .select2-choice abbr {
display: none;
width: 12px;
height: 12px;
position: absolute;
right: 24px;
top: 8px;
font-size: 1px;
text-decoration: none;
border: 0;
background: url('../images/../images/select2.png') right top no-repeat;
cursor: pointer;
outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block;
}
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer;
}
.select2-drop-mask {
border: 0;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 9998;
/* styles required for IE to work */
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-drop {
width: 100%;
margin-top: -1px;
position: absolute;
z-index: 9999;
top: 100%;
background: #fff;
color: #000;
border: 1px solid #aaa;
border-top: 0;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
margin-top: 1px;
border-top: 1px solid #aaa;
border-bottom: 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active {
border: 1px solid #5897fb;
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
border-top: 1px solid #aaa;
width: auto;
}
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #aaa;
border-radius: 0 4px 4px 0;
background-clip: padding-box;
background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;
border-left: none;
border-right: 1px solid #aaa;
border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
display: block;
width: 100%;
height: 100%;
background: url('../images/../images/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
background-position: 2px 1px;
}
.select2-search {
display: inline-block;
width: 100%;
min-height: 26px;
margin: 0;
padding: 4px 4px 0 4px;
position: relative;
z-index: 10000;
white-space: nowrap;
}
.select2-search input {
width: 100%;
height: auto !important;
min-height: 26px;
padding: 4px 20px 4px 5px;
margin: 0;
outline: 0;
font-size: 1em;
border: 1px solid #aaa;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #fff url('../images/select2.png') no-repeat 100% -22px;
background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
padding: 4px 5px 4px 20px;
background: #fff url('../images/select2.png') no-repeat -37px -22px;
background: url('../images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-search input.select2-active {
background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
border-bottom-color: transparent;
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #eee;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #5897fb;
border-top-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;
filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -16px 1px;
}
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* results */
.select2-results {
max-height: 200px;
padding: 0 0 0 4px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
padding: 0 4px 0 0;
margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0;
}
.select2-results li {
list-style: none;
display: list-item;
background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold;
}
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results-dept-1 .select2-result-label {
padding-left: 20px
}
.select2-results-dept-2 .select2-result-label {
padding-left: 40px
}
.select2-results-dept-3 .select2-result-label {
padding-left: 60px
}
.select2-results-dept-4 .select2-result-label {
padding-left: 80px
}
.select2-results-dept-5 .select2-result-label {
padding-left: 100px
}
.select2-results-dept-6 .select2-result-label {
padding-left: 110px
}
.select2-results-dept-7 .select2-result-label {
padding-left: 120px
}
.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;
}
.select2-results li em {
background: #feffde;
font-style: normal;
}
.select2-results .select2-highlighted em {
background: transparent;
}
.select2-results .select2-highlighted ul {
background: #fff;
color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
background: #f4f4f4;
display: list-item;
padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
color: #666;
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-disabled {
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-selected {
display: none;
}
.select2-more-results.select2-active {
background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
background: rgba(255, 50, 50, .2);
}
.select2-more-results {
background: #f4f4f4;
display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #f4f4f4;
background-image: none;
border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
height: auto !important;
height: 1%;
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #aaa;
cursor: text;
overflow: hidden;
background-color: #fff;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
padding: 0 0 0 5px;
}
.select2-locked {
padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
float: left;
list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
font-size: 100%;
color: #666;
outline: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 3px 18px;
margin: 3px 0 3px 5px;
position: relative;
line-height: 13px;
color: #333;
cursor: default;
border: 1px solid #aaaaaa;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e4e4e4;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
margin: 3px 5px 3px 0;
padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4;
}
.select2-search-choice-close {
display: block;
width: 12px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
font-size: 1px;
outline: none;
background: url('../images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
right: auto;
left: 3px;
}
.select2-container-multi .select2-search-choice-close {
left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px 3px 5px;
border: 1px solid #ddd;
background-image: none;
background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
display: none;
background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
outline: 0 !important;
left: 0px !important;
top: 0px !important;
}
.select2-display-none {
display: none;
}
.select2-measure-scrollbar {
position: absolute;
top: -10000px;
left: -10000px;
width: 100px;
height: 100px;
overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
background-image: url('../images/select2x2.png') !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important;
}
.select2-search input {
background-position: 100% -21px !important;
}
}
/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
* Reset Bootstrap 3 .form-control styles which - if applied to the
* original <select>-element the Select2-plugin may be run against -
* are copied to the .select2-container.
*
* 1. Overwrite .select2-container's original display:inline-block
* with Bootstrap 3's default for .form-control, display:block;
* courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
*/
.select2-container.form-control {
background: transparent;
box-shadow: none;
border: none;
display: block;
/* 1 */
margin: 0;
padding: 0;
}
/**
* Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
*/
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
background: none;
padding: 0;
border-color: #cccccc;
color: #555555;
background-color: white;
}
.select2-search input {
border-color: #cccccc;
color: #555555;
background-color: white;
padding: 11px 10px;
}
.select2-container .select2-choices .select2-search-field input {
-webkit-box-shadow: none;
box-shadow: none;
}
/**
* Adjust Select2 input heights to match the Bootstrap default.
*/
.select2-container .select2-choice {
height: 34px;
line-height: 1.42857;
}
/**
* Address Multi Select2's height which - depending on how many elements have been selected -
* may grown higher than their initial size.
*/
.select2-container.select2-container-multi.form-control {
height: auto;
}
/**
* Address Bootstrap 3 control sizing classes
* @see http://getbootstrap.com/css/#forms-control-sizes
*/
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
height: 30px;
line-height: 1.5;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
height: 46px;
line-height: 1.33333;
}
.select2-container-multi .select2-choices .select2-search-field input {
height: 40px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
height: 44px;
}
/**
* Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
*
* 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
*/
.select2-container-multi .select2-choices .select2-search-field input {
margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
margin-top: 5px;
margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
margin-top: 3px;
margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
line-height: 24px;
}
/**
* Adjust the single Select2's dropdown arrow button appearance.
*
* 1. For Select2 v.3.3.2.
*/
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
border-left: none;
background: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
border-left-color: transparent;
background: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
/**
* Adjust the dropdown arrow button icon position for the single-select Select2 elements
* to make it line up vertically now that we increased the height of .select2-container.
*
* 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
*/
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
background-position: -18px 9px;
}
/**
* Address Bootstrap's validation states and change Select2's border colors and focus states.
* Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
*/
.has-warning .select2-choice,
.has-warning .select2-choices {
border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #66512c;
}
.has-error .select2-choice,
.has-error .select2-choices {
border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #2b542c;
}
/**
* Make Select2's active-styles - applied to .select2-container when the widget receives focus -
* fit Bootstrap 3's .form-element:focus appearance.
*/
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
border-color: #66afe9;
outline: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
border-top-color: #66afe9;
}
/**
* Select2 widgets in Bootstrap Input Groups
*
* When Select2 widgets are combined with other elements using Bootstrap 3's
* "Input Group" component, we don't want specific edges of the Select2 container
* to have a border-rad
ius.
*
* In Bootstrap 2, input groups required a markup where these style adjustments
* could be bound to a CSS-class identifying if the additional elements are appended,
* prepended or both.
*
* Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
* Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
* to let the contained Select2 widget know which edges should not be rounded as they are
* directly followed by another element.
*
* @see http://getbootstrap.com/components/#input-groups
*/
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-right-radius: 4px !important;
border-bottom-left-radius: 4px !important;
background: white;
filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 6px !important;
}
/**
* Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
*/
.select2-results .select2-highlighted {
color: white;
background-color: #337ab7;
}
/**
* Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
* Multi Select2's height which - depending on how many elements have been selected -
* may grown higher than their initial size.
*/
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
vertical-align: top;
}
/**
* Make Multi Select2's choices match Bootstrap 3's default button styles.
*/
.select2-container-multi .select2-choices .select2-search-choice {
color: #555555;
background: white;
border-color: #cccccc;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #ebebeb;
border-color: #adadad;
color: #333333;
-webkit-box-shadow: none;
box-shadow: none;
}
/**
* Address Multi Select2's choice close-button vertical alignment.
*/
.select2-search-choice-close {
margin-top: -7px;
top: 50%;
}
/**
* Adjust the single Select2's clear button position (used to reset the select box
* back to the placeholder value and visible once a selection is made
* activated by Select2's "allowClear" option).
*/
.select2-container .select2-choice abbr {
top: 50%;
}
/**
* Adjust "no results" and "selection limit" messages to make use
* of Bootstrap 3's default "Alert" style.
*
* @see http://getbootstrap.com/components/#alerts-default
*/
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
background-color: #fcf8e3;
color: #8a6d3b;
}
/**
* Address disabled Select2 styles.
*
* 1. For Select2 v.3.3.2.
* 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
* from jumping when switching from disabled to enabled state and vice versa.
*/
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
cursor: not-allowed;
background-color: #eeeeee;
border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
background-color: transparent;
border-left: 1px solid transparent;
/* 2 */
}
/**
* Address Select2's loading indicator position - which should not stick
* to the right edge of Select2's search input.
*
* 1. in .select2-search input
* 2. in Multi Select2's .select2-search-field input
* 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
*
* These styles alter Select2's default background-position of 100%
* and supply the new background-position syntax to browsers which support it:
*
* 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
* 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
*
* @see http://www.w3.org/TR/css3-background/#background-position
*
* @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
* we could use the :after-pseudo-element to display the loading indicator.
* Alternatively, we could supply an altered loading indicator image which already
* contains an offset to the right.
*/
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
background-position: 99%;
/* 4 */
background-position: right 4px center;
/* 5 */
}
/**
* To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
* ensure that .select2-offscreen width, height and position can not be overwritten.
*
* This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
* in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
* the following rules - allow Bootstrap to overwrite the latter, which results in
* the original <select> element Select2 is replacing not be properly being hidden
* when used in a "Bootstrap Input Group with Addon".
**/
.select2-offscreen,
.select2-offscreen:focus {
width: 1px !important;
height: 1px !important;
position: absolute !important;
}
.select2-input .select2-default {
height: 40px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
color: #ddd !important;
font-size: 13px !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
font-size: 13px !important;
color: #777 !important;
}
/***** Ended Selec 2 *************/
.fc-column-3 .fc-item-title,
.fc-column-4 .fc-item-title{
-ms-word-break: break-word;
word-break:break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.fc-column-3 .fc-item-readmore,
.fc-column-4 .fc-item-readmore{
padding: 0 0 2px;
}
.fc-column-3 .fc-item-taxonomy span,.fc-column-3 .fc-item-meta span,
.fc-column-4 .fc-item-taxonomy span,.fc-column-4 .fc-item-meta span{
font-size:12px !important;
}
@media(max-width:766px){
.fc-space-mobile{
padding:0 15px;
}
}
/** Animations **/
.fc-overlays-content{
position:absolute;
width:100%;
text-align:center;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
.fc-item-text-color-white{
color:#fff;
}
.fc-overlays-gradient{
background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
width:100%;
height:100%;
position:absolute;
z-index:50;
}
.fc-overlays-gradient:hover{
background:transparent;
}
.fc-flip-container {
transform: perspective(1000px);
transform-style: preserve-3d;
}
.fc-flip-container:hover .fc-flipper-back, .fc-flip-container.hover .fc-flipper-back {
transform: rotateY(0deg);
}
.fc-flip-container:hover .fc-flipper-front, .fc-flip-container.hover .fc-flipper-front {
transform: rotateY(180deg);
}
.fc-flip-container, .fc-flipper-front, .fc-flipper-back {
height: 246px;
width: 370px;
}
.fc-column-2 .fc-flip-container,.fc-column-2 .fc-flipper-front,.fc-column-2 .fc-flipper-back {
height: 354px;
width: 532px;
}
.fc-column-3 .fc-flip-container,.fc-column-3 .fc-flipper-front,.fc-column-3 .fc-flipper-back {
height: 272px;
width: 409px;
}
.fc-column-4 .fc-flip-container,.fc-column-4 .fc-flipper-front,.fc-column-4 .fc-flipper-back {
height: 200px;
width: 300px;
}
.fc-flipper {
position: relative;
transform: perspective(1000px);
transform-style: preserve-3d;
transition: all 0.6s ease 0s;
}
.fc-flipper-front, .fc-flipper-back {
backface-visibility: hidden;
overflow:hidden;
left: 0;
position: absolute;
top: 0;
transform: rotateY(0deg);
transform-style: preserve-3d;
transition: all 0.6s ease 0s;
}
.fc-flipper-front img, .fc-flipper-back img{
height:100%;
}
.fc-flipper-front {
background: #1976D2;
transform: rotateY(0deg);
z-index: 2;
}
.fc-flipper-back {
background: #1976D2;
transform: rotateY(-180deg);
}
.fc-vertical.fc-flip-container {
position: relative;
}
.fc-vertical .fc-flipper-back {
transform: rotateX(180deg);
}
.fc-vertical.fc-flip-container .fc-flipper {
transform-origin: 100% 213.5px 0;
}
.fc-vertical.fc-flip-container:hover .fc-flipper-back, .fc-vertical.fc-flip-container.hover .fc-flipper-back {
transform: rotateX(0deg);
}
.fc-vertical.fc-flip-container:hover .fc-flipper-front, .fc-vertical.fc-flip-container.hover .fc-flipper-front {
transform: rotateX(180deg);
}
.fc-flipper-back:hover .fc-item-circle-overlays{
display:block;
}
.fc-effect-lecce,
.fc-effect-maali,
.fc-effect-sassari,
.fc-effect-adela {
height:100%;
background: #000000 none repeat scroll 0 0;
cursor: pointer;
float: left;
margin: 0px;
overflow: hidden;
position: relative;
width:100%;
}
.fc-effect-adela{
text-align:center;
}
.fc-effect-lecce a,
.fc-effect-maali a,
.fc-effect-sassari a,
.fc-effect-adela a,
.fc-effect-lecce a:hover,
.fc-effect-maali a:hover,
.fc-effect-sassari a:hover,
.fc-effect-adela a:hover,
.fc-effect-asti a,
.fc-effect-asti a:hover,
.fc-flipper a,
.fc-flipper a:hover {
color:#fff;
}
.fc-effect-lecce img {
max-width: none;
opacity: 0.7;
transform: translate3d(-40px, 0px, 0px);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
width: calc(100% + 50px);
height:100%;
}
.fc-effect-lecce .fc-effect-title {
transform: translate3d(0px, 40px, 0px);
}
.fc-effect-lecce .fc-effect-title {
transition: transform 0.35s ease 0s;
}
.fc-effect-lecce .fc-item-readmore {
color: rgba(255, 255, 255, 0.8);
opacity: 0;
transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
}
.fc-effect-lecce:hover img, .fc-effect-lecce:hover .fc-item-readmore {
opacity: 1;
}
.fc-effect-lecce:hover img, .fc-effect-lecce:hover .fc-effect-title,.fc-effect-lecce:hover .fc-item-readmore {
transform: translate3d(0px, 0px, 0px);
}
.fc-effect-lecce:hover .fc-item-readmore {
transition-delay: 0.05s;
transition-duration: 0.35s;
}
.fc-effect-inner{
position:absolute;
width:100%;
height:100%;
z-index:50;
}
.fc-effect-maali {
background: rgba(0, 0, 0, 0) linear-gradient(45deg, #000 0%, #fff 40%, #000 100%) repeat scroll 0 0;
}
.fc-effect-maali img {
opacity: 1;
transition: opacity 0.35s ease 0s;
height:100%;
}
.fc-effect-maali .fc-effect-inner {
background-color: rgba(58, 52, 42, 0.5);
padding: 3em;
transition: background-color 0.35s ease 0s;
}
.fc-effect-maali .fc-effect-inner::before {
border: 1px solid #fff;
bottom: 30px;
content: "";
left: 30px;
position: absolute;
right: 30px;
top: 30px;
}
.fc-column-3 .fc-effect-maali .fc-effect-inner::before,
.fc-column-4 .fc-effect-maali .fc-effect-inner::before {
bottom:10px;
left: 10px;
right: 10px;
top: 10px;
}
.fc-effect-maali .fc-effect-title {
margin: 20% 0 10px;
transform: translate3d(0px, 100%, 0px);
transition: transform 0.35s ease 0s;
padding:0 30px;
}
.fc-column-4 .fc-effect-maali .fc-effect-title ,
.fc-column-3 .fc-effect-maali .fc-effect-title {
margin: 5% 0 10px;
}
.fc-effect-maali .fc-item-readmore,.fc-effect-maali .fc-effect-inner::before {
opacity: 0;
transform: scale(0);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fc-effect-maali:hover .fc-effect-title {
transform: translate3d(0px, 0px, 0px);
}
.fc-effect-maali:hover .fc-item-readmore,.fc-effect-maali:hover .fc-effect-inner::before {
opacity: 1;
transform: scale(1);
}
.fc-effect-maali:hover img {
opacity: 0.4;
}
.fc-effect-sassari {
background: #f0ad4e;
}
.fc-effect-sassari img,.fc-effect-sassari .fc-effect-title {
transition: transform 0.35s ease 0s;
}
.fc-effect-sassari img {
backface-visibility: hidden;
opacity:0.7;
height:100%;
}
.fc-effect-sassari .fc-effect-title, .fc-effect-sassari .fc-more-link{
bottom: 0;
left: 0;
padding: 30px;
position: absolute;
}
.fc-effect-sassari .fc-more-link{
font-size: 90%;
opacity: 0;
text-transform: none;
transform: translate3d(0px, 50px, 0px);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
padding:0;
width:100%;
}
.fc-effect-sassari:hover img {
transform: translate3d(0px, -80px, 0px);
}
.fc-effect-sassari:hover .fc-effect-title {
transform: translate3d(0px, -100px, 0px);
}
.fc-column-3 .fc-effect-sassari .fc-item-medium-icon,.fc-column-3 .fc-effect-sassari .fc-item-medium-icon .fa,
.fc-column-4 .fc-effect-sassari .fc-item-medium-icon,.fc-column-4 .fc-effect-sassari .fc-item-medium-icon .fa{
height:inherit;
line-height:inherit;
width:inherit;
}
.fc-column-3 .fc-effect-sassari .fc-more-link,
.fc-column-4 .fc-effect-sassari .fc-more-link{
padding:15px 30px;
}
.fc-column-3 .fc-effect-sassari:hover img,
.fc-column-4 .fc-effect-sassari:hover img {
transform: translate3d(0px, -50px, 0px);
}
.fc-column-3 .fc-effect-sassari:hover .fc-effect-title,
.fc-column-4 .fc-effect-sassari:hover .fc-effect-title {
transform: translate3d(0px, -50px, 0px);
}
.fc-effect-sassari:hover .fc-more-link {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}
.fc-effect-adela {
background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #fff 0%, #000 100%) repeat scroll 0 0;
}
.fc-effect-adela img, .fc-effect-adela .fc-more-link {
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fc-effect-adela img{
height:100%;
}
.fc-effect-adela:hover img {
opacity: 0.1;
transform: scale3d(2, 2, 1);
}
.fc-effect-adela .fc-effect-title {
transform: scale3d(0.8, 0.8, 1);
transform-origin: 50% 100% 0;
transition: transform 0.35s ease 0s;
}
.fc-effect-adela .fc-more-link {
border: 2px solid #fff;
bottom: 0;
box-sizing: border-box;
font-size: 90%;
left: 0;
margin: 20px 2%;
opacity: 0;
padding: 15px 20px;
position: absolute;
text-transform: none;
transform: scale3d(0.8, 0.8, 1);
transform-origin: 50% -100% 0;
width: 96%;
}
.fc-effect-adela:hover .fc-effect-title, .fc-effect-adela:hover .fc-more-link {
opacity: 1;
transform: scale3d(1, 1, 1);
}
.fc-column-3 .fc-effect-lecce .fc-item-title, .fc-column-4 .fc-effect-lecce .fc-item-title,
.fc-column-3 .fc-effect-maali .fc-item-title, .fc-column-4 .fc-effect-maali .fc-item-title,
.fc-column-3 .fc-effect-sassari .fc-item-title, .fc-column-4 .fc-effect-sassari .fc-item-title,
.fc-column-3 .fc-effect-asti .fc-item-title, .fc-column-4 .fc-effect-asti .fc-item-title {
font-size: 1em !important;
}
.fc-effect-asti,.fc-effect-asti .fc-item-overlays, .fc-effect-asti img{
width:100%;
height:100%;
position:relative;
}
.fc-effect-img-zoom,
.fc-effect-img-sl,
.fc-effect-img-sr{
overflow:hidden;
}
.fc-effect-img-zoom img {
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fc-effect-img-zoom:hover img {
transform: scale3d(2, 2, 1);
}
.fc-effect-img-sl img{
max-width: none;
opacity: 0.7;
transform: translate3d(-40px, 0px, 0px);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
width: calc(100% + 50px);
height:100%;
}
.fc-effect-img-sl:hover img{
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}
.fc-effect-img-sr img{
height: 100%;
margin-left: -40px;
max-width: none;
opacity: 0.7;
transform: translate3d(40px, 0px, 0px);
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
width: calc(100% + 50px);
}
.fc-effect-img-sr:hover img{
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}
/** Font **/
.fc-item-title,.fc-item-title a, .fc-item-title a:visited, .fc-item-title a:focus, .fc-item-title a:hover {
font-size: 16px;
color: #444444;
fill: #444444;
stroke: #444444;
border-color: #444444;
font-weight: bold;
}
.fc-item-meta, .fc-item-content, .fc-item-taxonomy, .fc-readmore-link, .fc-readmore-link:visited, .fc-readmore-link:hover {
font-size: 13px;
line-height: 23px;
color: #777777;
fill: #777777;
stroke: #777777;
border-color: #777777;
}
.fc-readmore-link {
text-decoration: underline;
font-weight: 600;
}
.fc-item-title a:hover, .fc-readmore-link:hover {
opacity: .85;
}
/** Google Maps CSS */
span.fc-hidden-placeholder {
display: none;
margin-left: 10px;
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.fc-type-infowindow .fc-component-content, .fc-type-post .fc-component-content {
background: url('../images/background.jpg') 50% 50% repeat;
}
.fc-type-infowindow .fc-component-content .fc-item-box, .fc-type-post .fc-component-content .fc-item-box {
max-width: 300px !important;
background: #ffffff;
margin: 0px auto; }
/*** Colors ***/
/* Default First Color : #383633
Second Color : #f39c12;
*/
/* Default First Color : #383633
Second Color : #f39c12;
*/
.fcdoc-product-info h1, .fc-badge, .fcdoc-product-info .message-board a, .fcdoc-product-info .socialmedia .social-media-links i {
color : #212F3D;
box-shadow: none;
}
.fc-btn-submit, .fcdoc-product-info .message-board .nav-tabs, .product_header {
background: #212F3D;
}
.fc-btn-default,.wp-admin .flippercode-ui .search-box #search-submit, .wp-admin .flippercode-ui .tablenav.top #doaction
{
background: rgba(38,36,33,.57);
}
.product_name {
color: #f1c40f;
}
.fc-main .fc-docs a, .fc-main .fc-docs a:active, .fc-main .fc-docs a:hover {
color: #B7950B;
}
.fc-main .fc-title-blue, .product-annoucement .fa-bell {
color: rgba(33,47,61,.87);
}
.wp-admin .flippercode-ui .tablenav .tablenav-pages a, .wp-admin .flippercode-ui .tablenav-pages-navspan {
border-color:#f1c40f;
}
.wp-admin .flippercode-ui .search-box #search-submit:hover, .wp-admin .flippercode-ui .tablenav.top #doaction:hover, .fc-btn-default:hover, .wp-admin .flippercode-ui .tablenav .tablenav-pages a, .wp-admin .flippercode-ui .tablenav-pages-navspan, .fc-item-accent-color {
background:#f1c40f;
}
.fc-main .fc-title-blue {
border-left: solid 1px #f1c40f;
}
.fc-main .fc-title-blue, .wp-admin .flippercode-ui .wp-list-table thead {
background: #f1f1f1;
}
.fc-main .checkbox label, .fcdoc-product-info .message-board p, .checkbox span, .help-block, .fc-docs pre {
color: rgba(0,0,0,.57);
}
.fc-main #fc_overview_modal {
display: none;
}
.product-head {
margin-top: 12px;
}
.product_header {
width: 100%;
margin-top: 12px;
padding : 10px 0px;
float: left;
margin-bottom: 12px;
}
.product_header .social-media-links {
text-align: right;
}
.product_header span {
padding: 3px 6px;
font-size: 12px;
margin-left: 5px;
}
.product_header img {
width: 90px;
height: 90px;
}
.product_name {
font-size: 1.1em;
text-transform: uppercase;
font-weight: bold;
margin-top: 3px;
}
.product-activation {
border-left: solid 3px #e74c3c;
}
.product-activation .fa {
color: #e74c3c;
}
.newsletter {
border-left: solid 3px #3498db;
}
.newsletter .fa {
color: #3498db;
}
.suggestion-area {
border-left: solid 3px #2ecc71;
}
.suggestion-area .fa {
color: #2ecc71;
}
.socialmedia {
border-left: solid 3px #2c3e50;
}
.socialmedia .fa{
color: #2c3e50;
}
.refund-block {
border-left: solid 3px #f1c40f;
}
.refund-block .fa{
color: #f1c40f;
}
.extended-support {
border-left: solid 3px #8e44ad;
}
.extended-support .fa{
color: #8e44ad;
}
.product-annoucement {
text-align: center;
color: #FCF3CF;
}
.product-annoucement a {
text-decoration: underline;
color: #ffffff;
}
.social_media_area {
padding-left: 0px;
}
.product_header_logo {
margin-top: 20px;
}
.social-media-links a {
font-size: 16px;
}
.product_header, .blocks, .product-showcase{
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.product_header:hover, .blocks:hover, .product-showcase:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.product_header .social-media-links i {
padding:5px;
}
.product_header .social-media-links i {
color: #fff !important;
}
.product_header .social-media-links i:hover {
color: #D1D5D9!important; /* 1st in monochrome */
}
.form-horizontal input,.form-horizontal input:focus, .form-horizontal input:hover, .form-horizontal textarea {
border-radius: 0px;
border: solid 1px #dedbdb;
box-shadow: none !important;
-webkit-box-shadow: none !important;
outline :none;
outline-offset: 0px;
}
.form-horizontal label {
font-weight: normal !important;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 3px;
}
.form-head {
margin-top: 0px;
margin-left: -15px;
width: 102.8%;
color: #fff;
background: #ddaa1c;
border: none;
}
.btn-primary:hover {
border-radius: 0px;
border: none !important;
background: #f19300 !important;
}
.button {
color: #fff !important;
}
.dataTable .alert-info {
font-weight: normal;
}
#mc_embed_signup .check_for_updates_btn {
border: none !important;
}
#mce-EMAIL {
margin-top: 10px !important;
width: 100% !important;
border: solid 1px #ddd !important;
margin-bottom: 20px !important;
}
.wpgmp_location_selection #select_all, .wpgmp_location_selection h4 {
margin: 10px 0px;
}
.fc-12.wpgmp_location_selection.fc-title-blue {
width: 98%;
margin: 10px;
}
#wpbody-content .flippercode-ui {
width: 98.5%;
}
.fcdoc-product-info .message-board{
padding:0px 15px;
}
@media(max-width:768px){
.product-annoucement {
text-align: left;
}
#wpbody select {
max-width: 100%;
}
.check-column input[type=radio], input[type=checkbox] {
height: 17px;
width: 17px;
}
p.search-box{
position:relative;
}
.fcdoc-product-info .message-board{
margin-left:0px;
padding:0px 15px;
}
.auto-fold #wpcontent{
padding-left:0px;
}
#wpbody-content .flippercode-ui {
width: 96%;
margin-left: 2%;
}
.fcdoc-product-info .fcdoc-blocks{
margin-right:0%;
}
}
| 0.342352 | 0.069258 |
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@700&family=Nunito:wght@400;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--font-primary: '<NAME> 2', cursive;
--font-secondary: 'Nunito', sans-serif;
}
.container {
background: -webkit-linear-gradient(bottom, #093b5fdc 0%,#173846 51%, #186da5 100%);
}
.concluido{
background-color: rgba(218, 212, 212, 0.123);
color: darkgreen;
padding: 5px;
font-weight: bold;
margin-top: -10px;
margin-left: -18px;
margin-bottom: -10px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.estudando {
background-color: rgba(218, 212, 212, 0.103);
color: rgba(133, 22, 2, 0.993);
padding: 5px;
margin-left: -18px;
margin-bottom: -10px;
font-weight: bold;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.title {
font-family:var(--font-primary);;
color: rgb(230, 224, 224);
font-size: 2.5em;
margin-top: 8px;
margin-bottom: -7px;
text-shadow: -1px 0 rgba(0, 0, 0, 0.582), 0 2px rgba(0, 0, 0, 0.479), 2px 0 rgba(0, 0, 0, 0.5), 0 -1px rgba(0, 0, 0, 0.582);
text-align: center;
}
.text {
width: 60%;
font-family: var(--font-secondary);
font-size: 2em;
color: rgb(224, 223, 223);
text-shadow: -2px 0 rgba(0, 0, 0, 0.575), 0 1px rgba(0, 0, 0, 0.5), 1px 0 rgba(0, 0, 0, 0.486), 0 -1px rgba(0, 0, 0, 0.555);
text-align: center;
}
header {
background-color: #060a21;
position: relative;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
}
.header__title {
width: 100%;
border-right: 2px solid #fff;
font-family: var(--font-secondary);
color: #fff;
font-size: 3em;
margin-top: 3em;
white-space: nowrap;
overflow: hidden;
}
.header__subtitle {
color: #fff;
font-family: var(--font-secondary);
}
.typing-animation {
animation: blinkCursor 500ms infinite normal, textAnimation steps(40) 2s normal;
}
@keyframes textAnimation {
from {
width: 0;
} to {
width: 100%;
}
}
@keyframes blinkCursor {
from {
border-right-color: #fff;
} to {
border-right-color: transparent;
}
}
.waves {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.wave-1 {
animation: moveWave1 3s 0.5s ease-in-out infinite alternate;
width: 200%;
}
@keyframes moveWave1 {
from {
transform: translateX(-50px);
}
}
.wave-2 {
animation: moveWave2 3s 0.3s ease-in-out infinite alternate;
}
@keyframes moveWave2 {
from {
transform: translateX(-150px);
}
}
.wave-3 {
animation: moveWave3 3s ease-in-out infinite alternate;
}
@keyframes moveWave3 {
from {
transform: translateX(-200px);
}
}
.knowledges {
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
/*
.cards {
width: 80%;
display: flex;
justify-content: space-around;
align-items: center;
font-family: var(--font-secondary);
text-align: center;
margin: 0 auto;
}
.left, .right {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card {
background-color: #fff;
width: 80%;
margin-top: 1em;
padding: 1em;
border-radius: 7px;
transition: .5s;
}
.card:hover {
transform: scale(1.2);
}
*/
.footer {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.social__media {
width: 60%;
text-decoration: none;
list-style: none;
display: flex;
justify-content: space-evenly;
margin-top: 2em;
}
.icon {
font-size: 4em;
color: #fff;
}
.icon:hover {
color: #060a21;
transform: scale(1.2);
}
@media screen and (max-width: 767.98px) {
.knowledges {
height: auto;
}
.header__title {
font-size: 1.3em;
margin-top: 8em;
}
.title {
font-size: 1.5em;
}
/*.cards {
flex-direction: column;
}
.card {
width: 80%;
background-color: #fff;
padding: 1em 1em;
margin-top: 1em;
border-radius: 7px;
}*/
.social__media {
width: 80%;
}
.text {
font-size: 1.5em;
width: 90%;
}
}
|
css/style.css
|
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@700&family=Nunito:wght@400;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--font-primary: '<NAME> 2', cursive;
--font-secondary: 'Nunito', sans-serif;
}
.container {
background: -webkit-linear-gradient(bottom, #093b5fdc 0%,#173846 51%, #186da5 100%);
}
.concluido{
background-color: rgba(218, 212, 212, 0.123);
color: darkgreen;
padding: 5px;
font-weight: bold;
margin-top: -10px;
margin-left: -18px;
margin-bottom: -10px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.estudando {
background-color: rgba(218, 212, 212, 0.103);
color: rgba(133, 22, 2, 0.993);
padding: 5px;
margin-left: -18px;
margin-bottom: -10px;
font-weight: bold;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.title {
font-family:var(--font-primary);;
color: rgb(230, 224, 224);
font-size: 2.5em;
margin-top: 8px;
margin-bottom: -7px;
text-shadow: -1px 0 rgba(0, 0, 0, 0.582), 0 2px rgba(0, 0, 0, 0.479), 2px 0 rgba(0, 0, 0, 0.5), 0 -1px rgba(0, 0, 0, 0.582);
text-align: center;
}
.text {
width: 60%;
font-family: var(--font-secondary);
font-size: 2em;
color: rgb(224, 223, 223);
text-shadow: -2px 0 rgba(0, 0, 0, 0.575), 0 1px rgba(0, 0, 0, 0.5), 1px 0 rgba(0, 0, 0, 0.486), 0 -1px rgba(0, 0, 0, 0.555);
text-align: center;
}
header {
background-color: #060a21;
position: relative;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
}
.header__title {
width: 100%;
border-right: 2px solid #fff;
font-family: var(--font-secondary);
color: #fff;
font-size: 3em;
margin-top: 3em;
white-space: nowrap;
overflow: hidden;
}
.header__subtitle {
color: #fff;
font-family: var(--font-secondary);
}
.typing-animation {
animation: blinkCursor 500ms infinite normal, textAnimation steps(40) 2s normal;
}
@keyframes textAnimation {
from {
width: 0;
} to {
width: 100%;
}
}
@keyframes blinkCursor {
from {
border-right-color: #fff;
} to {
border-right-color: transparent;
}
}
.waves {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.wave-1 {
animation: moveWave1 3s 0.5s ease-in-out infinite alternate;
width: 200%;
}
@keyframes moveWave1 {
from {
transform: translateX(-50px);
}
}
.wave-2 {
animation: moveWave2 3s 0.3s ease-in-out infinite alternate;
}
@keyframes moveWave2 {
from {
transform: translateX(-150px);
}
}
.wave-3 {
animation: moveWave3 3s ease-in-out infinite alternate;
}
@keyframes moveWave3 {
from {
transform: translateX(-200px);
}
}
.knowledges {
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
/*
.cards {
width: 80%;
display: flex;
justify-content: space-around;
align-items: center;
font-family: var(--font-secondary);
text-align: center;
margin: 0 auto;
}
.left, .right {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card {
background-color: #fff;
width: 80%;
margin-top: 1em;
padding: 1em;
border-radius: 7px;
transition: .5s;
}
.card:hover {
transform: scale(1.2);
}
*/
.footer {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.social__media {
width: 60%;
text-decoration: none;
list-style: none;
display: flex;
justify-content: space-evenly;
margin-top: 2em;
}
.icon {
font-size: 4em;
color: #fff;
}
.icon:hover {
color: #060a21;
transform: scale(1.2);
}
@media screen and (max-width: 767.98px) {
.knowledges {
height: auto;
}
.header__title {
font-size: 1.3em;
margin-top: 8em;
}
.title {
font-size: 1.5em;
}
/*.cards {
flex-direction: column;
}
.card {
width: 80%;
background-color: #fff;
padding: 1em 1em;
margin-top: 1em;
border-radius: 7px;
}*/
.social__media {
width: 80%;
}
.text {
font-size: 1.5em;
width: 90%;
}
}
| 0.558327 | 0.12768 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.